Dual-Path-RNN-Pytorch icon indicating copy to clipboard operation
Dual-Path-RNN-Pytorch copied to clipboard

Number of speakers

Open subhanjansaha opened this issue 5 years ago • 3 comments

During inference, if I need to test for a track with 3 speakers, do I need to retrain the model? Because from the given checkpoint best.pt, there is a mismatch in the shape of separation.conv2d.bias and separation.conv2d.weight tensors, when tried with num_spks = 3.

subhanjansaha avatar Jul 11 '20 13:07 subhanjansaha

yes, you need to train the new model for three speakers

JusperLee avatar Jul 11 '20 15:07 JusperLee

Since the wsj0 dataset by LDC is not open-source, would you recommend training dprnn on the LibriMix dataset with different number of sources?

subhanjansaha avatar Jul 11 '20 17:07 subhanjansaha

I think this depends on the mixed number of methods you compare.

JusperLee avatar Jul 13 '20 09:07 JusperLee