pytorch
Here are 12,188 public repositories matching this topic...
-
Updated
Jul 3, 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
Sep 17, 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
Sep 17, 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 17, 2020 - Jupyter Notebook
-
Updated
Sep 17, 2020 - Python
-
Updated
Sep 17, 2020 - C++
-
Updated
Sep 16, 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
Sep 16, 2020 - Python
-
Updated
Sep 16, 2020 - Python
🐛 Bug
Model summarize is called in two spots, which results in duplication in the logs:
- It's called once in the training loop: https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pytorch_lightning/trainer/training_loop.py#L160
And I'm unsure how it's called again


Currently we have a mixture of negative and positive formulated arguments, e.g.
no_cudaandtraininghere: https://github.com/huggingface/transformers/blob/0054a48cdd64e7309184a64b399ab2c58d75d4e5/src/transformers/benchmark/benchmark_args_utils.py#L61.We should change all arguments to be positively formulated, *e.g. from
no_cudatocuda. These arguments should