Skip to content
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

hey can I generate more than 100 test images? #356

Open
Muhammad057 opened this issue Jul 27, 2019 · 1 comment
Open

hey can I generate more than 100 test images? #356

Muhammad057 opened this issue Jul 27, 2019 · 1 comment

Comments

@Muhammad057
Copy link

Hello I need to generate more than 100 test images from the trained model? Any insight into it? Thank you.

@SUGA-ya
Copy link

SUGA-ya commented Feb 2, 2021

you can use parameter "generate_test_images" in main.py, change the value whatever you like

change the visualize function in utils.py like this:(about line 234)
elif option == 1:
values = np.arange(0, 1, 1./config.batch_size)
#for idx in xrange(dcgan.z_dim):
for idx in xrange(config.generate_test_images):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants