repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
tensorflow/tensor2tensor | deep-learning | 1,013 | Language model decoding issues | I have trained a language model on problem languagemodel_ptb10k. I want it can decode a sentence giving some starting words. For example, giving words 'be sure', it will decode 'to review the contributing guidelines'. However, it seems t2t-decoder can not give the right results when the models are language model. Same ... | open | 2018-08-23T10:55:29Z | 2018-10-26T15:46:34Z | https://github.com/tensorflow/tensor2tensor/issues/1013 | [] | Chanrom | 1 |
django-oscar/django-oscar | django | 3,619 | TypeError creating voucher without end-date | In oscar 3.0 beta/master, creating a coupon/voucher , not specifying an end date results in
> TypeError: '>' not supported between instances of 'datetime.datetime' and 'NoneType' | closed | 2021-01-23T07:57:23Z | 2021-03-11T02:37:00Z | https://github.com/django-oscar/django-oscar/issues/3619 | [
"☛ Needs more info"
] | jayvdb | 4 |
twopirllc/pandas-ta | pandas | 294 | tsignals generating wrong single with more than 2 indicator in strategy | **Which version are you running? The lastest version is on Github. Pip is for major releases.**
```
panda-ta=0.2.75b
```
**Describe the bug**
tsignals indicator is giving few wrong trade entry/exits in case of using multiple indicators. I've tried to use MACD with two SMA. And results are varying as per the char... | open | 2021-05-22T19:14:54Z | 2024-07-15T15:32:02Z | https://github.com/twopirllc/pandas-ta/issues/294 | [
"bug",
"good first issue"
] | codesutras | 10 |
ray-project/ray | deep-learning | 51,506 | CI test windows://python/ray/tests:test_multi_tenancy is consistently_failing | CI test **windows://python/ray/tests:test_multi_tenancy** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1
DataCaseName-windows://pyt... | closed | 2025-03-19T00:07:58Z | 2025-03-19T21:53:33Z | https://github.com/ray-project/ray/issues/51506 | [
"bug",
"triage",
"core",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 2 |
zalandoresearch/fashion-mnist | computer-vision | 174 | convolution network mean acc achieve 0.9765 | import argparse
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.optim as optim
from torchvision import datasets, transforms
class ConvBlocck(nn.Module):
def __init__(self, inchannel, outchannel, kernel_size... | closed | 2021-05-19T23:56:26Z | 2023-02-22T09:53:11Z | https://github.com/zalandoresearch/fashion-mnist/issues/174 | [] | liubo0902 | 0 |
indico/indico | flask | 6,471 | Unable to save contribution `Timetable inconsistent: Entry ends after its parent block` | Indico 3.3.2
```
2024-08-07 13:30:06,701 28a52a0aba3d4e08 2 indico.flask - ERROR errors.py:110 -- Timetable inconsistent: Entry ends after its parent block
Traceback (most recent call last):
File "/project/initindico/home/.venv/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1094, in _co... | open | 2024-08-07T13:49:19Z | 2024-08-07T13:53:15Z | https://github.com/indico/indico/issues/6471 | [
"bug"
] | paulmenzel | 3 |
d2l-ai/d2l-en | machine-learning | 2,440 | Wrong epanechikov kernel | Chapter 11.2. It is triangular kernel. | open | 2023-02-12T15:50:31Z | 2023-02-12T15:50:31Z | https://github.com/d2l-ai/d2l-en/issues/2440 | [] | yongduek | 0 |
huggingface/datasets | pytorch | 6,977 | load json file error with v2.20.0 | ### Describe the bug
```
load_dataset(path="json", data_files="./test.json")
```
```
Generating train split: 0 examples [00:00, ? examples/s]
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/datasets/packaged_modules/json/json.py", line 132, in _generate_tables
pa_table = p... | closed | 2024-06-18T08:41:01Z | 2024-06-18T10:06:10Z | https://github.com/huggingface/datasets/issues/6977 | [] | xiaoyaolangzhi | 2 |
gee-community/geemap | jupyter | 1,288 | Support Python 3.11 | [Python 3.11](https://docs.python.org/3.11/whatsnew/3.11.html) is now in release candidate phase and will be released in two weeks. Support is ramping up, both in the scientific suite (with NumPy, Pandas, SciPy, Matplotlib and Seaborn already supporting 3.11, among others), as well in the geospatial suite (with Shapely... | closed | 2022-10-10T11:31:33Z | 2022-10-11T15:04:05Z | https://github.com/gee-community/geemap/issues/1288 | [
"Feature Request"
] | EwoutH | 5 |
klen/mixer | sqlalchemy | 38 | Exceptions thrown from related model being represented as coming from the relationship property itself. | I came across an error when using Mixer, but the stack trace sent me in the wrong direction at first. The trace indicated there was a problem processing a SQLAlchemy relationship definition. I eventually discovered that the error wasn't on the relationship itself, but one of the columns in the related table was creatin... | closed | 2015-02-06T09:44:16Z | 2017-08-17T22:08:26Z | https://github.com/klen/mixer/issues/38 | [] | wolverdude | 2 |
inventree/InvenTree | django | 8,354 | Is not permitted to add/modify comment in attachment in part | ### Please verify that this bug has NOT been raised before.
- [x] I checked and didn't find a similar issue
### Describe the bug*
When trying to modify the comment of an attachment in part I get this error:

also is not permitte... | closed | 2024-10-24T09:12:09Z | 2024-10-29T07:42:47Z | https://github.com/inventree/InvenTree/issues/8354 | [
"bug",
"question"
] | simoneamadori | 12 |
huggingface/datasets | nlp | 6,603 | datasets map `cache_file_name` does not work | ### Describe the bug
In the documentation `datasets.Dataset.map` arg `cache_file_name` is said to be a string, but it doesn't work.
### Steps to reproduce the bug
1. pick a dataset
2. write a map function
3. do `ds.map(..., cache_file_name='some_filename')`
4. it crashes
### Expected behavior
It will tell you t... | open | 2024-01-18T23:08:30Z | 2024-01-28T04:01:15Z | https://github.com/huggingface/datasets/issues/6603 | [] | ChenchaoZhao | 2 |
datadvance/DjangoChannelsGraphqlWs | graphql | 27 | Cannot Access to info.context.scope | info.context.scope throws a wrong attribute error.
But I read
Changed
Channels scope is now stored in info.context.scope as dict. (Previously info.context was a copy of scope wrapped into the types.SimpleNamespace). The thing is the GraphQL info.context and Channels scope are different things. The info.context i... | closed | 2019-10-04T05:08:18Z | 2020-04-04T22:45:03Z | https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/27 | [] | ghost | 3 |
nvbn/thefuck | python | 467 | Fuck doesn't work on Fedora 22 | > [@localhost ~] $ pwf
> bash: pwf: command not found...
> [@localhost ~] $ fuck
> pwd [enter/↑/↓/ctrl+c]
> [@localhost ~] $
Just nothing happens.
I've installed via install script and checked all needed aliases for `bash`. They are ok.
Any ideas?
| closed | 2016-02-23T16:06:10Z | 2016-04-13T20:16:42Z | https://github.com/nvbn/thefuck/issues/467 | [] | kiddten | 5 |
litestar-org/litestar | pydantic | 2,992 | Enhancement: Multiple TestClients / explicit test app running | ### Summary
Sometimes, it would be nice to initialize multiple `Testclient`s, but only do the blocking portal magic once. The request routing magic lives in `TestClient(Transport)` so simply copying the `base_url` to a `httpx.Client` won't work (found out by trying).
An example where this could be needed is when ... | open | 2024-01-17T21:20:25Z | 2025-03-20T15:54:20Z | https://github.com/litestar-org/litestar/issues/2992 | [
"Enhancement",
"Needs MCVE"
] | mtvx | 4 |
dmlc/gluon-cv | computer-vision | 1,709 | VideoClsCustom can't load dataset with heterogeneous frame naming pattern | I am trying to execute the **Fine-tuning SOTA video models on your own dataset** tutorial with a custom dataset that collects videos from different datasets like UCF101 and HMDB51.
The videos are already decoded in frames. However, the frames do not have a common naming pattern. Some videos may have the frames name... | closed | 2021-10-16T18:37:54Z | 2021-12-08T20:46:25Z | https://github.com/dmlc/gluon-cv/issues/1709 | [] | seraogianluca | 2 |
akfamily/akshare | data-science | 5,564 | 部分基金规模数据无法出获得 | 当akshare版本 1.15.80
问题:部分基金规模数据仍然无法出获得,
已发现一部分国债ETF。比如'511130'。为30年国债ETF,目前规模30亿
还有一部分商品ETF。比如'159985'。为豆粕ETF, 目前规模40亿
1、 出问题相关api:
fund_individual_basic_info_xq

应该是雪球api出问题,此ETF基金仍在存续可交易
, and in the second section of code converted the data a list.
**Original probl... | open | 2017-08-10T17:03:23Z | 2018-01-16T20:05:31Z | https://github.com/tflearn/tflearn/issues/868 | [] | abarrington | 5 |
hpcaitech/ColossalAI | deep-learning | 6,171 | [FEATURE]: Support for Large Parameter Models | ### Describe the feature
Hello, I would like to ask if there are plans to support larger parameter models like Llama-405B in future versions? | closed | 2024-12-25T06:54:23Z | 2024-12-25T06:56:11Z | https://github.com/hpcaitech/ColossalAI/issues/6171 | [
"enhancement"
] | huangmengasd | 0 |
deepset-ai/haystack | machine-learning | 8,862 | Improve Type Validation in Pipelines: Configurable Strictness and Errors vs. Warnings | **Is your feature request related to a problem? Please describe.**
Currently, Haystack enforces strict type checking for pipeline connection validation, meaning users cannot run a pipeline if their type annotations do not align exactly with the expected types. While this validation is intended to help users catch pot... | closed | 2025-02-14T13:33:49Z | 2025-03-03T15:11:44Z | https://github.com/deepset-ai/haystack/issues/8862 | [
"P1"
] | sjrl | 0 |
iperov/DeepFaceLab | deep-learning | 834 | How to reproduce quantitative results in your paper? | Thank you very much for the great works!
I would like to reproduce quantitative results in your paper, and I have some questions as below:
Dataset:
you described "To be statistically significant, we compute the mean and variance of those measurements on the 100 frames (uniform sampling over time) of the first 500... | open | 2020-07-15T00:06:02Z | 2023-06-08T23:11:26Z | https://github.com/iperov/DeepFaceLab/issues/834 | [] | JOANNECYSHEN | 2 |
marimo-team/marimo | data-science | 3,492 | WASM exports produce error when trying to serve locally | ### Describe the bug
The wasm is exported without error, but I get a the following error when trying to serve locally:
>
> Something went wrong
> Traceback (most recent call last): File "/lib/python312.zip/_pyodide/_base.py", line 523, in eval_code .run(globals, locals) ^^^^^^^^^^^^^^^^^^^^ File "/lib/python312.zip/... | open | 2025-01-18T07:17:36Z | 2025-03-13T20:37:13Z | https://github.com/marimo-team/marimo/issues/3492 | [
"bug",
"cannot reproduce"
] | fgeorgepar | 7 |
graphql-python/graphene | graphql | 948 | Execute without case convertions | I am trying to execute a query without having the result be turned into camel case and enums turn into upper case. I was able to write a utility for keys conversion back to snake case, but that I can't do the same for enums, since I would not know what is an enum and what is not.
Is there a way to execute a query wi... | closed | 2019-04-23T12:18:33Z | 2020-05-21T00:26:56Z | https://github.com/graphql-python/graphene/issues/948 | [] | yardensachs | 4 |
SciTools/cartopy | matplotlib | 2,413 | [TST] Upcoming dependency test failures | The build with nightly wheels from matplotlib, scipy, shapely and their
dependencies has failed. Check the logs for any updates that need to be
made in cartopy.
https://github.com/SciTools/cartopy/actions/runs/9866018660 | closed | 2024-07-10T00:24:33Z | 2024-07-11T20:09:47Z | https://github.com/SciTools/cartopy/issues/2413 | [] | github-actions[bot] | 3 |
tqdm/tqdm | pandas | 1,049 | Pylint crashes after 4.48.0 | - [ ] I have marked all applicable categories:
+ [x] exception-raising bug
+ [ ] visual output bug
+ [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [ ] new feature request
- [x]... | open | 2020-10-12T15:57:44Z | 2020-10-12T17:18:49Z | https://github.com/tqdm/tqdm/issues/1049 | [
"need-feedback 📢",
"submodule ⊂"
] | pwwang | 1 |
MentatInnovations/datastream.io | jupyter | 29 | Not allowed to use more than 1-dimensional data | Does this work with multivariable anomaly detection? Doesn't seem to. Also, how do you choose the time range if you're not doing this in the terminal? | open | 2018-07-02T22:17:31Z | 2018-07-05T17:46:30Z | https://github.com/MentatInnovations/datastream.io/issues/29 | [] | agrover7 | 0 |
slackapi/python-slack-sdk | asyncio | 1,086 | Add interactivity patterns in SocketModeClient document | Currently, https://slack.dev/python-slack-sdk/socket-mode/index.html has only Events API example. We add interactivity patterns (e.g., shortcuts, modal submission, button clicks, etc.) in the page.
---
@~tjstum Thanks for your prompt reply here!
>I might suggest adding something to the docs of SocketModeRequest ... | closed | 2021-08-06T14:06:55Z | 2021-12-09T09:56:28Z | https://github.com/slackapi/python-slack-sdk/issues/1086 | [
"docs",
"Version: 3x",
"socket-mode",
"good first issue"
] | seratch | 1 |
biolab/orange3 | scikit-learn | 6,869 | First class Vector/Tensor Datatype | Hi ! Such a great tool you built !
First of all, I am no data scientist. I am a backend developper and have no clue about what i am doing around data analysis.
I was fiddling to explore ways to extract domain knowledge from images, and I wanted to play with embeddings.
I already have a dataset of embeddings, and f... | open | 2024-08-10T18:07:56Z | 2024-09-06T07:39:28Z | https://github.com/biolab/orange3/issues/6869 | [] | Aetherall | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,420 | No route to host!! | When I try to follow the steps you gave to train CycleGAN, I have the following problem, I don't know if it's the server firewall setting or something, I hope I can get your reply, thanks you!

| open | 2022-05-11T14:21:13Z | 2022-06-14T19:56:27Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1420 | [] | huahuabai | 1 |
sigmavirus24/github3.py | rest-api | 576 | Backport fix for commit status: 422 Validation Failed | ``` pytb
File "priorities_lint/web.py", line 51, in github_webhook
description="Running priorities-lint on your PR",
File "/app/.heroku/python/lib/python2.7/site-packages/github3/decorators.py", line 38, in auth_wrapper
return func(self, *args, **kwargs)
File "/app/.heroku/python/lib/python2.7/site-packag... | closed | 2016-02-15T22:19:34Z | 2016-02-15T23:26:49Z | https://github.com/sigmavirus24/github3.py/issues/576 | [] | alex | 1 |
matplotlib/matplotlib | matplotlib | 29,743 | [Bug]: memory baking figure is not freed when figure is closed | ### Bug summary
It seems that a reference to the figure object is kept in some global state. Executing the code below and closing the figures that pop up results in a linear increase in used memory. This happens with Matplotlib 3.9.1 and later. The latest release that does not exhibit the problem is Matplotlib 3.8.4.
... | open | 2025-03-12T13:36:08Z | 2025-03-13T23:15:33Z | https://github.com/matplotlib/matplotlib/issues/29743 | [
"status: confirmed bug"
] | dnicolodi | 10 |
assafelovic/gpt-researcher | automation | 874 | Next.JS UI errors | **Describe the bug**
Geting some bugs from the Next.JS Web UI.
Using the latest version from Main branch
**To Reproduce**
Steps to reproduce the behavior:
1. Git clone the repo
2. Follow steps to build with "docker compose"
3. Run containers and go to the Next.JS UI
4. Errors (happens even after inputing AP... | closed | 2024-09-30T20:01:47Z | 2024-11-20T19:49:20Z | https://github.com/assafelovic/gpt-researcher/issues/874 | [] | arces | 8 |
ydataai/ydata-profiling | pandas | 949 | pandas-profiling giving random error | **Describe the bug**
when putting a data-frame inside the ProfileReport class I am getting random errors on different runs.
<!--
A clear and concise description of what the bug is.
If the description consists of multiple non-related bugs, you are encouraged to create separate issues.
-->
**To Reproduce**
Creat... | closed | 2022-04-02T09:51:10Z | 2022-05-07T18:08:48Z | https://github.com/ydataai/ydata-profiling/issues/949 | [
"bug 🐛"
] | kameshkotwani | 2 |
seleniumbase/SeleniumBase | web-scraping | 3,561 | Pytest --help shows a stack trace ('TerminalReporter' object has no attribute '_sessionstarttime') | When executing `pytest --help`, using the latest version of SeleniumBase, a stack trace is reported (as shown below).
The error reported is: **AttributeError: 'TerminalReporter' object has no attribute '_sessionstarttime'**
In: **seleniumbase\plugins\pytest_plugin.py", line 2163, in _perform_pytest_unconfigure_**
```
... | closed | 2025-02-24T15:08:25Z | 2025-02-24T21:33:22Z | https://github.com/seleniumbase/SeleniumBase/issues/3561 | [
"bug"
] | smanenti | 3 |
TencentARC/GFPGAN | pytorch | 28 | Training on custom dataset | Hello, first of all fantastic work and thanks for sharing.
I would like to know how can I train the model on a custom dataset?
I noticed in the training explanation, there are 3 files I need to download excluding the dataset:
-Pre trained styleGAN2 model
-FFHQ component locations
-Arcface
I know that Arcface ... | closed | 2021-07-28T08:33:32Z | 2021-08-13T12:17:46Z | https://github.com/TencentARC/GFPGAN/issues/28 | [] | 3BBUAE | 3 |
piccolo-orm/piccolo | fastapi | 766 | List aggregate | Let's say I have
```python
class Subject(Table):
name = Varchar()
class Event(Table):
subject = ForeignKey(Subject)
timestamp = Timestamptz()
data = JSONB()
```
How can I fetch all Subject with corresponding Events given a particular timerange?
It should be possible with a 'ReverseLookup... | open | 2023-02-21T09:59:52Z | 2023-02-22T17:10:03Z | https://github.com/piccolo-orm/piccolo/issues/766 | [] | powellnorma | 2 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 873 | bulk_update_mappings method does not work with list of dictionaries given as a variable for update while the same list when provided as an expanded form(actual dictionary with key and value) works fine |
---
### Expected Behavior
```python
updated_records=[{'id':1, 'salary':5000},{'id':2, 'salary':8000}]
db.session.bulk_update_mappings(Salary, updated_records)
throws error sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) can't adapt type 'numpy.int64'
(Background on this error at: http://... | closed | 2020-08-27T20:29:51Z | 2020-12-05T19:58:20Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/873 | [] | nirum09 | 1 |
dsdanielpark/Bard-API | api | 116 | Multimodal capability | Does your API support multimodal input, such as image input for bard? | closed | 2023-07-17T00:57:01Z | 2024-01-18T15:51:25Z | https://github.com/dsdanielpark/Bard-API/issues/116 | [] | Lucky-Lance | 6 |
HIT-SCIR/ltp | nlp | 528 | 依存句法问题 | 最开始我使用的small模型,然后有不少句子,依存句法树存在问题
我换成base模型后,还是有问题,具体问题如下(基于base模型):
eg:等下去干嘛你
结果:
等 下去 干嘛 你
v v v r
0 1 1 0
HED|CMP|COO|HED
即,同一句话里有两个HED,这在3.0时是没有这个问题的。请教一下,是我哪里参数设置错了,导致依存树变成了依存图吗?
| closed | 2021-07-21T06:07:44Z | 2021-07-23T06:41:01Z | https://github.com/HIT-SCIR/ltp/issues/528 | [] | ghost | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,304 | testing image using cycleGAN gets weird result | Input images are 112*112 size, i use trained cycleGAN model to test the image, getting result images are very dark. Then, i set ''--preprocess none'' parameter, trained another vesion, getting the second result image below, which is totally not what i expected.
 by doing the following...
- clone flasky: `~/ws_github $ git clone https://github.com/miguelgrinberg/flasky.git`
- checkout tag 3d: `~/ws_github $ git checkout 3d`
- create virtualenv and activate it like described on [book first e... | closed | 2016-10-23T19:35:53Z | 2016-10-24T07:09:31Z | https://github.com/miguelgrinberg/flasky/issues/197 | [
"question"
] | fkromer | 9 |
tensorflow/tensor2tensor | deep-learning | 1,246 | Cannot download MRPC data | ### Description
I get `UnicodeDecodeError` when trying to generate the "MSR Paraphrase Corpus" data. It happens when using either `t2t-datagen` or `t2t-trainer`.
### Environment information
```
OS: macOS 10.13.4
$ pip freeze | grep tensor
mesh-tensorflow==0.0.4
tensor2tensor==1.11.0
tensorboard==1.12.0
... | closed | 2018-11-24T14:52:43Z | 2018-11-28T23:11:08Z | https://github.com/tensorflow/tensor2tensor/issues/1246 | [] | ywkim | 0 |
miguelgrinberg/python-socketio | asyncio | 1,390 | The library sets signal handler in a way that disables signals handlers previously set by application with `asyncio.loop.add_signal_handler` | python-socketio library sets its own signal handler in a way that disables signals handlers that were previously set with `asyncio.loop.add_signal_handler`
**To Reproduce**
```python
import asyncio
import signal
import socketio
URL = ... # SocketsIO server URL 'ws://...'
def signal_handler(sig: signal... | closed | 2024-09-24T08:28:37Z | 2024-12-14T10:28:18Z | https://github.com/miguelgrinberg/python-socketio/issues/1390 | [
"invalid"
] | oliora | 5 |
pytest-dev/pytest-django | pytest | 411 | --reuse-db and --create-db not working together | I noticed the below issue when using the workflow presented here: https://pytest-django.readthedocs.io/en/latest/database.html#example-work-flow-with-reuse-db-and-create-db. It seems like the behaviour changed in a recent version although it's possible I never noticed this occurred.
When I run the tests passing the `-... | closed | 2016-10-27T14:32:33Z | 2017-12-25T16:18:09Z | https://github.com/pytest-dev/pytest-django/issues/411 | [] | ryankask | 5 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 91 | Inconsistency between code and paper | In the paper, VAE is used to transform images into latent code. However, when I see released testing code. It seems that there are just ordinary AEs(auto encoder) which transform images into feature maps rather than probability distribution.
To my best knowledge, VAE is used to estimate distributions(specifically me... | closed | 2020-12-16T07:30:13Z | 2020-12-23T05:33:03Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/91 | [] | NK-CS-ZZL | 2 |
hzwer/ECCV2022-RIFE | computer-vision | 273 | Missing key(s) in state_dict when evaluating RIFE_HDv3 model | I am trying to evaluate RIFE_HDv3 model with Vimeo90k.
I downloaded RIFE_HDv3 model files (https://drive.google.com/file/d/1APIzVeI-4ZZCEuIRE1m6WYfSCaOsi_7_/view?usp=sharing), and I set the model in the benchmark script.
When I ran the script (Vimeo90K.py -> model changed into RIFE_HDv3),
the below errors are printe... | closed | 2022-07-27T03:48:08Z | 2022-08-04T03:30:28Z | https://github.com/hzwer/ECCV2022-RIFE/issues/273 | [] | markdchoung | 2 |
explosion/spaCy | machine-learning | 11,975 | Various incorrect type stubs / annotations | Working with spaCy in a type-checked project has uncovered a few wrong type annotations tripping up mypy:
`spacy/tokens/span_group.pyi > SpanGroup`:
- missing `__iter__` method, so `list(span_group)` fails type check but works
- `SpanGroup` should inherit from `Iterable[Span]`, e.g. to allow it to be passed into `... | closed | 2022-12-15T00:52:22Z | 2023-01-21T00:02:05Z | https://github.com/explosion/spaCy/issues/11975 | [
"bug",
"feat / doc",
"types"
] | itssimon | 6 |
521xueweihan/HelloGitHub | python | 2,771 | 【开源自荐】swiftui-skia: Rust + Skia 实现纯软件光栅能力移植到 SwiftUI | ## 推荐项目
项目名称: swiftui-skia
项目地址: [https://github.com/rustq/swiftui-skia](https://github.com/rustq/swiftui-skia)
项目介绍: 项目使用 `Rust` 语言实现纯软件光栅化渲染,相比原生光栅化具有更好的跨平台适应性,使用层面也完全基于 `SwiftUI` 语法。工程方面复用了此前 [rustq/vue-skia](https://github.com/rustq/vue-skia) 的同一渲染底层,具有 API 一致性。

Python: 3.12
OS: windows 10 | open | 2025-02-26T05:03:21Z | 2025-02-26T05:12:01Z | https://github.com/albumentations-team/albumentations/issues/2354 | [
"bug"
] | yantaozhao | 0 |
biolab/orange3 | numpy | 6,328 | ModuleNotFoundError: No module named 'pkg_resources' | Installed in ubuntu following conda instructions.
`python3 -m Orange.canvas
Traceback (most recent call last):
File "/scratch/anaconda3/envs/orange3/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/scratch/anaconda3/envs/oran... | closed | 2023-02-07T04:26:38Z | 2023-02-10T09:11:02Z | https://github.com/biolab/orange3/issues/6328 | [
"bug report"
] | caonetto | 4 |
tflearn/tflearn | tensorflow | 544 | [siamese network] Help & Error | I'm trying to implement a Siamese network, where I have 2 image patches of Shape=(16,16) as input and the output is whether they are the same patch or not. The network should have 2 identical towers (that's why I'm using "reuse = True" for the second tower), and I merge them in the end. Bellow is the code that I manage... | closed | 2017-01-03T08:54:11Z | 2017-06-15T07:56:34Z | https://github.com/tflearn/tflearn/issues/544 | [] | mairasaboia | 3 |
open-mmlab/mmdetection | pytorch | 11,536 | TypeError: 'bool' object is not callable | # EigenCAM method
python demo/vis_cam.py demo/demo.jpg configs/retinanet/retinanet_r50_fpn_1x_coco.py retinanet_r50_fpn_1x_coco_20200130-c2398f9e.pth --method eigencam
I used this command ,but found this error:
TypeError: 'bool' object is not callable
The '--target-layers' is set as 'backbone.layer3' , and the ... | open | 2024-03-09T14:43:54Z | 2024-03-09T14:44:10Z | https://github.com/open-mmlab/mmdetection/issues/11536 | [] | facias914 | 0 |
DistrictDataLabs/yellowbrick | scikit-learn | 1,104 | KS-Statistic Plot Visualizer | As mentioned in the issue #1091, it would be nice to have a KS-Statistic plot visualizer within yellowbrick library.
**Example:**
```python
from sklearn.datasets import load_breast_cancer
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LogisticRegression
cancer = load_bre... | open | 2020-10-04T17:09:37Z | 2021-04-02T00:19:27Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1104 | [
"type: feature"
] | des137 | 2 |
localstack/localstack | python | 12,197 | feature request: eventbridge pipes input transformers | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Feature description
To maximise the benefit of EventBridge Pipes as a service, we would like to utilise input transformers. The use case we have is streaming data from Kinesis to target destinations with EventBridge Pipes. Input t... | open | 2025-01-28T17:16:13Z | 2025-01-29T19:00:47Z | https://github.com/localstack/localstack/issues/12197 | [
"type: feature",
"status: accepted",
"aws:pipes"
] | alexbaileyuk | 1 |
Teemu/pytest-sugar | pytest | 30 | Support for different reporters | We should implement support for different reporting styles. A great example where this is already implemented is [Mocha](https://github.com/visionmedia/mocha/tree/master/lib/reporters).
| closed | 2014-02-08T13:40:43Z | 2020-08-25T18:20:45Z | https://github.com/Teemu/pytest-sugar/issues/30 | [] | Teemu | 0 |
tensorflow/tensor2tensor | deep-learning | 1,113 | AssertionError: desc2code.py | ### Description
Whenever I try to run t2t-datagen with the problem "programming_desc2code_py", it returns an AssertionError and the following message:
tensorflow.python.framework.errors_impl.PermissionDeniedError: /mnt/disks; Permission denied
### Environment information
Google Cloud Platform
### For bugs... | open | 2018-10-04T22:36:28Z | 2018-10-04T22:36:28Z | https://github.com/tensorflow/tensor2tensor/issues/1113 | [] | avkondepudi | 0 |
pytorch/pytorch | machine-learning | 149,335 | torch.matrix_exp gets stuck on GPU | ### 🐛 Describe the bug
Running `torch.matrix_exp` with [a tensor](https://drive.google.com/file/d/1_BP6SZMKbQqMJ1nikaKrhuGneUsrjAE-/view?usp=sharing) works on CPU but gets stuck on GPU. I am providing a [colab](https://colab.research.google.com/drive/1RLd1q35-xHHANfu7YqLBu69Uv6gONROk?usp=sharing) with a code snippet ... | open | 2025-03-17T18:41:03Z | 2025-03-20T19:26:40Z | https://github.com/pytorch/pytorch/issues/149335 | [
"needs reproduction",
"module: cuda",
"triaged",
"module: deadlock",
"module: linear algebra"
] | jiren-the-gray | 0 |
hankcs/HanLP | nlp | 1,193 | NER对地名的识别受高频词(如:市长)的干扰 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-06-05T08:27:16Z | 2020-01-01T10:49:34Z | https://github.com/hankcs/HanLP/issues/1193 | [
"ignored"
] | hgjt8989 | 4 |
microsoft/nni | machine-learning | 5,763 | gpunum | closed | 2024-03-22T04:13:46Z | 2024-03-22T04:14:37Z | https://github.com/microsoft/nni/issues/5763 | [] | fantasy0905 | 0 | |
waditu/tushare | pandas | 1,225 | 期货API不能获取数据问题 | fut_mapping API不能获取数据

fut_daily API不能获取最新数据,2019-12-13日缺失

Tushare的API很好用,希望能提高日线数据的及时性,提高数据质... | closed | 2019-12-15T00:39:47Z | 2019-12-16T01:31:25Z | https://github.com/waditu/tushare/issues/1225 | [] | esun2 | 2 |
huggingface/datasets | machine-learning | 7,134 | Attempting to return a rank 3 grayscale image from dataset.map results in extreme slowdown | ### Describe the bug
Background: Digital images are often represented as a (Height, Width, Channel) tensor. This is the same for huggingface datasets that contain images. These images are loaded in Pillow containers which offer, for example, the `.convert` method.
I can convert an image from a (H,W,3) shape to a... | open | 2024-09-01T13:55:41Z | 2024-09-02T10:34:53Z | https://github.com/huggingface/datasets/issues/7134 | [] | navidmafi | 0 |
onnx/onnx | scikit-learn | 6,028 | When is the next release, 1.16.0? | ### Question
When is the next release going to be?
And are the noted CVEs addressed?
### Notes
I am detecting CVEs
CVE-2024-27318 1.15.0 N/A https://avd.aquasec.com/nvd/cve-2024-27318
CVE-2024-27319 1.15.0 N/A https://avd.aquasec.com/nvd/cve-2024-27319
I also notice version 1.16.0 is 23 days past due. | closed | 2024-03-20T18:59:20Z | 2024-03-26T15:53:56Z | https://github.com/onnx/onnx/issues/6028 | [
"question"
] | benjamin-kaiser | 3 |
d2l-ai/d2l-en | computer-vision | 2,044 | Pin the dependencies in setup.py | The d2l library has various dependencies which are currently unpinned and install the latest (or collecting the cached) version of that dependency library. See below:
https://github.com/d2l-ai/d2l-en/blob/f742ee4b4d503187e6ced5dcc9ae54b955c7b0e4/setup.py#L4-L11
This leads to non-reproducible and unintentional bug... | closed | 2022-02-14T18:07:36Z | 2022-09-09T21:47:32Z | https://github.com/d2l-ai/d2l-en/issues/2044 | [] | AnirudhDagar | 1 |
tqdm/tqdm | jupyter | 812 | Regression introduced for parallel bars (examples/parallel_bars.py does not run correctly in 4.35.0) | - [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating system and
environment, where applicable:
```python
import tqdm, sys
print(tqdm.__version__, sys.versio... | open | 2019-09-11T20:36:38Z | 2019-09-11T21:06:45Z | https://github.com/tqdm/tqdm/issues/812 | [] | kratsg | 1 |
sngyai/Sequoia | pandas | 18 | Win10安装问题 | 感谢分享代码,大佬。我不是太熟悉这个环境,请问这个报错具体指向和我该怎么解决呢?谢谢。
安装报错:
Building wheels for collected packages: pandas
Building wheel for pandas (PEP 517) ... done
Created wheel for pandas: filename=pandas-1.1.0-cp39-cp39-win_amd64.whl size=8350439 sha256=78984d7de1bf452a7cdb5d85e30600176d1fed0e906c5b555e432afbd1aea4cf
Stored i... | closed | 2021-02-18T10:16:48Z | 2021-12-06T09:04:54Z | https://github.com/sngyai/Sequoia/issues/18 | [] | SkyJiashu | 1 |
matplotlib/matplotlib | matplotlib | 29,227 | [Bug]: Introductory example on the pyplot API page does not show - missing plt.show() | ### Bug summary
https://matplotlib.org/3.9.3/api/pyplot_summary.html
The first example of Python code at the above URL does not work after adding the Matplotlib module in PyCharm CE 2024.2.5.
```
import numpy as np
import matplotlib.pyplot as plt
x = np.arange(0, 5, 0.1)
y = np.sin(x)
plt.plot(x, y)
``... | closed | 2024-12-04T17:53:31Z | 2024-12-06T18:22:01Z | https://github.com/matplotlib/matplotlib/issues/29227 | [
"Documentation"
] | sjlearmonth | 10 |
viewflow/viewflow | django | 427 | asking information about demo | Hi,
Can we have the code of this demo page somewhere ?
https://demo.viewflow.io/intro/vf_stats/
I don't find. | closed | 2024-03-07T15:32:24Z | 2024-04-11T06:54:00Z | https://github.com/viewflow/viewflow/issues/427 | [
"request/question"
] | D0wn3r | 1 |
microsoft/MMdnn | tensorflow | 676 | ValueError: MXNet to Keras: Layer weight shape (7, 7, 1, 64) not compatible with provided weight shape (7, 7, 64, 1) | Platform (like ubuntu 16.04/win10):
win10
Python version:
3.6
Source framework with version (like Tensorflow 1.4.1 with GPU):
MXNet
Destination framework with version (like CNTK 2.3 with GPU):
Keras 2.2.4
Pre-trained model path (webpath or webdisk path):
N/A, custom model
Running scripts:
I have an MXNet ima... | open | 2019-06-10T20:23:31Z | 2019-06-26T13:22:30Z | https://github.com/microsoft/MMdnn/issues/676 | [] | emilyclaps | 8 |
geopandas/geopandas | pandas | 3,276 | BUG: set_precision() doesn't work | set_precision doesn't work
#### Code Sample, a copy-pastable example
```
from shapely import LineString, Point
import geopandas
s = geopandas.GeoSeries(
[
Point(0.9, 0.9),
Point(0.9, 0.9, 0.9),
LineString([(0, 0), (0, 0.1), (0, 1), (1, 1)]),
LineString([(0, 0), (0, 0.1), ... | closed | 2024-05-07T14:45:39Z | 2024-05-07T14:49:22Z | https://github.com/geopandas/geopandas/issues/3276 | [
"bug",
"needs triage"
] | csipapicsa | 1 |
ExpDev07/coronavirus-tracker-api | fastapi | 109 | United Kingdom (GB) isn't updated | https://coronavirus-tracker-api.herokuapp.com/v2/locations?country_code=gb
Returns `"latest":{"confirmed":10,"deaths":0,"recovered":2}`
| closed | 2020-03-20T11:50:14Z | 2020-03-21T13:52:21Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/109 | [
"question"
] | tomikjetu | 2 |
flasgger/flasgger | rest-api | 470 | Replace default drop down name for flask_restful | For different resource types, I want to separate off endpoints from the default drop down and into their own drop down based off of groups.
I'm using flask_restful's Resource class. | open | 2021-03-22T04:49:02Z | 2021-03-22T04:49:02Z | https://github.com/flasgger/flasgger/issues/470 | [] | jsmwoolf | 0 |
ultralytics/ultralytics | pytorch | 19,744 | [RuntimeError: CUDA error: CUDA-capable device(s) is/are busy or unavailable] occurs when training the model in Docker | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
```
from ultralytics import YOLO
pretrained_model_path = r"./official_weigh... | open | 2025-03-17T09:24:43Z | 2025-03-23T12:07:45Z | https://github.com/ultralytics/ultralytics/issues/19744 | [
"question",
"dependencies",
"detect"
] | tisu97 | 11 |
tflearn/tflearn | tensorflow | 540 | Support for tensorflow dynamic_rnn | Currently tflearn doesn't use `tensorflow tf.nn.dynamic_rnn` and `tf.nn.bidirectional_dynamic_rnn` for sequences with dynamic lengths.
Although there is a support for dynamic lengths by using `dynamic=True` with `tflearn.layers.recurrent.simple_rnn` (or similiar rnns) - as seen in #110 - which allows correct usage f... | open | 2016-12-28T13:40:31Z | 2017-02-14T16:53:02Z | https://github.com/tflearn/tflearn/issues/540 | [
"enhancement",
"contributions welcome"
] | benbogin | 5 |
pallets/flask | python | 5,249 | SO_REUSEADDR set server | There needs to give users to set app listening socket to be SO_REUSEADDR, so that an unexpected server failure does not block immediate restart due to "Address already in use".
| closed | 2023-09-03T05:12:12Z | 2023-09-18T00:05:28Z | https://github.com/pallets/flask/issues/5249 | [] | ZigC-Lang | 1 |
ray-project/ray | deep-learning | 51,195 | [Core] API Reference: uv | ### Description
uv is using pyproject.toml and uv.lock, however, currently the doc is using `requirements.txt`

### Link
https://docs.ray.io/en/latest/ray-core/handling-dependencies.html#api-reference | closed | 2025-03-09T10:54:37Z | 2025-03-21T19:15:02Z | https://github.com/ray-project/ray/issues/51195 | [
"triage",
"docs",
"uv"
] | hongbo-miao | 0 |
saulpw/visidata | pandas | 2,508 | Loading AWS S3 URL: External package "s3fs.core" not installed | **Small description**
I'm try to load s3 buckets with Visidata on MacOS. According to [this link](https://github.com/ajkerrigan/visidata-plugins?tab=readme-ov-file#vds3-open-amazon-s3-paths-and-objects), as of Visidata v2.12dev, that functionality is now part of Visidata and doesn't require a plugin.
I'm not findin... | closed | 2024-08-30T00:02:06Z | 2024-08-30T14:06:24Z | https://github.com/saulpw/visidata/issues/2508 | [
"environment-help"
] | Charles-Alexandre-Roy | 2 |
allenai/allennlp | pytorch | 4,675 | Have a single `TrainerCallback` that can handle both `BatchCallback` and `EpochCallback`. | Also, add another call at the end of the whole training run.
This should make it easier to hang on to state inside the callback.
See the discussion at the end of this issue: https://github.com/allenai/allennlp/pull/3970 | closed | 2020-09-25T23:00:34Z | 2020-10-26T17:22:41Z | https://github.com/allenai/allennlp/issues/4675 | [
"Contributions welcome",
"Feature request"
] | dirkgr | 7 |
SYSTRAN/faster-whisper | deep-learning | 597 | Can not able to pickle faster whisper model object ? | I am trying to append model object into python multiprocessing manager sharedObject list but got below error
TypeError: cannot pickle 'ctranslate2._ext.Whisper' object
code snippet:
import multiprocessing
from multiprocessing import freeze_support
from faster_whisper import WhisperModel
if __name__ ==... | open | 2023-11-30T11:28:09Z | 2024-04-16T07:55:24Z | https://github.com/SYSTRAN/faster-whisper/issues/597 | [] | Rahulvisio | 3 |
s3rius/FastAPI-template | graphql | 67 | Use async url for Ormar ORM | Hello,
While looking at the template [here](https://github.com/s3rius/FastAPI-template/blob/master/fastapi_template/template/%7B%7Bcookiecutter.project_name%7D%7D/%7B%7Bcookiecutter.project_name%7D%7D/settings.py#L52) :
I noticed that for `SqlAlchemy` we use async scheme (`"postgresql+asyncpg"` ) but not for Or... | closed | 2022-04-07T10:06:42Z | 2022-04-17T11:23:38Z | https://github.com/s3rius/FastAPI-template/issues/67 | [] | sorasful | 4 |
psf/requests | python | 6,719 | ERROR - Cannot set verify_mode to CERT_NONE when check_hostname is enabled | <!-- Summary. -->
I'm working with the exchangelib (v5.4) library.
A couple of days ago I noticed that in the Docker container exchangelib started complaining with an error `ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled`.
Exchangelib tries to connect to a local server with a low s... | closed | 2024-05-23T12:06:59Z | 2024-05-23T12:54:17Z | https://github.com/psf/requests/issues/6719 | [] | Barsovski | 1 |
huggingface/transformers | nlp | 36,004 | FSDP Torch XLA vs. FSDPv2 (SMPD) Torch XLA checkpoint saving bug | ### System Info
There is bug in how trainer (SFTTrainer) saves the checkpoint when we use FSDPv2 (SMPD) on TPU. This behavior does not show up with old method to run Torch XLA code ( xla_spawn.py). This behavior causes the new checkpoint to be almost exactly as the base model , throwing this error with PEFT
`Found ... | open | 2025-02-01T20:29:16Z | 2025-03-13T11:26:27Z | https://github.com/huggingface/transformers/issues/36004 | [
"Good First Issue",
"bug"
] | salrowili | 6 |
modin-project/modin | pandas | 7,350 | Possible issue with `dropna(how="all")` not deleting data from partition on ray. | When processing a large dataframe with modin running on ray, if I had previously dropped invalid rows, it runs into an issue by accessing data from the new dataframe (after dropna).
It looks like the data is not released from ray, or maybe modin `dropna` operation is not removing it properly.
It works fine if I r... | open | 2024-07-23T11:05:03Z | 2024-07-25T21:22:44Z | https://github.com/modin-project/modin/issues/7350 | [
"bug 🦗",
"P0"
] | brunojensen | 1 |
gee-community/geemap | jupyter | 1,118 | bug with package named geospatial | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- geemap version: newest
- Python version: 3.8
- Operating System: windows 10
### Description
When I using the package named geospatial "mamba install -c conda-forge geospatial"
problem with geopandas ... | closed | 2022-06-23T09:50:29Z | 2022-06-23T17:04:12Z | https://github.com/gee-community/geemap/issues/1118 | [
"bug"
] | BobNJU | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 922 | CycleGAN inference | Can I get multiple variants from one trained CycleGAN in inference?
For instance:
I have one picture of a horse and I would like to have 4 different(!!!) pictures in style, trained in CycleGAN.
Is it possible? | closed | 2020-02-18T10:16:56Z | 2020-02-19T06:39:28Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/922 | [] | Anastasiyabordak | 1 |
xlwings/xlwings | automation | 1,955 | Apple Event timed out when doing range.api.sort() | #### OS (e.g. Windows 10 or macOS Sierra)
MacOS Monterey v12.4
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
Python 3.9.5
xlwings 0.27.10
Microsoft Excel for Mac v16.62
#### Describe your issue (incl. Traceback!)
Hi,
I was working on a sheet with 17000 data rows and 250 colum... | closed | 2022-07-07T19:57:56Z | 2022-07-08T08:47:30Z | https://github.com/xlwings/xlwings/issues/1955 | [] | tsusoft | 2 |
ipython/ipython | data-science | 14,806 | TAB completion does not work for packages that use native namespaces. | TAB completion does not work for packages that use native namespaces:
https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages
Original bug report:
https://github.com/kylebarron/arro3/issues/290
> Currently when installing the 3 arrow3 packages, the structure looks like th... | open | 2025-02-28T09:32:23Z | 2025-02-28T10:01:30Z | https://github.com/ipython/ipython/issues/14806 | [
"tab-completion"
] | ghuls | 3 |
dmlc/gluon-nlp | numpy | 592 | [Model] Port OpenAI GPT to gluon-nlp | Port the GPT model to gluon-nlp:
https://github.com/openai/gpt-2
https://github.com/openai/finetune-transformer-lm
A good first step is to port their pre-trained models and be able to perform inference. | open | 2019-02-15T18:20:23Z | 2019-06-18T22:47:20Z | https://github.com/dmlc/gluon-nlp/issues/592 | [
"help wanted"
] | eric-haibin-lin | 2 |
hbldh/bleak | asyncio | 1,015 | macOS: Discovering Bluetooth devices raises BleakError("Bluetooth device is turned off") | * bleak version: 0.17.0
* Python version: 3.10.6
* Operating System: macOS Monterey Version 12.6
### Description
Tried to discover Bluetooth devices that can be connected.
### What I Did
Tried executing :
```
import asyncio
from bleak import BleakScanner
async def main():
devices = await BleakS... | closed | 2022-09-21T06:48:22Z | 2022-09-21T14:05:24Z | https://github.com/hbldh/bleak/issues/1015 | [] | Harshal5 | 0 |
scrapy/scrapy | web-scraping | 6,600 | Investigate off-by-1 in `scrapy.cmdline._pop_command_name()` | It looks like `del argv[i]` removes the wrong item in `scrapy.cmdline._pop_command_name()` but as we don't seem to see any problems because of this it's worth investigating what exactly happens here and either fixing or refactoring the code. | closed | 2025-01-01T19:47:08Z | 2025-01-14T15:40:25Z | https://github.com/scrapy/scrapy/issues/6600 | [
"bug",
"good first issue"
] | wRAR | 4 |
pydantic/logfire | fastapi | 573 | LiteLLM <> Logfire critical error | ### Description
When using logfire with liteLLM I have a weird error that crashed the logfire span.
```
from litellm import completion
logfire.configure()
with logfire.span("litellm-test") as span:
response = completion(
model="gpt-4o-mini",
messages=[{"role": "user", "content": "Recomme... | closed | 2024-11-06T11:02:26Z | 2024-11-20T09:53:05Z | https://github.com/pydantic/logfire/issues/573 | [
"bug",
"good first issue",
"P1"
] | CharlesOural | 2 |
apache/airflow | data-science | 47,919 | get_uri() is not implemented in task sdk | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
get_uri() is not implemented in connections.py in task sdk hence returning None and DAG is failing
[2025-03-18, 16:31:07] INFO - URI: None chan="stdout" source="task"
[2025-03-18, 16:31:07] IN... | open | 2025-03-18T16:52:02Z | 2025-03-21T15:26:53Z | https://github.com/apache/airflow/issues/47919 | [
"kind:bug",
"priority:medium",
"area:core",
"affected_version:3.0.0beta"
] | atul-astronomer | 2 |
ultralytics/yolov5 | pytorch | 13,264 | Syntax and understanding questions about reading tensorflow lite results | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
While researching how to understand the results and syntax of reading a converted yolov5s... | closed | 2024-08-17T05:07:53Z | 2024-08-18T15:27:07Z | https://github.com/ultralytics/yolov5/issues/13264 | [
"question"
] | mwickersheim | 1 |
pydantic/pydantic-ai | pydantic | 1,045 | AttributeError: 'Graph' object has no attribute 'iter' | ### Initial Checks
- [x] I confirm that I'm using the latest version of Pydantic AI
### Description
AttributeError: 'Graph' object has no attribute 'iter'
### Example Code
```Python
from __future__ import annotations as _annotations
from dataclasses import dataclass
from pydantic_graph import Graph, BaseNode, E... | closed | 2025-03-04T11:08:25Z | 2025-03-04T11:13:57Z | https://github.com/pydantic/pydantic-ai/issues/1045 | [
"need confirmation"
] | rohithbojja | 4 |
Kaliiiiiiiiii-Vinyzu/patchright-python | web-scraping | 10 | File not found when using PYINSTALLER | Hey there,
when using patchright with pyinstaller on windows it is showing an error. I am also using Playwright and it's working well.
The error didn't mention what file was not found. Please see the stacktrace below:
File "patchright\sync_api\_context_manager.py", line 60, in start
File "patchright\sync_... | closed | 2025-01-13T13:11:41Z | 2025-02-16T20:58:33Z | https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python/issues/10 | [
"enhancement",
"third-party"
] | brunoamuniz | 5 |
wkentaro/labelme | computer-vision | 726 | 可以添加图像的放大缩小功能吗,有些标签太密集,不好划分[Feature] | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2020-07-16T09:32:45Z | 2021-09-30T13:59:34Z | https://github.com/wkentaro/labelme/issues/726 | [] | lx-rookie | 2 |
deepspeedai/DeepSpeed | machine-learning | 6,995 | AttributeError: 'DeepSpeedZeroOptimizer' object has no attribute 'ipg_index' | Hello, I am encountering an issue with deepspeed and would appreciate your help.
`[rank2]: Traceback (most recent call last):
[rank2]: File "/root/Desktop/code/txf/teng_code_test/zero2_test/trainer.py", line 568, in <module>
[rank2]: main()
[rank2]: File "/root/Desktop/code/txf/teng_code_test/zero2_test/trainer... | closed | 2025-02-03T09:52:38Z | 2025-02-17T16:47:49Z | https://github.com/deepspeedai/DeepSpeed/issues/6995 | [] | Tengxf | 5 |
Yorko/mlcourse.ai | matplotlib | 719 | Typo in the feature naming in Reduction Impurity counting | In the book, [Feature importance page](https://mlcourse.ai/book/topic05/topic5_part3_feature_importance.html) there is a typo in the feature name. One of the chosen should be "Petal length (cm)".
<img width="767" alt="image" src="https://user-images.githubusercontent.com/17138883/189652317-d999f0a6-43bc-4b74-99c7-a3b0... | closed | 2022-09-12T12:26:14Z | 2022-09-13T23:01:01Z | https://github.com/Yorko/mlcourse.ai/issues/719 | [] | aulasau | 1 |
pydata/pandas-datareader | pandas | 228 | EUROSTAT test is broken | ```
======================================================================
FAIL: test_get_sts_cobp_a (pandas_datareader.tests.test_eurostat.TestEurostat)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/femtotrader/pandas-datareader/pan... | closed | 2016-09-07T18:51:22Z | 2016-09-07T19:16:12Z | https://github.com/pydata/pandas-datareader/issues/228 | [] | femtotrader | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.