Sfoglia il codice sorgente

Change max steps to 1m

Lengyue 2 anni fa
parent
commit
9170d3458c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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