GNGAN-PyTorch
GNGAN-PyTorch copied to clipboard
RuntimeError: a leaf Variable that requires grad is being used in an in-place operation.
I am very interested in the method of the paper, but when I add GN to my own training process there is a runtime error, can you please tell me why? Thank you!
Can you provide a minimum executable example to let me reproduce the error?