The Wayback Machine - https://web.archive.org/web/20220618201055/https://github.com/topics/pytorch
Skip to content
#

PyTorch

pytorch logo

PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab.

Here are 22,336 public repositories matching this topic...

transformers
penpaperkeycode
penpaperkeycode commented Jun 2, 2022

Feature request

Is the addition of the 'OPTforSequenceClassification' class scheduled?
Is someone handling it?
When adding these functions, I wonder if it is possible to PR one by one, or if I have to PR all classes supported by other models.

Motivation

Added function of OPT class, which is being actively discussed recently

Your contribution

I personally use the forSequenceCla

VeronikaPolakova
VeronikaPolakova commented Jun 15, 2022

Reporters do not apply sort_by_metric if metric is passed through tune.run.

I tried to pass metric argument to CLIReporter, however, I obtained this error:

raise ValueError(
                "You passed a `metric` or `mode` argument to `tune.run()`, but "
                "the reporter you are using was already instantiated with their "
                "own `metric` and `mode
bug good first issue tune P2
lightning
carmocca
carmocca commented Jun 14, 2022

🚀 Feature

The message here is printed per rank on purpose https://github.com/PyTorchLightning/pytorch-lightning/blob/bfa8b7be2d99b980afa62f5cb0433326bcfd2ef0/pytorch_lightning/utilities/seed.py#L69-L71 but this confuses users who are not aware of the difference

Pitch

Prefix the message with the rank just as we do for EarlyStopping https://github.com/PyTorchLightning/pytorch-light

feature good first issue reproducibility
AnirudhDagar
AnirudhDagar commented Jan 24, 2022

Although the results look nice and ideal in all TensorFlow plots and are consistent across all frameworks, there is a small difference (more of a consistency issue). The result training loss/accuracy plots look like they are sampling on a lesser number of points. It looks more straight and smooth and less wiggly as compared to PyTorch or MXNet.

It can be clearly seen in chapter 6([CNN Lenet](ht

tensorflow-adapt-track good first issue
datasets
lhoestq
lhoestq commented Jun 28, 2021

As mentioned in huggingface/datasets#2552 it would be nice to improve the error message when a dataset fails to build because there are duplicate example keys.

The current one is

datasets.keyhash.DuplicatedKeysError: FAILURE TO GENERATE DATASET !
Found duplicate Key: 48
Keys should be unique and deterministic in nature

and we could have something

enhancement good first issue
nni

Created by Facebook's AI Research lab (FAIR)

Released September 2016

Latest release 3 months ago

Repository
pytorch/pytorch
Website
pytorch.org
Wikipedia
Wikipedia

Related Topics

python pytorch-tutorial