glow-tts icon indicating copy to clipboard operation
glow-tts copied to clipboard

[ERROR] monotonic_align.core

Open pier314 opened this issue 4 years ago • 3 comments

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

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

pier314 avatar Jun 16 '20 07:06 pier314

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

marlon-br avatar Jun 22 '20 17:06 marlon-br

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?

jaywalnut310 avatar Jun 24 '20 11:06 jaywalnut310

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.

masifi avatar Sep 29 '21 21:09 masifi