Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
da21bf2c
Commit
da21bf2c
authored
Oct 30, 2018
by
chicm-ms
Committed by
fishyds
Oct 30, 2018
Browse files
add experiment log path to experiment profile (#276)
parent
0c17e2d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/nni_manager/common/manager.ts
src/nni_manager/common/manager.ts
+1
-0
src/nni_manager/core/nnimanager.ts
src/nni_manager/core/nnimanager.ts
+1
-0
No files found.
src/nni_manager/common/manager.ts
View file @
da21bf2c
...
...
@@ -62,6 +62,7 @@ interface ExperimentProfile {
params
:
ExperimentParams
;
id
:
string
;
execDuration
:
number
;
logDir
?:
string
;
startTime
?:
number
;
endTime
?:
number
;
revision
:
number
;
...
...
src/nni_manager/core/nnimanager.ts
View file @
da21bf2c
...
...
@@ -587,6 +587,7 @@ class NNIManager implements Manager {
id
:
getExperimentId
(),
revision
:
0
,
execDuration
:
0
,
logDir
:
getLogDir
(),
params
:
{
authorName
:
''
,
experimentName
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment