Unverified Commit 5a2721be authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

update (#320)

* update

* fix ga_squad config
parent 6963b07b
...@@ -25,7 +25,7 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search ...@@ -25,7 +25,7 @@ The tool dispatches and runs trial jobs generated by tuning algorithms to search
**Install through pip** **Install through pip**
* We only support Linux in current stage, Ubuntu 16.04 or higher are tested and supported. Simply run the following `pip install` in an environment that has `python >= 3.5`. * We only support Linux in current stage, Ubuntu 16.04 or higher are tested and supported. Simply run the following `pip install` in an environment that has `python >= 3.5`.
```bash ```bash
python3 -m pip install --user nni python3 -m pip install --user --upgrade nni
``` ```
**Install through source code** **Install through source code**
......
...@@ -8,7 +8,7 @@ trainingServicePlatform: local ...@@ -8,7 +8,7 @@ trainingServicePlatform: local
#choice: true, false #choice: true, false
useAnnotation: false useAnnotation: false
tuner: tuner:
codeDir: ../tuners/ga_customer_tuner codeDir: ../../tuners/ga_customer_tuner
classFileName: customer_tuner.py classFileName: customer_tuner.py
className: CustomerTuner className: CustomerTuner
classArgs: classArgs:
...@@ -16,4 +16,4 @@ tuner: ...@@ -16,4 +16,4 @@ tuner:
trial: trial:
command: python3 trial.py command: python3 trial.py
codeDir: . codeDir: .
gpuNum: 0 gpuNum: 0
\ No newline at end of file
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