warp-ctc icon indicating copy to clipboard operation
warp-ctc copied to clipboard

Pytorch Bindings for warp-ctc

Results 102 warp-ctc issues
Sort by recently updated
recently updated
newest added

I followed the instructions of installing warp-ctc, but I get an error in "python setup.py install" step. `LINK : warning LNK4044: unrecognized option '/Wl,-rpath,C:\Users\argha\warp-ctc\build\Debug'; ignored` `LINK : fatal error LNK1181:...

when ever i try to print the gradient tensor obtained from gpu_ctc i am using pytorch and i am editing the warpctc_pytorch __init__.py in the forward function i tried printing...

![image](https://user-images.githubusercontent.com/32126435/100078022-fe780400-2e7d-11eb-9133-c795e2c8d5bc.png)

when i run python setup.py install, a error occured as follows, i don't know how to solve it,,,,,thx a lot for you help~ my envs is py36 pytorch1.0.1 (crnn_torch_py36) futong@server:~/env_conf/warp-ctc/pytorch_binding$...

make [ 20%] Building CXX object CMakeFiles/warpctc.dir/src/ctc_entrypoint.cpp.o clang: error: unsupported option '-fopenmp' make[2]: *** [CMakeFiles/warpctc.dir/src/ctc_entrypoint.cpp.o] Error 1 make[1]: *** [CMakeFiles/warpctc.dir/all] Error 2 make: *** [all] Error 2

~/warp-ctc/build$ make [ 11%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_reduce.cu.o In file included from /usr/local/cuda-9.0/include/host_config.h:50:0, from /usr/local/cuda-9.0/include/cuda_runtime.h:78, from :0: /usr/local/cuda-9.0/include/crt/host_config.h:119:2: error: #error -- unsupported GNU version! gcc versions later than 6...

Hi, I am trying to use the CTCLoss from this repo with mixed precision from apex, but I am getting `RuntimeError: CUDA error: an illegal memory access was encountered`. Without...

If `torch==1.6.0` is installed, following warning is raised when I try to build a wheel. ```console $ python setup.py bdist_wheel gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC...

Test_gpu and Test_cpu are all passed. But when I use gpu_ctc to calculate cost the output is 0, while cpu_ctc output 2.46. My pytorch version is 1.0, python 2.7, cuda...

Hello, I am trying to train an OCR which takes a binarized image of a sentence from a document image and tries to predict the output. The losses more often...