RuntimeError: operator torchvision::nms does not exist解决
如果兼容,从官网安装,不要用国内源,不要用conda。首先检查torchvision和torch是否兼容。
·
首先检查torchvision和torch是否兼容
pip show torch torchvision
如果兼容,从官网安装,不要用国内源,不要用conda。
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
更多推荐
所有评论(0)