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