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

``` -bash-4.2# python setup.py install No CUDA runtime is found, using CUDA_HOME=':/usr/local/cuda-9.0:/usr/local/cuda-8.0' running install running bdist_egg running 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 reading...

(py) root@gao-PowerEdge-T640:~/yu_ex/warp-ctc3333/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...

Hi there, I try to build on window 10, but I got the error: -- Building shared library with GPU support CMake Error: The following variables are used in this...

My test environment is as follows: ######################################################## torch==1.4.0 torchvision==0.5.0 cuda==9.0/10.1 ######################################################## My test code is as follows: ######################################################## ``` import os os.environ["CUDA_VISIBLE_DEVICES"] = "0" import torch from warpctc_pytorch import CTCLoss...

I tried to install warp_ctc on colab but when I tried to install as your direction I got some error like this: ``` -- The C compiler identification is GNU...

(base) [jianming_ge@localhost build]$ make .. (base) [jianming_ge@localhost build]$ cmake .. -- cuda found TRUE -- Building shared library with GPU support -- Configuring done -- Generating done -- Build files...

python3 setup.py install Dear, I have an issue when running python3 setup.py install. Could you help me check it ? Thank you so much ! Torch was not built with...

![image](https://user-images.githubusercontent.com/53568883/127608324-90cd2b0f-daf4-447e-b0ee-8040b5002331.png) make的时候出错了

I get the problem of continuously get zero loss (loss = 0) on GPU Tesla V100,if anyone got the same problem or have some solutions?