CrystalRanita / nnienv

microsoft nni env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nnienv

microsoft nni env

$ ./tools/venv.sh
$ source venv/bin/activate

Run Nni

See Document in https://github.com/Microsoft/nni.git

Run nni virtual env first then:
$ git clone -b v1.3 https://github.com/Microsoft/nni.git
$ cd nni

Depands on example type $ nnictl create --config examples/trials/mnist-tfv1/config.yml
or $ nnictl create --config examples/trials/cifar10_pytorch/config.yml

Exit Env

$ deactivate

About

microsoft nni env


Languages

Language:Shell 100.0%