Spaces:
Running
Running
Irpan
commited on
Commit
β’
1417583
1
Parent(s):
641b80a
asr
Browse files- {kaztts_male2_tacotron2_train.loss.ave/exp β exp}/tts_stats_raw_char/train/feats_stats.npz +0 -0
- {kaztts_male2_tacotron2_train.loss.ave/exp β exp}/tts_train_raw_char/config.yaml +0 -0
- {kaztts_male2_tacotron2_train.loss.ave/exp β exp}/tts_train_raw_char/train.loss.ave_5best.pth +0 -0
- kaztts_male2_tacotron2_train.loss.ave/meta.yaml β meta.yaml +0 -0
- tts.py +2 -2
{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 = "
|
27 |
-
model_path = "
|
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,
|