mseitzer / pytorch-fid

Compute FID scores with PyTorch.
Apache License 2.0
3.22k stars 497 forks source link

python: symbol lookup error: /home/xxx/miniconda3/envs/torch/lib/python3.7/site-packages/mk│ l/../../../libmkl_intel_thread.so.1: undefined symbol: __kmpc_global_thread_num #86

Closed bridgeqiqi closed 1 year ago

bridgeqiqi commented 2 years ago

Hi, I came across this issue when run this command python -m pytorch_fid /path1 /path2.

Could anyone help me to resolve this issue?

Thanks

mseitzer commented 1 year ago

This seems to be an issue related to your environment configuration. Try to recreate the environment, or try creating an environment using pip instead of conda to see if the error persists.