jaywalnut310 / glow-tts

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

inference with pretrained model #21

Closed marshonhuckleberry closed 4 years ago

marshonhuckleberry commented 4 years ago

how to do it?

marshonhuckleberry commented 4 years ago
  1. make dir logs\base
  2. copy config\base.json to logs\base
  3. rename file logs\base\base.json to config.json
  4. place pretrained.pth in glow-tts
  5. edit file inference.ipynb, checkpoint_path='pretrained.pth'
  6. run inference.ipynb