- Add Chinese phonemizer based on g2pW
- Using a quantized version of the original model with
quantize_dynamic
- Using a quantized version of the original model with
- Add
--data.phoneme_type pinyinfor Chinese phonemization using g2pW - Add
--data.phoneme_type textfor using IPA phonemes directly (no espeak-ng) - Add
--model.vocoder_warmstart_ckpt <CHECKPOINT>to restore vocoder params only - Add
--data.dataset_type 'phoneme_ids'to train with pre-generated phoneme ids- Use
--data.num_symbols <N>to set number of phonemes - Use
--data.phonemes_path "/path/to/phonemes.json"for phoneme/id map
- Use
- Add
--output-dir-namingoption withtimestamp(default) andtext