dns
This commit is contained in:
parent
8737ed8066
commit
3df4b27132
|
|
@ -1,9 +1,10 @@
|
||||||
_target_: enhancer.data.dataset.EnhancerDataset
|
_target_: enhancer.data.dataset.EnhancerDataset
|
||||||
root_dir : /scratch/c.sistc3/MS-SNSD/DNS30
|
root_dir : /scratch/c.sistc3/MS-SNSD/DNS10
|
||||||
name : dns-2020
|
name : dns-2020
|
||||||
duration : 5.0
|
duration : 5.0
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 64
|
batch_size: 128
|
||||||
|
stride: 2
|
||||||
valid_minutes: 30.0
|
valid_minutes: 30.0
|
||||||
files:
|
files:
|
||||||
train_clean : CleanSpeech_training
|
train_clean : CleanSpeech_training
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
_target_: enhancer.models.demucs.Demucs
|
_target_: enhancer.models.demucs.Demucs
|
||||||
num_channels: 1
|
num_channels: 1
|
||||||
resample: 2
|
resample: 4
|
||||||
sampling_rate : 16000
|
sampling_rate : 16000
|
||||||
|
|
||||||
encoder_decoder:
|
encoder_decoder:
|
||||||
depth: 5
|
depth: 5
|
||||||
initial_output_channels: 64
|
initial_output_channels: 48
|
||||||
kernel_size: 8
|
kernel_size: 8
|
||||||
stride: 4
|
stride: 4
|
||||||
growth_factor: 2
|
growth_factor: 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue