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
The VAE module have two methods _run_step and forward which are almost same.
So I thought, having _run_step method is enough for the VAE module.
Is there any reason for having forward method?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
While reading the code of the VAE module, a question arose.
The VAE module have two methods
_run_step
andforward
which are almost same.So I thought, having
_run_step
method is enough for the VAE module.Is there any reason for having
forward
method?Beta Was this translation helpful? Give feedback.
All reactions