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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: