-
Updated
Sep 8, 2020 - Python
data-loader
Here are 32 public repositories matching this topic...
-
Updated
Aug 24, 2020 - Python
-
Updated
Sep 8, 2020 - TypeScript
The urls used in the code and documentation should be checked for availability (As done for the readme in #87)
Places to check:
- URLs in the CorpusDownloader classes
- URLs in the code-doc of CorpusReader classes
-
Updated
Oct 26, 2019 - Python
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 24, 2020 - C
-
Updated
Jul 18, 2020 - TypeScript
-
Updated
Aug 30, 2020 - Python
-
Updated
Jul 9, 2018 - Python
The MatchOn method (https://github.com/corstian/Boerman.GraphQL.Contrib/blob/master/Boerman.GraphQL.Contrib/DataLoaders/GenericEntityFrameworkDataLoader.cs) does not produce queries which work properly with EF Core 3.0 because it uses the ICollection interface.
Change this to IList to make it work properly again.
-
Updated
Feb 4, 2018 - JavaScript
-
Updated
Aug 7, 2019 - JavaScript
-
Updated
Aug 17, 2020 - Java
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Dec 13, 2019 - PHP
-
Updated
Mar 27, 2018 - Python
-
Updated
Sep 13, 2018 - Go
-
Updated
Jul 7, 2020 - Jupyter Notebook
-
Updated
Jul 23, 2020 - TypeScript
-
Updated
Mar 13, 2020 - Python
-
Updated
Jul 9, 2019 - Go
-
Updated
Mar 12, 2019 - Python
-
Updated
Jan 31, 2019 - Python
-
Updated
Oct 10, 2017 - Python
-
Updated
Mar 1, 2017 - JavaScript
-
Updated
Sep 11, 2017
Improve this page
Add a description, image, and links to the data-loader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-loader 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 /