Yeping Wang

Results 4 issues of Yeping Wang

**Short description** Error when loading dataset "berkeley_autolab_ur5". I didn't run it on Colab but tried to download the dataset locally. I tried to disable GCS following the comments [here](https://github.com/tensorflow/datasets/issues/5330#issuecomment-2014484298) **Environment...

bug

Hi, the `tts` action server works fine in most time, but when I send requests multiple times, the action server seems freezing. To reproduce the error, just launch the server:...

bug

Hi, thank you for providing such a wonderful tool! I think some users (like me) may want to call the `SpeechAction` from another package. It would be more convenient to...

enhancement

The [DBSCAN in python sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html#sklearn.cluster.DBSCAN) returns the indices of core samples. It can be beneficial to find representative samples. Will the DBSCAN in linfa have a similar feature?