jpuigcerver / pytorch-baidu-ctc

PyTorch bindinga for Baidu's Warp-CTC
Apache License 2.0
59 stars 11 forks source link

需要特定的CUDA 版本吗? #10

Open BriFuture opened 4 years ago

BriFuture commented 4 years ago

使用 pip 安装了 pytorch-baidu-ctc, 运行时报错:

venv/lib/python3.6/site-packages/torch_baidu_ctc/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c1012CUDATensorIdEv

bigcash commented 4 years ago

我也是报了这个错误?怎么破?

mohammedayub44 commented 3 years ago

I got this error as well. How to solve this ?