vitrioil / Speech-Separation

Final Year Project for Speech Separation
MIT License
90 stars 7 forks source link

Dowload problem #9

Open MordehayM opened 3 years ago

MordehayM commented 3 years ago

In the dowload process, I thinks you must return the variable "indx" and not the variable "df.shape[0]" in this line:

https://github.com/vitrioil/Speech-Separation/blob/65a532d36cf0725d622f18ef058cf5a537c01070/src/loader/audio_mixer_generator.py#L171

Otherwise you may get pathes with the same name for the val and train.csv that override each other. Thanks.