# STFT arguments sample_rate: 16000 n_fft: 512 win_length: 32 hop_length: 16 mask_weight: 0.99 # Enhancement model args enhance_model: !new:speechbrain.lobes.models.EnhanceResnet.EnhanceResnet n_fft: !ref win_length: !ref hop_length: !ref sample_rate: !ref channel_counts: [128, 128, 256, 256, 512, 512] normalization: !name:speechbrain.nnet.normalization.BatchNorm2d activation: !new:torch.nn.GELU dense_count: 2 dense_nodes: 1024 dropout: 0.1 mask_weight: !ref modules: enhance_model: !ref pretrainer: !new:speechbrain.utils.parameter_transfer.Pretrainer loadables: enhance_model: !ref