RookieJunChen / FullSubNet-plus

The official PyTorch implementation of "FullSubNet+: Channel Attention FullSubNet with Complex Spectrograms for Speech Enhancement".
Apache License 2.0
235 stars 55 forks source link

Loss function clarification #28

Open jhkonan opened 2 months ago

jhkonan commented 2 months ago

Is the loss function used for FullSubNet and FullSubNet+ the same? Also, could you clarify specifically what loss you used, as there is inconsistency within the repository -- e.g. loss.py is defined but never called. Thank you for the clarification.