JusperLee / Deep-Clustering-for-Speech-Separation

Pytorch implements Deep Clustering: Discriminative Embeddings For Segmentation And Separation
124 stars 25 forks source link

训练时报错,没有num_samples #18

Open xiaolianggeitazgh opened 2 years ago

xiaolianggeitazgh commented 2 years ago
6d2c6370c69dc517b17230493f793f0

在训练的时候出现了上述错误,请问这个错误的原因是什么,怎样修改,谢谢

JusperLee commented 2 years ago

应该是你数据集加载错误,可以检查一下scp文件

xiaolianggeitazgh commented 2 years ago

96d4b03f59d4e077b66da6eb225ce88 请问训练时候出现了图上这个错误,想问问是什么原因,怎样修改,谢谢

xiaolianggeitazgh commented 2 years ago

baaa76bf70c38a7bdd419b326492be8 还有这个问题

GCKt commented 2 years ago

应该是num_speakers默认为0了,可以看看你的配置文件里有没有设置为0,那里改成2就可以了