Skip to content

Commit

Permalink
fix path to generated cifar images
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Dec 15, 2023
1 parent bf7d26c commit 1211d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/images/cifar10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This repository is used to reproduce the CIFAR-10 experiments from [1](https://arxiv.org/abs/2302.00482). We have designed a novel experimental procedure that helps us to reach an __FID of 3.5__ on the Cifar10 dataset.

<p align="center">
<img src="../../assets/169_generated_samples_otcfm.png" width="600"/>
<img src="../../../assets/169_generated_samples_otcfm.png" width="600"/>
</p>

To reproduce the experiments and save the weights, install the requirements from the main repository and then run (runs on a single RTX 2080 GPU):
Expand Down

0 comments on commit 1211d26

Please sign in to comment.