jpuigcerver / pytorch-baidu-ctc

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

Unittest Error #8

Open lixiangpengcs opened 4 years ago

lixiangpengcs commented 4 years ago

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?