pytorch
Here are 15,198 public repositories matching this topic...
-
Updated
Apr 5, 2021 - Jupyter Notebook
-
Updated
Apr 10, 2021 - Python
-
Updated
Apr 13, 2021 - Jupyter Notebook
-
Updated
Apr 6, 2021 - Python
-
Updated
Apr 13, 2021 - Python
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
Mar 18, 2021 - Jupyter Notebook
-
Updated
Apr 13, 2021 - JavaScript
🐛 Bug
Please reproduce using the BoringModel
Currently, the progress bar doesn't make distinction between running in a real terminal or being piped to logs.
When Lightning run in logs, it produces a prog_bar line for each change.
<img width="1659" alt="Screenshot 2021-03-23 at 09 10 40" src="https://user-images.git
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
-
Updated
Apr 13, 2021 - Python
-
Updated
Mar 24, 2021
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Apr 13, 2021 - C++
-
Updated
Apr 5, 2021 - Python
-
Updated
Apr 13, 2021 - Python
-
Updated
Apr 13, 2021 - Python
-
Updated
Apr 13, 2021 - Python
-
Updated
Apr 12, 2021 - Python
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
Apr 14, 2021 - Python
-
Updated
Apr 14, 2021 - Python
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Apr 4, 2021 - Python
-
Updated
Mar 14, 2021 - Jupyter Notebook
Please can you train ghostnet.
(i don't have the imagenet dataset)
-
Updated
Oct 20, 2020 - Jupyter Notebook
-
Updated
Apr 2, 2021 - Python
-
Updated
Feb 24, 2021
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."


T5ForConditionalGenerationinheritsgeneratefromPreTrainedModelviaGenerationMixin.Currently in our docs if we write:
it doesn't get resolved in the html docs (it doesn't get a xref link, but leaves it as a text)
Neither
transformers.PreTrainedModel.generategets resolv