From 19f1a7cce7638f82b563eb5152d393b6d362193c Mon Sep 17 00:00:00 2001 From: yinfan98 <1106310035@qq.com> Date: Sun, 29 Dec 2024 13:24:13 +0800 Subject: [PATCH] Update default.yaml --- examples/aishell3/vits-vc/conf/default.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/aishell3/vits-vc/conf/default.yaml b/examples/aishell3/vits-vc/conf/default.yaml index cdb1876ca..c71e071d2 100644 --- a/examples/aishell3/vits-vc/conf/default.yaml +++ b/examples/aishell3/vits-vc/conf/default.yaml @@ -179,9 +179,6 @@ generator_first: False # whether to start updating generator first # OTHER TRAINING SETTING # ########################################################## num_snapshots: 10 # max number of snapshots to keep while training -max_epoch: 10 -save_interval_epochs: 1 -eval_interval_epochs: 1 train_max_steps: 350000 # Number of training steps. == total_iters / ngpus, total_iters = 1000000 save_interval_steps: 1000 # Interval steps to save checkpoint. eval_interval_steps: 250 # Interval steps to evaluate the network.