NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 369 forks source link

py2 compatibility fix for lmutils #383

Closed otstrel closed 5 years ago

otstrel commented 5 years ago

This is the only fix needed to make OpenSeq2Seq work with py2 TensorFlow container pulled from NGC.

vsl9 commented 5 years ago

Thank you for the contribution! Officially we do not support Python 2. But this PR looks good.