Skip to content

Commit

Permalink
fix error on example of RemoteMachineMode (#269)
Browse files Browse the repository at this point in the history
* add pycharm project files to .gitignore list

* update pylintrc to conform vscode settings

* fix RemoteMachineMode for wrong trainingServicePlatform
  • Loading branch information
leckie-chn authored and QuanluZhang committed Oct 25, 2018
1 parent a26c46b commit 82aa37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RemoteMachineMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ maxExecDuration: 3h
# empty means never stop
maxTrialNum: 100
# choice: local, remote, pai
trainingServicePlatform: local
trainingServicePlatform: remote
# choice: true, false
useAnnotation: true
tuner:
Expand Down

0 comments on commit 82aa37b

Please sign in to comment.