Skip to content

Commit

Permalink
Merge pull request #46 from Microsoft/master
Browse files Browse the repository at this point in the history
add experiment log path to experiment profile (#276)
  • Loading branch information
SparkSnail authored Oct 30, 2018
2 parents e8dec33 + da21bf2 commit 7fd0ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nni_manager/common/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ interface ExperimentProfile {
params: ExperimentParams;
id: string;
execDuration: number;
logDir?: string;
startTime?: number;
endTime?: number;
revision: number;
Expand Down
1 change: 1 addition & 0 deletions src/nni_manager/core/nnimanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ class NNIManager implements Manager {
id: getExperimentId(),
revision: 0,
execDuration: 0,
logDir: getLogDir(),
params: {
authorName: '',
experimentName: '',
Expand Down

0 comments on commit 7fd0ac3

Please sign in to comment.