dataset
Here are 4,514 public repositories matching this topic...
-
Updated
Apr 16, 2021 - Python
-
Updated
Oct 22, 2020
-
Updated
Sep 8, 2020
My actions before raising this issue
- Read/searched the docs
- Searched past issues
Proposal
Now we are using default [drf-yasg](https://github.com/a
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
Mar 23, 2021
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 21, 2021 - Python
-
Updated
Mar 22, 2021 - Jupyter Notebook
-
Updated
Dec 29, 2020 - Python
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Apr 14, 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
Nov 6, 2020 - Python
-
Updated
Apr 20, 2021 - Python
-
Updated
Sep 28, 2020 - Jupyter Notebook
-
Updated
Mar 18, 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
Apr 7, 2021 - Jupyter Notebook
-
Updated
Sep 27, 2020 - Python
-
Updated
Apr 20, 2021 - PowerShell
-
Updated
Apr 20, 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!