warp-ctc
warp-ctc copied to clipboard
PyTorch bindings for Warp-CTC
src/_warpctc.cpp:99:71: error: ‘struct at::Type’ has no member named ‘tensor’ at::Tensor workspace = activations.type().toScalarType(at::kByte).tensor(workspace_size)
Hello,thanks for your code,I have following problem when running python3 setup.py bdist_wheel error: [hpc-7-005 pytorch binding]$ python3 setup.py bdist_wheel running bdist_wheel runnina build running build deps The C compiler identification...
Cuda interface was changed in https://github.com/pytorch/pytorch/commit/1003ccfa15e944251a65ba2289f25e8f1ed14a46
Hi, Thanks for sharing your good project. I've installed successfully with `Python 3.6.5` and `PyTorch 0.5.0+7ca8e2f` under `cuda 9.2`, and now I face some unknown runtime error as: ``` RuntimeError:...