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
According to the Algorithm1 in the paper, L_G=errG_real-errG_fake.
However, in your pytorch implementation, only errG_fake is backpropagated.
Why? How does it affect the performance if you backpropagate both?
The text was updated successfully, but these errors were encountered:
According to the Algorithm1 in the paper, L_G=errG_real-errG_fake.
However, in your pytorch implementation, only errG_fake is backpropagated.
Why? How does it affect the performance if you backpropagate both?
The text was updated successfully, but these errors were encountered: