i tried to use my own dataset for lesson-7-wgan notebook. when i used image size of 64, i encountered no error, but when the image size was increased to 120 am having some error
The problem is due to some conv layer. It is difficult to tell the exact soln but you can easily check. The idea is the the kernel_size is (4x4) is less than that.
He meant powers of 2. But it is somewhat wrong. The image size should be 7*2x, if you are to look at various imagenet models like Resnet, VGG, and mostly all others.
size 128 works. Thanks
Apart from the image size, does the wgan need a very large dataset. am using about 1456 images. Am getting a very noisy image has output