Jungjee
Jungjee
## What? Add a new model in ESPnet-SPK ## Why? Enhanced architecture investigation for generalizable model ## See also
Hi, thank you for the nice work :) I'm looking at line 146~148 in train_model1 which is ``` bce = criterion_bce(output, target) output_noisy = model.noisy(input_noisy) bce_noisy = criterion_bce(sigmoid(output_noisy), target_noisy) ```...
## What? There was a bug in the MFA-Conformer model's architecture which was fixed in #5797. This PR updates the performance of the re-trained MFA-Conformer. The model is available in...