-
Updated
Jun 14, 2021
datasets
Here are 1,291 public repositories matching this topic...
-
Updated
Aug 25, 2021 - Python
-
Updated
Sep 11, 2021 - Python
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
Sep 12, 2021 - Python
🚨 🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
If your feature will improve HUB
Create notebooks with training pipelines using popular datasets available in Hub. A list of all datasets from activeloop can be found by running:
activeloop list-datasets --workspace activeloop
-
Updated
Sep 13, 2021 - Python
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Mar 1, 2020 - Python
Describe the event source. What app is this for, and what event does the trigger correspond to?
Slack's API exposes access activity like logins. It's useful sometimes to trigger off of someone's first login to run some welcome actions or log the activity in a database elsewhere. It will probably require some polling, but we could hit the team.accessLogs
endpoint periodically to see if anyon
-
Updated
Sep 13, 2021
-
Updated
Sep 8, 2021 - Python
-
Updated
Aug 1, 2021 - Python
-
Updated
Jan 28, 2021 - Jupyter Notebook
-
Updated
Sep 6, 2021 - Vue
-
Updated
Sep 12, 2021 - Julia
Issue to track tutorial requests:
- Deep Learning with PyTorch: A 60 Minute Blitz - #69
- Sentence Classification - #79
-
Updated
Aug 26, 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
Sep 10, 2021
-
Updated
Aug 25, 2021
-
Updated
Jun 12, 2021
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Dec 10, 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."
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!