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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
SYSTRAN/faster-whisper | deep-learning | 176 | Push model towards outputting shorter segments | As part of trying to fix the misaligned timestamps with VAD use I am trying to have the model output shorter segments on average.
https://github.com/openai/whisper/discussions/223
There is a solution suggested here but I can't find the similar code in `faster-whisper`, is there a way that I can push the model tow... | open | 2023-04-24T16:13:21Z | 2023-04-24T16:20:39Z | https://github.com/SYSTRAN/faster-whisper/issues/176 | [] | mayeaux | 1 |
MolSSI/cookiecutter-cms | pytest | 16 | C/C++ project integrations. | This cookie cutter is great for pure Python projects, but a concern we will likely run into is how to integrate hybrid Python/C/C++ projects. Perhaps not recommended for this cookie cutter (we might consider another cookie cutter), but I think a reasonable place to open discussions.
Personally I try to adhere to the... | closed | 2018-03-20T14:31:33Z | 2018-12-15T18:00:16Z | https://github.com/MolSSI/cookiecutter-cms/issues/16 | [] | dgasmith | 7 |
jmcarpenter2/swifter | pandas | 200 | RuntimeError even if i disable process_bar | It seems that my computer start parallel computing. However, after a while, it raised RuntimeError. I have tried to disable process_bar and enable allow_dask_on_strings since my function is to process string. | closed | 2022-08-21T11:44:56Z | 2022-08-21T11:50:49Z | https://github.com/jmcarpenter2/swifter/issues/200 | [] | ershitianxia | 0 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 677 | How to train new model from Mozilla Common Voice? | How to train new model from Mozilla Common Voice?
I wish to train new models from Mozilla Commmon Voice. I chosed polish. I already changed .tsv files to match LibriSpeach style "name_of_file.mp3 DESCRIPTION" (i dont know can sometell me if the big/small letters are important?). But this is for i dont know synthesiz... | closed | 2021-02-22T20:44:20Z | 2021-03-04T00:36:32Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/677 | [] | PaYo90 | 9 |
ionelmc/pytest-benchmark | pytest | 9 | Feature request: number=1 or max_rounds | I realise how much effort has gone into getting a reasonable average benchmark.
However I have just run into a use case where the unit under test must run exactly once.
It's not so much a benchmark as indicative.
The unit is inserting objects into a database (within a complex seq) so runs after the first are not repre... | closed | 2015-06-10T06:25:55Z | 2015-09-13T11:39:21Z | https://github.com/ionelmc/pytest-benchmark/issues/9 | [] | gavingc | 21 |
chaos-genius/chaos_genius | data-visualization | 960 | Add SAP HANA connector | ## Tell us about the problem you're trying to solve
I want to connect Chaos Genius to a SAP HANA On-premise database. Many of the main metrics watched by our company are stored in on-premise database, particularly in SAP HANA On-Premise Database. Our managers are looking for detecting anomalies in business metrics. Fo... | open | 2022-05-19T22:32:39Z | 2022-06-10T09:23:43Z | https://github.com/chaos-genius/chaos_genius/issues/960 | [
"🔗 connectors"
] | nico-hernandez | 1 |
assafelovic/gpt-researcher | automation | 495 | Tell me how to protect myself from cyber spying | closed | 2024-05-12T05:00:53Z | 2024-05-12T06:36:21Z | https://github.com/assafelovic/gpt-researcher/issues/495 | [] | grifosmoke | 1 | |
pydantic/logfire | fastapi | 65 | Timings when using async SQLAlchemy/psycopg3 aren't correct | ### Description
Posting from a request from slack.
It appears that when using an async engine in SQLAlchemy+ psycopg3, timing information is lost/not correct on logfire. See the two screenshots below: one uses an async engine (the one with 1ms/0ms timings), the other uses the sync engine (correct timings)
![Screen... | closed | 2024-05-01T13:44:39Z | 2024-07-18T07:05:08Z | https://github.com/pydantic/logfire/issues/65 | [
"psycopg",
"OTel Issue"
] | ollz272 | 3 |
coqui-ai/TTS | deep-learning | 4,131 | [Bug] Pre-computing takes so long | ### Describe the bug
Hello,
I have a bit of issues when trying to train fastspeech2. I've checked task manager and it's only using ram. I've read that maybe precomputing only needs ram and doesn't want gpu but that seems odd to me. The gpu is available and updated to use CUDA but it doesn't seem to be taking advantage... | closed | 2025-01-17T12:21:05Z | 2025-03-01T05:04:26Z | https://github.com/coqui-ai/TTS/issues/4131 | [
"bug",
"wontfix"
] | AdrianPresno | 4 |
explosion/spaCy | data-science | 13,473 | Warning: [W017] Alias 'Barack Obama' already exists in the Knowledge Base. | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
I am creating a kb by combining elements of my local graphdb with wikidata. It cannot add a duplicate, but I think it should be able to handle synonyms? so that Paris (France) and Paris(Texas) are two different things? Or in t... | closed | 2024-05-02T10:05:27Z | 2024-05-15T10:58:14Z | https://github.com/explosion/spaCy/issues/13473 | [
"usage",
"feat / nel"
] | ghdunn | 1 |
jina-ai/clip-as-service | pytorch | 886 | Does it support multiple gpu's running simultaneously on one machine? Maximize inference speed | Does it support multiple gpu's running simultaneously on one machine? Maximize inference speed | closed | 2023-01-10T09:11:41Z | 2023-03-02T08:25:58Z | https://github.com/jina-ai/clip-as-service/issues/886 | [] | ScottishFold007 | 2 |
numba/numba | numpy | 9,716 | Expensive Calls to `ir.Inst.list_vars` During Compilation | ## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-overview.html).
- [x] I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'pyth... | open | 2024-08-27T20:07:45Z | 2024-09-02T13:02:33Z | https://github.com/numba/numba/issues/9716 | [
"performance - compile time"
] | srilman | 0 |
OpenBB-finance/OpenBB | machine-learning | 6,712 | [🕹️] Create a Notebook for Backtesting Momentum Strategies | # 📄 Task
Build a Jupyter notebook that backtests a momentum trading strategy using OpenBB’s historical data.
---
### 📋 Requirements:
1. **Template**: Start by copying the [example template notebook](https://github.com/OpenBB-finance/OpenBB/blob/develop/examples/COMMUNITY_EXAMPLE_TEMPLATE.ipynb).
2. **C... | closed | 2024-09-30T18:58:51Z | 2024-10-18T09:31:40Z | https://github.com/OpenBB-finance/OpenBB/issues/6712 | [
"🕹️ 300 points"
] | piiq | 7 |
lepture/authlib | flask | 251 | Django OAuth2/OIDC server example | This Issue is not related to any problems regarding authlib but it want just to get some useful information and also purpose some Documentation and example enhanchements. Is there a working example as an example django project, to get a fully featured and working authlib AS/Provider?
- I found some django client/rel... | open | 2020-07-12T14:27:26Z | 2025-02-21T10:23:08Z | https://github.com/lepture/authlib/issues/251 | [
"feature request",
"server",
"in future"
] | peppelinux | 2 |
mitmproxy/mitmproxy | python | 7,534 | Make users aware of `keep_host_header` in broken reverse proxy setups | #### Problem Description
Mitmproxy appears to use the wrong SNI when reverse proxying, leading to the TLS server not being able to determine the vhost/certificate to use. This is just what I run into, I haven't isolated the issue. I'm not sure if this is special curl behavior or mitmproxy is behaving incorrectly.
This... | closed | 2025-02-04T19:53:18Z | 2025-02-04T23:52:27Z | https://github.com/mitmproxy/mitmproxy/issues/7534 | [
"help wanted",
"area/addons",
"kind/ux"
] | deliciouslytyped | 6 |
huggingface/transformers | nlp | 36,441 | Bug introduced in `_load_state_dict_into_meta_model` and `to` `v4.49.0`..`v4.50.0.dev` | Hi 🤗
Diffusers 🧨noticed some failing tests starting with `v4.50.0.dev` across several of our models that use `transformers`.
[Test run #1](https://github.com/huggingface/diffusers/actions/runs/13560466474/job/37902556472?pr=10820), [Test run #2](https://github.com/huggingface/diffusers/actions/runs/13560555305/job/... | closed | 2025-02-27T07:22:42Z | 2025-03-01T13:09:35Z | https://github.com/huggingface/transformers/issues/36441 | [
"Core: Modeling"
] | hlky | 6 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 556 | [Feature request] 新增获取用户直播间ID的接口 | **您的功能请求是否与问题相关? 如有,请描述。**
有时候想知道某主播的直播间ID 但是主播并未开播,无法进入直播间查看直播间ID
例如这样的 **660292215268**
- https://live.douyin.com/660292215268
**描述您想要的解决方案**()
使用下面的方式就可以跳转到直播间,然后地址栏就会变成直播间的链接,就能获取到直播间的ID
- https://webcast.amemv.com/douyin/webcast/reflow/{任意历史中该直播间任意产生room_id}?sec_user_id={用户sec_user_id}
- https://webcast.ame... | closed | 2025-02-19T07:12:13Z | 2025-02-19T14:58:06Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/556 | [
"enhancement"
] | anwen-anyi | 3 |
microsoft/qlib | machine-learning | 928 | double ensemble training bug after recent updates | ## 🐛 Bug Description
```
[38178:MainThread](2022-02-23 02:40:54,390) ERROR - qlib.workflow - [utils.py:41] - An exception has been raised[KeyError: 0].
File "./workflow.py", line 167, in <module>
model.fit(dataset)
File "/xxxxxxxxxx/.venv/lib/python3.8/site-packages/pyqlib-0.8.3.99-py3.8-linux-x86_64.eg... | closed | 2022-02-23T17:24:22Z | 2022-02-24T04:35:19Z | https://github.com/microsoft/qlib/issues/928 | [
"bug"
] | 2young-2simple-sometimes-naive | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,459 | training freeze | (epoch: 4, iters: 14800, time: 0.085, data: 0.001) G_GAN: 0.908 G_L1: 8.419 D_real: 1.730 D_fake: 0.254
(epoch: 4, iters: 14900, time: 0.041, data: 0.001) G_GAN: 1.959 G_L1: 4.833 D_real: 0.900 D_fake: 0.095
(epoch: 4, iters: 15000, time: 0.040, data: 0.001) G_GAN: 1.928 G_L1: 12.184 D_real: 2.155 D_fake: 0.082
savi... | open | 2022-07-14T05:03:51Z | 2023-11-10T10:59:18Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1459 | [] | raylu1314coding | 3 |
PokeAPI/pokeapi | graphql | 348 | Whoops! That's not allowed! | I have been writing an application that uses the pokeapi. I was working on the project when it started to fail. I went to the site and noticed I get a page saying "Whoops! That's not allowed!" when I try to load anything but the documentation.
At first I thought maybe I went over the limit as I didn't have caching ... | closed | 2018-09-01T13:42:33Z | 2018-09-03T07:45:38Z | https://github.com/PokeAPI/pokeapi/issues/348 | [] | Fr33dan | 5 |
scrapy/scrapy | web-scraping | 6,011 | AssertionError scrapy.settings in getdictorlist | <!--
Thanks for taking an interest in Scrapy!
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
Keep in mind that by filing an iss... | closed | 2023-08-12T09:16:45Z | 2023-08-14T15:55:39Z | https://github.com/scrapy/scrapy/issues/6011 | [] | tonal | 3 |
voxel51/fiftyone | computer-vision | 4,792 | [BUG] Upload Annotations to LabelStudio Results in Key Error and Misaligned Boxes | ### Describe the problem
Exporting annotations to Label Studio resulted in a key error on line 345 of labelstudio.py uploading file_ids
```python
# create tasks out of the uploaded files
payload = json.dumps(
{
"file_upload_ids": upload_resp.json()["... | open | 2024-09-11T19:35:02Z | 2024-09-11T19:35:02Z | https://github.com/voxel51/fiftyone/issues/4792 | [
"bug"
] | aaugie | 0 |
modelscope/modelscope | nlp | 877 | 内网微调,检查基础模型文件及版本带来的调用超时过长 | 您好!
我正在使用model scope,基于一些基础模型进行微调。
在内网环境,没有申请外网访问的情况下,检查基础模型是否完整以及版本时会等待60分钟超时。
跟踪代码发现,在trainers包下的 trainer.py 里 EpochBasedTrainer 基类的初始化阶段就会远程调用检查模型是否完整和版本。
是否可以添加参数对模型是否检查进行控制?
具体代码行:https://github.com/modelscope/modelscope/blob/894bc90d96f81ed8ed3d5e632017829b45aab034/modelscope/trainers/trainer.py#L145
ht... | closed | 2024-06-06T01:35:57Z | 2024-07-23T01:53:37Z | https://github.com/modelscope/modelscope/issues/877 | [
"Stale"
] | hzm-2018 | 6 |
yihong0618/running_page | data-visualization | 326 | Strava API 配置问题 | 老哥请问网站这里填什么?

我看教程里没:
 | closed | 2022-10-19T05:15:46Z | 2022-10-19T07:44:04Z | https://github.com/yihong0618/running_page/issues/326 | [] | i-abc | 10 |
tensorflow/tensor2tensor | machine-learning | 948 | About Universal Transformers | Excuse me.
Has the source code of this paper been uploaded ?
And how can I use it ?
Universal Transformers
https://arxiv.org/pdf/1807.03819.pdf | closed | 2018-07-20T05:52:08Z | 2018-07-20T07:00:20Z | https://github.com/tensorflow/tensor2tensor/issues/948 | [] | tanaka-jp | 2 |
waditu/tushare | pandas | 997 | 频繁访问当日历史分笔,新浪IP异常访问 | 你的 IP 存在异常访问(例如: 爬虫/攻击/探测 等), 已被新浪安全部门封禁.
这个有什么办法可以解决吗? | closed | 2019-04-04T14:49:13Z | 2019-04-16T15:34:46Z | https://github.com/waditu/tushare/issues/997 | [] | jaydenluo | 1 |
psf/black | python | 4,247 | assertion with multi-line string needlessly spans multiple lines | **Describe the bug**
When an `assert` statement has a multi-line string, the condition is split across 3 lines for no reason.
**To Reproduce**
For example, take this code:
```python
assert some_var == expected_result, f"""
expected: {expected_result}
actual: {some_var}"""
```
And run it with these ar... | closed | 2024-02-22T17:02:44Z | 2024-03-23T02:11:02Z | https://github.com/psf/black/issues/4247 | [
"T: bug"
] | Aran-Fey | 2 |
AutoGPTQ/AutoGPTQ | nlp | 103 | [FEATURE] Compatible with 🤗 peft | I open this issue for #102, a pr that aims to make `auto_gptq` can be used with `🤗 peft` for both inference and fine tuning.
I will continually update development progress in this main post. And anyone interested in this new feature, has other suggestions relevant to this new feature, and have tried the branch of t... | closed | 2023-05-25T07:20:24Z | 2023-06-05T14:55:36Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/103 | [
"enhancement"
] | PanQiWei | 9 |
fastapi-users/fastapi-users | asyncio | 747 | get_user_manager is not usable programmatically | ## Describe the bug
`get_user_manager` function proposed on official docs is not usable programmatically.
```
[...] in create_superuser
superuser = await user_manager.create(
AttributeError: 'generator' object has no attribute 'create'
```
## To Reproduce
Steps to reproduce the behavior:
1. Clone... | closed | 2021-09-27T10:35:26Z | 2021-09-30T07:15:29Z | https://github.com/fastapi-users/fastapi-users/issues/747 | [
"bug"
] | mlisthenewcool | 3 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 508 | Using SmartScraperGraph with Azur gpt-4o-mini deplyoment | Hello everyone,
I've been using SmartGraphAI with the OpenAI API for a while, and now I'm switching to Azure.
I want to know how to use it with Azure's GPT-4o deployment. Here is what I was using with OpenAI:
```python
graph_config = {
"llm": {
"api_key": os.getenv("OPENAI_API_KEY"),
"... | closed | 2024-08-06T15:04:55Z | 2024-08-09T10:12:49Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/508 | [] | ismail-amouma | 1 |
elliotgao2/toapi | api | 77 | Different route load the same item. | ```python
class MovieList(Item):
__base_url = 'http://www.dy2018.com'
url = XPath('//b//a[@class="ulink"]/@href')
title = XPath('//b//a[@class="ulink"]/text()')
class Meta:
source = XPath('//table[@class="tbspan"]')
route = {'/movies/?page=1': '/html/gndy/dyzz/',
... | closed | 2017-12-20T13:14:43Z | 2017-12-20T15:39:31Z | https://github.com/elliotgao2/toapi/issues/77 | [] | elliotgao2 | 0 |
sherlock-project/sherlock | python | 1,508 | Add Support for sessionize.com | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have... | closed | 2022-10-03T19:53:52Z | 2022-10-04T07:46:41Z | https://github.com/sherlock-project/sherlock/issues/1508 | [
"site support request"
] | sawanmsis | 1 |
pydantic/pydantic | pydantic | 11,399 | Annotated string REGEX patterns not respected in `__pydantic_extra__` dictionary keys | ### Initial Checks
- [x] I confirm that I'm using Pydantic V2
### Description
The behaviour of `Field` regex pattern checks is inconsistent in `__pydantic_extra__` cases.
Values are validated, but key strings will not be checked and will let invalid keys through.
See the example code.
### Example Code
```Python
f... | closed | 2025-02-05T13:13:46Z | 2025-02-05T13:17:45Z | https://github.com/pydantic/pydantic/issues/11399 | [
"bug V2",
"pending"
] | irm-codebase | 2 |
sherlock-project/sherlock | python | 2,424 | Requesting support for: mamot.fr | ### Site URL
https://mamot.fr
### Additional info
- Link to the site main page: https://mamot.fr
- Link to an existing account: https://mamot.fr/@anciensEnssat
- Link to a nonexistent account: https://mamot.fr/noonewouldeverusethis42
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct | open | 2025-03-05T12:15:00Z | 2025-03-09T19:41:45Z | https://github.com/sherlock-project/sherlock/issues/2424 | [
"site support request"
] | pylapp | 2 |
pandas-dev/pandas | python | 60,962 | BUG: `dtype` silently ignored in `MultiIndex` constructor | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-02-19T10:45:42Z | 2025-02-20T17:34:40Z | https://github.com/pandas-dev/pandas/issues/60962 | [
"Bug",
"Needs Triage"
] | MarcoGorelli | 0 |
ets-labs/python-dependency-injector | asyncio | 336 | Optional dependencies | I am trying to create a container that optionally takes a dependency, and otherwise provides a value derived from another provider. The (IMO) hacky solution I have so far is a custom provider which either provides a Callable, or a default value if the callable has an error. Then I use this with the Callable being the d... | closed | 2020-12-14T15:28:08Z | 2021-01-30T00:18:29Z | https://github.com/ets-labs/python-dependency-injector/issues/336 | [
"question",
"feature"
] | shaunc | 12 |
keras-team/keras | machine-learning | 21,029 | clarification of using preprocessing with tf.data with multiple backend | Say, I have a preprocessing layer, i.e. image resize or any augmentation methods, build with keras.ops. And I use it with tf.data API. Now, with another backend, i.e. torch/jax, I can train the model with tf.data API. Now, having say jax/torch as backend and keras.ops with tf.data api - will it work with model.fit? As ... | open | 2025-03-13T22:47:05Z | 2025-03-22T16:18:02Z | https://github.com/keras-team/keras/issues/21029 | [
"type:support"
] | pure-rgb | 11 |
jofpin/trape | flask | 349 | whats issue i cant undesrstand any one help me | Process Process-1:
Traceback (most recent call last):
File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/home/aliza/Desktop/trape/core/ngrok.p... | open | 2022-02-07T05:29:47Z | 2022-03-13T18:28:01Z | https://github.com/jofpin/trape/issues/349 | [] | don4848 | 1 |
deepspeedai/DeepSpeed | deep-learning | 6,702 | Installation Error on Windows 11 through Command Prompt. | I am using Windows 11 no WSL, Installed Cuda , Pytorch, Visual Studio C++Build Tools, Windows SDK 10.0.26100.0 .
I tired installing Deepspeed through Command Prompt but keep getting the same error again and again .
"unable to open aio.lib".
Some said the file is available in Windows Build tools SDK but it is not there... | closed | 2024-11-02T20:32:57Z | 2024-11-09T04:14:14Z | https://github.com/deepspeedai/DeepSpeed/issues/6702 | [
"windows"
] | neonvarun | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,200 | Bw2Color with Pix2Pix not working | Hi
I'm implementing the Pix2Pix architecture with keras following this [tutorial](https://www.tensorflow.org/tutorials/generative/pix2pix#top_of_page) on tensorflow site for the colorization task. I created a dataset from ImageNet by randomly choosing 25 classes(mainly animals) and for each class i downloaded 1000 ima... | closed | 2020-11-26T15:55:49Z | 2020-12-12T14:03:35Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1200 | [] | shak1 | 0 |
rasbt/watermark | jupyter | 56 | Python 3.8's new metadata package | It looks like Python 3.8's new metadata package in the standard lib could be useful for getting package versions more reliably if someone is on Python 3.8.
reference: https://docs.python.org/3/library/importlib.metadata.html | closed | 2019-10-20T17:13:31Z | 2020-11-20T15:39:26Z | https://github.com/rasbt/watermark/issues/56 | [] | rasbt | 0 |
tartiflette/tartiflette | graphql | 638 | Incremental delivery support | Hi,
Are there any plans of implementing the incremental delivery (https://github.com/graphql/graphql-spec/pull/742)?
I've spotted that some big frameworks like Apollo started implementing it based on the current draft, so i guess they don't expect it to change that much (https://www.apollographql.com/docs/apollo-se... | open | 2023-10-13T07:53:43Z | 2023-10-13T07:53:43Z | https://github.com/tartiflette/tartiflette/issues/638 | [] | upcFrost | 0 |
sqlalchemy/alembic | sqlalchemy | 1,226 | Self-referential composite foreign key results in crash | **Describe the bug**
Adding a self-referencing composite foreign key constraint to an existing table results in a crash, both when attempting to autogenerate a migration or when running a hand-written migration.
**Expected behavior**
Expected no crash.
**To Reproduce**
Please try to provide a [Minimal, Complet... | closed | 2023-04-24T00:22:45Z | 2023-04-24T15:06:20Z | https://github.com/sqlalchemy/alembic/issues/1226 | [
"bug",
"duplicate"
] | otonnesen | 3 |
man-group/arctic | pandas | 369 | Broken version 1.43.1 on PyPI | There's a version `1.43.1`on [PyPI](https://pypi.python.org/pypi/arctic) but corresponding git tag can't be found on GitHub. What's worse, If you download [the whl file](https://pypi.python.org/packages/44/2f/419b4314bc7387034fa51af38b77f83f44a4000b4783343b1061e5498801/arctic-1.43.1-cp27-cp27mu-manylinux1_x86_64.whl#md... | closed | 2017-06-05T10:13:25Z | 2017-06-08T16:56:06Z | https://github.com/man-group/arctic/issues/369 | [] | mckelvin | 2 |
Esri/arcgis-python-api | jupyter | 1,725 | Create webhook on hosted feature service gives KeyError: 'globalId' | **Describe the bug**
When creating a Feature Service webhook (arcgis.features.managers.WebHookServiceManager.create()) in ArcGIS Enterprise v 11.1, the response from ArcGIS Server contains a json, with the newly created webhook id, stored in the json under the key "id". The ArcGIS API tries to extract "globalId" from ... | closed | 2023-12-06T13:13:02Z | 2024-01-08T14:28:39Z | https://github.com/Esri/arcgis-python-api/issues/1725 | [
"bug"
] | EliseTegner | 4 |
plotly/dash | dash | 2,236 | Can't define components in submodules | **Describe your context**
```
dash==2.6.1
dash-bootstrap-components==1.2.1
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-table==5.0.0
```
**Describe the bug**
I have an application that is deployed using a namespace package. It has multiple parts, and each of them is a different package, b... | open | 2022-09-19T09:33:35Z | 2024-08-13T19:19:42Z | https://github.com/plotly/dash/issues/2236 | [
"bug",
"P3"
] | daviddavo | 5 |
pallets-eco/flask-wtf | flask | 190 | WTF_CSRF_ENABLED needs to be set before CsrfProtect.init_app | Found this subtle bug where this doesn't work as expected:
```
CsrfProtect().init_app(app)
app.config['WTF_CSRF_ENABLED'] = False
```
It works if you reverse the order.
| closed | 2015-07-09T14:22:37Z | 2021-05-28T01:04:00Z | https://github.com/pallets-eco/flask-wtf/issues/190 | [] | fayazkhan | 4 |
ymcui/Chinese-BERT-wwm | tensorflow | 130 | Model name 'hfl/chinese-roberta-wwm-ext' not found in model shortcut name list | 我使用以下代码
`from transformers import BertTokenizer, BertModel
bert = BertModel.from_pretrained("hfl/chinese-roberta-wwm-ext")
bert_tokenizer = BertTokenizer.from_pretrained("hfl/chinese-roberta-wwm-ext")`
却显示
```
loading weights file https://cdn.huggingface.co/hfl/chinese-roberta-wwm-ext/pytorch_model.bin from... | closed | 2020-07-22T03:06:51Z | 2020-07-22T06:21:48Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/130 | [] | fathouse | 3 |
elliotgao2/toapi | flask | 99 | install toapi occur errors. | when i install toapi through the commond "pip install toapi",the errors occurs .
```
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7... | closed | 2017-12-27T02:00:46Z | 2017-12-27T03:03:58Z | https://github.com/elliotgao2/toapi/issues/99 | [] | Zuckjet | 2 |
apache/airflow | data-science | 47,295 | Pgbouncer exporter doesn't support metrics exposed by updated pgbouncer. | ### Apache Airflow version
2.10.5
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
PGBouncer has been updated and now exposes more metrics than before - the exporter no longer supports the full list of metrics and the following error can be seen in the logs of the exporter:
>... | closed | 2025-03-03T10:02:47Z | 2025-03-07T17:32:51Z | https://github.com/apache/airflow/issues/47295 | [
"kind:bug",
"good first issue",
"area:helm-chart",
"area:metrics"
] | mjmammoth | 3 |
httpie/cli | api | 988 | Feature request: support "http(s) request" from raw request file | From https://httpie.io/docs#offline-mode,
> Generating raw requests that can be sent with any other client:
>
> ▶ RUN# 1. save a raw request to a file:
> $ http --offline POST httpbin.org/post hello=world > request.http
> ▶ RUN# 2. send it over the wire with, for example, the fantastic netcat tool:
>... | closed | 2020-11-11T14:52:47Z | 2021-01-24T14:39:29Z | https://github.com/httpie/cli/issues/988 | [
"duplicate"
] | snowman | 2 |
axnsan12/drf-yasg | django | 403 | "Invalid pk \"0\" - object does not exist." | ```python
# Model
class Profile(models.Model):
city = models.ForeignKey(
'City',
on_delete=models.SET_NULL,
blank=True,
null=True,
)
# Serializer
class ProfileSerializer(serializers.ModelSerializer):
class Meta:
model = models.Profile
read_only_... | closed | 2019-07-05T09:47:40Z | 2019-08-09T08:36:47Z | https://github.com/axnsan12/drf-yasg/issues/403 | [] | Hanzhizheng | 0 |
plotly/dash-core-components | dash | 849 | Trying to run tests - NPM task not found "lint:py", format:test" | I am sorry if this is a dumb question, but I am fairly new to npm. I followed the readme and when trying to run integration tests I get the following error.
```
npm run test
Debugger listening on ws://127.0.0.1:54725/48897a65-fd74-45a3-b5c2-f41de334dbbb
For help, see: https://nodejs.org/en/docs/inspector
Debugge... | closed | 2020-08-22T08:05:11Z | 2020-08-24T18:05:10Z | https://github.com/plotly/dash-core-components/issues/849 | [
"bug"
] | sleighsoft | 3 |
marshmallow-code/apispec | rest-api | 739 | Version classes are deprecated in setuputils > 59.5.0 | It looks like the version classes used in `apispec.utils` were deprecated with setuptools since 59.5.: https://github.com/pypa/setuptools/commit/1701579e0827317d8888c2254a17b5786b6b5246 from source change: https://github.com/pypa/distutils/pull/75
```
.tox/py37/lib/python3.7/site-packages/apispec/__init__.py:3: in ... | closed | 2021-12-28T18:36:11Z | 2022-10-04T13:26:42Z | https://github.com/marshmallow-code/apispec/issues/739 | [] | christophert | 1 |
allenai/allennlp | pytorch | 4,932 | get user warning when I try to run NER demo code | I am trying to run the NER demo as instructed :
pip install allennlp==1.0.0 allennlp-models==1.0.0
from allennlp.predictors.predictor import Predictor
import allennlp_models.tagging
predictor = Predictor.from_path("https://storage.googleapis.com/allennlp-public-models/fine-grained-ner.2020-06-24.tar.gz")
pre... | closed | 2021-01-26T19:09:16Z | 2021-05-25T23:39:42Z | https://github.com/allenai/allennlp/issues/4932 | [
"question"
] | mchari | 9 |
autogluon/autogluon | computer-vision | 4,492 | Support for custom cross-validation strategies, e.g., forward chaining for temporally ordered tabular data | Hi AutoGluon team,
I'm using TabularPredictor for temporally ordered tabular data and need more flexible cross-validation options. The current CV methods and "groups" parameter don't suffice for many time-based scenarios.
Standard k-fold CV can cause data leakage with ordered data.
As far as I can tell, I'm unab... | open | 2024-09-25T16:30:30Z | 2024-11-25T23:04:35Z | https://github.com/autogluon/autogluon/issues/4492 | [
"enhancement",
"help wanted",
"module: tabular"
] | willadamskeane | 2 |
ansible/ansible | python | 84,772 | Page size for darwin facts is inaccurate for Apple Silicon devices | Currently the Darwin hardware fact collector references a static 4096 byte value: https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts/hardware/darwin.py#L96
However, on Apple Silicon this is incorrect - the page size on apple silicon can be 16384 bytes. E.g, checking against `sysctl` on an M1 ... | closed | 2025-03-05T00:33:31Z | 2025-03-11T14:59:22Z | https://github.com/ansible/ansible/issues/84772 | [
"needs_info",
"needs_template"
] | jeff-canva | 3 |
dropbox/sqlalchemy-stubs | sqlalchemy | 48 | insert(model) | Hello,
The latest version of the stubs makes mypy log an error on `insert(SAModel).from_select(...)`:
```
Argument 1 to "Insert" has incompatible type "Type[SAModel]"; expected "Union[str, Selectable]"
```
while this is something that works with SQLAlchemy. | open | 2019-01-15T09:31:13Z | 2023-09-14T19:14:44Z | https://github.com/dropbox/sqlalchemy-stubs/issues/48 | [
"bug",
"priority-low"
] | mehdigmira | 9 |
TencentARC/GFPGAN | pytorch | 438 | Utf-8-charset support? | Hi
Can we get utf-8 support?
Because in Europe we use sxmnols like "ö", "ä", "é", "ü", ...
But sadly if a filename contains one of those characters it fails throws an error and exits. | open | 2023-08-31T07:10:46Z | 2023-09-20T20:14:25Z | https://github.com/TencentARC/GFPGAN/issues/438 | [] | CrazyWolf13 | 2 |
Teemu/pytest-sugar | pytest | 40 | when execute with --verbose only the first test name is written | example:
Test session starts (platform: linux, Python 3.4.0, pytest 2.6.3, pytest-sugar 0.3.4)
plugins: sugar, pycharm
eft/ut/test_logger.py::TestLoggerInit::test_basic
eft/ut/test_logger.py ✓ ... | closed | 2014-10-10T20:29:14Z | 2014-11-27T06:00:11Z | https://github.com/Teemu/pytest-sugar/issues/40 | [] | solashR | 0 |
ultralytics/ultralytics | deep-learning | 19,110 | How does YOLO make use of the 3rd dimension (point visibility) for keypoints (pose) dataset ? How does that affect results ? | ### 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
Some dataset can specify additional info on the keypoints, such has not visi... | closed | 2025-02-06T21:24:04Z | 2025-02-07T18:53:20Z | https://github.com/ultralytics/ultralytics/issues/19110 | [
"question",
"pose"
] | CourchesneA | 2 |
pallets-eco/flask-sqlalchemy | flask | 1,039 | Support set schema_translate_map in SQLAlchemy object in Flask app | My app.py file
```
from flask import Flask
from flask_sqlalchemy import SQLAlchemy
from flask import Flask
from flask_sqlalchemy import SQLAlchemy
app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'postgres:////tmp/test.db'
db = SQLAlchemy(app) # refer https://flask-sqlalchemy.palletsprojects.co... | closed | 2022-02-15T01:35:53Z | 2022-10-03T00:21:47Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1039 | [] | jvkumar | 1 |
fastapi/sqlmodel | sqlalchemy | 324 | When "table=True", the type is not checked. | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-05-02T01:36:12Z | 2022-06-30T13:28:51Z | https://github.com/fastapi/sqlmodel/issues/324 | [
"question"
] | phi-friday | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 198 | Benchmarks of all segmentation models? | Is there a chart or a table of comparison of the accuracy, model size, etc of all the segmentation models?
I am looking for a lightweight model to work on mobile phones for full body human segmentation.
Which would be a good option to go with? | closed | 2020-05-03T06:13:41Z | 2022-02-18T01:53:37Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/198 | [
"Stale"
] | InternetMaster1 | 4 |
python-visualization/folium | data-visualization | 1,222 | VegaLite Graph not showing colours in legend | #### Please add a code sample or a nbviewer link, copy-pastable if possible
```python
import altair as alt
import pandas as pd
import folium
m = folium.Map(
location=[45.372, -121.6972],
zoom_start=12,
tiles='Stamen Terrain'
)
# Test data can be found here:
# https://1drv.ms/u/s!Ag4bn1xbLe... | closed | 2019-11-10T07:54:36Z | 2019-11-11T11:28:30Z | https://github.com/python-visualization/folium/issues/1222 | [] | Vulmest | 1 |
aminalaee/sqladmin | fastapi | 299 | Cannot override list.html | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
I'm trying to change list.html view. I copied original list.html file from 0.4.0 version and placed it in templates folder according to ins... | closed | 2022-09-02T13:18:28Z | 2022-09-02T14:21:56Z | https://github.com/aminalaee/sqladmin/issues/299 | [] | patrykko-intel | 2 |
jacobgil/pytorch-grad-cam | computer-vision | 290 | swinT_example.py swin_base_patch4_window7_224 | hello,there is a sad:model = timm.create_model('swin_base_patch4_window7_224', pretrained=True) in 85 line of swinT_example.py, and how i can get 'swin_base_patch4_window7_224'?Looking forword to your reply! thanks | open | 2022-07-22T06:41:33Z | 2022-09-10T21:08:42Z | https://github.com/jacobgil/pytorch-grad-cam/issues/290 | [] | Amireux52 | 1 |
zappa/Zappa | flask | 861 | [Migrated] S3 triggers apply incorrectly with multiple stages using the same bucket | Originally from: https://github.com/Miserlou/Zappa/issues/2111 by [arcadecoffee](https://github.com/arcadecoffee)
## Context
If multiple stages use the same S3 bucket and events but with different prefixes, deployments, undeployments, schedules apply the S3 bucket events incorrectly.
## Expected Behavior
Each sta... | closed | 2021-02-20T13:02:59Z | 2024-04-13T19:10:36Z | https://github.com/zappa/Zappa/issues/861 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
lukas-blecher/LaTeX-OCR | pytorch | 251 | i can't use the latex ocr api | Please how i do i use the math ocr api using python requests | closed | 2023-03-30T11:30:29Z | 2023-04-14T09:17:03Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/251 | [] | dev-deji-py | 2 |
apify/crawlee-python | web-scraping | 708 | Refactor handling of `ignored_http_status_codes` and `SessionError` | - Technical debt introduced in https://github.com/apify/crawlee-python/pull/167
- Should probably be ported over to JS afterwards (v4?)
The reasoning behind the change was that some errors (such as 401) are automatically considered `SessionError` and http-based crawlers don't take `ignore_htttp_error_status_codes` ... | closed | 2024-11-18T14:12:32Z | 2024-12-18T17:55:09Z | https://github.com/apify/crawlee-python/issues/708 | [
"t-tooling",
"debt"
] | janbuchar | 1 |
JaidedAI/EasyOCR | machine-learning | 1,200 | ModuleNotFoundError: No module named 'modules' | I trained my custom model following the repository and now I am trying to use my custom model, I am getting this error.

| closed | 2024-01-16T07:34:43Z | 2024-01-16T07:38:28Z | https://github.com/JaidedAI/EasyOCR/issues/1200 | [] | ShehneelAhmedKhan | 1 |
apachecn/ailearning | scikit-learn | 582 | 机器学习 | NULL | closed | 2020-04-09T04:03:19Z | 2020-04-09T04:07:10Z | https://github.com/apachecn/ailearning/issues/582 | [] | dabaozizhang | 0 |
nicodv/kmodes | scikit-learn | 125 | Attribute names and values mapping in cluster_centroids_ | I am able to see the cluster centroids using cluster_centroids_
But I can see the attributes are not in the order in which I passed to the model. Is there a way where I could find the mapping of the attribute and value? | closed | 2019-05-02T12:03:31Z | 2019-05-23T11:29:11Z | https://github.com/nicodv/kmodes/issues/125 | [
"question"
] | GokulVj | 2 |
amidaware/tacticalrmm | django | 1,975 | [BUG] Alert template not applied on move | **Server Info (please complete the following information):**
- OS: [Debian 12
- Browser: Edge
- RMM Version (as shown in top left of web UI): 19.2
**Installation Method:**
- [X] Standard
- [ ] Standard with `--insecure` flag at install
- [ ] Docker
**Agent Info (please complete the following inform... | closed | 2024-08-13T08:27:04Z | 2024-08-15T18:40:46Z | https://github.com/amidaware/tacticalrmm/issues/1975 | [] | P6g9YHK6 | 5 |
hankcs/HanLP | nlp | 1,600 | TableTransform中,调用read_cells时所用的参数名,和函数定义中的参数名不一致 | <!--
提问请上论坛,不要发这里!
提问请上论坛,不要发这里!
提问请上论坛,不要发这里!
以下必填,否则恕不受理。
-->
**Describe the bug**
read_cells函数:在TableTransform中,调用read_cells时所用的参数名,和函数定义中的参数名不一致
**Code to reproduce the issue**
调用的位置:
class TableTransform
def file_to_inputs
for cells in read_cells(filepath, **skip_header**=self.config.skip_header,... | closed | 2021-01-03T06:02:17Z | 2021-01-03T06:46:37Z | https://github.com/hankcs/HanLP/issues/1600 | [
"bug"
] | zhufengyun | 1 |
pytorch/pytorch | machine-learning | 148,988 | second derivative of scaled_dot_product_attention does not work for nested tensors | ### 🐛 Describe the bug
Trying to compute the gradient of scaled_do_product_attention of nested tensor using create_graph=True fails, the code below recreates the issue:
```python
import torch
import torch.nn.functional as F
t1 = torch.arange(20).float().reshape(5,4)
n1 = torch.nested.as_nested_tensor([t1[:2], t1[2:... | open | 2025-03-11T20:22:13Z | 2025-03-13T21:02:19Z | https://github.com/pytorch/pytorch/issues/148988 | [
"module: autograd",
"triaged",
"module: nestedtensor",
"actionable"
] | mahyarkoy | 1 |
graphistry/pygraphistry | jupyter | 233 | [FEA] neo4j apoc arrow reads & writes | **Is your feature request related to a problem? Please describe.**
Neo4j, via APOC, is getting arrow reads/writes, which should be faster & safer to use than pandas<-bolt->neo4j! See discussion: https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/1859
**Describe the solution you'd like**
Ideally, the... | open | 2021-05-03T15:25:47Z | 2021-05-03T15:27:42Z | https://github.com/graphistry/pygraphistry/issues/233 | [
"enhancement",
"help wanted"
] | lmeyerov | 0 |
strawberry-graphql/strawberry | asyncio | 3,799 | Consider passing `request` to graphiql.html | The default implementation of `GraphQLView.render_graphql_ide()` exposes the `graphql/graphiql.html` template as an extension point:
https://github.com/strawberry-graphql/strawberry/blob/78f607c573ea793f9d94ed7b3bdc34df5becf8cd/strawberry/django/views.py#L239-L245
This makes it easy to modify the rendered GraphQL... | closed | 2025-03-05T15:29:22Z | 2025-03-06T20:16:56Z | https://github.com/strawberry-graphql/strawberry/issues/3799 | [] | sersorrel | 1 |
huggingface/datasets | tensorflow | 6,819 | Give more details in `DataFilesNotFoundError` when getting the config names | ### Feature request
After https://huggingface.co/datasets/cis-lmu/Glot500/commit/39060e01272ff228cc0ce1d31ae53789cacae8c3, the dataset viewer gives the following error:
```
{
"error": "Cannot get the config names for the dataset.",
"cause_exception": "DataFilesNotFoundError",
"cause_message": "No (support... | open | 2024-04-17T11:19:47Z | 2024-04-17T11:19:47Z | https://github.com/huggingface/datasets/issues/6819 | [
"enhancement"
] | severo | 0 |
Lightning-AI/pytorch-lightning | machine-learning | 20,573 | Add warning when the model has eval mode parameters | ### Outline & Motivation
After the update for 2.2.0, parameters that are in eval mode before the training are not changed to train mode in the training loop.
> https://github.com/Lightning-AI/pytorch-lightning/releases/tag/2.2.0
> In some libraries, for example HuggingFace, models are created in evaluation mode by def... | open | 2025-02-04T17:27:42Z | 2025-02-04T17:28:03Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20573 | [
"refactor",
"needs triage"
] | h-munakata | 0 |
PokeAPI/pokeapi | graphql | 339 | Performance issues | Hi, I'm getting really slow response times on the API.
It seems to be really random, it takes between 200ms and sometimes over 60 seconds, for an average of about 3 seconds I would say.
I am aware that it is recommended to cache / host the data locally and I'm doing it for the most part but the only endpoint that I'm... | closed | 2018-05-29T20:45:17Z | 2022-11-12T20:13:10Z | https://github.com/PokeAPI/pokeapi/issues/339 | [] | hugo-dlb | 7 |
miguelgrinberg/Flask-SocketIO | flask | 1,520 | Server restarts when running background task | **Describe the bug**
After initializing a background task with `socketio.start_background_task(background_task, **kwargs)` the background task runs halfway through, before abruptly restarting the entire socketio application (`Server initialized for threading.` appears alongside other setup messages)
**To Reproduce*... | closed | 2021-04-12T10:54:49Z | 2021-04-15T12:37:53Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1520 | [] | BenAAndrew | 7 |
seleniumbase/SeleniumBase | pytest | 3,474 | Can't open extension page using driver.get(chrome-extension://<extension_id>) |
I can't log in to the extension page
using regular driver.get(chrome-extension://<extension_id>)
```
def looks_like_a_page_url(url):
"""Returns True if the url parameter looks like a URL. This method
is slightly more lenient than page_utils.is_valid_url(url) due to
possible typos when calling self.get(url... | closed | 2025-02-04T17:06:13Z | 2025-02-04T20:59:44Z | https://github.com/seleniumbase/SeleniumBase/issues/3474 | [
"invalid usage",
"UC Mode / CDP Mode"
] | mkuchuman | 12 |
plotly/dash | dash | 2,369 | Long callback function executed without being triggered in Dash Pages with Background callback | Background callback works fine with Dash Pages. However, if we use a `dcc.Store()` (defined in the `app.py`) as an `Output` in the background callback, a long callback function is executed upon page load without being triggered.
```
[2022-12-21 18:54:55,564: INFO/MainProcess] Task long_callback_145c7444e8da7496daf8e... | open | 2022-12-21T19:05:16Z | 2024-08-13T19:24:35Z | https://github.com/plotly/dash/issues/2369 | [
"bug",
"dash-callbacks",
"P3"
] | RunQi-Han | 1 |
Lightning-AI/pytorch-lightning | pytorch | 20,214 | You really should make the access to optimizers and schedulers more comprehensible and more detailed. | ### 📚 Documentation
I really appreciate that the method `configure_optimizers` . In your docs for `configure_optimizers`, you mentioned that one can return 6 types of result for this method. But you don't give any instruction about how to access a single optimizer or a single scheduler for corresponding result type. ... | open | 2024-08-19T05:07:53Z | 2024-08-19T05:08:13Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20214 | [
"docs",
"needs triage"
] | onbigion13 | 0 |
aleju/imgaug | machine-learning | 507 | iaa.Affine translate_px applies same number for x and y | Something like this:
```python
seq = iaa.Sequential([
iaa.Affine(
translate_px=(-500, 500)
),
])
```
Seems to be producing augmentation with x and y having same sign. Specifically I can see visually that augmentation either moves bounding boxes up left or right bottom. Which I think mean... | closed | 2019-11-28T07:45:47Z | 2019-11-28T19:54:13Z | https://github.com/aleju/imgaug/issues/507 | [] | soswow | 4 |
allure-framework/allure-python | pytest | 381 | Pytest 4.5.0 now displays warning for non declared markers (Eventually errors) | When using allure, we are now seeing the following outputs with pytest 4.5.0 (These warnings are eventually going to become errors in pytest 4.6.0 (or some time similar)
some (but not all examples are):
```python
PytestUnknownMarkWarning,_pytest/mark/structures.py:324: PytestUnknownMarkWarning: Unknown pytest.ma... | closed | 2019-05-28T07:49:25Z | 2020-04-15T13:57:40Z | https://github.com/allure-framework/allure-python/issues/381 | [] | symonk | 13 |
davidsandberg/facenet | tensorflow | 443 | tensorboard can not download png | I can not download the picture of the Graph when I use tensorborad. | closed | 2017-09-01T05:21:50Z | 2017-10-21T10:28:38Z | https://github.com/davidsandberg/facenet/issues/443 | [] | zhengge | 1 |
piskvorky/gensim | nlp | 2,895 | LdaMallet eta parameter | Hi!
Thanks for this great package! I have noticed that when using LdaMallet there is no option to adjust the eta parameter, which by default is 0.01 (in mallet train-topics). Is there any plan to add this option?
Thanks!
C | closed | 2020-07-24T13:12:25Z | 2020-07-24T13:36:53Z | https://github.com/piskvorky/gensim/issues/2895 | [] | cbravo93 | 1 |
gee-community/geemap | jupyter | 345 | Access Earth Engine Data Catalog through dot notation | Currently, uses have to either remember the dataset id or search the Earth Engine Data Catalog to copy and paste the dataset id to Jupyter notebook. It would be a time saver if users can access the Earth Engine Data Catalog through dot notation without having to search.
A prototype:
https://user-images.githubuse... | closed | 2021-03-08T01:40:11Z | 2021-03-08T15:16:08Z | https://github.com/gee-community/geemap/issues/345 | [
"Feature Request"
] | giswqs | 1 |
tflearn/tflearn | data-science | 353 | Does tflearn allow me to use learning rate scheduling? | Does it? or controbuted welcome?
| open | 2016-09-20T10:04:27Z | 2016-09-22T00:58:13Z | https://github.com/tflearn/tflearn/issues/353 | [] | changukshin | 1 |
modelscope/data-juicer | streamlit | 611 | 关于word_repetition_filter算子的使用 | ### Before Asking 在提问之前
- [x] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [x] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | closed | 2025-03-06T03:57:05Z | 2025-03-10T08:05:12Z | https://github.com/modelscope/data-juicer/issues/611 | [
"question"
] | 00jdLiu | 0 |
qubvel-org/segmentation_models.pytorch | computer-vision | 689 | Softmax activation function throws deprecation warning | When defining a `smp` model in `__init__()` as:
```
self.base = smp.Unet(encoder_name='resnet50', pretrained='imagenet',
in_channels=3, classes=7,
activation='softmax')
```
This will throw the following warning upon initialisation:
`~/an... | closed | 2022-12-01T16:57:42Z | 2024-01-31T12:21:15Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/689 | [
"Stale"
] | vdplasthijs | 3 |
huggingface/datasets | machine-learning | 7,063 | Add `batch` method to `Dataset` | ### Feature request
Add a `batch` method to the Dataset class, similar to the one recently implemented for `IterableDataset` in PR #7054.
### Motivation
A batched iteration speeds up data loading significantly (see e.g. #6279)
### Your contribution
I plan to open a PR to implement this. | closed | 2024-07-23T07:36:59Z | 2024-07-25T13:45:21Z | https://github.com/huggingface/datasets/issues/7063 | [
"enhancement"
] | lappemic | 0 |
hbldh/bleak | asyncio | 624 | bleak.exc.BleakError: Multiple Characteristics with this UUID, refer to your desired characteristic by the `handle` attribute instead. | * bleak version: 0.12.1
* Python version: Python 3.9.5
* Operating System: Windows 10 21H1
* BlueZ version (`bluetoothctl -v`) in case of Linux:
### Description
I got the below error when trying to write 0x02 to a characteristic:
```
Traceback (most recent call last):
File "C:\Users\User\Desktop\test.py", l... | closed | 2021-08-13T15:14:42Z | 2021-10-06T22:37:05Z | https://github.com/hbldh/bleak/issues/624 | [
"question"
] | Andrei-Iosifescu123 | 4 |
rougier/numpy-100 | numpy | 41 | Problem 54 error | For origin code, I encounter the error.
```
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-2-234023c5571a> in <module>()
5 6, , , 7, 8\n
6 , , 9... | closed | 2017-03-24T15:30:37Z | 2017-03-26T07:32:56Z | https://github.com/rougier/numpy-100/issues/41 | [] | yiyuezhuo | 2 |
onnx/onnx | machine-learning | 6,656 | Shape inference error after SplitToSequence | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklea... | open | 2025-01-24T09:55:30Z | 2025-02-19T17:32:44Z | https://github.com/onnx/onnx/issues/6656 | [
"bug",
"module: shape inference",
"contributions welcome"
] | LoSealL | 2 |
apache/airflow | data-science | 47,392 | AIP-38 Add link to the `view_url` in the UI and display the bundle version | ### Body
Most likely in the `Code` tab. Display the bundle version as well as a link to the bundle_url if defined.
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | closed | 2025-03-05T15:09:22Z | 2025-03-06T14:48:02Z | https://github.com/apache/airflow/issues/47392 | [
"kind:meta",
"priority:high",
"area:UI",
"AIP-38",
"AIP-65: DAG history in UI",
"affected_version:3.0.0beta"
] | pierrejeambrun | 0 |
drivendataorg/cookiecutter-data-science | data-science | 56 | Initialize Git repository on creation | Could we add a [post-generate hook](https://cookiecutter.readthedocs.io/en/latest/advanced/hooks.html) to run `git init` after repository creation? It's not a make-or-break, just a nice convenience.
| closed | 2016-10-25T21:41:40Z | 2024-06-01T22:35:09Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/56 | [
"needs-discussion",
"needs-option"
] | mattayes | 7 |
streamlit/streamlit | streamlit | 10,872 | Infer page title and favicon from `st.title` instead of requiring `st.set_page_config` | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Today, to change the page title/favicon shown in the browser tab, you need to call `st.set_page_config`. What... | open | 2025-03-21T19:39:38Z | 2025-03-21T19:40:12Z | https://github.com/streamlit/streamlit/issues/10872 | [
"type:enhancement",
"feature:st.set_page_config",
"feature:st.title"
] | jrieke | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.