pytorch-generative-model-collections
pytorch-generative-model-collections copied to clipboard
Why there is no detach() after the generator?
trafficstars
I see many code like this:fake_data = G(noise).detach()
But in your most code, there is no detach, so is it just ok to omit it ?
https://github.com/pytorch/examples/issues/116