Torregrossa François

Results 4 comments of Torregrossa François

Hi, This repo support GPU. When compiling you have to set the CUDA_TOOLKIT_ROOT_DIR to cmake (as I specified in another [issue](https://github.com/SeanNaren/warp-ctc/issues/57)): You can specify it with CUDA_TOOLKIT_ROOT_DIR variable with -D...

Hi, You have to modify the __init__.py file in : warp-ctc/pytorch_binding/warpctc_pytorch. You can have a look to the _CTC function, this is where averaging is done. You might modify line...

I might be late but, it seems that cmake did not find CUDA directory. You can specify it with CUDA_TOOLKIT_ROOT_DIR variable with -D option : `cmake -D CUDA_TOOLKIT_ROOT_DIR=/path/to/cuda-x.x.x ..` [More...

Hello, I got the exact same error when trying to install this repo with python3.7 I went through this by recompiling all .pyx files of the project, with cython>=0.29.X installed....