xiph / rnnoise

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

Question about dump_rnn.py #171

Open benlin1996 opened 3 years ago

benlin1996 commented 3 years ago

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.