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

Possible incomplete dependencies list #16

Open daarong opened 6 years ago

daarong commented 6 years ago

Possibly the dependencies list is incomplete. When I first ran the code it threw error "module 'scipy.misc' has no attribute 'imsave'"

Googling led to this being about pillow. It was suggested to uninstall scipy, install pillow, then install scipy again. I did this and the error was gone.

Perhaps pillow should be on the dependencies list?