We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
num_images
The parameter num_images is currently unused in the cifar10 example
conditional-flow-matching/examples/cifar10/train_cifar10.py
Line 52 in 21cd0c8
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
generate_cifar10.py
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for noticing this unused variable. This will be removed in a future PR.
Regarding the generate_cifar10.py, I agree it is a good idea. I will add it to the to-do list.
Sorry, something went wrong.
josephdviviano
Successfully merging a pull request may close this issue.
The parameter
num_images
is 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.py
to generate a given number of images, as in the edm code https://github.com/NVlabs/edmThe text was updated successfully, but these errors were encountered: