The parameter num_images is currently unused in the cifar10 example
|
flags.DEFINE_integer("num_images", 50000, help="the number of generated images for evaluation") |
It would be great to have a generate_cifar10.py to generate a given number of images, as in the edm code https://github.com/NVlabs/edm
The parameter
num_imagesis currently unused in the cifar10 exampleconditional-flow-matching/examples/cifar10/train_cifar10.py
Line 52 in 21cd0c8
It would be great to have a
generate_cifar10.pyto generate a given number of images, as in the edm code https://github.com/NVlabs/edm