aishoot / LSTM_PIT_Speech_Separation

Two-talker Speech Separation with LSTM/BLSTM by Permutation Invariant Training method.
306 stars 90 forks source link

Where is the separation result coming from? #3

Open vanderbuildt opened 5 years ago

vanderbuildt commented 5 years ago

Hello, You have shown 3 different methods for separation (No. 3, 4, 5). But which of these is responsible for the result (7-separated_result_LSTM)?

aishoot commented 5 years ago

@pranavj Hi, you can refer to my reference code “snsun/pit-speech-separation” and modify the model parameter "BLSTM" to "LSTM".