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

Python

python logo

Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 298,057 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 8, 2022

Tracking issue on the onnx opset 17 support.

  • Add version 17 as a known version
  • stft
  • istft
  • bartlett_window
  • blackman_window
  • hamming_window
  • hann_window
  • kaiser_window

Closes #80834

module: onnx good first issue triaged OSS contribution wanted
swight-prc
swight-prc commented Jul 28, 2022

Describe the bug

The acceptable values for max_samples are (0, 1]. One possible option for class_weight is balanced_subsample. However, for values of max_samples near zero and class_weight='balanced_subsample', the model fails with an unhelpful error related to having an empty array as an indexer.

This is only likely to come up in a grid search, as it seems unlikely that some

Bug good first issue help wanted module:ensemble
fastapi
tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
enhancement good first issue confirmed
superset
ktmud
ktmud commented Jul 26, 2022

Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.

How to reproduce the bug

  1. Create a "Time-series Bar Chart v2"
  2. Go to "Customize" and select "Show value", "Stack series" and "Only total"
  3. Toggle series in legends
  4. The total value should update but it doesn't

The legacy Time-series Bar Chart does not have this issue.

good first issue viz:charts:echarts viz:charts:bar #bug
localstack
aditya-dixit1
aditya-dixit1 commented Aug 8, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior
Getting below error when trying to use "DescribeInstanceInformation":

`software.amazon.awssdk.services.ssm.model.SsmException: API action 'DescribeInstanceInformation' for service 'ssm' not yet implemented (Service: Ssm, Status Code: 501, Request ID: UDFMZ46YIXZK7L2L93RRANSWDFVSJTXSBHY

type: bug status: triage needed good first issue aws:ssm

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby