Procházet zdrojové kódy

Optimize vqgan finetune config

Lengyue před 2 roky
rodič
revize
d1f92c5669
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      fish_speech/configs/vqgan_finetune.yaml

+ 1 - 1
fish_speech/configs/vqgan_finetune.yaml

@@ -117,7 +117,7 @@ model:
     lr_lambda:
       _target_: fish_speech.scheduler.get_cosine_schedule_with_warmup_lr_lambda
       _partial_: true
-      num_warmup_steps: 100
+      num_warmup_steps: 0
       num_training_steps: ${trainer.max_steps}
       final_lr_ratio: 0