xiph / rnnoise

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

Questions on Training count and Loss Rate #132

Open sreenathpv1989 opened 4 years ago

sreenathpv1989 commented 4 years ago

Hi I trained model with 500000 times as mentioned in TRAINING file the final loss data is 1.5736 as below

Epoch 120/120 225/225 [==============================] - 20s 91ms/step - loss: 1.5736 - msse: 0.0511 - val_loss: 2.2502 - val_msse: 0.0684

But with test data, my model is not able to remove the noises clearly. But when I used default rnn_data.c available in this project the results are quite good.