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
recommenders-team/recommenders
data-science
1,969
[BUG] Wide and Deep model raise error --- no attribute 'NanLossDuringTrainingError'
### Description <!--- Describe your issue/bug/request in detail --> ### In which platform does it happen? <!--- Describe the platform where the issue is happening (use a list if needed) --> <!--- For example: --> <!--- * Azure Data Science Virtual Machine. --> <!--- * Azure Databricks. --> <!--- * Other platf...
closed
2023-08-16T16:20:12Z
2023-08-17T18:17:00Z
https://github.com/recommenders-team/recommenders/issues/1969
[ "bug" ]
Lulu20220
1
xlwings/xlwings
automation
1,727
executing python code
#### OS (Windows 10 ) #### Versions of xlwings0.24.9 #### Describe your issue (incl. Traceback!) ```python # Your traceback here ``` #### Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!) ```python import xlwings as xw # def world(): # wb = xw.Book....
closed
2021-10-05T01:54:49Z
2022-02-05T20:08:30Z
https://github.com/xlwings/xlwings/issues/1727
[]
leyojoseph
1
raphaelvallat/pingouin
pandas
266
python3.7 unable to install
[lazy_loader](https://pypi.org/project/lazy_loader/) [pingouin](https://pypi.org/project/pingouin/) ![QQ图片20220515125037](https://user-images.githubusercontent.com/54659396/168457784-e41ef977-f96a-4f4a-86a3-9285718dd0c6.png) `lazy_loader`>=3.8 Reason: `lazy_loader` not supported 3.7
closed
2022-05-15T04:54:38Z
2022-12-17T23:34:40Z
https://github.com/raphaelvallat/pingouin/issues/266
[ "invalid :triangular_flag_on_post:" ]
mochazi
1
autokey/autokey
automation
720
All custom defined keybindings stopped working in "sticky keys" mode.
### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? _No response_ ### Which Linux distribution did you use? Debian. ### Which AutoKey GUI did you use? _No response...
closed
2022-08-04T04:02:09Z
2022-08-05T20:54:47Z
https://github.com/autokey/autokey/issues/720
[ "autokey triggers", "invalid" ]
genehwung
3
AutoGPTQ/AutoGPTQ
nlp
176
[BUG] list index out of range for arch_list when building AutoGPTQ
**Describe the bug** The int4 quantization implementation of [baichuan-7B-GPTQ](https://huggingface.co/TheBloke/baichuan-7B-GPTQ) is based on this project. In an attempt to tetst that LLM, I tried building custom container for that purpose, where `AutoGPTQ` failed upon compiling. The `Dockerfile` ``` FROM pytorc...
closed
2023-06-25T11:30:38Z
2023-06-26T08:19:30Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/176
[ "bug" ]
BorisPolonsky
1
MaartenGr/BERTopic
nlp
1,290
TypeError: cannot unpack non-iterable BERTopic object
Greeting MaartenGr, could you please explain for me this type of error? TypeError: cannot unpack non-iterable BERTopic object Thanks, in advance.
closed
2023-05-22T22:35:35Z
2023-09-27T08:59:37Z
https://github.com/MaartenGr/BERTopic/issues/1290
[]
Keamww2021
2
RobertCraigie/prisma-client-py
pydantic
19
Add support for selecting fields
## Problem A crucial part of modern and performant ORMs is the ability to choose what fields are returned, Prisma Client Python is currently missing this feature. ## Mypy solution As we have a mypy plugin we can dynamically modify types on the fly, this means we would be able to make use of a more ergonomic so...
closed
2021-06-14T18:59:57Z
2023-03-08T12:41:27Z
https://github.com/RobertCraigie/prisma-client-py/issues/19
[ "kind/feature", "level/advanced", "priority/medium" ]
RobertCraigie
4
K3D-tools/K3D-jupyter
jupyter
17
Plot objects persist
If one has a plot with e.g. single object, then it cannot be removed: from k3d import K3D plot = K3D() plot += K3D.text("HEY",(1,1,1)) print("Expect one object",plot.objects ) plot = K3D() print("Shold be empty list:",plot.objects)
closed
2017-05-04T10:18:59Z
2017-05-07T06:44:28Z
https://github.com/K3D-tools/K3D-jupyter/issues/17
[]
marcinofulus
0
nalepae/pandarallel
pandas
97
Bug with the progressbar
Hi! Thanks for the nice tool! :) I have an error only if I use the progress bar `TypeError: ("argument of type 'int' is not iterable", 'occurred at index M05218:191:000000000-D7R5H:1:1102:14482:19336')` It works well without the bar... Any idea? Cheers, Mathieu
closed
2020-06-10T12:22:35Z
2022-03-14T20:36:46Z
https://github.com/nalepae/pandarallel/issues/97
[]
mbahin
1
mwaskom/seaborn
data-visualization
3,268
Wrong ylim using pairplot
`pairplot` seems not to support `sharey=True` like `FacetGrid`. This may cause unnecessary problems if I have a draw a plot with different ylims using `pairplot`. Just take the iris dataset for an example. ```python import matplotlib.pyplot as plt import seaborn as sns iris = sns.load_dataset('iris') # pairplo...
closed
2023-02-19T05:34:46Z
2023-02-19T17:31:01Z
https://github.com/mwaskom/seaborn/issues/3268
[]
kebuAAA
3
ymcui/Chinese-LLaMA-Alpaca
nlp
451
基于LLAMA基础模型,预训练adapter_config怎么产生?
*提示:将[ ]中填入x,表示打对钩。提问时删除这行。只保留符合的选项。* ### 详细描述问题 1. 基础模型是llama-7b。 2. tokenizer 是通过 merge_tokenizers (基础模型+中文sp) 3. 通过预训练脚本训练,训练出目录下 ![image](https://github.com/ymcui/Chinese-LLaMA-Alpaca/assets/14330290/59c807b4-f6ff-4ce1-b6db-e5ff9f1e11cf) 4. [wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/%E9%A2...
closed
2023-05-29T09:20:06Z
2023-05-29T10:39:35Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/451
[]
richardkelly2014
5
miguelgrinberg/microblog
flask
228
Problem in Chapter 3 using flask-wtf
Hi, This is not really an issue but FYI, in working through chapter 3, I had trouble using the current version of flask-wtf or, technically, werkzeug. There was apparently a change to the way werkzeug handled url encoding as documented in [this link](https://github.com/pallets/flask/issues/3481). The solution (albeit...
closed
2020-04-26T20:07:39Z
2020-06-30T22:48:50Z
https://github.com/miguelgrinberg/microblog/issues/228
[ "question" ]
TriumphTodd
1
plotly/dash-core-components
dash
756
Mapbox Graph wrapped in dcc.Loading lags one update behind
Hi there, when I wrap a Mapbox scatter plot in a dcc.Loading component, updates to this figure seem to be delayed by one update. The same logic with normal scatter plots works fine. I could reproduce this behavior with Dash Core Components 1.8.0 and previous versions. Here's a demo: ![withoutLoading](https://use...
closed
2020-02-15T14:19:45Z
2020-05-12T20:57:30Z
https://github.com/plotly/dash-core-components/issues/756
[]
ghost
6
qubvel-org/segmentation_models.pytorch
computer-vision
550
Custom weights
Is there a way to pass custom weights for models other than the ones mentioned in the table?
closed
2022-01-31T05:38:49Z
2022-01-31T08:26:31Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/550
[]
pranavsinghps1
2
aidlearning/AidLearning-FrameWork
jupyter
204
关于网络安全问题的考虑。Considerations on network security
cloud_ip功能是一个极好用的功能,但是他通过局域网http协议明文传输密码,这在大局域网例如校园是十分不安全的,别人通过抓包可以获取你的密码(特别是弱密码),并获得访问你个人手机数据的权限。我的建议是增加ip访问白名单机制,对所有请求ip列表进行临时授权。这个建议是否可行,或实用,如果有更好的方法请告知我。cloud_ IP is an excellent function, but it transmits passwords in plaintext through the LAN HTTP protocol, which is very unsafe in large LAN such as campus. Others...
closed
2022-01-04T02:59:38Z
2022-12-05T12:23:46Z
https://github.com/aidlearning/AidLearning-FrameWork/issues/204
[]
LY1806620741
5
ResidentMario/missingno
data-visualization
2
Option to remove the sparkline
Hi, Many thanks for the awesome work! When the number of rows is large, the sparkline looks less useful (more difficult) to visually understand the #features available just looking at it. Wondering if an option to toggle the sparkline off could be added.
closed
2016-03-30T05:46:47Z
2016-04-08T05:29:41Z
https://github.com/ResidentMario/missingno/issues/2
[ "enhancement" ]
nipunbatra
3
andrew-hossack/dash-tools
plotly
105
https://github.com/badges/shields/issues/8671
closed
2023-02-02T15:08:15Z
2023-10-17T15:51:56Z
https://github.com/andrew-hossack/dash-tools/issues/105
[]
andrew-hossack
0
apache/airflow
data-science
48,026
KPO mapped task failing
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Kpo Mapped task failing **Error** ``` scheduler [2025-03-20T17:28:28.774+0000] {dagrun.py:994} INFO - Marking run <DagRun kpo_override_resource_negative_case @ 2025-03-20 17:15:52.320478+00:00:...
open
2025-03-20T17:41:56Z
2025-03-24T13:06:03Z
https://github.com/apache/airflow/issues/48026
[ "kind:bug", "priority:high", "area:core", "area:dynamic-task-mapping", "provider:openlineage", "affected_version:3.0.0beta" ]
vatsrahul1001
0
blacklanternsecurity/bbot
automation
1,953
Is this a fork from SpiderFoot ?
**Question** Question: Is this a fork from Spiderfoot ?
closed
2024-11-11T12:25:48Z
2024-11-12T02:34:56Z
https://github.com/blacklanternsecurity/bbot/issues/1953
[ "enhancement" ]
izdrail
5
521xueweihan/HelloGitHub
python
2,718
【开源自荐】LunarLink - 接口自动化测试平台,帮助测试工程师快速编写接口自动化测试用例
- 项目地址:https://github.com/tahitimoon/LunarLink - 类别:Python - 项目标题:一个基于 Web 的接口自动化测试平台,可以快速编写和运行接口自动化测试用例 - 项目描述:基于HttpRunner + Django + Vue + Element UI 的接口自动化测试平台,生产可用。 - 项目文档:https://lunar-link-docs.fun - 亮点: - [x] 支持同步 YAPI(间接支持 Swagger,Postman,Har),无需手动录入接口 - [x] 继承[Requests](https://requests.r...
open
2024-03-29T01:53:22Z
2024-04-24T12:08:18Z
https://github.com/521xueweihan/HelloGitHub/issues/2718
[ "Python 项目" ]
tahitimoon
0
vimalloc/flask-jwt-extended
flask
281
How to call @admin_required like @jwt_required
I followed in this docs [custom_decorators](https://flask-jwt-extended.readthedocs.io/en/latest/custom_decorators.html) I have question. How to call @admin_required decorator in another file, namespace ... like @jwt_required Look like this ``` from flask_jwt_extended import (jwt_required admin_required) ```` ...
closed
2019-10-18T10:47:46Z
2019-10-18T14:33:34Z
https://github.com/vimalloc/flask-jwt-extended/issues/281
[]
tatdatpham
1
deeppavlov/DeepPavlov
nlp
1,194
Multi-Lingual Sentence Embedding
Can someone help me to get an example of multi-lingual sentence embedding? I want to extract the sentence embedding for Hindi using the Multi-lingual sentence embedding model. Thanks.
closed
2020-04-30T12:35:52Z
2020-05-14T05:07:47Z
https://github.com/deeppavlov/DeepPavlov/issues/1194
[]
ashispapu
3
s3rius/FastAPI-template
asyncio
172
How to use DAO in a websocket router?
I have a websocket router like this `@router.websocket( path="/ws", ) async def websocket( websocket: WebSocket, ): await websocket.accept() ...` and I want to use DAO to save the message in websocket,but if I use `async def websocket( websocket: WebSocket, dao: MessageDAO = Depends(...
closed
2023-06-19T15:56:52Z
2024-02-08T17:25:19Z
https://github.com/s3rius/FastAPI-template/issues/172
[]
eggb4by
15
ading2210/poe-api
graphql
35
Using custom bots
Can it be implementeD?
closed
2023-04-11T12:09:54Z
2023-04-12T00:40:45Z
https://github.com/ading2210/poe-api/issues/35
[ "invalid" ]
ghost
2
zappa/Zappa
django
509
[Migrated] Enhancement request: async execution for a non-defined function
Originally from: https://github.com/Miserlou/Zappa/issues/1332 by [michelorengo](https://github.com/michelorengo) ## Context My use case is to be able to execute a function ("task") using the async execution in a different lambda. That lambda has a different code base than the calling lambda. In other words, the func...
closed
2021-02-20T09:43:41Z
2024-04-13T16:36:46Z
https://github.com/zappa/Zappa/issues/509
[ "enhancement", "feature-request", "good-idea", "has-pr", "no-activity", "auto-closed" ]
jneves
2
AutoViML/AutoViz
scikit-learn
101
ValueError
Hi, stumbled upon autoviz and failed to run even a minimal example. 1) Had to change 'seaborn' to 'seaborn-v0_8' in AutoViz_Class.py and AutoViz_Utils.py 2) After that i got the error below, where i don't know how to proceed Any suggestions or fixes? Thanks in advance. FYI: Here i used python 3.11.6. Ha...
closed
2023-11-11T12:10:51Z
2023-12-24T12:14:44Z
https://github.com/AutoViML/AutoViz/issues/101
[]
DirtyStreetCoder
5
sqlalchemy/alembic
sqlalchemy
611
Allow to run statement before creating `alembic_version` table in Postgres
I need to run `SET ROLE writer_role;` before creating a table in Postgres, because the user role I use to login does not have `CREATE` permission in the schema. And it is not possible to login with `writer_role`. This causes the auto generation of the initial revision (`alembic revision --autogenerate -m "initial") ...
closed
2019-10-22T11:14:58Z
2023-10-18T17:58:59Z
https://github.com/sqlalchemy/alembic/issues/611
[ "question" ]
notrev
7
PrefectHQ/prefect
automation
16,810
Automation not working with basic auth enabled
### Bug summary I have set up automation for canceling long-running jobs and sending out notifications. I noticed that they do no longer work as expected. When a condition for cancellation is met (in running over 5 minutes) the flow is not cancelled, and I see an error message in the log: `| WARNING | prefect.server....
closed
2025-01-22T10:28:16Z
2025-01-23T19:13:51Z
https://github.com/PrefectHQ/prefect/issues/16810
[ "bug" ]
dominik-eai
1
seleniumbase/SeleniumBase
web-scraping
3,434
Headless Mode refactoring for the removal of old Headless Mode
## Headless Mode refactoring for the removal of old Headless Mode As detailed in https://developer.chrome.com/blog/removing-headless-old-from-chrome, Chrome's old headless mode has been removed in Chrome 132. The SeleniumBase `headless1` option mapped to it (`--headless=old`). Before Chrome's newer headless mode appea...
closed
2025-01-19T03:57:59Z
2025-01-21T23:42:39Z
https://github.com/seleniumbase/SeleniumBase/issues/3434
[ "enhancement" ]
mdmintz
1
docarray/docarray
fastapi
1,665
chore: Copyedit draft release note v0.34.0
# Release Note This release contains 2 breaking changes, 3 new features, 11 bug fixes, and 2 documentation improvements. ## :bomb: Breaking Changes ### Terminate Python 3.7 support :warning: :warning: DocArray will now require Python 3.8. We can no longer assure compatibility with Python 3.7. We decided ...
closed
2023-06-20T18:10:10Z
2023-06-21T08:24:54Z
https://github.com/docarray/docarray/issues/1665
[]
scott-martens
0
quokkaproject/quokka
flask
623
cli: ensure and write test for installation (tox)
Write tests for cli init https://github.com/rochacbruno/quokka_ng/issues/48
open
2018-02-07T01:51:28Z
2018-02-07T01:51:28Z
https://github.com/quokkaproject/quokka/issues/623
[ "1.0.0", "hacktoberfest" ]
rochacbruno
0
huggingface/datasets
pytorch
7,305
Build Documentation Test Fails Due to "Bad Credentials" Error
### Describe the bug The `Build documentation / build / build_main_documentation (push)` job is consistently failing during the "Syncing repository" step. The error occurs when attempting to determine the default branch name, resulting in "Bad credentials" errors. ### Steps to reproduce the bug 1. Trigger the `build...
open
2024-12-03T20:22:54Z
2025-01-08T22:38:14Z
https://github.com/huggingface/datasets/issues/7305
[]
ruidazeng
2
ray-project/ray
deep-learning
51,349
Release test map_groups.many_groups (sort_shuffle_pull_based) failed
Release test **map_groups.many_groups (sort_shuffle_pull_based)** failed. See https://buildkite.com/ray-project/release/builds/35758#0195916e-c154-473b-9806-e922721e0873 for more details. Managed by OSS Test Policy
closed
2025-03-13T22:07:28Z
2025-03-18T16:57:56Z
https://github.com/ray-project/ray/issues/51349
[ "bug", "P0", "triage", "data", "release-test", "jailed-test", "ray-test-bot", "weekly-release-blocker", "stability" ]
can-anyscale
1
huggingface/peft
pytorch
1,893
LORA finetuning gradients are scaled by a unknown constant factor
### System Info torch: 2.3.0+cu121 transformers: 4.41.2 peft: 0.11.1 datasets: 2.20.0 ### Who can help? @BenjaminBossan @sayakpaul ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder - [X] My own task or dataset...
closed
2024-06-28T05:23:31Z
2024-06-29T18:19:22Z
https://github.com/huggingface/peft/issues/1893
[]
goliaro
2
CorentinJ/Real-Time-Voice-Cloning
python
964
Not sure if my Directory is wrong or i'm missing something but i get hit by this.What am i doing wrong? Thanks in advance :)
ERROR: Command errored out with exit status 1: command: 'D:\python\python.exe' 'D:\python\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\yasin\AppData\Local\Temp\tmp3hdlg1od' cwd: C:\Users\yasin\AppData\Local\Temp\pip-install-594l2te2\numpy_6377a4...
closed
2021-12-28T18:35:06Z
2021-12-28T19:52:35Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/964
[]
santaonholidays
1
assafelovic/gpt-researcher
automation
1,081
Cloudflare Protection Blocking Crunchbase Results
**Is your feature request related to a problem? Please describe.** When trying to scrape Crunchbase pages through Tavily, the results are being blocked by Cloudflare's security protection. This affects the quality of company research as Crunchbase is a crucial source for company information. #### Current Behavior - Ta...
open
2025-01-17T20:11:35Z
2025-02-01T19:04:24Z
https://github.com/assafelovic/gpt-researcher/issues/1081
[]
PatricioCabo
1
microsoft/nni
pytorch
5,601
invalid syntax
**Describe the issue**: <img width="1116" alt="988a2d62f21801bbc49dafb253a1281c" src="https://github.com/microsoft/nni/assets/24861234/4c0c864c-d6d3-4456-ae7c-9c8f1d6d3e49"> <img width="1115" alt="95fad960da4a0ae0af53bdd5416e5e12" src="https://github.com/microsoft/nni/assets/24861234/34c64ca1-b5a1-4829-9d9f-5dca1ac75...
closed
2023-06-07T09:10:56Z
2023-06-28T02:07:01Z
https://github.com/microsoft/nni/issues/5601
[]
sunjian2015
5
gradio-app/gradio
data-science
10,564
Misplaced Chat Avatar While Thinking
### Describe the bug When the chatbot is thinking, the Avatar icon is misplaced. When it is actually inferencing or done inferencing, the avatar is fine. Similar to https://github.com/gradio-app/gradio/issues/9655 I believe, but a special edge case. Also, I mostly notice the issue with rectangular images. ### Have y...
closed
2025-02-11T18:31:28Z
2025-03-04T21:23:07Z
https://github.com/gradio-app/gradio/issues/10564
[ "bug", "💬 Chatbot" ]
CarterYancey
0
wandb/wandb
data-science
8,769
[Bug-App]: Histogram render not working
### Describe the bug The web app doesn't display the beautiful histogram plots like it used to and renders rather ugly-looking teal rectangles instead. ![Example](https://github.com/user-attachments/assets/6e8d9eaf-52ae-402e-9baf-739c7801d66a) OS: macOS Sequoia 15.1 Browser: Safari 18.1 and firefox 131.0.3 (tested bo...
open
2024-11-05T08:08:57Z
2025-01-06T14:32:21Z
https://github.com/wandb/wandb/issues/8769
[ "ty:bug", "a:app" ]
ddonatien
15
scanapi/scanapi
rest-api
242
Publish Sphinx Documentation
## Publish Sphinx Documentation The #230 implemented the auto-generated code documentation using [sphinx](http://sphinx-doc.org/). We can run it locally by running ```shell $ cd documentation $ make html ``` And we can access it opening the file `scanapi/documentation/build/html/index.html` in a browser. ...
closed
2020-07-26T16:45:26Z
2021-08-01T13:47:19Z
https://github.com/scanapi/scanapi/issues/242
[ "Documentation" ]
camilamaia
13
Farama-Foundation/PettingZoo
api
524
Misc Needed Cooperative Pong Maintenance
(I'm only going by documentation for all this, I didn't check the code for these) -"max_cycles" should obviously be an argument by custom in any butterfly environment -The -100 reward penalty for the ball going off the screen seems like way too much relative to the other rewards available, to the point where it eve...
closed
2021-10-26T03:08:45Z
2021-11-30T06:44:28Z
https://github.com/Farama-Foundation/PettingZoo/issues/524
[]
jkterry1
0
StackStorm/st2
automation
6,146
Custom Scopes for Key-Value Store + RBAC for that Scopes
Hi Community, Than a Company have different Teams that shares a st2 instance it would be nice if any Team could create there own scope. So all Team Members of Team1 can see all Key/Values of Team1 and all Team2 Members can se all key Values of Team 2. But Team 1 can not access Team2 and Team 2 can not access Team1 k...
open
2024-02-21T07:07:15Z
2024-02-26T17:28:36Z
https://github.com/StackStorm/st2/issues/6146
[ "feature" ]
philipphomberger
1
mljar/mercury
jupyter
262
Is there OAuth2 support for the Mercury web service?
Or if it is easy to integrate one from users sides hence I'm not sure Mercury is using a popular Python web server component or a self-made one.
closed
2023-04-28T02:58:34Z
2023-05-01T13:39:03Z
https://github.com/mljar/mercury/issues/262
[]
xiamubobby
2
aio-libs-abandoned/aioredis-py
asyncio
505
Use alternate default "latest ID" for xread_group
When skipping the optional `latest_ids` kwarg to the `xread_group` command, the following error gets generated by the Redis server: > `ERR The $ ID is meaningless in the context of XREADGROUP` That's because both xread and xread_group share the `_xread` command builder which assumes `$` if latest ID isn't specifi...
closed
2018-12-18T16:18:37Z
2021-03-18T23:53:44Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/505
[ "resolved-via-latest" ]
dcecile
0
hzwer/ECCV2022-RIFE
computer-vision
363
No way to specify arbitrary timestep?
Looking at the RIFE codebase/examples, it seems the number of interpolated frames created by RIFE is always a power of 2, as it just recursively splits the remaining frame pairs in half as it performs its interpolation. Is this correct? What if I want to interpolate 2 images with 7 intermediate steps between them, inst...
closed
2024-05-28T05:21:40Z
2024-05-28T05:33:04Z
https://github.com/hzwer/ECCV2022-RIFE/issues/363
[]
tyDiffusion
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
4,107
Implementation of a functionality to integrate KeyCloak IDP provider
### Proposal This ticket is about tracking research and development to integrate Keycloak as an identity provider. ### Motivation and context Basic idea is to use the functionality to enable support for third party authentications via Keycloak and in general OpenID Connect providers to authorize to be used to ...
open
2024-06-15T05:47:16Z
2025-03-24T13:46:25Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4107
[ "U: Admin", "C: Client", "C: Backend", "T: Feature" ]
evilaliv3
7
ydataai/ydata-profiling
data-science
1,264
Feature request: Add sample head and tail to minimal setting
### Missing functionality It would be good If we provide sample head and tail with minimal True. ### Proposed feature With minimal True we still able to see the head and tail of data, ### Alternatives considered _No response_ ### Additional context _No response_
closed
2023-02-08T13:20:19Z
2023-02-11T13:58:57Z
https://github.com/ydataai/ydata-profiling/issues/1264
[ "question/discussion ❓", "needs-triage" ]
monyoudom
2
dropbox/PyHive
sqlalchemy
434
Project is currently unsupported?
Hello, could someone explain to me the "Project is currently unsupported" statement? I looked into the issues and commit message which added that message, but it is not explanatory. **Does that mean the project is abandoned and there won't be new releases or fixes?** I am looking into using the library in a new...
open
2022-03-25T13:36:16Z
2022-04-11T05:39:01Z
https://github.com/dropbox/PyHive/issues/434
[]
mamiksik
1
piskvorky/gensim
nlp
2,961
Documentation of strip_punctuation vs strip_punctuation2 in gensim.parsing.preprocessing
Thanks for all the hard work on this fantastic library. I found a small quirk today, not really a bug, just a bit of a rough edge: In `gensim.parsing` [preprocessing.py ](https://github.com/RaRe-Technologies/gensim/blob/e210f73c42c5df5a511ca27166cbc7d10970eab2/gensim/parsing/preprocessing.py#L121) `strip_punctuation...
closed
2020-09-28T12:54:03Z
2021-06-29T01:44:31Z
https://github.com/piskvorky/gensim/issues/2961
[ "documentation" ]
sciatro
4
pyg-team/pytorch_geometric
pytorch
9,437
TypeError: 'list' object is not callable
### 🐛 Describe the bug ```python from torch.nn import Linear, ReLU, Dropout from torch_geometric.nn import Sequential, GCNConv, JumpingKnowledge from torch_geometric.nn import global_mean_pool model = Sequential('x, edge_index, batch', [ (Dropout(p=0.5), 'x -> x'), (GCNConv(2, 64), 'x, edge_index -> x...
closed
2024-06-19T11:58:12Z
2024-06-24T12:01:12Z
https://github.com/pyg-team/pytorch_geometric/issues/9437
[ "bug", "nn" ]
nowyouseemejoe
1
vastsa/FileCodeBox
fastapi
222
文件上传后提示超过最大保存时间
Docker latest 4257a45f985e 文件上传后提示超过最大保存时间 上传判断逻辑需要调整,需要在点击上传文件前判断最长保存时间,避免大文件上传的浪费 ![image](https://github.com/user-attachments/assets/f62871b3-5560-43b8-b007-24fc5a82f069)
closed
2024-11-27T00:58:37Z
2025-03-02T07:27:14Z
https://github.com/vastsa/FileCodeBox/issues/222
[]
wuwei-yu
2
matplotlib/matplotlib
data-science
29,063
[MNT]: Add a default `markevery` for lines in rcParams
### Summary `markevery` is the only property regarding lines for which it is not possible to set a default value in `rcParams`. This property would be convenient if a user wants to set a default value, rather then needing to specify for each plot. ### Proposed fix Add `lines.markevery : None` to the defaut `matplot...
closed
2024-11-03T00:28:59Z
2024-11-03T02:20:45Z
https://github.com/matplotlib/matplotlib/issues/29063
[ "status: duplicate", "Maintenance" ]
LorenzoPeri17
1
proplot-dev/proplot
data-visualization
60
Cannot add text to projection axes
Currently, the `text` wrapper for `proplot` cannot handle projecting to geoaxes, making it impossible to accurately place text on a map projection. For `matplotlib` one just passes a `transform=ccrs.PlateCarree()` for example to the `ax.text()` to interpret the values as coordinates on the map: ```python import mat...
closed
2019-10-31T20:39:26Z
2019-11-01T14:55:20Z
https://github.com/proplot-dev/proplot/issues/60
[ "bug" ]
bradyrx
1
onnx/onnx
tensorflow
5,794
What is the correct way to make a tensor with a dynamic dimension for a Reshape operator?
# Ask a Question ### Question I am trying to add a Reshape node to a BERT onnx model that works with dynamic shapes. The reshape op should reshape a rank 3 tensor to a rank 2. The input to the reshape is of shape [unk__2,unk__3,768] and I need to collapse the first two dynamic dimensions into one and keep the last ...
closed
2023-12-07T06:51:41Z
2025-01-02T06:44:37Z
https://github.com/onnx/onnx/issues/5794
[ "question", "stale" ]
ria143
1
robusta-dev/robusta
automation
1,176
Custom CA certificate cannot be set
**Describe the bug** Once specify a custom CA certificate with ``` runner: certificate: ``` The runner container will crash with: ```Matplotlib created a temporary cache directory at /tmp/matplotlib-d2tsy8fk because the default path (/.config/matplotlib) is not a writable directory; it is highly recommende...
closed
2023-11-17T22:32:25Z
2024-01-08T08:38:42Z
https://github.com/robusta-dev/robusta/issues/1176
[ "bug" ]
bear-redhat
3
pytorch/vision
computer-vision
8,478
Put back MPS builds
(this is a follow-up and more up-to-date version of https://github.com/pytorch/vision/issues/8456) The M1 CI jobs were broken for ~1 week (https://github.com/pytorch/vision/issues/8456) and it turns out the problem was caused by the MPS build. We deactivated the MPS builds in https://github.com/pytorch/vision/pull/8...
closed
2024-06-07T08:39:54Z
2024-06-10T13:24:38Z
https://github.com/pytorch/vision/issues/8478
[]
NicolasHug
6
mljar/mercury
data-visualization
281
Don't run the book at all until "Run" is pressed
Hi - is there a way you can prevent running the notebook until the green "Run" button is pressed? The use case is that the notebook runs some expensive queries and we don't want to do that until the user has filled out the parameters and hits the Run button. I've already set `continuous_update=False`, but that d...
closed
2023-05-19T19:38:48Z
2023-05-22T07:47:55Z
https://github.com/mljar/mercury/issues/281
[]
kapily
2
schemathesis/schemathesis
pytest
2,613
[BUG] '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)' with verify=False
### Checklist - [x ] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [ x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) - [x ] I am using the latest version of Schemathesi...
closed
2024-12-10T10:18:21Z
2024-12-12T17:00:28Z
https://github.com/schemathesis/schemathesis/issues/2613
[ "Priority: High", "Type: Bug" ]
lugi0
11
databricks/koalas
pandas
1,285
Pandas accessor support
Can you extend this api like pandas accessor pattern and custom types?
closed
2020-02-16T03:13:39Z
2020-09-01T14:04:52Z
https://github.com/databricks/koalas/issues/1285
[ "discussions" ]
achapkowski
3
521xueweihan/HelloGitHub
python
1,916
hellogit
## 项目推荐 - 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址 - 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习) - 项目后续更新计划: - 项目描述: - 必写:这是个什么项目、能用来干什么、有什么特点或解决了什么痛点 - 可选:适用于什么场景、能够让初学者学到什么 - 描述长度(不包含示例代码): 10 - 256 个字符 - 推荐理由:令人眼前一亮的点是什么?解决了什么痛点? - 示例代码:(可选)长度:1-20 行 ...
closed
2021-10-03T05:32:22Z
2021-10-03T05:32:26Z
https://github.com/521xueweihan/HelloGitHub/issues/1916
[ "恶意issue" ]
aeioui
1
pykaldi/pykaldi
numpy
260
kaldi Like Data Augmentation
How can we do Kaldi like data augmentation in the API only on acoustic data
open
2021-03-10T10:35:37Z
2021-03-10T10:35:37Z
https://github.com/pykaldi/pykaldi/issues/260
[]
shakeel608
0
modoboa/modoboa
django
2,645
Cannot complete migrate after running makemigrations
Hi, running modoboa 2.0.2 on FReeBSD 11.4 and mysql 5.7.37. I have tried to upgrade some extensions manually, I realised that running pip install extension does not upgrade to the latest version...so I started with trying to upgrade modboa-amavis to 1.4.0 I ran the following :- > pip install modoboa-amavis==1.4.0...
closed
2022-10-17T11:26:11Z
2023-01-04T11:10:39Z
https://github.com/modoboa/modoboa/issues/2645
[ "bug" ]
ndoody
4
public-apis/public-apis
api
3,891
Top Up
closed
2024-07-05T03:42:51Z
2024-07-07T19:29:47Z
https://github.com/public-apis/public-apis/issues/3891
[]
MrQueen132
0
Johnserf-Seed/TikTokDownload
api
678
单个视频下载一直是丢失状态[BUG]
![image](https://github.com/Johnserf-Seed/TikTokDownload/assets/28301336/4693e3c0-d70c-424f-b304-f1d96206943a) ![image](https://github.com/Johnserf-Seed/TikTokDownload/assets/28301336/233efdfd-df43-456f-ad0a-e48de47e4766) 问题1:自定义配置文件中设置了cover、music都是‘no',但是依然下载封面和音乐; 问题2:音乐、封面都能下载,但是视频一直是丢失状态;
open
2024-03-13T16:13:16Z
2024-03-14T19:53:21Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/678
[]
lingyu5219
2
lepture/authlib
django
604
Allow the instance of ResourceProtector to be a decorator without an unnecessary call if we don't have any 'call' attribute, solution provided.
for example on this page of [documentation](https://docs.authlib.org/en/latest/flask/2/resource-server.html) we can see: ```python @app.route('/user') @require_oauth() def user_profile(): user = current_token.user return jsonify(user) # or with None @app.route('/user') @require_oauth(None) def user_profile()...
open
2023-12-15T23:01:49Z
2025-02-20T20:21:45Z
https://github.com/lepture/authlib/issues/604
[ "good first issue", "feature request", "server" ]
danilovmy
0
open-mmlab/mmdetection
pytorch
12,277
mmdet in orin : No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package
I tried to deploy the mmdet framework on Orin. After installation, the version output is normal, but when executing the code to initialize the references, the following error occurs. However, it seems that the installation is not the issue, and it has already been successfully installed? ------------------------------...
open
2024-12-23T09:53:12Z
2024-12-23T09:53:26Z
https://github.com/open-mmlab/mmdetection/issues/12277
[ "reimplementation" ]
AugWrite
0
HumanSignal/labelImg
deep-learning
674
Multiple Labels/attributes for a single rectangle
<!-- Hi! I want to assign several other attributes for instance color, gender,age etc to the rectangle, can you guide about it? --> - **OS:** - **PyQt version:**
open
2020-11-17T12:38:57Z
2020-11-17T12:38:57Z
https://github.com/HumanSignal/labelImg/issues/674
[]
ZahraAnam
0
apache/airflow
python
47,983
DatabricksNotebookOperator generating invalid dependency graph
### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers apache-airflow-providers-common-sql==1.24.0 apache-airflow-providers-databricks==7.2.1 databricks-sql-connector==4.0.0 ### Apache Airflow version 2.10.3 ### Operating System MacOs ### Deployment Docker-Compose ### Deployment d...
open
2025-03-20T02:48:47Z
2025-03-20T03:32:53Z
https://github.com/apache/airflow/issues/47983
[ "kind:bug", "area:providers", "provider:databricks", "needs-triage" ]
dheerajkumar-solanki
2
mljar/mercury
jupyter
150
make dashboard example with pyecharts
pyecharts repo https://github.com/pyecharts
closed
2022-07-28T13:05:10Z
2022-12-12T12:08:06Z
https://github.com/mljar/mercury/issues/150
[]
pplonski
0
deepspeedai/DeepSpeed
deep-learning
6,917
[REQUEST] Deepspeed Inference Supports VL (vision language) model
**Is your feature request related to a problem? Please describe.** We have been using `deepspeed.init_inference` API for speeding up inference for text only models (e.g. mistral, qwen 2.5 series) with success. Was hoping we can extend support for vision language models as well, e.g. qwen 2 vl, etc, which is currently n...
open
2024-12-26T17:17:13Z
2024-12-26T17:17:13Z
https://github.com/deepspeedai/DeepSpeed/issues/6917
[ "enhancement" ]
ethen8181
0
graphdeco-inria/gaussian-splatting
computer-vision
705
Questions about f_rest property in .ply file
Hello, I appreciate your excellent work. I have a few questions that I’d like to understand better. Could you please explain? Q1) Could you please provide a detailed explanation of the f_rest property in the context of Gaussian Splatting? Q2) Is it possible to generate or render an image without the f_rest property...
open
2024-03-12T05:31:33Z
2024-03-13T04:40:34Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/705
[]
NithinJangid
2
davidteather/TikTok-Api
api
886
[FEATURE_REQUEST] - usage
in theory, based on this, you can create an account registrar with the ability to interact with live users?
closed
2022-05-12T10:17:23Z
2022-07-03T23:13:03Z
https://github.com/davidteather/TikTok-Api/issues/886
[ "feature_request" ]
A4pro
4
mwaskom/seaborn
data-visualization
3,227
seaborn objects scale with two visualisations with same kwargs?
Hello, I ran into a problem with scale, when I'm trying to display two visualizations with color mapped by column. I'm trying to create bar plot with labels on bars. Position of labels and color of labels depends on column of dataframe. Also, I would like to color bars by column. here is my question on stack ove...
closed
2023-01-19T11:30:20Z
2023-01-20T00:30:28Z
https://github.com/mwaskom/seaborn/issues/3227
[]
vorel99
1
collerek/ormar
sqlalchemy
744
model.save() with server_default is failing on refreshing server_default values
**Describe the bug** model.save() is raising `NoMatch` when it tries to refresh a server_default that is a PK. I was able to fix this locally by just setting `self.pk = pk` in https://github.com/collerek/ormar/blob/master/ormar/models/model.py#L85-L96. happy to open a PR if the issue is valid. **To Reproduce**...
open
2022-07-15T21:12:37Z
2022-07-18T16:56:33Z
https://github.com/collerek/ormar/issues/744
[ "bug" ]
cmflynn
0
awesto/django-shop
django
172
don't allow going to CheckoutSelectionView if the cart is empty
knowing the url of CheckoutSelectionView might allow you to create empty orders
closed
2012-09-12T11:28:05Z
2012-09-14T15:37:04Z
https://github.com/awesto/django-shop/issues/172
[]
alesdotio
0
Lightning-AI/pytorch-lightning
data-science
20,490
Loading checkpoint before fabric.setup(model) gets abnormal loss when using fabric.init_module()
### Bug description Init model with `fabric.init_module(True)` and load checkpoint **after** `model = fabric.setup(model)`, the training loss is normal ``` with fabric.init_module(empty_init=(fabric.world_size > 1)): model = GPT(config) model = fabric.setup(model) load_checkpoint(fabric, model, checkpoint_pa...
open
2024-12-11T03:19:48Z
2024-12-12T03:47:08Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20490
[ "bug", "ver: 2.4.x" ]
kobenaxie
4
fastapi/sqlmodel
pydantic
405
Is it possible to filter data dynamically?
### 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-08-22T21:58:06Z
2022-08-23T01:25:41Z
https://github.com/fastapi/sqlmodel/issues/405
[ "question" ]
perfecto25
1
quokkaproject/quokka
flask
73
config, settings and current channel should be available in every context
Every context should have {{config('group', 'key')}} {{ current_channel }} {{settings}}
closed
2013-11-01T22:10:38Z
2015-07-16T02:56:41Z
https://github.com/quokkaproject/quokka/issues/73
[ "enhancement" ]
rochacbruno
1
sebp/scikit-survival
scikit-learn
235
Regularization parameter for ridge regression penalty in CoxPHSurvivalAnalysis
Thank you for the awesome package! I ran CoxPHSurvivalAnalysis multiple times with different choices of alpha (0, 0.01, 0.1) and didn't observe any differences in the resulting C-Index, so I checked the source code and found out that the penalty term was divided by n_samples, which doesn't look right to me. Perhaps you...
closed
2021-11-07T16:05:07Z
2021-11-08T13:47:44Z
https://github.com/sebp/scikit-survival/issues/235
[]
chang-hu
1
nschloe/tikzplotlib
matplotlib
191
histogram with log scale has display issues for small values
It seems matplotlib can not properly render histograms, when log scale is active for the y-axis and the absolute frequency is smaller than ~2.7, ie. 1 and 2. The Python code: ```py import pandas as pd import matplotlib.pyplot as plt from matplotlib2tikz import save as tikz_save plot_values = pd.DataFrame( ...
open
2017-07-02T09:39:57Z
2024-01-25T13:55:31Z
https://github.com/nschloe/tikzplotlib/issues/191
[]
maflcko
3
benbusby/whoogle-search
flask
410
[QUESTION] The README advertises "no JavaScript", but the code includes JavaScript
According to the README: "No javascript". It reiterates this a few times throughout the README and elsewhere. And yet: https://github.com/benbusby/whoogle-search/blob/68fdd554825f981a24ba3b3f1d728ec5ef260005/app/templates/display.html#L43-L45 https://github.com/benbusby/whoogle-search/blob/be3714f074c0807983148c6...
closed
2021-09-01T04:17:09Z
2021-09-15T21:44:23Z
https://github.com/benbusby/whoogle-search/issues/410
[ "question" ]
mariavillosa
3
Netflix/metaflow
data-science
1,838
Question on Executing Metaflow Workflow from Python Script Without 'run' Argument
Hello Metaflow Team, I am exploring ways to automate Metaflow workflows and have a query regarding the initial execution of these workflows via a Python script. Specifically, I'm interested in whether it is possible to execute a Metaflow workflow directly from a script without explicitly using the run argument for...
closed
2024-05-16T01:05:45Z
2024-08-16T06:10:50Z
https://github.com/Netflix/metaflow/issues/1838
[]
sungreong
4
NullArray/AutoSploit
automation
1,301
Unhandled Exception (6f24d3e9f)
Autosploit version: `3.1` OS information: `Linux-3.10.0-1160.31.1.el7.x86_64-x86_64-with-Ubuntu-18.04-bionic` Running context: `autosploit.py` Error meesage: `object of type 'NoneType' has no len()` Error traceback: ``` Traceback (most recent call): File "/AutoSploit/autosploit/main.py", line 116, in main terminal...
open
2021-07-31T13:53:28Z
2021-07-31T13:53:28Z
https://github.com/NullArray/AutoSploit/issues/1301
[]
AutosploitReporter
0
paperless-ngx/paperless-ngx
machine-learning
7,322
[BUG] Filter documents by more than one owner
### Description When I want to add more than on owner to the filter the added owner is not listed but is recognized by the filter. If I change e.g. the tag-filter, the owners only filter by the first on. ![Permissions Owner](https://github.com/user-attachments/assets/cdfe8086-89bd-4dc3-a9a9-1db5fb0f86a4) ### ...
closed
2024-07-25T17:15:45Z
2024-08-26T03:05:00Z
https://github.com/paperless-ngx/paperless-ngx/issues/7322
[ "not a bug" ]
bjoernpoettker
4
flairNLP/flair
nlp
2,979
Adding link to result classes
This repository is great work but it would be better to add description or link to description of result classes(for ner and pos)
closed
2022-11-04T16:45:16Z
2023-05-21T15:36:47Z
https://github.com/flairNLP/flair/issues/2979
[ "question", "wontfix" ]
11Alexei11
3
davidsandberg/facenet
tensorflow
814
About pretrained model accuracy on LFW
The accuracy for the model 20180402-114759 is about 0.99550,my parameter setting is as follows: detection and alignment: python align_dataset_mtcnn.py \ /media/zheng/02FCF89DFCF88BE31/face_dataset/LFW/lfw \ /media/zheng/02FCF89DFCF88BE31/face_dataset/LFW/aligned_lfw_tf \ --image_size 160 \ --margin 32 \ --ran...
open
2018-07-16T05:09:30Z
2018-11-19T23:43:09Z
https://github.com/davidsandberg/facenet/issues/814
[]
zyt1378
3
tensorpack/tensorpack
tensorflow
1,209
lmdb.Error There is not enough space on the disk.
If you're asking about an unexpected problem which you do not know the root cause, use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__: If you already know the root cause to your problem, feel free to delete everything in this template. ### 1. What you did: (1) **If you're using examples, what...
closed
2019-05-23T20:25:21Z
2019-05-28T14:59:22Z
https://github.com/tensorpack/tensorpack/issues/1209
[ "enhancement" ]
dps42
6
zihangdai/xlnet
nlp
259
OOM ERROR when using local batch size=128 on TPUv3-8
Hi, I am trying to train XLNet on protein sequences. I am running into OOM error when running the script train.py using a TPUv3-8 with train_batch_size=128. (I also get OOM error with train batch size 64, 48, but not with 32, 16). In the paper it is mentioned: "Specifically, we train on 512 TPU v3 chips for 500K step...
open
2020-03-18T15:53:21Z
2021-03-02T08:11:25Z
https://github.com/zihangdai/xlnet/issues/259
[]
GhaliaRehawi
1
OpenInterpreter/open-interpreter
python
1,373
Is this service has ability to read directly PDF, or what is to be installed enabled, if any to read them?
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like We need to have an ability to feed the endpoints with the pdf files ### Describe alternatives you've considered _No response_ ### Additional context _No response_
open
2024-07-31T11:02:24Z
2024-08-02T11:47:25Z
https://github.com/OpenInterpreter/open-interpreter/issues/1373
[]
lion137
4
apache/airflow
data-science
47,905
Fix mypy-boto3-appflow version
### Body We set TODO to handle the version limitation https://github.com/apache/airflow/blob/9811f1d6d0fe557ab204b20ad5cdf7423926bd22/providers/src/airflow/providers/amazon/provider.yaml#L146-L148 I open issue for viability as it's a small scope and good task for new contributors. ### Committer - [x] I acknowledge ...
closed
2025-03-18T11:28:58Z
2025-03-19T13:33:43Z
https://github.com/apache/airflow/issues/47905
[ "provider:amazon", "area:providers", "good first issue", "kind:task" ]
eladkal
2
autogluon/autogluon
data-science
4,271
Release on Conda Forge [1.1.1]
Release AutoGluon 1.1.1 on Conda Forge TODO: - [x] Release AutoGluon 1.1.1 on Conda Forge - [x] Add instructions on how to perform Conda Forge release: https://github.com/autogluon/autogluon/blob/master/release_instructions/ReleaseInstructions.md#conda-forge-release - [x] Add instructions on how to perform post...
closed
2024-06-14T22:11:35Z
2024-06-27T00:27:42Z
https://github.com/autogluon/autogluon/issues/4271
[ "install", "priority: 0" ]
Innixma
0
robotframework/robotframework
automation
5,273
What happened to robotdiff.py?
I noticed a tool from way back in v2.1.2: https://robotframework.org/robotframework/2.1.2/tools/robotdiff.html What happened to this tool? Do we have a modern equivalent?
closed
2024-11-21T00:05:57Z
2024-11-21T12:15:07Z
https://github.com/robotframework/robotframework/issues/5273
[]
nogjam
1
davidsandberg/facenet
computer-vision
932
Identification using a video stream
Hi, I want to create a system for face identification, but use few frames for both acquisition and test time, in order to reduce errors. 1. I couldn't find any work for comparing 2 populations instead of 2 points. Moreover, I would like to apply a threshold in order to add an 'Unknown' class. I would appreciate if ...
open
2018-12-17T14:12:55Z
2021-10-09T17:26:02Z
https://github.com/davidsandberg/facenet/issues/932
[]
leetwito
1
keras-team/keras
data-science
20,189
Keras different versions have numerical deviations when using pretrain model
The following code will have output deviations between Keras 3.3.3 and Keras 3.5.0. ```python #download model from modelscope import snapshot_download base_path = 'q935499957/Qwen2-0.5B-Keras' import os dir = 'models' try: os.mkdir(dir) except: pass model_dir = snapshot_download(base_path,local_dir=d...
closed
2024-08-30T11:21:08Z
2024-08-31T07:38:23Z
https://github.com/keras-team/keras/issues/20189
[]
pass-lin
2
PedroBern/django-graphql-auth
graphql
161
Rewrote this Package for Django 4 and Graphene 3+
Hello, if you reading this you probably interested in using `django-graphql-auth` with the latest version of Django, graphene, graphene Django and `django-graphql-jwt` If so, I might be able to provide a replacement as I created a Django app highly inspired from this package that works with all the latest updates. I...
open
2023-01-06T15:37:00Z
2024-03-03T05:17:17Z
https://github.com/PedroBern/django-graphql-auth/issues/161
[]
itzomen
13
thunlp/OpenPrompt
nlp
304
How to solve the logits equality of LLaMA output
# This is my code. from datasets import load_dataset from transformers import set_seed from openprompt.data_utils import InputExample import os from tqdm import tqdm device = "cuda" classes = ["negative", "positive"] set_seed(1024) from accelerate import Accelerator accelerator = Accelerator() data_pat...
open
2023-12-19T07:19:23Z
2024-03-21T09:29:19Z
https://github.com/thunlp/OpenPrompt/issues/304
[]
shuaizhao95
3
proplot-dev/proplot
matplotlib
469
why saving .svg too slow?
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description [Description of the bug or feature.] ### Steps to reprodu...
closed
2024-11-13T11:53:47Z
2024-11-14T01:44:51Z
https://github.com/proplot-dev/proplot/issues/469
[]
KingRyu1998
2
hanwenlu2016/web-ui
pytest
5
django+rest_framework+react 请问这部分有时间开源么?
closed
2021-06-25T01:42:01Z
2021-08-18T02:29:32Z
https://github.com/hanwenlu2016/web-ui/issues/5
[]
god-pane
5
freqtrade/freqtrade
python
11,249
Address:Port conflict
I have managed to install Docker Desktop for Windows and the Freqtrade image. I started Freqtrade in the container and see bot heartbeats update each minute. I can also start from the terminal and see the same. I can't access the UI at localhost:8080 because I already have another app using 127.0.0.1:8080. If I shu...
closed
2025-01-17T22:41:46Z
2025-01-21T13:03:27Z
https://github.com/freqtrade/freqtrade/issues/11249
[ "Question", "Docker" ]
TheFirstVillageIdiot
7
plotly/dash
plotly
2,716
dcc.Input selectionStart not functioning as expected
**Describe the bug** dcc.Input properties selectionStart and selectionEnd not updating and returning None or initial set value **Expected behavior** Expect that the values of selectionStart (or selectionEnd) will return the offset into the element's text content of the first (or last) selected character. *...
open
2023-12-20T20:37:21Z
2024-08-13T19:44:12Z
https://github.com/plotly/dash/issues/2716
[ "bug", "sev-2", "P3" ]
e-wallace
0