andabi / music-source-separation

Deep neural networks for separating singing voice from music written in TensorFlow
795 stars 150 forks source link

Sample larger than population when giving single wav file to eval.py #29

Open amendhe opened 5 years ago

amendhe commented 5 years ago

I tried to separate vocals from the music file, I train this model and then give single music file DATA_PATH in config.py - It throw valueError: sample larger than population

Xanthorapedia commented 5 years ago

Try to put the file in a directory and set DATA_PATH to the directory.