-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Way to fix bug with validation frequency (#1601)
* Way to fix bug with validation frequency * Fixed test, the state of net was rewritten * Added validating the latest epoch and epochs from save_ckpt_epoch_list * Added one more testcase to check wether latest notdivisible epoch has valid in metrics * Following the SRP recommendation... * Which inference time exactly * Fixed incorrect keyword in writing function * Missing brackets around epoch+1 in valid run check function. * Final fixes hopefully :) * Fixed trainer to add scalars only in main process --------- Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
- Loading branch information
1 parent
0292e05
commit e68a3a2
Showing
2 changed files
with
91 additions
and
40 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
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