Lengyue 1 год назад
Родитель
Сommit
d00cbabae7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      fish_speech/configs/vits_decoder_finetune.yaml

+ 2 - 2
fish_speech/configs/vits_decoder_finetune.yaml

@@ -3,7 +3,7 @@ defaults:
   - _self_
 
 project: vits_decoder
-ckpt_path: checkpoints/vits-decoder-v1.1.pth
+ckpt_path: checkpoints/vits_decoder_v1.1.ckpt
 resume_weights_only: true
 
 # Lightning Trainer
@@ -14,7 +14,7 @@ trainer:
     find_unused_parameters: true
   precision: 32
   max_steps: 100_000
-  val_check_interval: 1000
+  val_check_interval: 100
 
 sample_rate: 44100
 hop_length: 512