Open pier314 opened 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
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?
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
.
ImportError: No module named 'monotonic_align.core' 해당 에러로 인해서 train_ddi.sh가 실행이 되질않습니다.
제가 무엇을 잘못한 건지 질문드립니다. core.pyx는 core.c로 빌드가 된 상태입니다.