-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
how to sample images with a trained model #1
Comments
Sorry for the late reply. If you check line 499 of DeepLearning/my_sngan.py, you may notice the method Note that this method is called in line 88-90 of my_test_cifar.py, so perhaps the simplest way is to comment out line 83-87 and line 91-94 in my_test_cifar.py, decrease the indentation of line 88-90, and run the file. In this case, the file would avoid the training phase and directly do the sampling. Please also note that my code by default uses the latest saved model in the Please feel free for any further question. Thanks for your interest. |
It works. Thanks a lot! |
Thank you for providing this neat code!!!
I have trained your model on CIFAR-10, but I don't know how to get samples. Is there any function or script to generate samples with a trained model?
The text was updated successfully, but these errors were encountered: