-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[breaking] NN optimizer update accounts for total number of epochs, m…
…ode data and better info in training callback 1. epochs ran in previous training are now accounded in the optizer update function (e.g. to reduce the step at each epoch) instead of departing from 1 at each fit! 2. the number of epochs already ran and the whole dataset (x,y) (and not only xbatch, ybatch) is given to the callback ran at each update. The default calback (`fitting_info`) then use this info to report the whole dataset loss at each epoch
- Loading branch information
1 parent
4e19c54
commit 9f076c5
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters