wavenet trainig

This commit is contained in:
shahules786 2022-09-30 10:27:11 +05:30
parent 7b0e7e2312
commit 6aa502c3dc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
defaults: defaults:
- model : Demucs - model : WaveUnet
- dataset : Vctk - dataset : Vctk
- optimizer : Adam - optimizer : Adam
- hyperparameters : default - hyperparameters : default

View File

@ -2,7 +2,7 @@ _target_: pytorch_lightning.Trainer
accelerator: auto accelerator: auto
accumulate_grad_batches: 1 accumulate_grad_batches: 1
amp_backend: native amp_backend: native
auto_lr_find: False auto_lr_find: True
auto_scale_batch_size: False auto_scale_batch_size: False
auto_select_gpus: True auto_select_gpus: True
benchmark: False benchmark: False