You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tl;dr: dcgan.py example adds noise to the fake data gradients, which it doesn't need to.
We should change the training pipeline (because it's more correct) and measure the impact (because we're curious).
See more details and solution proposals on the PyTorch forum thread