Download toolkit

git clone https://github.com/mozilla/TTS.git

Install and config env

  • conda create -n convlab2 python=3.6.2
  • cd ConvLab-2
  • install cpu version of pytorch (run on personal computer)conda install pytorch==1.5.1 torchvision==0.6.1 cpuonly -c pytorch
    • otherwise, auto installation cannot find package version.
  • pip install -e .