aishoot / LSTM_PIT_Speech_Separation

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

Keras #7

Open ujscjj opened 5 years ago

ujscjj commented 5 years ago

Have you tried it in keras? It is a little difficult for me to understand the codes in tensorflow. (Sorry to bother you)

aishoot commented 5 years ago

@ujscjj Sorry, I haven't tried keras. You know, Tensorflow can be backend in Keras but Tensorflow must be used when many underlying operations are involved.