This commit is contained in:
shahules786 2022-11-07 10:53:08 +05:30
parent 40e8722014
commit 1a4102cc53
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
_target_: enhancer.models.dccrn.DCCRN
num_channels: 1
sampling_rate : 16000
complex_lstm : True
complex_norm : True
complex_relu : True
masking_mode : True
encoder_decoder:
initial_output_channels : 32
depth : 6
kernel_size : 5
growth_factor : 2
stride : 2
padding : 2
output_padding : 1
lstm:
num_layers : 2
hidden_size : 256
stft:
window_len : 400
hop_size : 100
nfft : 512