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 discourse, this can be fixed by adding Flux.Zygote.@nograd Flux.params before the function definition of model_loss. This indeed fixes it for me.
The text was updated successfully, but these errors were encountered:
jstrube
added a commit
to jstrube/model-zoo
that referenced
this issue
May 8, 2021
When running vae_mnist with
Flux v0.12.3
causes:According to discourse, this can be fixed by adding
Flux.Zygote.@nograd Flux.params
before the function definition ofmodel_loss
. This indeed fixes it for me.The text was updated successfully, but these errors were encountered: