GAN256
GAN256 copied to clipboard
Multi-Purpose DCGAN
Great work, but I am trying to understand why are you using 4096 as input vector size, while in the DCGAN paper it uses 100. ``` def noise(n): return np.random.uniform(-1.0,...
https://github.com/TheNewon/Gan256-EZ-image-load ty for your work
Is this a Keras versioning issue? ``` Round 935: D Real: 0.284967 D Fake: 0.06268965 G All:: 4.4938965 Round 936: Traceback (most recent call last): File "main.py", line 355, in...