dataset
Here are 3,492 public repositories matching this topic...
-
Updated
Jul 22, 2020 - Python
-
Updated
Dec 1, 2019
-
Updated
Aug 17, 2020
My actions before raising this issue
- Read/searched the docs
- Searched past issues
Current version of pyAV is 6.2.0. Need to update it till 8.x.
Also PyAV d
-
Updated
Jul 30, 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
Aug 20, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 19, 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
Aug 19, 2020 - Python
-
Updated
Aug 15, 2020 - Python
-
Updated
Aug 20, 2020 - Jupyter Notebook
-
Updated
Jul 23, 2020 - Jupyter Notebook
-
Updated
Jul 15, 2020 - Python
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 1, 2020 - Jupyter Notebook
-
Updated
May 14, 2020 - Python
-
Updated
Jul 24, 2020 - Jupyter Notebook
-
Updated
Aug 12, 2020 - Python
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."
I was wondering if it is possible to generate a list of 'n' unique company names? I saw some PR's which gave a unique keyword for 'words' but doesn't seem to extend to other providers? I understand i could just keep regenerating and dropping duplicates until I got a unique set of length n, but would be nice to just have a keyword for that (plus this m