-
Updated
May 29, 2022
datasets
Here are 1,472 public repositories matching this topic...
-
Updated
May 26, 2022 - Python
Describe the bug
When exporting a brush annotation as a PNG, the output is not mapped by the background colors specified in (Settings > Labeling Interface). In addition, when exporting as a JSON, the background colors for the attributes are not specified anywhere, leaving the values that were selected in the interface as arbitrary and as not linked to any of the outputs.
To Reproduce
How to reproduce the behaviour
The error occurs in the Step 5/9 of the docker build process
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz: BAD signature
WARNING: Ignoring http
-
Updated
Dec 11, 2019 - C++
-
Updated
Jun 11, 2022 - Python
🚨 🚨 Feature Request
- A new implementation (Improvement, Extension)
Is your feature request related to a problem?
Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.
Description of the possible solution
We can catch the error and throw a more descriptive e
-
Updated
Jun 13, 2022
-
Updated
Jun 13, 2022 - Python
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Jun 2, 2022 - Python
-
Updated
Apr 3, 2022 - Python
-
Updated
Jan 31, 2022 - Jupyter Notebook
-
Updated
Dec 1, 2021 - Python
-
Updated
Jun 1, 2022 - Vue
-
Updated
Jun 13, 2022 - Julia
-
Updated
May 14, 2022 - Python
the pre-built binary is not supporting database?
roapi -t "vocabs=sqlite:///data/vocabulary.sqlite"
[2022-05-31T06:48:11Z INFO roapi::context] loading `uri(sqlite:///data/vocabulary.sqlite)` as table `vocabs`
Error: Database error: Enable 'database' feature flag to support this
would you explain in README how to enable it?
I'm new to rust, after some searching i got it workin
Issue to track tutorial requests:
- Deep Learning with PyTorch: A 60 Minute Blitz - #69
- Sentence Classification - #79
-
Updated
Jun 3, 2022 - Python
-
Updated
Nov 16, 2019 - Python
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 10, 2022 - Python
-
Updated
Jun 11, 2022 - Python
-
Updated
Jun 9, 2022 - Python
What?
Currently, API manually throws its own messages and errors. We should move them to werkzeug exceptions.
Improve this page
Add a description, image, and links to the datasets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datasets topic, visit your repo's landing page and select "manage topics."


As mentioned in huggingface/datasets#2552 it would be nice to improve the error message when a dataset fails to build because there are duplicate example keys.
The current one is
and we could have something