diff --git a/examples/cifar10/README.md b/examples/cifar10/README.md index a08a410..d095336 100644 --- a/examples/cifar10/README.md +++ b/examples/cifar10/README.md @@ -3,6 +3,7 @@ This repository is used to reproduce the CIFAR-10 experiments from [1](https://arxiv.org/abs/2302.00482). It is a repository in construction and we will add more features and details in the future (including FID computations and pre-trained weights). We have followed the experimental details provided in [2](https://openreview.net/forum?id=PqvMRDCJT9t). To reproduce the experiment and save the weights, install the requirements from the main repository and then run: + ```bash python3 train_cifar10.py ``` @@ -37,4 +38,4 @@ A. Tong, N. Malkin, K. Fatras, L. Atanackovic, Y. Zhang, G. Huguet, G. Wolf, Y. year={2023}, journal={arXiv preprint 2307.03672} } -``` \ No newline at end of file +```