fonfonx
Results
2
comments of
fonfonx
If `gradParameters` are reset to 0 after the first forward pass then this forward pass becomes useless because you lose the gradients you have computed. The `backward` method calls the...
Look at https://github.com/soumith/dcgan.torch/blob/master/data/donkey_folder.lua#L67. When the data is loaded, images are randomly flipped. Commenting this line may solve your problem.