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
def batch_generator(audio_path_list, batch_size):
streamers = []
for audio_path in audio_path_list:
s = pescador.Streamer(sample_generator, audio_path)
streamers.append(s)
File "/home/selcuk/PycharmProjects/WaveGAN-pytorch/utils.py", line 108, in batch_generator
mux = pescador.ShuffledMux(streamers)
File "/home/selcuk/anaconda3/lib/python3.7/site-packages/pescador/mux.py", line 567, in init
raise PescadorError('Cannot mux an empty collection')
The text was updated successfully, but these errors were encountered:
def batch_generator(audio_path_list, batch_size):
streamers = []
for audio_path in audio_path_list:
s = pescador.Streamer(sample_generator, audio_path)
streamers.append(s)
File "/home/selcuk/PycharmProjects/WaveGAN-pytorch/utils.py", line 108, in batch_generator
mux = pescador.ShuffledMux(streamers)
File "/home/selcuk/anaconda3/lib/python3.7/site-packages/pescador/mux.py", line 567, in init
raise PescadorError('Cannot mux an empty collection')
The text was updated successfully, but these errors were encountered: