You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2022. It is now read-only.
Подскажите в чем может быть проблема, я новичек в 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()