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刪除。