pytorch
Here are 17,209 public repositories matching this topic...
-
Updated
Aug 8, 2021 - Python
-
Updated
Aug 15, 2021 - Jupyter Notebook
-
Updated
Jun 10, 2021 - Python
-
Updated
Aug 23, 2021 - 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
Aug 23, 2021 - JavaScript
-
Updated
Jul 14, 2021 - Python
-
Updated
Aug 23, 2021 - Python
📚 Documentation
There are a few undocumented public properties in the logger wrappers.
Example:
https://github.com/PyTorchLightning/pytorch-lightning/blob/92e49795e1e044ee7f1ca450babf0c50c1b5d81f/pytorch_lightning/loggers/mlflow.py#L174
Let's document these so they show up in our HTML docs and so users can discover them.
**This is a good issue for new contributors!! If you are int
-
Updated
Aug 23, 2021 - Jupyter Notebook
-
Updated
Aug 22, 2021 - Python
Change tensor.data
to tensor.detach()
due to
pytorch/pytorch#6990 (comment)
tensor.detach()
is more robust than tensor.data
.
-
Updated
Aug 23, 2021 - C
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 22, 2021 - Python
-
Updated
May 2, 2021
-
Updated
May 16, 2021 - Jupyter Notebook
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 23, 2021 - Python
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
-
Updated
Aug 20, 2021 - Python
-
Updated
Aug 23, 2021 - Python
Is your feature request related to a problem? Please describe.
I want to evaluate multiple datasets (same formatting, they can share the same dataset reader). The "evaluate" command takes much longer to load the model than to evaluate.
Describe the solution you'd like
support passing multiple input files and output files to the "evaluate" command
**Describe alternatives you've cons
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 23, 2021 - Python
-
Updated
Jul 25, 2021 - Jupyter Notebook
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Aug 3, 2021 - 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."
https://github.com/huggingface/transformers/blob/546dc24e0883e5e9f5eb06ec8060e3e6ccc5f6d7/src/transformers/models/gpt2/modeling_gpt2.py#L698
Assertions can't be relied upon for control flow because they can be disabled, as per the following: