DCGAN-tensorflow
DCGAN-tensorflow copied to clipboard
hey can I generate more than 100 test images?
Hello I need to generate more than 100 test images from the trained model? Any insight into it? Thank you.
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):