pytorch
Here are 18,548 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 8, 2021 - Python
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Nov 4, 2021 - Python
Currently max_epochs defaults to 1000:
If both max_epochs and max_steps aren't specified, max_epochs will default to 1000. To enable infinite training, set max_epochs = -1.
As a user, though, I would expect that if I don't specify a specific ending point, the training would continue indefinitely. In my own experiments, when the training cut off at 999 epochs, I was confused, and googling t
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Nov 9, 2021 - Python
-
Updated
Nov 7, 2021 - Python
Change tensor.data to tensor.detach() due to
pytorch/pytorch#6990 (comment)
tensor.detach() is more robust than tensor.data.
-
Updated
Nov 9, 2021 - C
-
Updated
Oct 26, 2021 - Python
-
Updated
May 2, 2021
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Nov 8, 2021 - Python
能出一个视频教程嘛
Bug Report
Describe the bug
An ONNX model with QuantizeLinear (opset 13) passes shape inference when it has no input for zero_point, but fails if the input is the empty string. Trailing optional inputs should be able to be expressed in either way.
onnx version 1.10.1
-
Updated
Nov 9, 2021 - Python
-
Updated
Nov 7, 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 8, 2021 - Python
-
Updated
Nov 8, 2021 - Python
Motivated by huggingface/transformers#12789 in Transformers, one welcoming change would be replacing assertions with proper exceptions. The only type of assertions we should keep are those used as sanity checks.
Currently, there is a total of 87 files with the assert statements (located under datasets and src/datasets), so when working on this, to manage the PR s
-
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
transformersversion: 4.11.2