-
Updated
May 10, 2021
datasets
Here are 1,141 public repositories matching this topic...
-
Updated
Jan 24, 2021 - Python
Hi! I've noticed the doc references postgres for setting up data storage (https://labelstud.io/guide/storedata.html). However, I was wondering whether it's possible to switch to other databases such as MySQL for the same task. If so, more or less how'd the process be? I'm trying to set up label-studio and the environment I'm using only allows MySQL DBs.
Thanks!
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
May 19, 2021 - Python
🚨 🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
Move the docker setup to a separate repository. Moving this outside core makes cleaner code.
Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak
-
Updated
May 19, 2021 - Python
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Mar 1, 2020 - Python
-
Updated
May 19, 2021 - JavaScript
-
Updated
Jan 3, 2021 - Python
-
Updated
Jan 28, 2021 - Jupyter Notebook
-
Updated
May 15, 2021 - Python
-
Updated
May 9, 2021 - Vue
Issue to track tutorial requests:
- Deep Learning with PyTorch: A 60 Minute Blitz - #69
- Sentence Classification - #79
-
Updated
May 19, 2021 - Julia
-
Updated
May 18, 2021 - Python
-
Updated
May 18, 2021 - Python
-
Updated
Nov 16, 2019 - Python
What?
Currently, API manually throws its own messages and errors. We should move them to werkzeug exceptions.
-
Updated
May 19, 2021
-
Updated
Oct 15, 2020
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Dec 10, 2020
-
Updated
Jun 26, 2020
-
Updated
Oct 5, 2020
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."


It's normal to have many
map()calls, and some of them can take a few minutes,it would be nice to have a description on the progress bar.
Alternative solution:
Print the description before/after the
map()call.