xiph / rnnoise

Recurrent neural network for audio noise reduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After update model parameters

benlin1996 opened this issue · comments

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