|
|
@@ -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
|