TakHemlata / RawBoost-antispoofing

This repository includes the code to reproduce our paper "RawBoost: A Raw Data Boosting and Augmentation Method applied to Automatic Speaker Verification Anti-Spoofing".
MIT License
50 stars 11 forks source link

ImportError #2

Closed hmh0816 closed 1 year ago

hmh0816 commented 1 year ago

Hi, i have problems with version ,look forward to your reply Traceback (most recent call last): File "main.py", line 5, in import torch File "/home/sr617/miniconda3/envs/RawBoost_antispoofing/lib/python3.8/site-packages/torch/init.py", line 192, in from torch._C import * # noqa: F403 ImportError: /home/sr617/miniconda3/envs/RawBoost_antispoofing/lib/python3.8/site-packages/torch/lib/libtorch_cuda_cpp.so: undefined symbol: cudaGraphRetainUserObject, version libcudart.so.11.0

TakHemlata commented 1 year ago

Hello,

I think you have to download latest PyTorch version to run the code.

Thanks