-
Updated
Aug 4, 2021 - Jupyter Notebook
pytorch-nlp
Here are 83 public repositories matching this topic...
-
Updated
Jul 2, 2022 - Jupyter Notebook
-
Updated
Feb 15, 2022 - Python
-
Updated
Mar 21, 2020 - Jupyter Notebook
-
Updated
Jun 21, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Dec 13, 2019 - Python
-
Updated
Jul 13, 2021 - Jupyter Notebook
-
Updated
Nov 18, 2019 - Jupyter Notebook
-
Updated
Jul 6, 2022 - Python
-
Updated
Jun 4, 2021 - Jupyter Notebook
-
Updated
Mar 17, 2020 - Python
-
Updated
Jun 9, 2019 - Jupyter Notebook
-
Updated
Jul 12, 2019 - Python
-
Updated
May 29, 2019 - Python
-
Updated
Aug 23, 2019 - Python
-
Updated
Sep 12, 2020 - Python
-
Updated
Oct 30, 2020 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Jan 31, 2019 - Jupyter Notebook
-
Updated
Jul 17, 2019 - Python
-
Updated
Apr 9, 2021 - Python
-
Updated
Jan 21, 2022 - Jupyter Notebook
-
Updated
Nov 6, 2019 - Python
-
Updated
Dec 19, 2019 - Python
-
Updated
Jun 2, 2020 - Jupyter Notebook
-
Updated
Jun 21, 2022 - Python
-
Updated
May 13, 2020 - Python
Improve this page
Add a description, image, and links to the pytorch-nlp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pytorch-nlp topic, visit your repo's landing page and select "manage topics."
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 /