ml-stuttering-events-dataset
ml-stuttering-events-dataset copied to clipboard
Adapted to numpy >= 1.23.0
download_audio.py
currently doesn't work due to changes in numpy. Since numpy 1.23.0 the delimiter argument in np.loadtext
can't be more than 1 character. Therefore using its more general version np.genfromtxt
instead.