jpuigcerver / pytorch-baidu-ctc

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

Support for Pytorch 1.1.0? #7

Closed anhle-uet closed 5 years ago

zhubuz commented 5 years ago

same question! got link error: import torch_baidu_ctc._C as _torch_baidu_ctc ImportError: /home/user/miniconda3/envs/py3/lib/python3.6/site-packages/torch_baidu_ctc/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE when use pytorch 1.1.0.

jpuigcerver commented 5 years ago

I'll build and release a new version compiled to work with PyTorch 1.1.0, meanwhile you can try to install the package from sources.

Either clone the GitHub repo and install from it, or use pip.