Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
add experiment log path to experiment profile (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored and yds05 committed Oct 30, 2018
1 parent 0c17e2d commit da21bf2
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 da21bf2

Please sign in to comment.