Skip to content

Commit

Permalink
pep 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Aug 23, 2023
1 parent 3aaead9 commit 685a507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/cifar10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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}
}
```
```

0 comments on commit 685a507

Please sign in to comment.