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
Currently, the __call__ method takes in various dataloaders. In order to have more flexible way of training (e.g. for sharding), the __call__ should do just one step of the algorithm.
In a separate PR later, we will then define a generic trainer.
Currently, the
__call__method takes in various dataloaders. In order to have more flexible way of training (e.g. for sharding), the__call__should do just one step of the algorithm.In a separate PR later, we will then define a generic trainer.