This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
experiment management backend (#3081)
* step 1 nnictl generate experimentId & merge folder * step 2.1 modify .experiment structure * step 2.2 add lock for .experiment rw in nnictl * step 2.2 add filelock dependence * step 2.2 remove uniqueString from main.js * fix test bug * fix test bug * setp 3.1 add experiment manager * step 3.2 add getExperimentsInfo * fix eslint * add a simple file lock to support stale * step 3.3 add test * divide abs experiment manager from manager * experiment manager refactor * support .experiment sync update status * nnictl no longer uses rest api to update status or endtime * nnictl no longer uses rest api to update status or endtime * fix eslint * support .experiment sync update endtime * fix test * fix settimeout bug * fix test * adjust experiment endTime * separate simple file lock class * modify name * add 'id' in .experiment * update rest api format * fix eslint * fix issue in comments * fix rest api format * add indent in json in experiments manager * fix unittest * fix unittest * refector file lock * fix eslint * remove '__enter__' in filelock * filelock support never expire Co-authored-by: Ning Shang <nishang@microsoft.com>
- Loading branch information
Showing
22 changed files
with
546 additions
and
127 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
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
Oops, something went wrong.