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
In training, discriminator gradient is set to false while generator is updating.
But I tried with no discriminator lock, and it it seems the result was same.
I wonder the lock code needs in PyTorch?
The text was updated successfully, but these errors were encountered:
In training, discriminator gradient is set to false while generator is updating.
But I tried with no discriminator lock, and it it seems the result was same.
I wonder the lock code needs in PyTorch?
The text was updated successfully, but these errors were encountered: