-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Training monitor enhancements (#691)
* Training monitor enhancements - Cleaned up imports - Docstrings - Now update based on time, not epochs - Added markers for epoch-level losses - Added best validation loss marker and text - Reduced minimum possible y-axis value when log scaling - Marker colors, alpha, sizes and line widths adjusted * Move training monitor to gui submodule * add metrics to training monitor title * add mean time per epoch * add ETA to finish next 10 epochs * add plateau patience fraction (when in plateau) * update dev_requirements to install version of click that does not break black * Add code coverage * add coverage for all lines within LossViewer.update_runtime() Co-authored-by: roomrys <[email protected]>
- Loading branch information
Showing
6 changed files
with
278 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,5 @@ twine==3.3.0 | |
PyGithub | ||
jupyterlab | ||
jedi==0.17.2 | ||
ipykernel | ||
ipykernel | ||
click==8.0.4 |
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
Oops, something went wrong.