xiph / rnnoise

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

After update model parameters #167

Closed benlin1996 closed 3 years ago

benlin1996 commented 3 years ago

Thanks for the wonderful code.

I try to train the model with my own data. After I get the new rnn_data.c and rnn_data.h files using dump_rnn.py, what is the next step that I need to do to use the new parameters in rnnoise_demo for testing?

Thanks