Commit 82aa37b9 authored by Yan Ni's avatar Yan Ni Committed by QuanluZhang
Browse files

fix error on example of RemoteMachineMode (#269)

* add pycharm project files to .gitignore list

* update pylintrc to conform vscode settings

* fix RemoteMachineMode for wrong trainingServicePlatform
parent a26c46b4
...@@ -35,7 +35,7 @@ maxExecDuration: 3h ...@@ -35,7 +35,7 @@ maxExecDuration: 3h
# empty means never stop # empty means never stop
maxTrialNum: 100 maxTrialNum: 100
# choice: local, remote, pai # choice: local, remote, pai
trainingServicePlatform: local trainingServicePlatform: remote
# choice: true, false # choice: true, false
useAnnotation: true useAnnotation: true
tuner: tuner:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment