pytorch
Here are 18,620 public repositories matching this topic...
-
Updated
Oct 16, 2021 - Python
-
Updated
Oct 23, 2021 - Jupyter Notebook
-
Updated
Oct 16, 2021 - Python
-
Updated
Nov 7, 2021 - Jupyter Notebook
-
Updated
Nov 13, 2021 - Python
-
Updated
Nov 13, 2021 - JavaScript
-
Updated
Nov 4, 2021 - Python
🐛 Bug
The model notebook at GColab you link when creating an issue is outdated. Tries to import metrics from pytorch lightning:
from pytorch_lightning.metrics.functional import accuracy
I believe this is because pytorch_lightning doesn't include torchmetrics anymore, and they are a completely separate library.
To Reproduce
Go to the link and try to run it:
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Nov 12, 2021 - Python
-
Updated
Nov 13, 2021 - Python
Change tensor.data
to tensor.detach()
due to
pytorch/pytorch#6990 (comment)
tensor.detach()
is more robust than tensor.data
.
-
Updated
Nov 13, 2021 - C
-
Updated
Oct 26, 2021 - Python
-
Updated
May 2, 2021
能出一个视频教程嘛
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Nov 12, 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
Nov 12, 2021 - Python
f-strings offer better readability/performance than str.format
and %
, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.
NOTE FOR CONTRIBUTORS: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files located under
datasets/*
.
-
Updated
Nov 13, 2021 - Python
Is your feature request related to a problem? Please describe.
I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the compressed data. However, the predict
command opens the file and reads lines for the Predictor
. This fails when it tries to load data from my compressed files.
-
Updated
Nov 12, 2021 - Python
-
Updated
Nov 13, 2021 - Python
-
Updated
Jul 25, 2021 - Jupyter Notebook
-
Updated
Mar 14, 2021 - Jupyter Notebook
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."
Environment info
transformers
version: 4.11.2