ubuntu下导入torch报错
>>> import torch
Illegal instruction (core dumped)
安装pytorch
去pytorch官网下载python版本对应的版本的pytorch的wheel文件
https://pytorch.org/previous-versions/
下载完成后,pip3 install安装wheel文件
安装torchvision
pip3 install torchvision
导入import torch成功
ubuntu下导入torch报错
>>> import torch
Illegal instruction (core dumped)
安装pytorch
去pytorch官网下载python版本对应的版本的pytorch的wheel文件
https://pytorch.org/previous-versions/
下载完成后,pip3 install安装wheel文件
安装torchvision
pip3 install torchvision
导入import torch成功
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。