aishoot / LSTM_PIT_Speech_Separation

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

Using the trained model #13

Open Rajkashyapmallala opened 5 years ago

Rajkashyapmallala commented 5 years ago

I've trained the model using VCTK-dataset and decoded it.How to use the trained model to separate a mixed audio file ?. Do we need to write a new code or tweak existing code? Can you provide pointers for the same. TIA.

aishoot commented 5 years ago

@Rajkashyapmallala Hi, you can set "step=2" in "run.sh" to separate a mixed audio file using trained model.

83344rushikesh commented 4 years ago

@Rajkashyapmallala can you share your trained model?