Irpan commited on
Commit
641b80a
1 Parent(s): 00a9c71
Files changed (1) hide show
  1. tts.py +2 -2
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 = "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,
 
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,