From 1211d261976ff0997829786d1d77cdd64408755d Mon Sep 17 00:00:00 2001 From: Kilian Date: Fri, 15 Dec 2023 15:56:56 -0500 Subject: [PATCH] fix path to generated cifar images --- examples/images/cifar10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/images/cifar10/README.md b/examples/images/cifar10/README.md index ee1d264..7d5012d 100644 --- a/examples/images/cifar10/README.md +++ b/examples/images/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):