Open humboldt123 opened 4 years ago
I have the same problem. Is there any solution?
In my case, it was resolved when I adjusted max_mel_frames in hparams.py
In my case, it was resolved when I adjusted max_mel_frames in hparams.py
To what value did you adjust the max_mel_frames (if you remember) and why? Does the value relate to the sampling rate of your dataset?
+1
In essence, whenever I try to pre-process my dataset, it returns this error.
I checked and made sure my
metadata.csv
had nothing wrong with it. And to test, I changed it to:...and sure enough; same error. Googling
ValueError: max() arg is an empty sequence
yields issues with syntax errors in miscellaneous Python Projects and searching forprint('Max input length (text chars): {}'.format(max(len(m[5]) for m in metadata)))
finds mepreprocess.py
; nothing that can help me solve the error.