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
$ git clone -b nycuka https://github.com/Li-JEN/ConversationalAI-TTS.git
$ cd ConversationalAI-TTS/tools
$ ./setup_anaconda.sh miniconda espnet 3.8
$ . ./activate_python.sh
$ make TH_VERSION=1.10.1 CUDA_VERSION=11.3
$ pip install onedrivedownloader pyopenjtalk typeguard==2.13.3 Pillow==9.5.0 numpy==1.23.0 g2pw geomloss OpenCC POT==0.4.0
## need to install kaldi
$ cd ConversationalAI-TTS/tools/kaldi/tools
$ make -j <NUM-CPU>#There would has some error. Follow the hint and you can solve.
$ ./extras/install_openblas.sh
$ cd ConversationalAI-TTS/tools/kaldi/src
$ ./configure --openblas-root=../tools/OpenBLAS/install --use-cuda=no
$ make -j clean depend; make -j <NUM-CPU>