Skip to content

Commit

Permalink
Remove unused configuration in doc (microsoft#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkSnail authored Dec 13, 2019
1 parent f7d69d8 commit 0bb80f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
6 changes: 1 addition & 5 deletions docs/en_US/TrialExample/SquadEvolutionExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ trial:
memoryMB: 32869
#The docker image to run nni job on OpenPAI
image: msranni/nni:latest
#The hdfs directory to store data on OpenPAI, format 'hdfs://host:port/directory'
dataDir: hdfs://10.10.10.10:9000/username/nni
#The hdfs directory to store output data generated by nni, format 'hdfs://host:port/directory'
outputDir: hdfs://10.10.10.10:9000/username/nni
paiConfig:
#The username to login OpenPAI
userName: username
Expand All @@ -125,7 +121,7 @@ paiConfig:
host: 10.10.10.10
```

Please change the default value to your personal account and machine information. Including `nniManagerIp`, `dataDir`, `outputDir`, `userName`, `passWord` and `host`.
Please change the default value to your personal account and machine information. Including `nniManagerIp`, `userName`, `passWord` and `host`.

In the "trial" part, if you want to use GPU to perform the architecture search, change `gpuNum` from `0` to `1`. You need to increase the `maxTrialNum` and `maxExecDuration`, according to how long you want to wait for the search result.

Expand Down
12 changes: 0 additions & 12 deletions docs/en_US/Tutorial/ExperimentConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,6 @@ machineList:

__image__ set the image to be used in pai.

* __dataDir__

__dataDir__ is the data directory in hdfs to be used.

* __outputDir__

__outputDir__ is the output directory in hdfs to be used in pai, the stdout and stderr files are stored in the directory after job finished.

* __trial(kubeflow)__

* __codeDir__
Expand Down Expand Up @@ -723,10 +715,6 @@ machineList:
memoryMB: 10000
#The docker image to run NNI job on pai
image: msranni/nni:latest
#The hdfs directory to store data on pai, format 'hdfs://host:port/directory'
dataDir: hdfs://10.11.12.13:9000/test
#The hdfs directory to store output data generated by NNI, format 'hdfs://host:port/directory'
outputDir: hdfs://10.11.12.13:9000/test
paiConfig:
#The username to login pai
userName: test
Expand Down
6 changes: 1 addition & 5 deletions examples/trials/ga_squad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ trial:
memoryMB: 32869
#The docker image to run NNI job on OpenPAI
image: msranni/nni:latest
#The hdfs directory to store data on OpenPAI, format 'hdfs://host:port/directory'
dataDir: hdfs://10.10.10.10:9000/username/nni
#The hdfs directory to store output data generated by NNI, format 'hdfs://host:port/directory'
outputDir: hdfs://10.10.10.10:9000/username/nni
paiConfig:
#The username to login OpenPAI
userName: username
Expand All @@ -129,7 +125,7 @@ paiConfig:
host: 10.10.10.10
```
Please change the default value to your personal account and machine information. Including `nniManagerIp`, `dataDir`, `outputDir`, `userName`, `passWord` and `host`.
Please change the default value to your personal account and machine information. Including `nniManagerIp`, `userName`, `passWord` and `host`.
In the "trial" part, if you want to use GPU to perform the architecture search, change `gpuNum` from `0` to `1`. You need to increase the `maxTrialNum` and `maxExecDuration`, according to how long you want to wait for the search result.
Expand Down

0 comments on commit 0bb80f3

Please sign in to comment.