DCGAN-tensorflow icon indicating copy to clipboard operation
DCGAN-tensorflow copied to clipboard

hey can I generate more than 100 test images?

Open Muhammad057 opened this issue 5 years ago • 1 comments

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

Muhammad057 avatar Jul 27 '19 08:07 Muhammad057

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):

SUGA-ya avatar Feb 02 '21 03:02 SUGA-ya