cycleGAN-PyTorch
cycleGAN-PyTorch copied to clipboard
About setting grad to false in train iteration.
In training, discriminator gradient is set to false while generator is updating. But I tried with no discriminator lock, and it it seems the result was same. I wonder the lock code needs in PyTorch?