Skip to content

Commit 734a711

Browse files
committed
update cifar generated images figure
1 parent 5cd0e6f commit 734a711

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Conditional Flow Matching (CFM) is a fast way to train continuous normalizing flow (CNF) models. CFM is a simulation-free training objective for continuous normalizing flows that allows conditional generative modeling and speeds up training and inference. CFM's performance closes the gap between CNFs and diffusion models. To spread its use within the machine learning community, we have built a library focused on Flow Matching methods: TorchCFM. TorchCFM is a library showing how Flow Matching methods can be trained and use to deal with image generation, single-cell dynamics and (soon) SO(3) data and tabular data.
2727

2828
<p align="center">
29-
<img src="assets/169_generated_samples_otcfm.gif" width="600"/>
29+
<img src="assets/169_generated_samples_otcfm.png" width="600"/>
3030
<img src="assets/8gaussians-to-moons.gif" />
3131
</p>
3232

1010 KB
Loading

examples/cifar10/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
<p align="center">
6-
<img src="../../assets/169_generated_samples_otcfm.gif" width="600"/>
6+
<img src="../../assets/169_generated_samples_otcfm.png" width="600"/>
77
</p>
88

99
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):

0 commit comments

Comments
 (0)