llSourcell / Pokemon_GAN

This is the code for "Generating Pokemon with a Generative Adversarial Network" by Siraj Raval on Youtube
433 stars 208 forks source link

Not getting the result properly #25

Open jcthink opened 5 years ago

jcthink commented 5 years ago

Results are getting black color. Is it need to uncomment the line before saving to get proper result

imgtest = imgtest * 255.0

imgtest.astype(np.uint8)

        save_images(imgtest, [8,8] ,newPoke_path + '/epoch' + str(i) + '.jpg')
t2ac32 commented 3 years ago

I uncommented but after 750 epoch images are still black.