xiph / rnnoise

Recurrent neural network for audio noise reduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about dump_rnn.py

benlin1996 opened this issue · comments

Thanks for the wonderful code.

When I use command "./dump_rnn.py weights.hdf5 ../src/rnn_data.c ../src/rnn_data.h",
I get a warning "warning: tensorflow: error in loading the saved optimizer state. As a result, your model is starting with a freshly initialized optimizer",
will this warning effects me loaded weights correctly?

Thanks for your time.