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
There is a simple bug here, real_loss and fake_loss will be overwritten instead of being cumulative, which will result in the real_loss and fake_loss in the return value being related only to the last discriminator.
To Reproduce
It's a simple mistake that doesn't need to be reproduced.