1ytic / warp-rnnt

CUDA-Warp RNN-Transducer
MIT License
211 stars 41 forks source link

Not compatible with latest pytorch like 1.5.0 #1

Closed jacob1017 closed 4 years ago

1ytic commented 4 years ago

@jacob1017 Could you show how to install pytorch 1.5.0? What kind of errors you have?

1ytic commented 4 years ago

I tested with pytorch 1.4 and all 10 tests were successful python -m warp_rnnt.test

jacob1017 commented 4 years ago

@1ytic thank you for your reply, pytorch 1.5 use C++14 default,compile scripts should update to add C++14 flags.

1ytic commented 4 years ago

I removed unnecessary compiler flags from setup.py. Now it should work for C++14 compiler too.