DCGAN-for-Bird-Generation
DCGAN-for-Bird-Generation copied to clipboard
Error in training own dataset with modified batch size
Hi
I want to train GAN with my own dataset and with different input image size. i.e. 300* 300 . But in the code if I am making changes to input size from 6464 to 300 300, it's showing error.
What should I do to get high resolution images of greater size?
Thanks in advance