-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
merge master
merge master
Update evolution doc (microsoft#1493)
merge master
merge master
merge master
augment pylintrc (microsoft#1643)
fix console.log (microsoft#1636)
merge master
merge master
merge master
merge master
Filter prune algo implementation (microsoft#1655)
merge master
merge master
merge master
merge master
merge master
merge master
merge master
merge master
merge master
merge master
Support monitor mode when creating or resuming a new experiment (microsoft#1933)
Add test for documentation build (microsoft#1924)
fix pipeline status badge (microsoft#1942)
const additionalPAIConfig = yaml.safeLoad(fs.readFileSync(this.paiTrialConfig.paiConfigPath, 'utf8')); | ||
return yaml.safeDump({...paiJobConfig, ...additionalPAIConfig}); | ||
} catch (error) { | ||
this.log.error(`Loading ${this.paiTrialConfig.paiConfigPath} error: ${error}`); |
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.
this error message is not accurate, could be:
error occurs during loading and merge .... : ${error}
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.
fixed.
src/nni_manager/package.json
Outdated
@@ -26,7 +26,8 @@ | |||
"ts-deferred": "^1.0.4", | |||
"typescript-ioc": "^1.2.4", | |||
"typescript-string-operations": "^1.3.1", | |||
"webhdfs": "^1.2.0" | |||
"webhdfs": "^1.2.0", | |||
"deepmerge": "^4.2.2" |
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.
Looks like your are not using yarn add
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.
Looks like your are not using
yarn add
fixed.
@@ -13,6 +13,7 @@ | |||
"azure-storage": "^2.10.2", | |||
"chai-as-promised": "^7.1.1", | |||
"child-process-promise": "^2.2.1", | |||
"deepmerge": "^4.2.2", |
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.
there should be some updates in yarn.lock needs to be checked in.
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.
fixed
No description provided.