Update preprocess_v2.py

This commit is contained in:
Songting
2023-04-25 14:19:19 +08:00
committed by GitHub
parent f8b398f587
commit 0fe10b449e
+2 -2
View File
@@ -66,8 +66,8 @@ if __name__ == "__main__":
hps['data']["n_speakers"] = len(speakers) hps['data']["n_speakers"] = len(speakers)
# overwrite speaker names # overwrite speaker names
hps['speakers'] = speaker2id hps['speakers'] = speaker2id
hps['train']['log_interval'] = 100 hps['train']['log_interval'] = 10
hps['train']['eval_interval'] = 1000 hps['train']['eval_interval'] = 100
hps['train']['batch_size'] = 16 hps['train']['batch_size'] = 16
hps['data']['training_files'] = "final_annotation_train.txt" hps['data']['training_files'] = "final_annotation_train.txt"
hps['data']['validation_files'] = "final_annotation_val.txt" hps['data']['validation_files'] = "final_annotation_val.txt"