adityatb / noise-reduction-using-rnn

Implements python programs to train and test a Recurrent Neural Network with Tensorflow
71 stars 25 forks source link

LSTM_Test #1

Closed ghost closed 4 years ago

ghost commented 6 years ago

Hello and thank you for sharing your codes, Is there any reason that LSTM_Train and LSTM_Test are the same here ? how we can use our created model to produce audio outputs?

JSai23 commented 6 years ago

Did anyone find a solution to this, it is really frustrating?

adityatb commented 4 years ago

This issue is now in duplicate, so I'm closing this one. I have left a response on the other issue. In short: unfortunately, there is no longer a script that outputs files from the trained models. I am focussing on a script that can improve training and evaluate against the metrics mentioned in the paper... like SNR, SIR etc.