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
{{ message }}
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
I think solver._step() is quite a useful and necessary API to be open to the users.
Manually iterate batches and step can help debug and watch the internal variable changes. Also some training tricks in GAN need this. (Such as update discriminator once when the generator is updated ten times). I think only solver.train() lacks the flexibility.
The text was updated successfully, but these errors were encountered:
I think solver._step() is quite a useful and necessary API to be open to the users.
Manually iterate batches and step can help debug and watch the internal variable changes. Also some training tricks in GAN need this. (Such as update discriminator once when the generator is updated ten times). I think only solver.train() lacks the flexibility.
The text was updated successfully, but these errors were encountered: