Jin Ming Teo
Jin Ming Teo
limit max_wh_ratio as the ratio can be higher than max_wh_ratio. ``` resize_shape = (3,32, 320) wrong = np.zeros((32, 325, 3)) y= resize_norm_img_chinese(wrong, resize_shape)[0] y.shape = (3, 32, 325) ```
- Support for Python3
Hi team, thanks for sharing the great work here. will there be an integration to AWS inferentia? thanks!
Hi team, I am trying to add LM into parakeet models and i think this is the script related to it. [eval_beamsearch_ngram_transducer.py](https://github.com/NVIDIA/NeMo/blob/main/scripts/asr_language_modeling/ngram_lm/eval_beamsearch_ngram_transducer.py) I have tried using it and encountered a...