jaywalnut310 / glow-tts

A Generative Flow for Text-to-Speech via Monotonic Alignment Search
MIT License
667 stars 150 forks source link

[ERROR] monotonic_align.core #19

Open pier314 opened 4 years ago

pier314 commented 4 years ago

ImportError: No module named 'monotonic_align.core' 해당 에러로 인해서 train_ddi.sh가 실행이 되질않습니다.

제가 무엇을 잘못한 건지 질문드립니다. core.pyx는 core.c로 빌드가 된 상태입니다.

marlon-br commented 4 years ago

You have to perform all prerequisites steps.

For this issue the next one is required: c) Build Monotonic Alignment Search Code (Cython): cd monotonic_align; python setup.py build_ext --inplace

jaywalnut310 commented 4 years ago

Sorry, I think your information is not enough to find out errors. Could you give more details? For example, is there no error when you build the cython code?

masifi commented 3 years ago

You have to perform all prerequisites steps.

For this issue the next one is required: c) Build Monotonic Alignment Search Code (Cython): cd monotonic_align; python setup.py build_ext --inplace

Thank you, it worked for me (on windows), Actually, this build command will generate TTS folder in monotonic_align as follows: TTS\tts\layers\glow_tts\monotonic_align\core.cp38-win_amd64.pyd Then, I copied this file core.cp38-win_amd64.pyd from the above path into the main monotonic_align.