You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "train.py", line 98, in <module> train() File "train.py", line 47, in train mixed_wav, src1_wav, src2_wav, _ = data.next_wavs(TrainConfig.SECONDS, TrainConfig.NUM_WAVFILE) File "/content/music-source-separation/data.py", line 22, in next_wavs wavfiles = random.sample(wavfiles, size) File "/usr/lib/python3.6/random.py", line 320, in sample raise ValueError("Sample larger than population or is negative") ValueError: Sample larger than population or is negative
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "train.py", line 98, in <module> train() File "train.py", line 47, in train mixed_wav, src1_wav, src2_wav, _ = data.next_wavs(TrainConfig.SECONDS, TrainConfig.NUM_WAVFILE) File "/content/music-source-separation/data.py", line 22, in next_wavs wavfiles = random.sample(wavfiles, size) File "/usr/lib/python3.6/random.py", line 320, in sample raise ValueError("Sample larger than population or is negative") ValueError: Sample larger than population or is negative
The text was updated successfully, but these errors were encountered: