Skip to content
#

Deep learning

Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.

Here are 48,338 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
justinchuby
justinchuby commented Jul 26, 2022

🐛 Describe the bug

The function einsum_helper in torch/onnx/symbolic_opset12.py is a helper. It is not meant for public consumption. We should rename it to _einsum_helper and remove it from __all__

Versions

N/A

module: onnx good first issue triaged OSS contribution wanted
MockingBird

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Apr 3, 2022
  • Python
Wikipedia
Wikipedia