snakers4 / russian_stt_text_normalization

Russian text normalization pipeline for speech-to-text and other applications based on tagging s2s networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Не могу запустить

D1m0k opened this issue · comments

commented

Подскажите в чем может быть проблема, я новичек в python, клонировал этот репозиторий, установил зависимости, создал test.py с примером из README, при запуске получаю ошибку:
Legacy model format is not supported on mobile.
File "C:\Users\Mi\Documents\GitHub\russian_stt_text_normalization\normalizer.py", line 18, in init
self.model = torch.jit.load(jit_model, map_location=device)
File "C:\Users\Mi\Documents\GitHub\russian_stt_text_normalization\test.py", line 5, in
norm = Normalizer()