pytorch-tutorial
pytorch-tutorial copied to clipboard
Some questions about GAN code
In the GAN code, why L98 is repeated in L115? I tried to delete L115, it works fine. Is there something I miss?
@jindongwang It does not repeat. These two lines generate different random tensors. One is for training discriminator, the other is for training generator.