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

Results 10 ml-stuttering-events-dataset issues
Sort by recently updated
recently updated
newest added

Hi @seblemaguer , @colincsl , I am currently engaged in stuttering-related speech research, and have been utilizing your dataset for our studies. During our utilization, we have observed that the...

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...

When I tried running the code today, I encountered a lot of errors and I just improved a few parts. I improved the downloading of files using the requests library....

The url of the StutteringIsCool and strongvoices section shows 404, can you please update the url or provide a workaround

The URLs for StrongVoices and Stuttering_is_Cool does not work. It shows 404 (resource not found). Can you please update them? or point me to the correct URL

Use genfromtxt() so using ", " as the delim actually works

### Description I encountered a TypeError while using the np.loadtxt function in the library. The error message stated: "Text reading control character must be a single unicode character or None;...

`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`...

Could you please help me with the label files. [https://raw.githubusercontent.com/apple/ml-stuttering-events-dataset/main/SEP-28k_labels.csv](url) What does the numbers 0, 1, 2,3 mean here? because it is confusing Could you please clear it bit For...

Hello! This is not an issue really. I am trying to implement the model that is explained in the paper with the data that is provided here. I have been...