checkpoint manager
This commit is contained in:
6
_dev/notes.md
Normal file
6
_dev/notes.md
Normal file
@ -0,0 +1,6 @@
|
||||
how we manage our training W&B checkpoints? we need to clean up old checlpoints. for every model we keep 5 checkpoints maximum and rotate them. by default we always load te best, and during training when we save new we discard the 6th ordered by performance
|
||||
|
||||
add integration of the checkpoint manager to all training pipelines
|
||||
|
||||
we stopped showing executed trades on the chart. let's add them back
|
||||
|
Reference in New Issue
Block a user