Ver Fonte

Change max steps to 1m

Lengyue há 2 anos atrás
pai
commit
9170d3458c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      fish_speech/configs/text2semantic_pretrain.yaml

+ 1 - 1
fish_speech/configs/text2semantic_pretrain.yaml

@@ -11,7 +11,7 @@ trainer:
   accumulate_grad_batches: 1
   gradient_clip_val: 1.0
   gradient_clip_algorithm: 'norm'
-  max_steps: 100_000
+  max_steps: 1_000_000
   precision: bf16-true
   limit_val_batches: 10