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
When we set "model_type": "autoencoder" in the configuration of the model, the argument accum-batches can't be used because automatic_optimization is disabled.
Uh oh!
There was an error while loading. Please reload this page.
When we set
"model_type": "autoencoder"
in the configuration of the model, the argument accum-batches can't be used because automatic_optimization is disabled.To fix the issue, I have written the code to accumulate the batch in the AutoencoderTrainingWrapper class.
The text was updated successfully, but these errors were encountered: