https://github.com/caogang/wgan-gp/blob/ae47a185ed2e938c39cf3eb2f06b32dc1b6a2064/gan_language.py#L159 Right before this line, it should be added `"gradients = gradients.view(BATCH_SIZE, -1)"`?
wgan-gp/gan_language.py
Line 159 in ae47a18
Right before this line, it should be added
"gradients = gradients.view(BATCH_SIZE, -1)"?