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
Since DataLoader is consumed by MultiModelTrainer (which delegates to Lightning's Trainer.fit()), the epoch loop is managed by Lightning. We need a set_epoch() method that must be called automatically via a Lightning Callback.