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成功