Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[brief] Make the train_step function not abstract.
[detailed] - This actually makes the model base class more flexible because it means that now the user can create models that isolate each individual step (test/train/validate) as opposed to one that has to cover training even when it's not needed.
- Loading branch information