ml-stuttering-events-dataset icon indicating copy to clipboard operation
ml-stuttering-events-dataset copied to clipboard

Adapted to numpy >= 1.23.0

Open UmerHA opened this issue 1 year ago • 0 comments

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.

UmerHA avatar Jun 25 '23 11:06 UmerHA