-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* time_limit in training loops * test time_limit * fix * fix pass args * increase tic frequency * fix precise tics * fix speed tic * fix timelimit * per-trial based cache dir * fix * fix * fix * fix * final_fit * debug * fix * debug * debug * dd * dd * fix path * debug * fix * fix log file path if deleted * fix self config overwrite * fix * results * fix all * try reload mxnet in training * fix * fix timeout * fix * fix reload * fix * import os * fix task id * fix * fix doc * fix overhead * fix * fix lint * fix lint * fix tests * fix * disable hpo in tests
- Loading branch information
Showing
12 changed files
with
421 additions
and
148 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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"""Shared configs""" | ||
_BEST_CHECKPOINT_FILE = 'best_checkpoint.pkl' |
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.