"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "279dbdef5f899afbed53aab337ac2cb605705a96"
Unverified Commit fc7ddcd0 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Fix NAS Cifar10 docs (#1617)

parent ac232be5
**Run Neural Network Architecture Search in NNI** # Run Neural Architecture Search in NNI
===
Now we have an NAS example [NNI-NAS-Example](https://github.com/Crysple/NNI-NAS-Example) run in NNI using NAS interface from our contributors. Now we have an NAS example [NNI-NAS-Example](https://github.com/Crysple/NNI-NAS-Example) run in NNI using NAS interface from our contributors.
We have included its trial code in this folder, and provided example config files to show how to use PPO tuner to tune the trial code. We have included its trial code in this folder, and provided example config files to show how to use PPO tuner to tune the trial code.
> Download data To prepare for the dataset, please run `cd data && . download.sh`.
Thanks our lovely contributors, and welcome more and more people to join us!
- `cd data && . download.sh`
- `tar xzf cifar-10-python.tar.gz && mv cifar-batches cifar10`
Thanks our lovely contributors.
And welcome more and more people to join us!
wget https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz wget https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz
tar xzf cifar-10-python.tar.gz && mv cifar-10-batches-py cifar10
\ 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