sooftware / kospeech

Open-Source Toolkit for End-to-End Korean Automatic Speech Recognition leveraging PyTorch and Hydra.
https://sooftware.github.io/kospeech/
Apache License 2.0
605 stars 192 forks source link

Inference code for RNN-T #163

Open KinamSalad opened 2 years ago

KinamSalad commented 2 years ago

Title

Description

안녕하세요. 먼저 음성인식에 관심이 많아 둘러보던 중 좋은오픈소스를 제공해주셔서 감사합니다.

./bin/inference.py 코드를 보면 지원하는모델이

SpeechTransformer, Jasper, DeepSpeech2, ListenAttendSpell, Conformer,

이렇게 5개 뿐인것 같은데 RNN-T의 경우에는 inference코드를 지원해주지 않는건가요? 아무래도 실시간 inference라서 구현에 어려운 점이 있는건지 궁금합니다.

감사합니다.

Linked Issues