ml-stuttering-events-dataset
ml-stuttering-events-dataset copied to clipboard
replace np.loadtxt() with np.genfromtxt()
In the script download_audio.py, np.loadtxt()
has been replaced with its more general version np.genfromtxt()
for the delimiter argument to work properly. Since numpy 1.23.0 upgrade the delimiter argument in np.loadtext can't be more than 1 character.