DeLUCS icon indicating copy to clipboard operation
DeLUCS copied to clipboard

EvaluateDeLUCS.py

Open gaushi opened this issue 4 years ago • 2 comments

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

gaushi avatar Nov 01 '21 10:11 gaushi

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

millanp95 avatar Nov 01 '21 14:11 millanp95

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

gaushi avatar Nov 03 '21 18:11 gaushi