wavenet trainig
This commit is contained in:
parent
7b0e7e2312
commit
6aa502c3dc
|
|
@ -1,5 +1,5 @@
|
|||
defaults:
|
||||
- model : Demucs
|
||||
- model : WaveUnet
|
||||
- dataset : Vctk
|
||||
- optimizer : Adam
|
||||
- hyperparameters : default
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ _target_: pytorch_lightning.Trainer
|
|||
accelerator: auto
|
||||
accumulate_grad_batches: 1
|
||||
amp_backend: native
|
||||
auto_lr_find: False
|
||||
auto_lr_find: True
|
||||
auto_scale_batch_size: False
|
||||
auto_select_gpus: True
|
||||
benchmark: False
|
||||
|
|
|
|||
Loading…
Reference in New Issue