use spk_embedding when sft

This commit is contained in:
lyuxiang.lx
2024-07-10 17:49:32 +08:00
parent a723ea375e
commit 0fd15bb12b
5 changed files with 8 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ train_conf:
scheduler: warmuplr
scheduler_conf:
warmup_steps: 25000
use_spk_embedding: False # change to True during sft
max_epoch: 200
grad_clip: 5
accum_grad: 2

View File

@@ -190,6 +190,7 @@ train_conf:
scheduler: warmuplr # change to constantlr during sft
scheduler_conf:
warmup_steps: 2500
use_spk_embedding: False # change to True during sft
max_epoch: 200
grad_clip: 5
accum_grad: 2