Open gaushi opened 3 years ago
Hi Gautam,
I would recommend a clean installation of PyTorch through pip. Let me know if that does not help and we can troubleshoot further.
Pablo
Hi Pablo, Thanks for the tip. I did the clean installation of PyTorch through pip. Now everything works!!. You can close the issue :)
Best, Gautam
Hi, Thanks for developing this tool! While running EvaluateDeLUCS.py on test files (test 1) I got following error message:
*Traceback (most recent call last): File "EvaluateDeLUCS.py", line 3, in
import torch
File "/src/python3/envs/delucs/lib/python3.7/site-packages/torch/init.py", line 84, in
from torch._C import
ImportError: /src/python3/envs/delucs/lib/python3.7/site-packages/torch/lib/libmkldnn.so.0: undefined symbol: cblas_sgemm_alloc**
I tried to install mkl with intel (through conda install) and I am still getting the same error message.
Thanks, Best regards, Gautam