Irpan commited on
Commit
1417583
β€’
1 Parent(s): 641b80a
{kaztts_male2_tacotron2_train.loss.ave/exp β†’ exp}/tts_stats_raw_char/train/feats_stats.npz RENAMED
File without changes
{kaztts_male2_tacotron2_train.loss.ave/exp β†’ exp}/tts_train_raw_char/config.yaml RENAMED
File without changes
{kaztts_male2_tacotron2_train.loss.ave/exp β†’ exp}/tts_train_raw_char/train.loss.ave_5best.pth RENAMED
File without changes
kaztts_male2_tacotron2_train.loss.ave/meta.yaml β†’ meta.yaml RENAMED
File without changes
tts.py CHANGED
@@ -23,8 +23,8 @@ vocoder = load_model(vocoder_checkpoint).to(device).eval()
23
  vocoder.remove_weight_norm()
24
 
25
  ### specify path to the main model(transformer/tacotron2/fastspeech) and its config file
26
- config_file = "kaztts_male2_tacotron2_train.loss.ave/exp/tts_train_raw_char/config.yaml"
27
- model_path = "kaztts_male2_tacotron2_train.loss.ave/exp/tts_train_raw_char/train.loss.ave_5best.pth"
28
 
29
  text2speech = Text2Speech(
30
  config_file,
 
23
  vocoder.remove_weight_norm()
24
 
25
  ### specify path to the main model(transformer/tacotron2/fastspeech) and its config file
26
+ config_file = "exp/tts_train_raw_char/config.yaml"
27
+ model_path = "exp/tts_train_raw_char/train.loss.ave_5best.pth"
28
 
29
  text2speech = Text2Speech(
30
  config_file,