xiph / rnnoise

Recurrent neural network for audio noise reduction
BSD 3-Clause "New" or "Revised" License
3.89k stars 882 forks source link

reference values of training loss #225

Open BancoLin opened 2 months ago

BancoLin commented 2 months ago

I'm training with my own data and the training seems fine to me. Currently I have loss like below...

gain_loss=0.01178, loss=0.01179, vad_loss=0.02513

I'm curious about in what range of loss values can be considered a successful training.