wavenet trainig
This commit is contained in:
parent
7b0e7e2312
commit
6aa502c3dc
|
|
@ -1,5 +1,5 @@
|
||||||
defaults:
|
defaults:
|
||||||
- model : Demucs
|
- model : WaveUnet
|
||||||
- dataset : Vctk
|
- dataset : Vctk
|
||||||
- optimizer : Adam
|
- optimizer : Adam
|
||||||
- hyperparameters : default
|
- hyperparameters : default
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue