pytorch-baidu-ctc icon indicating copy to clipboard operation
pytorch-baidu-ctc copied to clipboard

PyTorch bindinga for Baidu's Warp-CTC

Results 6 pytorch-baidu-ctc issues
Sort by recently updated
recently updated
newest added

failed installing with python3.9 using `pip3 install torch-baidu-ctc`

src/binding.cc:8:17: Fatal error: ctc.h: No such file or directory #include

使用 pip 安装了 pytorch-baidu-ctc, 运行时报错: venv/lib/python3.6/site-packages/torch_baidu_ctc/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c1012CUDATensorIdEv

It is useful to me!It's so kind of you!

I install pytorch-baidu-ctc using: pip install torch-baidu-ctc however, error is raised when I conduct unit test as : ModuleNotFoundError: No module named 'torch_baidu_ctc._C' I want to know why?

Thanks for the bindings! I simply wanted to point out that you could add to the documentation: * y, xs and ys need to be on the cpu * x...