赞
踩
>>> import torch
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/******省略****/lib/python3.7/site-packages/torch/__init__.py", line 84, in <module>
from torch._C import *
ImportError: /******省略****/lib/python3.7/site-packages/torch/lib/libmkldnn.so.0: undefined symbol: cblas_sgemm_alloc
安装PyTorch 1.0.1
conda install pytorch=1.0.1 -c pytorch
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。