0
点赞
收藏
分享

微信扫一扫

微软AutoML-NNI自动化调参踩坑笔记(持续更新)

module 'nni.retiarii.nn.pytorch.nn' has no attribute 'Hardsigmoid'
module 'torch.nn' has no attribute 'Hardsigmoid'
解决办法:把出错的行注释

RuntimeError: CUDA out of memory. Tried to allocate 14.00 MiB (GPU 0; 8.00 GiB total capacity; 6.72 GiB already allocated; 0 bytes free; 6.73 GiB reserved in total by PyTorch)
解决办法:
1、不要同时跑很多占显存的程序
2、换一块内存更高的显卡

'"nvidia_pyindex uninstall"' 不是内部或外部命令,也不是可运行的程序
解决办法:

Package nvidia-dali is now deprecated. Please install nvidia-dali-cuda100 instead:
解决办法:

TypeError: 'torch._C.Node' object is not subscriptable

如何不使用nnictl create --config来运行和脱离配置文件运行?

name 'YAML' is not defined

Please set "use_active_gpu"
在主运行代码中加入这些代码,或者直接抛弃yml文件运行py文件

'Trial job wQQiw status changed from WAITING to FAILED'
一般是因为主运行代码出了问题

应该改成python,因为有可能你并没有配置python3的环境变量

举报

相关推荐

0 条评论