dataset
Here are 3,871 public repositories matching this topic...
-
Updated
Jul 22, 2020 - Python
-
Updated
Oct 22, 2020
-
Updated
Sep 8, 2020
-
Updated
Sep 18, 2020
I have set up Postgres in Kubernetes and also setup Doccano in Kubernetes however it's working well but wants to know the mount point for Kubernetes to attach Persistence volume.
My deployment.yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: doccano
name: doccano
namespace: default
spec:
progressDeadlineSeconds: 600
replicas: 1
revisi
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Nov 14, 2020 - Python
-
Updated
Oct 14, 2020 - Jupyter Notebook
-
Updated
Jun 30, 2020 - Python
-
Updated
Apr 29, 2020 - JavaScript
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 11, 2020 - Python
-
Updated
Sep 28, 2020 - Jupyter Notebook
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 4, 2020 - 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
Nov 14, 2020 - JavaScript
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Sep 27, 2020 - Python
-
Updated
Nov 13, 2020 - PowerShell
-
Updated
Sep 4, 2020 - Jupyter Notebook
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."
My actions before raising this issue
Expected Behaviour