ctc icon indicating copy to clipboard operation
ctc copied to clipboard

Numpy and Theano bindings for Baidu's warp-ctc

Results 7 ctc issues
Sort by recently updated
recently updated
newest added

AttributeError: /usr/local/lib/python2.7/dist-packages/ctc/../build/libwarpctc.so: undefined symbol: cpu_ctc

Problem: AttributeError: module 'ctc' has no attribute 'cpu_ctc_th' Someone told me the problem might be that ctc writes in another directory. I checked. When I install setup.py, it writes here:...

I see that the code seems to be using only cpu_ctc. How can I get this to use the gpu? Thanks Avi

Hi, I'm trying to install ctc on an AWS instance with gpu (p2.xlarge). Ubuntu 14.04. I have installed warp_ctc and successfully run test_gpu and test_cpu. After running `sudo python setup.py...

Fixes to get the library to build under Visual Studio 2015. Needed to upgrade CUDA sdk to 8.0. Added declspec(dllimport) to generate a .lib. Fixes a few C++ version issues.

Hi @sherjilozair , Could you please run file `rnnctc.py` in my forked repo: https://github.com/mohammadpz/ctc/blob/master/examples/rnnctc.py Variable `gradsx2` should be twice larger than `grads`. But it's not the case Am I missing...