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
experiment management backend #3081
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0a595a9
step 1 nnictl generate experimentId & merge folder
cb7485b
step 2.1 modify .experiment structure
f4ffbee
step 2.2 add lock for .experiment rw in nnictl
4fb7c33
step 2.2 add filelock dependence
d29d85b
step 2.2 remove uniqueString from main.js
e39de46
fix test bug
02952af
fix test bug
594619a
setp 3.1 add experiment manager
1c4aabd
step 3.2 add getExperimentsInfo
5c8f59a
fix eslint
ea0b553
add a simple file lock to support stale
863fc1d
step 3.3 add test
eeedf3d
divide abs experiment manager from manager
b83d9aa
experiment manager refactor
fbe4d7c
support .experiment sync update status
a2fbc55
nnictl no longer uses rest api to update status or endtime
8ec133f
nnictl no longer uses rest api to update status or endtime
df01921
fix eslint
a100f10
support .experiment sync update endtime
41b6eac
fix test
23bb387
fix settimeout bug
13d6b07
fix test
fbdb128
adjust experiment endTime
350fe92
separate simple file lock class
8c63832
Merge branch 'master' into experiment-backend
J-shang e30c584
modify name
761786e
add 'id' in .experiment
8da1700
Merge branch 'master' into experiment-backend
J-shang 3174249
update rest api format
30ce94e
fix eslint
7b1853e
fix issue in comments
b1ada7a
fix rest api format
ccd906a
add indent in json in experiments manager
1950597
fix unittest
155c132
fix unittest
df491d4
refector file lock
4133249
fix eslint
4dd700a
remove '__enter__' in filelock
fa75dc3
filelock support never expire
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest to add indent to dump the json file to make the file more readable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, I will add indent.