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

replace np.loadtxt() with np.genfromtxt()

Open erdemiraysu opened this issue 1 year ago • 0 comments

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.

erdemiraysu avatar Feb 07 '24 19:02 erdemiraysu