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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
nolar/kopf | asyncio | 700 | memo no longer in startup event? | ## Question
<!-- What problem do you currently face and see no solution for it? -->
By doing a basic example with kopf:
```python
@kopf.on.startup()
async def startup(memo: kopf.Memo, **_):
pass
TypeError: startup() missing 1 required positional argument: 'memo'
```
Nevertheless, it works with othe... | closed | 2021-02-27T07:11:28Z | 2021-02-27T08:46:19Z | https://github.com/nolar/kopf/issues/700 | [
"question"
] | masantiago | 2 |
SYSTRAN/faster-whisper | deep-learning | 132 | CUBLAS_STATUS_INVALID_VALUE on nvidia t4 when running behind gunicorn | When I run a normal python script that loads the model onto the gpu and runs it, everything works normally. Once I put it behind gunicorn I always get CUBLAS_STATUS_INVALID_VALUE not matter what compute_type I choose. Running on a T4 with cuda 11.6
```python
faster_whisper/transcribe.py", line 483, in encode
r... | closed | 2023-04-10T01:21:02Z | 2023-04-12T07:23:05Z | https://github.com/SYSTRAN/faster-whisper/issues/132 | [] | daxaxelrod | 6 |
Yorko/mlcourse.ai | data-science | 679 | Improve translation in part 6 on feature selection | [A comment on Kaggle](https://www.kaggle.com/kashnitsky/topic-6-feature-engineering-and-feature-selection/comments#1149832) | closed | 2021-01-19T12:20:06Z | 2021-12-22T17:50:48Z | https://github.com/Yorko/mlcourse.ai/issues/679 | [
"minor_fix"
] | Yorko | 0 |
pyeve/eve | flask | 1,543 | [Question] Why was default.py removed in 8.1 and what do we replace the resolve_default_values method with? | ### Expected Behavior
I expect to be able to import the method resolve_default_values. It was removed in eve version 8.1
```python
from eve.defaults import resolve_default_values
```
### Actual Behavior
Getting the following error;
Unresolved reference 'resolve_default_values'
### Environment
... | closed | 2025-01-06T11:57:16Z | 2025-01-07T21:10:51Z | https://github.com/pyeve/eve/issues/1543 | [] | OzyOzk | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,181 | Progress is not saved in checkpoint | I tried training the original datasets with colab, but the checkpoint doesn't save the progress
Does anyone have a similar problem?
<img width="886" alt="スクリーンショット 2020-11-09 224351" src="https://user-images.githubusercontent.com/69844075/98548619-175cb300-22dd-11eb-847f-d8bbfe764f68.png">
| open | 2020-11-09T13:44:35Z | 2020-12-20T17:25:31Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1181 | [] | click-stack | 4 |
huggingface/datasets | nlp | 6,590 | Feature request: Multi-GPU dataset mapping for SDXL training | ### Feature request
We need to speed up SDXL dataset pre-process. Please make it possible to use multiple GPUs for the [official SDXL trainer](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_sdxl.py) :)
### Motivation
Pre-computing 3 million of images takes around ... | open | 2024-01-15T13:06:06Z | 2024-01-15T13:07:07Z | https://github.com/huggingface/datasets/issues/6590 | [
"enhancement"
] | kopyl | 0 |
pydantic/pydantic | pydantic | 11,443 | Broken validation of fields in `pydantic==2.11.0a{1,2} | ### Initial Checks
- [x] I confirm that I'm using Pydantic V2
### Description
In [napari](https://github.com/napari/napari) and [app-model](https://github.com/pyapp-kit/app-model) we have CI job for pre-release tests. Since pydantic pydantic==2.11.0a1` CI start failing.
I have identified this, it is caused by pass... | closed | 2025-02-14T18:33:47Z | 2025-02-18T19:59:57Z | https://github.com/pydantic/pydantic/issues/11443 | [
"bug V2",
"pending"
] | Czaki | 15 |
microsoft/RD-Agent | automation | 506 | RuntimeError: Failed to create chat completion after 10 retries | I'm encountering an issue where the program fails to create a chat completion after 10 retries. The error occurs when attempting to create an embedding using APIBackend().create_embedding(). Below is the error traceback:
<img width="1031" alt="Image" src="https://github.com/user-attachments/assets/86263eb2-0df2-4ff2-aa... | open | 2024-12-19T09:29:23Z | 2025-01-10T05:20:53Z | https://github.com/microsoft/RD-Agent/issues/506 | [
"question"
] | Alexia0806 | 6 |
StackStorm/st2 | automation | 5,260 | Can't assign pattern in rule criteria from datastore | ## SUMMARY
While trying to assign a pattern to criteria:
i.e:
```
criteria:
trigger.body.some_field:
type: icontains
pattern: "{{ st2kv.system.some_ds_dict | decrypt_kv | st2kv.system.some_ds_dict.get('some_ds_dict_key') }}"
```
Also tried just:
` "{{ st2kv.system.some_str_from_ds }}" `
Docs e... | closed | 2021-05-10T07:16:59Z | 2024-07-09T22:05:19Z | https://github.com/StackStorm/st2/issues/5260 | [
"feature",
"service: rules engine"
] | DavidMeu | 4 |
piskvorky/gensim | machine-learning | 2,609 | bm25 score is not symmetrical | I think bm25 score is not symmetrical, but the code now fill the graph weights assume it is.
https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/summarization/graph.py#L310
Hope the authors can fix it. And will it influence the summary performance?
Or if I'm wrong, please let me know.
Thanks!
... | closed | 2019-09-25T12:51:16Z | 2021-09-13T13:16:33Z | https://github.com/piskvorky/gensim/issues/2609 | [] | junfenglx | 8 |
tqdm/tqdm | pandas | 1,037 | MacOS Github Actions `threading.wait`: Fatal Python error: Illegal instruction | - [x] 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
- [ ]... | open | 2020-09-21T08:35:27Z | 2024-01-02T17:00:48Z | https://github.com/tqdm/tqdm/issues/1037 | [
"p0-bug-critical ☢",
"help wanted 🙏",
"need-feedback 📢",
"synchronisation ⇶"
] | koaning | 4 |
psf/black | python | 3,705 | IndentationError on valid Python triggered by fmt: off | When running black (tested with version 23.3.0) as follows:
```
import black
code = """
if True:
if True:
# fmt: off
pass
"""
black.format_str(code, mode=black.Mode())
```
This produces the following error:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File... | closed | 2023-05-25T14:21:30Z | 2023-05-26T05:18:26Z | https://github.com/psf/black/issues/3705 | [
"T: bug"
] | DRMacIver | 1 |
jonaswinkler/paperless-ng | django | 1,375 | [Other] Multiple correspondents and multiple types for a document | <!--
=> Discussions, Feedback and other suggestions belong in the "Discussion" section and not on the issue tracker.
=> If you would like to submit a feature request please submit one under https://github.com/jonaswinkler/paperless-ng/discussions/categories/feature-requests
=> If you encounter issues while ins... | open | 2021-10-11T03:44:28Z | 2021-10-31T15:54:54Z | https://github.com/jonaswinkler/paperless-ng/issues/1375 | [] | anotherjulien | 2 |
ploomber/ploomber | jupyter | 550 | link from videos section to our youtube channel | link to our youtube channel (add link at the top)
https://docs.ploomber.io/en/latest/videos.html
```
more videos available in our youtube channel
```
also, if there's a way to add a link that subscribes people, that's grat | closed | 2022-02-06T22:45:49Z | 2022-02-08T22:15:39Z | https://github.com/ploomber/ploomber/issues/550 | [
"good first issue"
] | edublancas | 2 |
HIT-SCIR/ltp | nlp | 593 | 安装报错 | 下面是报错信息,我只看了第一个ERROR,显示找不到符合版本要求的maturin,然后我去对应的PyPI页面查看,上面显示最新版本的确到了0.13,但是我使用pip install maturin=0.13.3安装对应的包,提示的报错信息也显示找不到对应的包
```
Collecting ltp
Using cached ltp-4.2.10-py3-none-any.whl (20 kB)
Collecting ltp-core
Using cached ltp_core-0.1.2-py3-none-any.whl (68 kB)
Collecting ltp-extension
Using cache... | open | 2022-09-19T03:37:38Z | 2022-09-19T03:41:16Z | https://github.com/HIT-SCIR/ltp/issues/593 | [] | GuiQuQu | 1 |
Lightning-AI/LitServe | fastapi | 245 | The current openai spec is only compatible with version openai==0.28.0 and cannot recognize newer versions | ## 🐛 Bug
The current openai spec is only compatible with version 0.28.0 and cannot recognize newer versions.
| closed | 2024-08-29T07:58:35Z | 2024-08-30T12:56:29Z | https://github.com/Lightning-AI/LitServe/issues/245 | [
"bug",
"help wanted"
] | GhostXu11 | 2 |
horovod/horovod | tensorflow | 3,598 | Can not install horovod[tensorflow] when using bazel | I have a model that depends on both tensorflow and horovod that I'm building in a bazel repo. Even though it successfully bazel builds, during runtime, I get the error that "horovod.tensorflow has not been built".
The pip packages and versions are:
tensorflow==2.5.1
horovod[tensorflow]==0.23.0
I have been read... | closed | 2022-07-11T19:49:42Z | 2022-09-24T05:58:38Z | https://github.com/horovod/horovod/issues/3598 | [
"wontfix"
] | RajatDoshi | 1 |
labmlai/annotated_deep_learning_paper_implementations | machine-learning | 43 | Vision Transformer | Paper: [An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale](https://arxiv.org/abs/2010.11929) | closed | 2021-04-19T12:03:23Z | 2021-07-17T09:56:19Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/43 | [
"paper implementation"
] | vpj | 4 |
jupyterhub/repo2docker | jupyter | 1,192 | Default Julia version for the REQUIRE buildpack is 0.6.4, not the latest version | If use of REQUIRE file isn't deprecated, it would make sense that not having a pinned version should lead to the latest version of julia, rather than an ancient version.
If it is deprecated though, in favor of Project.toml, it can make sense still to just retain as it is. But, then we should declare it clearly here ... | open | 2022-10-10T09:46:29Z | 2023-02-17T09:16:54Z | https://github.com/jupyterhub/repo2docker/issues/1192 | [
"documentation",
"maintenance"
] | consideRatio | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 856 | 已经解决了win10下的训练自己的数据问题,加Q群857449786 注明CycleGAN 共同研究 | 已经解决了win10下的训练自己的数据问题,加Q群857449786 注明CycleGAN 共同研究 | open | 2019-11-23T06:58:19Z | 2019-11-23T06:58:19Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/856 | [] | QQ2737499951 | 0 |
davidsandberg/facenet | tensorflow | 271 | calculate_filtering_metrics.py error | hi, everyone
I run calculate_filtering_metrics.py to calculate the distence_to_center. I get the error.
raceback (most recent call last):
File "calculate_filtering_metrics.py", line 127, in <module>
main(parse_arguments(sys.argv[1:]))
File "calculate_filtering_metrics.py", line 54, in main
False, Fa... | closed | 2017-05-10T12:52:33Z | 2020-07-21T06:04:17Z | https://github.com/davidsandberg/facenet/issues/271 | [] | Roysky | 11 |
waditu/tushare | pandas | 1,768 | 通用行情接口无法对除股票以外的数据复权,文档中基金的复权公式错误 | 通用行情接口未对基金数据进行复权操作:

文档:https://tushare.pro/document/2?doc_id=127介绍的复权参考有误。
 | open | 2025-03-05T16:54:16Z | 2025-03-05T16:54:16Z | https://github.com/waditu/tushare/issues/1768 | [] | wintersnowlc | 0 |
explosion/spaCy | nlp | 13,535 | Calling Spacy from Matlab throws errors | spaCy version 3.7.5
Location C:\Users\cse_s\AppData\Local\Programs\Python\Python312\Lib\site-packages\spacy
Platform Windows-11
Python version 3.12.3
Pipelines en_core_web_lg (3.7.1)
I want to call the Spacy code using Matlab. The Spacy code is as follows which work well using... | open | 2024-06-20T15:28:53Z | 2024-07-08T19:40:24Z | https://github.com/explosion/spaCy/issues/13535 | [] | Saswati-Project | 2 |
HumanSignal/labelImg | deep-learning | 118 | How to keep annotations of prev-image still exist when I open the next image? | Hi, thanks for your good job firstly!
My images are captured from video, so the prev-image are similar with next-image. but when I open next image, previous annotations disappear. I don't want to create then again, since they are useful for the next image.
I tried to modify you codes, but failed. can you tell me ... | closed | 2017-07-17T13:36:50Z | 2019-05-28T12:14:33Z | https://github.com/HumanSignal/labelImg/issues/118 | [
"enhancement"
] | z-huabao | 4 |
gevent/gevent | asyncio | 1,781 | gevent 20.12.0 later doesn't mention requires_dist anymore | * gevent version: 20.12.0
* Python version: 3.7
* Operating System: Any
### Description:
For `gevent` version `<=20.9.0`, we would get the list of dependencies of the `gevent` package via `pypi` as:
```
$ curl https://pypi.org/pypi/gevent/20.9.0/json
{
....
"requires_dist": [
"zope.eve... | closed | 2021-03-26T14:25:36Z | 2021-03-26T14:52:34Z | https://github.com/gevent/gevent/issues/1781 | [] | Rahul-RB | 2 |
babysor/MockingBird | deep-learning | 415 | 对于wiki教程的百度网盘链接的建议 | 建议提供一些其他网盘的链接,方便没有百度账号或不想安装百度网盘客户端的用户。 | closed | 2022-03-02T04:36:15Z | 2022-03-07T06:15:35Z | https://github.com/babysor/MockingBird/issues/415 | [] | ghost | 3 |
ray-project/ray | python | 50,883 | [Serve] Ray Serve APIs for users to define when the Ray Serve applications are ready to serve requests | ### Description
It'd be useful for the Ray Serve API to allow users to configure settings such as custom timeouts for when applications are ready to serve requests.
### Use case
This would be useful for scenarios such as: https://github.com/ray-project/enhancements/pull/58#discussion_r1968439611, where a large numbe... | open | 2025-02-25T03:39:23Z | 2025-02-25T17:29:47Z | https://github.com/ray-project/ray/issues/50883 | [
"enhancement",
"triage",
"serve"
] | ryanaoleary | 0 |
wandb/wandb | tensorflow | 8,919 | [Q]: Train large model with LoRA and PP using One Single Sweep agent | ### Ask your question
we have a scenario to train large model shareded across 8gpus in the same node using sweep config with LoRa and PP,
so is it possible to use only one sweep agent to train entire model. if this is doable, if so, how can archive using sweep.
Note: we tried with sweep agent and accelerate, it do... | closed | 2024-11-19T23:20:50Z | 2024-11-26T10:08:55Z | https://github.com/wandb/wandb/issues/8919 | [
"ty:question",
"c:sweeps"
] | rajeshitshoulders | 3 |
flaskbb/flaskbb | flask | 273 | Deleting flagged posts fails | Steps to reproduce:
> Create a clean instance of flaskbb using at least sqlite or postgres databases (not tested mysql)
> Log in as any user and add a post
> Flag that post as any user
> As an admin attempt to delete the post - doesn't matter if it's the only post in the thread or a reply, doesn't matter which is f... | closed | 2017-01-14T10:05:59Z | 2018-04-15T07:47:45Z | https://github.com/flaskbb/flaskbb/issues/273 | [] | gordonjcp | 1 |
jacobgil/pytorch-grad-cam | computer-vision | 25 | Average Pool Layer | Hi,
I was going through the implementation, I found that the 'avgpool' layer is ignored. In the Class "ModelOutputs", in __call__(), the output from FeatureExtractor is simply passed to the classification part of the network, ignoring the "avgPool" altogether.
Can you please guide me what am I missing?
Regar... | closed | 2019-12-10T06:25:29Z | 2021-04-26T05:06:10Z | https://github.com/jacobgil/pytorch-grad-cam/issues/25 | [] | AsimJalwana | 4 |
autogluon/autogluon | data-science | 4,931 | [BUG] Hello! I have an error message after execution of ValueError: At least some time series in train_data must have >= 97 observations. Please provide longer time series as train_data or reduce prediction_length, num_val_windows, or val_step_size. | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via sour... | closed | 2025-02-25T13:44:02Z | 2025-03-13T10:33:00Z | https://github.com/autogluon/autogluon/issues/4931 | [
"bug: unconfirmed",
"Needs Triage"
] | wask24 | 1 |
marimo-team/marimo | data-science | 3,631 | AI assist fails for any openai o1 model | ### Describe the bug
Hello, very happy to see that the openai o1 model family is now available through AI assist. However when I try to use any of the o1 models, I see this error:
`openai.BadRequestError: Error code: 400 - {'error': {'message': "Unsupported value: 'messages[0].role' does not support 'system' with th... | closed | 2025-01-30T20:39:20Z | 2025-03-06T18:58:13Z | https://github.com/marimo-team/marimo/issues/3631 | [
"bug",
"upstream"
] | awooler | 4 |
seleniumbase/SeleniumBase | pytest | 3,034 | uc_gui_click_captcha Method Fails to Locate and Bypass CAPTCHA on Genius.com | Hello,
I'm encountering an issue with the uc_gui_click_captcha method when trying to bypass the CAPTCHA on the website https://genius.com/. The method seems unable to correctly locate the CAPTCHA element on the page, resulting in a failure to bypass it.
Below is the code I used to test this:
```
from selenium... | closed | 2024-08-17T06:11:14Z | 2024-08-21T17:32:27Z | https://github.com/seleniumbase/SeleniumBase/issues/3034 | [
"invalid usage",
"can't reproduce",
"UC Mode / CDP Mode"
] | RoseGoli | 6 |
iperov/DeepFaceLab | machine-learning | 5,674 | "OOM when allocating tensor" on pre-trained model | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
Properly run 6) train SAEHD.bat
Out of memory error. I probably wouldn't write issue if I was not able to execute it once. But whatever I am trying, can't get it working again.
Error while executing 6) train SAEHD
Error det... | closed | 2023-05-19T16:37:46Z | 2023-05-22T18:46:59Z | https://github.com/iperov/DeepFaceLab/issues/5674 | [] | gb2111 | 0 |
jupyter/nbgrader | jupyter | 1,130 | Implement a generic API to support custom exchanges | After discussions at the Edinburgh hackathon, I think it makes sense to at least implement a generic API for the exchange which would then support custom exchanges. While nbgrader itself will still use the same filesystem-based exchange (and wait for hubauth to be ready), this would enable others to experiment with alt... | open | 2019-06-01T14:50:30Z | 2022-06-23T10:20:10Z | https://github.com/jupyter/nbgrader/issues/1130 | [
"enhancement",
"refactor"
] | jhamrick | 2 |
xorbitsai/xorbits | numpy | 159 | ENH: Support installing xorbits with AWS dependencies via pip install | Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
enhance setup.py to make it support ``pip install 'xorbits[aws]'`` | closed | 2023-01-11T08:42:30Z | 2023-01-17T03:12:14Z | https://github.com/xorbitsai/xorbits/issues/159 | [
"enhancement"
] | ChengjieLi28 | 0 |
davidteather/TikTok-Api | api | 429 | [INSTALLATION] - ERROR: Failed building wheel for greenlet | **Describe the error**
ERROR: Failed building wheel for greenlet
Running setup.py clean for greenlet
Failed to build greenlet
Installing collected packages: urllib3, typing-extensions, selenium, pyee, idna, greenlet, chardet, certifi, selenium-stealth, requests, playwright, TikTokApi
Running setup.py ins... | closed | 2020-12-18T09:07:49Z | 2020-12-20T01:43:00Z | https://github.com/davidteather/TikTok-Api/issues/429 | [
"installation_help"
] | mikegrep | 2 |
PaddlePaddle/PaddleNLP | nlp | 10,018 | [Question]: PP-UIE模型本地部署问题 | ### 请提出你的问题
本人小白,想要在本地部署新发布的PP-UIE模型,按照说明,新建python文件,输入如下代码:
`from pprint import pprint
from paddlenlp import Taskflow
schema = ['时间', '选手', '赛事名称'] # Define the schema for entity extraction
ie = Taskflow('information_extraction',
schema= ['时间', '选手', '赛事名称'],
schema_lang="zh",
... | closed | 2025-03-06T15:50:47Z | 2025-03-14T11:50:04Z | https://github.com/PaddlePaddle/PaddleNLP/issues/10018 | [
"question"
] | leaf19 | 1 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 969 | [DOCS]: Typo in the Usage section (collect mode) | ### Affected documentation section
`Usage` section in README.md
### Documentation improvement description
The Usage section has a bullet point for `Using the colled mode`
Instead, it should be `Using the collect mode`
### Why is this change necessary?
Typo error
### Additional context
_No response... | closed | 2024-11-29T08:00:24Z | 2024-11-29T15:56:55Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/969 | [
"documentation"
] | abhilashshakti | 0 |
pytest-dev/pytest-mock | pytest | 372 | Mock method don't work when test from other file fail | ### Context
I wrote a test on a X file that mock a method and this test pass, but when I wrote other test on a Y file and this test failed the test on the X file failed too. I was debugging it and I perceived that the mock o X file did not worked when the test on Y file failed. But this only happen when I use `@pytest... | closed | 2023-06-27T13:50:08Z | 2023-06-30T18:03:21Z | https://github.com/pytest-dev/pytest-mock/issues/372 | [
"question"
] | LeonardoFurtado | 4 |
plotly/dash | dash | 3,136 | Feedback from Dash 3.0.0rc1 | Thank you Plotly Dash team for the release candidate and making React 18.3 the new default. We did a bunch of testing, but could not find any real regressions. We did want to provide two pieces of feedback:
1. We still got the `'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.ut... | closed | 2025-01-28T22:55:44Z | 2025-01-29T14:09:33Z | https://github.com/plotly/dash/issues/3136 | [] | ghaarsma | 1 |
explosion/spaCy | deep-learning | 12,079 | Building entityrecognizer from json takes substantially shorter than loading model | Hello!
In my current project I'm working with two custom entityrecognizers (one for names, one for places), with a large number of patters (500k).
I noticed that adding these pipes to the standard dutch model like so:
```
nlp = sp.load("nl_core_news_lg")
# Make config file
config_names = {
"validate":... | closed | 2023-01-09T21:33:39Z | 2023-01-11T10:40:50Z | https://github.com/explosion/spaCy/issues/12079 | [
"perf / speed",
"feat / spanruler"
] | SjoerdBraaksma | 1 |
oegedijk/explainerdashboard | plotly | 223 | Citation? | Hello! Curious if you have a desired citation for this project.
Thanks 🙏 | closed | 2022-06-22T06:09:32Z | 2023-02-18T21:05:32Z | https://github.com/oegedijk/explainerdashboard/issues/223 | [] | dylan-slack | 1 |
allenai/allennlp | pytorch | 5,559 | Remove upper bound for nltk | Currently, allennlp 2.9.0 [requires](https://github.com/allenai/allennlp/blame/v2.9.0/setup.py#L58)
```
nltk <3.6.6
```
while allennlp-models 2.9.0 [requires](https://github.com/allenai/allennlp-models/blame/v2.9.0/requirements.txt#L11)
```
nltk >=3.6.5
```
This is the slimmest possible margin, and for anyone... | closed | 2022-02-05T08:41:58Z | 2022-02-10T23:16:02Z | https://github.com/allenai/allennlp/issues/5559 | [
"bug"
] | h-vetinari | 1 |
nteract/papermill | jupyter | 168 | Create a guide for adding new languages to papermill | We should refactor the language extensions to be a plugin system where users can easily write new language or kernel support for mapping parameters. The steps are easy enough but a well written page to guide contributions would be it much more open to new contributors who want support. | closed | 2018-08-12T21:28:32Z | 2018-08-26T03:27:04Z | https://github.com/nteract/papermill/issues/168 | [
"idea"
] | MSeal | 0 |
modin-project/modin | pandas | 6,846 | Skip unstable Unidist `to_csv` tests | to_csv tests hang on Unidist on MPI in CI. We just skip those for now. | closed | 2024-01-08T15:31:41Z | 2024-01-08T17:20:13Z | https://github.com/modin-project/modin/issues/6846 | [
"Testing 📈",
"P1"
] | anmyachev | 0 |
plotly/dash | dash | 2,919 | React 18 warning defaultProps will be removed from function components | Running an app with React 18 emit a warning that defaultProps for functions components are deprecated.
Warning message:
`Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.`
We use the defaultProps for our own components generato... | closed | 2024-07-11T14:57:46Z | 2024-11-04T19:26:05Z | https://github.com/plotly/dash/issues/2919 | [
"feature",
"P3",
"dash-3.0"
] | T4rk1n | 2 |
dropbox/sqlalchemy-stubs | sqlalchemy | 145 | sqlmypy is broken with mypy 0.750+ | Given the sample code on [how to create a class with sqlalchemy](https://docs.sqlalchemy.org/en/13/orm/extensions/declarative/basic_use.html#basic-use):
```python
from sqlalchemy import Column, Integer, String
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
class SomeClass... | closed | 2020-03-11T16:31:03Z | 2020-03-11T16:36:22Z | https://github.com/dropbox/sqlalchemy-stubs/issues/145 | [] | a-recknagel | 1 |
Urinx/WeixinBot | api | 272 | 自动回复功能报错 | [*] 进行同步线路测试 ... ERROR:root:URLError = timed out
成功
不能自动回复,报错:typeerror | open | 2019-07-30T04:32:35Z | 2019-07-30T04:37:48Z | https://github.com/Urinx/WeixinBot/issues/272 | [] | zhfff4869 | 1 |
BeanieODM/beanie | pydantic | 959 | [BUG] wrong condition convertion on comparing two fields | **Describe the bug**
I need to compare two fields with `model.field1 > model.field2` but Beanio generated the wrong filter.
My model is like:
```python
class H(Document):
last_sms_time: datetime
next_sms_time: datetime
```
And `H.find(H.next_sms_time < H.last_sms_time).get_filter_query()` returned... | open | 2024-07-02T03:56:53Z | 2024-12-08T21:52:49Z | https://github.com/BeanieODM/beanie/issues/959 | [
"feature request"
] | Karmenzind | 5 |
dynaconf/dynaconf | fastapi | 374 | Dynaconf can't find settings file when using pytest | Where do I put settings files / How do I configure Dynaconf so it will work with pytest? Currently I get the following error:
```
AttributeError: 'Settings' object has no attribute 'LOGGING'
```
It seems like Dynaconf is looking for the files in the tree the python command was invoked from and not relative the ... | closed | 2020-07-27T11:03:03Z | 2023-03-27T20:19:16Z | https://github.com/dynaconf/dynaconf/issues/374 | [
"question"
] | trallnag | 9 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 88 | blockScraper implementation | **Is your feature request related to a problem? Please describe.**
A scraper pipeline capable of retrieve all the similar blocks in a page, like ecommerce, weather, fly websites
**Describe the solution you'd like**
I have found this paper https://www.researchgate.net/publication/261360247_A_Web_Page_Segmentation_A... | closed | 2024-04-27T13:05:26Z | 2024-07-21T14:47:21Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/88 | [
"feature request"
] | lurenss | 3 |
lepture/authlib | flask | 462 | Exception if JWK set `kid` in single key and JWS does not specify `kid` | **Describe the bug**
This issue is related to #222
* `kid` is optional in JWK, [RFC7517](https://datatracker.ietf.org/doc/html/rfc7517#section-4.5)
* `kid` is optional in JWS header, [RFC7515](https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.4)
If JWKS only one key specifies and the JWS header has no `... | closed | 2022-05-25T06:31:46Z | 2023-11-21T13:43:12Z | https://github.com/lepture/authlib/issues/462 | [
"bug"
] | dklimpel | 4 |
dmlc/gluon-cv | computer-vision | 1,577 | Can't install. Win10 | C:\Users\a8679>activate mxnet
(mxnet) C:\Users\a8679>pip install gluoncv --upgrade
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting gluoncv
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5a/d7/e6429bd8d6ee2ff8123f7afc197a5a60901bbf9afc47e1f30c484cf22540/gluoncv-0.9.0-py2.py3-none-... | closed | 2020-12-24T11:31:09Z | 2021-05-04T16:34:39Z | https://github.com/dmlc/gluon-cv/issues/1577 | [] | StevenJokess | 5 |
SYSTRAN/faster-whisper | deep-learning | 1,100 | Issue with segments when the model doesn't output end time for segment. | I have fine-tuned an hugging face model. This model is not outputting end time stamp token for the segment.
When I run faster whisper with this model and use "word_timestamps=False", it is giving the correct number of segments and the "text" is also correct.
Say the audio file is 6sec.
But when I run it using "wo... | open | 2024-10-28T18:54:55Z | 2024-11-11T09:20:16Z | https://github.com/SYSTRAN/faster-whisper/issues/1100 | [] | bchinnari | 17 |
davidteather/TikTok-Api | api | 817 | Follow endpoint? private api? | hey, looking to buy follow endpoint and gorgon, khronos.
https://t.me/JosecLee | closed | 2022-02-04T16:20:06Z | 2022-02-04T16:53:24Z | https://github.com/davidteather/TikTok-Api/issues/817 | [
"feature_request"
] | h4ck1th4rd | 0 |
vitalik/django-ninja | rest-api | 556 | Automatically convert JSON keys from Django to camelCase, and received data to snake_case | **Is your feature request related to a problem? Please describe.**
In Python we use `snake_case`, and in JavaScript we use `camelCase`. This always causing an issue in API's, because one side of the codebase ends up not using the correct naming standards.
**Describe the solution you'd like**
[djangorestframewo... | closed | 2022-09-07T12:34:26Z | 2023-01-13T10:08:45Z | https://github.com/vitalik/django-ninja/issues/556 | [] | mangelozzi | 1 |
pyg-team/pytorch_geometric | deep-learning | 9,118 | Sparse version of `nn.dense.dense_mincut_pool` | ### 🚀 The feature, motivation and pitch
The [nn.dense.dense_mincut_pool](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.dense.dense_mincut_pool.html#torch_geometric.nn.dense.dense_mincut_pool) operator requires the input adjacency matrix to be dense. This requirement does not scale ... | open | 2024-03-28T09:13:17Z | 2024-04-26T12:39:12Z | https://github.com/pyg-team/pytorch_geometric/issues/9118 | [
"feature"
] | xiaohan2012 | 6 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,504 | [Bug]: symptom after the plug-in is installed, the webui cannot be started | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-04-13T16:47:04Z | 2024-04-13T23:41:11Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15504 | [
"bug-report"
] | sasahuala | 1 |
ray-project/ray | python | 51,436 | CI test linux://python/ray/data:test_metadata_provider is flaky | CI test **linux://python/ray/data:test_metadata_provider** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8951#0195a5e5-5828-4bf0-9cc8-099cfc082058
- https://buildkite.com/ray-project/postmerge/builds/8951#0195a5c7-4b37-4311-b6a4-7380b0bb8cc1
- https://buildkite.com/r... | closed | 2025-03-17T21:49:49Z | 2025-03-21T19:46:20Z | https://github.com/ray-project/ray/issues/51436 | [
"bug",
"triage",
"data",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 21 |
pytorch/pytorch | deep-learning | 149,324 | Unguarded Usage of Facebook Internal Code? | ### 🐛 Describe the bug
There is a [reference](https://github.com/pytorch/pytorch/blob/c7c3e7732443d7994303499bcb01781c9d59ab58/torch/_inductor/fx_passes/group_batch_fusion.py#L25) to `import deeplearning.fbgemm.fbgemm_gpu.fb.inductor_lowerings`, which we believe to be Facebook internal Python module based on descript... | open | 2025-03-17T15:54:24Z | 2025-03-17T20:29:04Z | https://github.com/pytorch/pytorch/issues/149324 | [
"triaged",
"module: third_party",
"oncall: pt2"
] | BwL1289 | 1 |
pydata/xarray | pandas | 9,830 | open_mfdataset and concat of datasets consisting of single data point along a dimension in datetime64 format on python 3.8.5 | ### What is your issue?
The described functionality didn't work. It somehow worked on my other computer in Python 3.8.1. I tried matching up the xarray versions.
It throwed the following warning:
/tmp/ipykernel_175396/3369060392.py:11: SerializationWarning: saving variable time_UTC with floating point data as a... | closed | 2024-11-26T23:16:02Z | 2024-11-27T00:29:40Z | https://github.com/pydata/xarray/issues/9830 | [
"needs triage"
] | nina-caldarella | 2 |
serengil/deepface | machine-learning | 1,070 | error generated on find function call |
Hello,
I'd like to find a face in an image database. This face is detected on one of the images in the database using the DeepFace.extract_faces() function (I've saved it).
To do this, I used the DeepFace.find() function and it generated an error.
Here is my script :
```
import cv2
import os
from deepfa... | closed | 2024-03-08T15:09:58Z | 2024-03-08T16:00:46Z | https://github.com/serengil/deepface/issues/1070 | [
"question"
] | Minyar2004 | 5 |
aminalaee/sqladmin | asyncio | 515 | Custom columns? | ### Checklist
- [x] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
In the admin interface, I want to have extra table columns in addition to model properties. For example, if there is a User model in relationship with UserGroups, I want to ... | closed | 2023-06-10T19:16:29Z | 2023-07-15T10:33:51Z | https://github.com/aminalaee/sqladmin/issues/515 | [
"good first issue"
] | tm-a-t | 1 |
developmentseed/lonboard | data-visualization | 357 | Update shiny example on next pyshinywidgets release | Ref https://github.com/posit-dev/py-shinywidgets/issues/133
At that point we should probably also make an issue on shiny's docs to see if they want to link back to us, because they're already linking to pydeck. | open | 2024-02-12T19:45:54Z | 2024-02-12T19:46:34Z | https://github.com/developmentseed/lonboard/issues/357 | [] | kylebarron | 0 |
QingdaoU/OnlineJudge | django | 254 | How to rejudge while contest is running | closed | 2019-07-29T19:02:35Z | 2020-12-10T18:28:32Z | https://github.com/QingdaoU/OnlineJudge/issues/254 | [] | beiyanpiki | 0 | |
AirtestProject/Airtest | automation | 1,257 | jenkins运行airtest windows测试项目失败 | windows上启动的jenkins slave节点运行机器上的airtest Windows的UI自动化测试项目失败
```
File "d:\jenkins\workspace\ui_test\tool\tools.py", line 402, in login_and_enter
touch((0.5, 0.2))
File "D:\python\lib\site-packages\airtest\utils\logwraper.py", line 134, in wrapper
res = f(*args, **kwargs)
File "D:\python\lib\site-pa... | closed | 2024-10-16T04:07:43Z | 2024-10-17T08:48:29Z | https://github.com/AirtestProject/Airtest/issues/1257 | [] | Alipipe | 1 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 208 | visit_primary_key_constraint() fails table creation with pk and fk | **Describe the bug**
When make sql CREATE query for table with `ForeignKey` and `primary_key` both we can get wrong query, which contains unneeded comma.
```
class UserCluster(utl_ch.Base):
__tablename__ = 'user_clusters'
__table_args__ = (engines.MergeTree(order_by='id'),)
id = Column(String(32),... | closed | 2022-10-25T09:35:23Z | 2022-11-24T20:53:31Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/208 | [] | SomeAkk | 3 |
jupyter-book/jupyter-book | jupyter | 1,341 | Hide toc by default | I've searched the docs here, as well as the Sphinx template format that Jupyter books is based on, but cannot seem to find any info on setting the TOC to be collapsed by default. (So it would be a hamburger, not an arrow on the top left of the landing page.)
I also tried to look through the available html tags, as w... | open | 2021-05-26T15:47:42Z | 2021-05-26T15:47:43Z | https://github.com/jupyter-book/jupyter-book/issues/1341 | [
"documentation"
] | bHimes | 1 |
graphistry/pygraphistry | jupyter | 197 | [DOCS] Multi-gpu demo | Demo of multi-GPU with RAPIDS.ai + Graphistry
- [ ] embeddable in Graphistry getting started dashboard: smart defaults listed
- [ ] show both out-of-core + multi-gpu
- [ ] encapsulated: no need to register etc. to get data
- [ ] tech: dask_cudf, bsql, & cuGraph. OK if split into multiple notebooks
- [ ] ultimate... | open | 2021-01-13T22:09:56Z | 2021-01-13T22:10:34Z | https://github.com/graphistry/pygraphistry/issues/197 | [
"help wanted",
"docs",
"good-first-issue"
] | lmeyerov | 0 |
tflearn/tflearn | data-science | 905 | Broken releases and dependency management | There are couple problems that appearing from the very beginning:
- awful dependency management. Let users know which version of h5py and scipy you support.
- `segmentation fault 11` during import for following combination of dependencies:
```
bleach==1.5.0
h5py==2.7.1
html5lib==0.9999999
Markdown==2.6.9
numpy=... | open | 2017-09-15T11:14:54Z | 2017-11-19T14:42:56Z | https://github.com/tflearn/tflearn/issues/905 | [] | denismakogon | 1 |
agronholm/anyio | asyncio | 536 | On asyncio, `Event.set()` sometimes fails to notify all waiting tasks | hi!
if:
1. task A is awaiting `Event.wait()`
1. `Event.set()` is called
1. the `wait()`'s cancel scope is cancelled before the event loop schedules A
then, on the asyncio backend only, task A's `wait()` raises cancelled instead of getting notified of the event.
in contrast, on the trio backend (and on ... | closed | 2023-03-08T08:31:31Z | 2023-07-25T19:21:31Z | https://github.com/agronholm/anyio/issues/536 | [] | gschaffner | 6 |
sktime/sktime | scikit-learn | 7,619 | [DOC] Code walkthrough for new contributors | #### Describe the issue linked to the documentation
There are no guides for new contributors to go through to get an overview of the entire code base (what each folder is meant for, what are the important files, etc).
#### Suggest a potential alternative/fix
A detailed walkthrough of the entire code base so that r... | closed | 2025-01-08T13:25:27Z | 2025-02-21T09:58:15Z | https://github.com/sktime/sktime/issues/7619 | [
"documentation"
] | satvshr | 4 |
RomelTorres/alpha_vantage | pandas | 53 | Inconstiney in SYMOBOL for Indian stock exchnage | Hi While using the api found the inconsistent behavior some symbol work from TIME_SERIES_DAILY but the same symbol does not work when I use it in TIME_SERIES_INTRADAY
example NSE index symbole (NSEI took from yahoo as suggested from others) works in TIME_SERIES_INTRADAY, not in TIME_SERIES_DAILY
ex
https://www... | closed | 2018-03-22T04:35:37Z | 2018-03-23T10:16:58Z | https://github.com/RomelTorres/alpha_vantage/issues/53 | [] | me-shivaprasad | 1 |
LibrePhotos/librephotos | django | 919 | Remove face when looking at a photo if wrongfully assigned | **Describe the enhancement you'd like**
When looking at a photo and the detected face have the option to remove a wrong assignment, we can do this by choosing unknown other, but a quick button would be nice.
**Describe why this will benefit the LibrePhotos**
In cases of background strangers being detected as a kno... | closed | 2023-07-14T09:35:43Z | 2023-09-14T11:49:44Z | https://github.com/LibrePhotos/librephotos/issues/919 | [
"enhancement"
] | scepterus | 1 |
pandas-dev/pandas | data-science | 60,369 | DOC: Fix docstring typo | ### Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py
### Documentation problem
The docstring for the... | closed | 2024-11-20T07:05:18Z | 2024-11-22T20:15:05Z | https://github.com/pandas-dev/pandas/issues/60369 | [
"Docs"
] | jct102 | 1 |
google-research/bert | tensorflow | 524 | How to get the previous layers output of the BERT using tf_hub? | I need the last 4 layers of the bert output to get the embeddings of each token. I can get those from the source code. Is there a way to get these outputs from the Tf_hub as described in the collab? | closed | 2019-03-26T07:40:29Z | 2020-02-07T12:55:04Z | https://github.com/google-research/bert/issues/524 | [] | saikrishna9494 | 5 |
scikit-learn/scikit-learn | machine-learning | 30,624 | Inconsistency in shapes of `coef_` attributes between `LinearRegression` and `Ridge` when parameter `y` is 2D with `n_targets = 1` | ### Describe the bug
This issue comes from my (possibly incorrect) understanding that `LinearRegression` and `Ridge` classes should handle the dimensions of the `X` and `y` parameters to the `fit` method in the same way in a sense that the *same* pair of `(X, y)` parameter values provided to *both* `LinearRegression... | closed | 2025-01-11T09:12:56Z | 2025-01-17T17:12:26Z | https://github.com/scikit-learn/scikit-learn/issues/30624 | [
"Bug",
"Needs Triage"
] | olliefr | 1 |
plotly/dash-core-components | dash | 899 | SyntaxError when running Demo App | I am trying to run the core-components demo on my machine (OSX 11). I followed the readme setting things up.
```
git clone https://github.com/plotly/dash-core-components
python -m venv venv && . venv/bin/activate
pip install "dash[dev,testing]"
npm i --ignore-scripts && npm run build
npm start
```
When I load ... | open | 2020-12-09T11:57:02Z | 2020-12-28T01:10:15Z | https://github.com/plotly/dash-core-components/issues/899 | [] | bjonen | 2 |
donnemartin/system-design-primer | python | 882 | The weighted round-robin link goes to the wrong website | The weighted round-robin link in README-zh-TW.md needs to be fixed to synchronize with the English version.
Before:
* http://g33kinfo.com/info/archives/2657
After:
* https://www.jscape.com/blog/load-balancing-algorithms | open | 2024-07-05T03:06:07Z | 2024-12-02T01:13:10Z | https://github.com/donnemartin/system-design-primer/issues/882 | [
"needs-review"
] | s10079000 | 1 |
pytorch/pytorch | python | 149,532 | Lintunner running on newly added files despite being explicitly excluded in .lintrunner.toml | In my [PR 148936](https://github.com/pytorch/pytorch/pull/148936), lintrunner is [failing with CLANGTIDY](https://github.com/pytorch/pytorch/actions/runs/13927137669/job/38974556917?pr=148936) despite me adding the newly added files to the `exclude_patterns` of the CLANGTIDY rule in `.lintrunner.toml`. Per @malfet, the... | open | 2025-03-19T17:32:59Z | 2025-03-20T19:19:19Z | https://github.com/pytorch/pytorch/issues/149532 | [
"module: ci",
"module: lint",
"triaged",
"module: devx"
] | TovlyFB | 0 |
aleju/imgaug | deep-learning | 802 | Change saturation of yellow tone | Hello,
I'm looking for a way to change the strength of the yellow tones in the image.
My first thought was to change the temperature of the image with `ChangeColorTemperature()`m however that throws a known error ([Issue #720 ](https://github.com/aleju/imgaug/issues/720)) .
My next idea was to change the image ... | open | 2021-12-01T16:09:05Z | 2021-12-01T16:09:05Z | https://github.com/aleju/imgaug/issues/802 | [] | MariaKalt | 0 |
huggingface/datasets | computer-vision | 7,306 | Creating new dataset from list loses information. (Audio Information Lost - either Datatype or Values). | ### Describe the bug
When creating a dataset from a list of datapoints, information is lost of the individual items.
Specifically, when creating a dataset from a list of datapoints (from another dataset). Either the datatype is lost or the values are lost. See examples below.
-> What is the best way to create... | open | 2024-12-05T09:07:53Z | 2024-12-05T09:09:38Z | https://github.com/huggingface/datasets/issues/7306 | [] | ai-nikolai | 0 |
ultralytics/ultralytics | pytorch | 19,228 | 🔧 Add Support for Uniform & Neighbor-Based Label Smoothing in YOLO Object Detection | ### Search before asking
- [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Currently, YOLO’s classification loss function does not support label smoothing, which can lead to overconfident predictions and reduced g... | open | 2025-02-13T09:40:36Z | 2025-02-13T09:41:07Z | https://github.com/ultralytics/ultralytics/issues/19228 | [
"enhancement",
"detect"
] | uttammittal02 | 1 |
mage-ai/mage-ai | data-science | 4,820 | remote_variables_dir with aws s3 path in integration Pipeline [Urgent] | **Is your feature request related to a problem? Please describe.**
remote_variables_dir is not working with data integration pipeline, it is working with standard pipeline only, because of that our variables are getting saved in EFS, because of that our EFS cost is getting increasing
| open | 2024-03-25T11:05:11Z | 2024-03-26T18:47:46Z | https://github.com/mage-ai/mage-ai/issues/4820 | [
"enhancement"
] | vikasgoyal31071992 | 2 |
BayesWitnesses/m2cgen | scikit-learn | 537 | Issue with xgboost export in python: not same values splits | Hi,
Thanks for the work on this package. I'm using m2cgen to convert a XGBoost model into VBA code. But when using the code produce by m2cgen I've got some predictions that are really different from the one get after training my model in Python. Here are some examples:
Capture
And I've looked in the XGBoost boos... | open | 2022-08-19T08:03:04Z | 2024-11-14T11:35:50Z | https://github.com/BayesWitnesses/m2cgen/issues/537 | [] | antoinemertz | 2 |
gevent/gevent | asyncio | 1,430 | Support Python 3.8 | Now that beta1 is out, it's time to start work on supporting 3.8.
First step is to add it to CI and make sure the generic tests pass.
Then the next step is to add its stdlib unit tests and make them pass. | closed | 2019-06-11T15:11:38Z | 2020-04-09T07:06:53Z | https://github.com/gevent/gevent/issues/1430 | [
"Type: Enhancement",
"PyVer: python3"
] | jamadden | 9 |
dropbox/PyHive | sqlalchemy | 425 | Format characters in SQL comments raises error with SQLAlchemy connection | **Context:**
Pandas `read_sql` is now raising a warning suggesting moving from a DB-API connection to a SQLAlchemy connection. Hence we are trying to make the switch.
**Issue:**
When using a SQLAlchemy connection, if the query has any format characters in it, then an error is raised. No issue with a DB-API connect... | open | 2022-02-03T15:46:40Z | 2022-02-03T15:46:40Z | https://github.com/dropbox/PyHive/issues/425 | [] | derek-pyne | 0 |
ultralytics/yolov5 | pytorch | 12,474 | **Blob error** Unable to export yolov5 model in openvino | ### 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
Hey, I am exporting my yolov5 custom model in openvino but it is giving error, I have tra... | closed | 2023-12-06T06:47:33Z | 2024-01-16T00:21:21Z | https://github.com/ultralytics/yolov5/issues/12474 | [
"question",
"Stale"
] | AbhishekPSI7042 | 2 |
ultralytics/yolov5 | machine-learning | 12,631 | Exception: 'Detect' object has no attribute 'grid'. Cache may be out of date, try `force_reload=True` or see https://docs.ultralytics.com/yolov5/tutorials/pytorch_hub_model_loading for help. | ### 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
Loading my model:
```python model = torch.hub.load(r"C:\Users\Aarik Ghosh\Programming P... | closed | 2024-01-15T14:16:41Z | 2024-02-25T00:22:01Z | https://github.com/ultralytics/yolov5/issues/12631 | [
"question",
"Stale"
] | aarikg | 2 |
geex-arts/django-jet | django | 180 | 'jet' is not a registered namespace | ```
Django Version: 1.10.5
Exception Type: NoReverseMatch
Exception Value: 'jet' is not a registered namespace
```
> Using Python3.5
Steps:
- Run `python3 -m pip install django-jet`
- Added `'jet'` as the first element in the `INSTALLED_APPS`
- Run `python3 manage.py migrate`
I am able to impo... | closed | 2017-02-19T10:40:06Z | 2024-08-16T16:49:44Z | https://github.com/geex-arts/django-jet/issues/180 | [] | szabolcsdombi | 15 |
taverntesting/tavern | pytest | 478 | How to get interpolated variables to stay dictionaries instead of being coerced into strings? | Two dictionaries are loaded from fixtures in conftest.py:
tmp_author_alias_a and tmp_author_alias_b.
They are same structure with differing values:
```python
@pytest.fixture
def tmp_author_alias_a():
return {
"first_name": "Patrick",
"last_name": "Neve",
# . . .
... | closed | 2019-11-19T00:11:17Z | 2022-01-08T17:59:13Z | https://github.com/taverntesting/tavern/issues/478 | [] | pmneve | 10 |
yt-dlp/yt-dlp | python | 11,770 | NSFW tweet requires authentication | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update ... | closed | 2024-12-09T04:16:43Z | 2024-12-09T06:09:47Z | https://github.com/yt-dlp/yt-dlp/issues/11770 | [
"question"
] | jnxyatmjx | 10 |
scikit-learn-contrib/metric-learn | scikit-learn | 29 | transform() method for the shogun_LMNN | Going by the current implementation, it lacks a transform() and metric() for the Shogun wrapping implementation of the LMNN.
In case it is required / Unless someone is currently working on it, I would like to work on it.
Open to suggestions!
| closed | 2016-09-15T00:25:25Z | 2016-09-15T18:43:57Z | https://github.com/scikit-learn-contrib/metric-learn/issues/29 | [] | anirudt | 3 |
ClimbsRocks/auto_ml | scikit-learn | 386 | edge case: let the user pass in a .csv file as X_test_already_transformed | we'll probably want to add in some logging, or make that the return value, in place of what we currently have for return_X_transformed.
and, i guess in that case, we wouldn't want to automatically delete it from ram once we're done with it. | open | 2018-02-13T02:37:49Z | 2018-02-13T02:37:49Z | https://github.com/ClimbsRocks/auto_ml/issues/386 | [] | ClimbsRocks | 0 |
pywinauto/pywinauto | automation | 683 | how to get the reference of already launched application | Hi Vasily,
I have created an object map file which includes all the objects present in my application based on the app value as below.
for ex:
app = Application(backend='uia').start(appPath)
objButton = app.window(title='xyz').window(control_type='Button', found_index=0)
Value of 'app' will get change if i r... | closed | 2019-03-05T11:35:13Z | 2019-03-06T13:55:06Z | https://github.com/pywinauto/pywinauto/issues/683 | [
"question"
] | prathibha-ashok | 2 |
axnsan12/drf-yasg | rest-api | 151 | Bad ref_name and can't force it | My `User` object is named as `Creator` in the swagger.
I tried to force it with `ref_name` in the `Meta` but it is ignored. I rename many other objects without problem.
`creator` is the nested field referencing the user is many other objects.
```python
class UserSerializer(serializers.ModelSerializer):
cla... | closed | 2018-06-27T12:30:13Z | 2018-08-06T13:50:41Z | https://github.com/axnsan12/drf-yasg/issues/151 | [] | Amoki | 4 |
aws/aws-sdk-pandas | pandas | 2,997 | Athena to iceberg method not writting data to columns that are new in the schema | ### Describe the bug
I have a table that was created by a glue job. I want to append data to that table using AWS Wrangler. The writting process seems to work fine, but when I check on Athena, the columns that were not there before are added but appear to be completely empty, while there were no nulls in my dataframe.... | open | 2024-10-16T12:20:30Z | 2024-12-06T15:54:40Z | https://github.com/aws/aws-sdk-pandas/issues/2997 | [
"bug"
] | lautarortega | 4 |
horovod/horovod | pytorch | 3,266 | What does shard mean in the lightning PetastormDataModule? | Hi!
I'm playing a bit with your lightning datamodule https://github.com/horovod/horovod/blob/master/horovod/spark/lightning/datamodule.py and I can't make it work. It's complaining about shard count/number of row-groups.
My code:
```python
path = "file:///dbfs/file.parquet"
dm = PetastormDataModule(path, pat... | closed | 2021-11-09T17:45:43Z | 2024-05-28T13:41:28Z | https://github.com/horovod/horovod/issues/3266 | [] | jiwidi | 1 |
coqui-ai/TTS | pytorch | 3,545 | [Bug] HifiGAN Generator throwing error | ### Describe the bug
Need to add a condition for handling NoneType in Hifigan Generator code
### To Reproduce
https://github.com/coqui-ai/TTS/blob/5dcc16d1931538e5bce7cb20c1986df371ee8cd6/TTS/vocoder/models/hifigan_generator.py#L251
If `g` is `None` (which is the default value), we will end up giving `nn.Co... | closed | 2024-01-28T17:35:49Z | 2024-03-09T10:40:06Z | https://github.com/coqui-ai/TTS/issues/3545 | [
"bug",
"wontfix"
] | saiakarsh193 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.