dataset
Here are 4,623 public repositories matching this topic...
-
Updated
Apr 24, 2021 - Python
-
Updated
Oct 22, 2020
-
Updated
Sep 8, 2020
My actions before raising this issue
- [X ] Read/searched the docs
- [X ] Searched past issues
Current Behaviour
There is users list limit, but t
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 16, 2021
-
Updated
May 19, 2021 - JavaScript
-
Updated
May 19, 2021 - Python
-
Updated
Mar 22, 2021 - Jupyter Notebook
-
Updated
Apr 22, 2021 - Python
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
May 19, 2021 - Python
Expected Behavior
I want to convert torch.nn.Linear modules to weight drop linear modules in my model (possibly big), and I want to train my model with multi-GPUs. However, I have RuntimeError in my sample code. First, I have _weight_drop() which drops some part of weights in torch.nn.Linear (see the code below).
Actual Behavior
RuntimeError: arguments are located on different GPUs at /
-
Updated
May 10, 2021 - Python
-
Updated
May 19, 2021 - Python
-
Updated
Sep 28, 2020 - Jupyter Notebook
-
Updated
Mar 18, 2021 - Jupyter Notebook
-
Updated
May 19, 2021 - Jupyter Notebook
Add a way to change the sample id output in the annotation process to a specific number (see picture).
Reason: I want to annotate large text and the app don't like it when the documents to annotate are too large, so I spitted in a sentence the document but I would like to be able to
-
Updated
Sep 27, 2020 - Python
-
Updated
Apr 22, 2021 - PowerShell
-
Updated
May 19, 2021
Improve this page
Add a description, image, and links to the dataset topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dataset 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!