diff --git a/README.md b/README.md index 9ef6f0e..e5ea041 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 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.
- +
diff --git a/assets/169_generated_samples_otcfm.png b/assets/169_generated_samples_otcfm.png new file mode 100644 index 0000000..d33ec09 Binary files /dev/null and b/assets/169_generated_samples_otcfm.png differ diff --git a/examples/cifar10/README.md b/examples/cifar10/README.md index cadcc59..4201227 100644 --- a/examples/cifar10/README.md +++ b/examples/cifar10/README.md @@ -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.- +
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):