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 23,274 public repositories matching this topic...

transformers
NielsRogge
NielsRogge commented Aug 3, 2022

Feature request

We currently have 2 monocular depth estimation models in the library, namely DPT and GLPN.

It would be great to have a pipeline for this task, with the following API:

from transformers import pipeline

pipe = pipeline("depth-estimation")
pipe("ca
MockingBird
lightning
otaj
otaj commented Jun 29, 2022

🚀 Typing coverage

Let's improve typing coverage of PyTorch Lightning together!

I'm creating a new issue in order to increase visibility. There are three older issues (#7037, #5023, #4698) which became stale over time.

Plan

Currently, there are 55 files which are excluded from mypy checks so that our CI does not fail. These files vastly differ in difficulty in order to make the t

help wanted good first issue let's do it! code quality
rusty1s
rusty1s commented Aug 4, 2022

🚀 The feature, motivation and pitch

The overall goal of this roadmap is to ensure a tighter connection between PyG core and the GraphGym configuration manager. Furthermore, an additional goal is to not re-invent the wheel in GraphGym and make use of popular open-source frameworks whenever applicable, e.g., for configuration managament, training, logging, and autoML.

As such, this roadm

datasets
dgrnd4
dgrnd4 commented Jun 15, 2022

Adding a Dataset

good first issue dataset request
jcwchen
jcwchen commented Aug 9, 2022

Feature Request

System information

ONNX version (you are using): latest main branch

What is the problem that this feature solves?

Making the checker behavior consistent can prevent confusion. And checker should not modify the model in place.

Describe the alternatives you have considered

Keep the same behavior as before.

Describe the feature

Current behavior:
ch

good first issue enhancement onnx checker
nni

Created by Facebook's AI Research lab (FAIR)

Released September 2016

Latest release 8 days ago

Repository
pytorch/pytorch
Website
pytorch.org
Wikipedia
Wikipedia

Related Topics

python pytorch-tutorial