Skip to content

Commit

Permalink
Eval more often for finetune
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed May 10, 2024
1 parent 72a8cdb commit d00cbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fish_speech/configs/vits_decoder_finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d00cbab

Please sign in to comment.