Update preprocess_v2.py
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user