noise-reduction-using-rnn
noise-reduction-using-rnn copied to clipboard
Hi, both LSTM_Train and LSTM_Test are same. Please post a sample code on how to generate outputs from a model trained using LSTM_Train.py
Did anyone find a solution to this.
Sorry for this slow reply, I haven't been very active with this code. The previous code was defunct and didn't work as expected. I have updated the code now - the goal now is not to output files that have been reduced in noise but to train a working model and see if it can be improved. There are issues with getting the model to train properly. However, If you're interested in outputting files that have been processed by the network, we'll need a new script that opens the model and passes the STFT to it with a batch size of 1. Multiply the network's predictions with the initial phase and perform an ISTFT.
Hi, Any update regarding the testing script please. I would like to try the outputting files script if you give me some better idea please.