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
**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`.
```bash
python3 -m pip install --user nni
python3 -m pip install --user --upgrade nni
```
**Install through source code**
......
......@@ -8,7 +8,7 @@ trainingServicePlatform: local
#choice: true, false
useAnnotation: false
tuner:
codeDir: ../tuners/ga_customer_tuner
codeDir: ../../tuners/ga_customer_tuner
classFileName: customer_tuner.py
className: CustomerTuner
classArgs:
......
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