Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

update #320

Merged
merged 2 commits into from
Nov 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions examples/trials/ga_squad/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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:
optimize_mode: maximize
trial:
command: python3 trial.py
codeDir: .
gpuNum: 0
gpuNum: 0