pytorch
Here are 12,423 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Jupyter Notebook
Add volume Bar
some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?
-
Updated
Oct 3, 2020 - Jupyter Notebook
-
Updated
Aug 24, 2020 - Python
-
Updated
Sep 12, 2020 - Python
-
Updated
Sep 11, 2020 - Jupyter Notebook
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Sep 8, 2020
Change tensor.data
to tensor.detach()
due to
pytorch/pytorch#6990 (comment)
tensor.detach()
is more robust than tensor.data
.
-
Updated
Sep 24, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020 - Python
-
Updated
Sep 30, 2020 - C++
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 3, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
Bug Report
These tests were run on s390x. s390x is big-endian architecture.
Failure log for helper_test.py
________________________________________________ TestHelperTensorFunctions.test_make_tensor ________________________________________________
self = <helper_test.TestHelperTensorFunctions testMethod=test_make_tensor>
def test_make_tensor(self): # type: () -> None
-
Updated
Oct 2, 2020 - Python
🚀 Feature
Motivation
Some users wish to launch their training program as a module with python -m some.module.py
Pitch
We should evalute whether this is possible for ddp and support this option when possible.
We need to strip the -m argument and append it to the command with which we launch the child process
-
Updated
Oct 4, 2020 - Python
-
Updated
Jul 13, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020 - Python
-
Updated
Oct 1, 2020
-
Updated
Oct 3, 2020 - Jupyter Notebook
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
-
Updated
Jul 5, 2020 - Python
To begin I tried logging in with GitHub and also creating an account on the pyro forums, but neither of those is working.
Problem
I need to fit a batch of four independent Gaussian Processes and I don't want to have to use for loops for fitting each one. The current GP's are able to broadcast properly to my outputs, but I can't batch them so that the inputs are independent.
My input d
-
Updated
Oct 2, 2020 - Python
Improve this page
Add a description, image, and links to the pytorch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pytorch topic, visit your repo's landing page and select "manage topics."
A very good first issue IMO!
See huggingface/transformers#4829 (comment)
Optionally, use the
huggingface/nlp
library to get the eval dataset, and hook it into the Trainer.Also referenced in huggingface/transformers#6997 (comment)