xiph / rnnoise

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

Update rnn.c, compute_gru support Keras double bias #190

Open cookcodes opened 3 years ago

cookcodes commented 3 years ago

Keras now use double bias, so compute_gru need to be adapted to it. see https://kaixih.github.io/keras-cudnn-rnn/ for more information