欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

NNI使用体验

程序员文章站 2024-03-16 12:25:22
...

安装NNI

安装环境:Anaconda3
安装方法:

python -m pip install --upgrade nni

安装测试

通过git clone下载nni源代码:

git clone -b v1.9 https://github.com/Microsoft/nni.git

样例测试

使用mnist-pytorch样例测试。运行成功,代表nni安装成功。

nnictl create --config nni\examples\trials\mnist-pytorch\config_windows.yml

NNI使用体验
NNI使用体验