Closed jacob1017 closed 4 years ago
I tested with pytorch 1.4 and all 10 tests were successful python -m warp_rnnt.test
@1ytic thank you for your reply, pytorch 1.5 use C++14 default,compile scripts should update to add C++14 flags.
I removed unnecessary compiler flags from setup.py. Now it should work for C++14 compiler too.
@jacob1017 Could you show how to install pytorch 1.5.0? What kind of errors you have?