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

My pc environment: MAC OS 10.13.5 xcode 8.2.1 cc -v Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin17.6.0 clang -v Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin17.6.0 gcc -v Using built-in...

I've built warp-ctc and pytorch-binding successfully in cpu-only environment, but failed to import warpctc_pytorch with cudart error: ```python In [1]: import warpctc_pytorch --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in...

Getting out of memory error File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) File "build/bdist.linux-x86_64/egg/warpctc_pytorch/__init__.py", line 82, in forward self.length_average, self.blank) File "build/bdist.linux-x86_64/egg/warpctc_pytorch/__init__.py", line 32, in forward blank)...

root@localhost:/home/ocrtrain/train/ocr/warp-ctc/pytorch_binding# python setup.py install running install running bdist_egg running egg_info creating warpctc_pytorch.egg-info writing warpctc_pytorch.egg-info/PKG-INFO writing dependency_links to warpctc_pytorch.egg-info/dependency_links.txt writing top-level names to warpctc_pytorch.egg-info/top_level.txt writing manifest file 'warpctc_pytorch.egg-info/SOURCES.txt' reading manifest file...

when I exec import, report error: ``` # In SeanNaren/warp-ctc/pytorch_binding >>> from warpctc_pytorch import CTCLoss Traceback (most recent call last): File "", line 1, in File "/data/110482/code/lstm/SeanNaren/warp-ctc/pytorch_binding/warpctc_pytorch/__init__.py", line 6, in...

cmake之后使用make命令后报错:报错如下: /home/powerop/work/hd/warp-ctc-pytorch_bindings/src/ctc_entrypoint.cu(1): error: this declaration has no storage class or type specifier /home/powerop/work/hd/warp-ctc-pytorch_bindings/src/ctc_entrypoint.cu(1): error: expected a ";" 2 errors detected in the compilation of "/tmp/tmpxft_0000184a_00000000-13_ctc_entrypoint.compute_70.cpp1.ii". CMake Error at warpctc_generated_ctc_entrypoint.cu.o.cmake:266 (message):...

`pip install numpy==1.15.0 pip install torch==0.4.1.post2` this may help to solve this problem. refer: https://blog.csdn.net/m0_37644085/article/details/93033883

This is a Windows compatible version of the lastest warpctc_pytorch. Build with Visual Studio 2017.

I'm using the `gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)` and `g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)`. When I do the cmake .. : I get the following error,...