ubuntu导入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成功

posted @ 2018-09-13 14:14  Operater  阅读(2289)  评论(0编辑  收藏  举报