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 297,273 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 Related to torch.onnx good first issue triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module OSS contribution wanted PR from open source contributors welcome to solve this issue.
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 Easy with clear instructions to resolve 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 New feature or request good first issue Good for newcomers 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 Good first issues for new contributors viz:charts:echarts Related to Echarts viz:charts:bar Related to the Bar chart #bug Bug report
scrapy
localstack
danielpoonwj
danielpoonwj commented Jul 23, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

There's no way to explicitly toggle the -inMemory flag for DynamoDB - it relies on db_path being unset. However, db_path is always set because it [relies on config.dirs.data](https:/

type: bug Bug relating to LocalStack status: triage needed LocalStack maintainers need to evaluate this issue good first issue Good item to work on for newcomers aws:dynamodb AWS Dynamodb

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby