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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
autogluon/autogluon | data-science | 4,392 | [BUG] Unable to reproduce results on different UNIX machines with TimeSeriesPredictor (TFT and PatchTST) | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [x] I confirmed bug exists on the latest mainline of AutoGluon via s... | open | 2024-08-15T10:53:39Z | 2024-11-26T13:28:16Z | https://github.com/autogluon/autogluon/issues/4392 | [
"bug",
"module: timeseries"
] | valeju | 3 |
slackapi/python-slack-sdk | asyncio | 1,587 | Text not registering with event.get("text") on message sent via datadog app | Hi team 👋
I created a slack app via the python sdk for tagging specific people in messages that the [Datadog slack app](https://docs.datadoghq.com/integrations/slack/?tab=datadogforslack#setup) sends to a channel. For context, we receive monitor alerts in a channel as messages sent by the Datadog app, and we have ac... | closed | 2024-11-06T18:51:42Z | 2024-12-30T00:05:02Z | https://github.com/slackapi/python-slack-sdk/issues/1587 | [
"question",
"auto-triage-stale"
] | ebruodok | 7 |
biosustain/potion | sqlalchemy | 146 | Using Archive recipe and filtering | In order to use soft-deletes, I tried to used the recipe (https://potion.readthedocs.io/en/latest/recipes.html#archivingresource) but filtering resources are not working anymore.
```
from flask_potion import ModelResource, fields
from flask_potion.contrib.alchemy import SQLAlchemyManager
from flask_potion.excepti... | open | 2018-08-17T19:48:40Z | 2018-10-16T16:26:16Z | https://github.com/biosustain/potion/issues/146 | [] | matdrapeau | 4 |
fugue-project/fugue | pandas | 514 | [QUESTION] Unable to run Ray example from documentation | Hi! I am trying to reproduce https://fugue-tutorials.readthedocs.io/tutorials/beginner/execution_engine.html locally with Ray:
```python
import ray
import pandas as pd
from fugue import transform
ray.init(ignore_reinit_error=True)
df = pd.DataFrame({"col1": [1,2,3,4], "col2": [1,2,3,4]})
# schema: *, c... | closed | 2023-09-18T10:14:32Z | 2023-09-26T08:35:06Z | https://github.com/fugue-project/fugue/issues/514 | [] | juanitorduz | 5 |
tensorly/tensorly | numpy | 384 | Add documentation on CP reproducibility | Even run with the same input array and parameters, the factors of parafac result would be changed. Might the randomness nature is inevitable. We might average the loadings after repeating 100 times, or set a random number, however, could we get robust factors? | open | 2022-02-24T08:10:24Z | 2022-06-29T14:14:08Z | https://github.com/tensorly/tensorly/issues/384 | [
"documentation"
] | wanglu2014 | 7 |
Textualize/rich | python | 2,521 | [REQUEST] Print JSON with Logging | Is there a way to use a logging (with a Rich handler) to print `JSON` content?
For example:
```python
logging.basicConfig(
level=log_level,
format="%(levelname)s %(message)s",
datefmt="[%X]",
handlers=[RichHandler(
rich_tracebacks=True,
console=co... | closed | 2022-09-13T09:27:28Z | 2022-09-23T15:50:12Z | https://github.com/Textualize/rich/issues/2521 | [
"Needs triage"
] | aress31 | 2 |
albumentations-team/albumentations | deep-learning | 1,740 | Error "Key image is not in available keys" for empty transform | ## Describe the bug
Empty transform is not working anymore. Behavior changed from 1.4.6 to 1.4.7
### To Reproduce
The following code works with 1.4.6
```python
import numpy as np
import albumentations as A
print(A.__version__)
transform = A.Compose([])
image = np.ones((100, 100, 3), dtype=np.uint8)... | closed | 2024-05-22T10:13:31Z | 2024-05-23T18:52:16Z | https://github.com/albumentations-team/albumentations/issues/1740 | [
"bug"
] | qubvel | 2 |
Sanster/IOPaint | pytorch | 73 | [Feauture]: Publish container image to a registry (eg. docker-hub, ghcr, etc) | Create a workflow publishing the container image on every release.
Preferably also tagging the image with that version!
Thanks! | closed | 2022-09-28T08:06:52Z | 2022-11-07T14:32:07Z | https://github.com/Sanster/IOPaint/issues/73 | [] | stavros-k | 1 |
plotly/dash-core-components | dash | 463 | Use dcc.Interval to update a component, but all components are updated. | `
app.layout = html.Div(children=[
dcc.Slider(min=0, max=9, marks={i: "Label {}".format(i) for i in range(1, 10)}, value=5, id="11"),
dcc.Dropdown(options=[
{"label": "New York City", "value": "NYC"},
{"label": u"Montréal", "value": "MTL"},
{"label": "San Francisco", "value": "SF... | open | 2019-02-20T07:42:32Z | 2019-02-20T07:50:27Z | https://github.com/plotly/dash-core-components/issues/463 | [] | xianhu | 1 |
coleifer/sqlite-web | flask | 136 | How to specify SQLITE_WEB_PASSWORD in k8s deploy? | ```
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: rj-cni-sqlite
namespace: kube-system
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
app: rj-cni-sqlite
template:
metadata:
labels:
app: rj-cni-sqlite
spec:
#nodeSelector:
... | closed | 2023-10-31T08:01:09Z | 2023-10-31T12:19:24Z | https://github.com/coleifer/sqlite-web/issues/136 | [] | victory460 | 1 |
seleniumbase/SeleniumBase | pytest | 3,589 | object has no attribute 'uc_open_with_reconnect' | I was using the chrome browser in selenium/standalone-chrome docker
my code:
from seleniumbase import BaseCase
BaseCase.main(__name__, __file__)
class Test(BaseCase):
def test(self):
url="https://www.hp.com/us-en/ai-solutions/next-gen-ai-pcs.html"
self.driver = self.get_new_driver(servername="10.... | closed | 2025-03-06T09:21:48Z | 2025-03-06T14:28:38Z | https://github.com/seleniumbase/SeleniumBase/issues/3589 | [
"duplicate",
"invalid usage",
"UC Mode / CDP Mode"
] | momo9933 | 1 |
microsoft/qlib | machine-learning | 1,412 | How to define deal_price as next day open price during backtest? | ## ❓ Questions and Help
If I want to use the open price of the following trading day as my deal price during the backtest, how should I define the `deal_price` in `exchange_kwargs`? | closed | 2023-01-07T04:54:16Z | 2023-06-11T18:02:18Z | https://github.com/microsoft/qlib/issues/1412 | [
"question",
"stale"
] | 2young-2simple-sometimes-naive | 2 |
tatsu-lab/stanford_alpaca | deep-learning | 51 | Generation problem after / before instruction fine-tuning | Environment: 6xA6000 48GB with Ubuntu 22.04, Pytorch 1.13.0
I ran into a generation problem after following your instruction to convert LLaMA-7B weight using your attached script.
I simply used the following script to directly test generation after loading the converted LLaMA-7B model:
`tokenizer.batch_decode... | closed | 2023-03-16T08:21:25Z | 2023-03-20T06:03:55Z | https://github.com/tatsu-lab/stanford_alpaca/issues/51 | [] | hxssgaa | 11 |
lepture/authlib | django | 307 | Allow reading an unvalidated JWT's header | **Is your feature request related to a problem? Please describe.**
When validating a JWT using a JWKS, it is common to read the `kid` claim from the JWT's header in order to pull the correct JWK from the set. For example: https://auth0.com/docs/quickstart/backend/python/01-authorization#create-the-jwt-validation-dec... | open | 2020-12-23T13:45:18Z | 2024-08-13T07:57:35Z | https://github.com/lepture/authlib/issues/307 | [
"feature request",
"documentation"
] | thatguysimon | 6 |
blacklanternsecurity/bbot | automation | 1,474 | Ways to optimise memory usage? | I woke up to my instance of bbot being killed after reaching ~9GB of memory usage:
```
[INFO] playful_howard: Events produced so far: DNS_NAME: 268356, IP_ADDRESS: 22462, TECHNOLOGY: 6000, ORG_STUB: 5649, FINDING: 436, STORAGE_BUCKET: 6, SCAN: 1
[INFO] playful_howard: 1 events in queue (DNS_NAME: 1)
Killed
roo... | closed | 2024-06-18T07:30:24Z | 2024-07-24T21:17:41Z | https://github.com/blacklanternsecurity/bbot/issues/1474 | [
"question"
] | felipewarrener | 2 |
jofpin/trape | flask | 59 | ERROR: Command '['unzip', 'ngrok.zip']' | Loading trape...
- What is your port to generate the server? :~> 915
- Successful startup, get lucky on the way!
warning [ngrok.zip]: 18777 extra bytes at beginning or within zipfile
(attempting to process anyway)
file #1: bad zipfile offset (local header sig): 18777
(attempting to re-compensate)
... | open | 2018-11-25T13:08:08Z | 2018-11-28T22:23:28Z | https://github.com/jofpin/trape/issues/59 | [] | lintangtimur | 1 |
graphdeco-inria/gaussian-splatting | computer-vision | 740 | Cuda out of memory when calling the distCUDA2 | At the same env,code could run with 3090, but when using Tesla V100 32g
File "***/gaussian-splatting/scene/gaussian_model.py", line 134, in create_from_pcd
dist2 = torch.clamp_min(distCUDA2(torch.from_numpy(np.asarray(pcd.points)).float().cuda()), 0.0000001)
MemoryError: std::bad_alloc: cudaErrorMemoryAllocation... | open | 2024-04-07T09:38:49Z | 2024-04-27T19:32:10Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/740 | [] | M1sak1-Mei | 3 |
huggingface/transformers | nlp | 36,611 | Not installable on arm64 due to jaxlib upper bound | `jaxlib` does not ship source distributions on PyPI, i.e. is only available as a wheel.
Newer versions of jaxlib do provide `aarch64` wheels, but `transformers` constrains `jaxlib` to `<=0.4.13`
Is it possible to relax this upper bound constraint? Or is there some very specific API-level breakage that was being guard... | open | 2025-03-07T18:56:53Z | 2025-03-10T14:14:45Z | https://github.com/huggingface/transformers/issues/36611 | [
"Flax"
] | paveldikov | 0 |
unit8co/darts | data-science | 2,439 | [BUG] Models that fit method do not support the parameter sample_weights cannot be fitted | **Describe the bug**
In Darts version 0.30.0, the parameter sample_weights was added. However, there are some regressors in scikit-learn where the fit method does not support the parameter sample_weights. I have used the following code to list the models in scikit-learn where the fit method does or does not support th... | closed | 2024-07-02T09:27:29Z | 2024-07-05T11:39:35Z | https://github.com/unit8co/darts/issues/2439 | [
"bug"
] | cnhwl | 2 |
sngyai/Sequoia | pandas | 52 | 回测时“买方机构次数”有问题,并附上修改代码 | 有问题可以参考:https://github.com/myhhub/InStock
抓取股票每日关键数据,计算股票各种指标,识别K线各种形态,内置多种选股策略,支持选股验证回测,支持自动交易,支持批量时间,运行高效
```
问题1:
“近三月”是死时间,为当前的“近三月”,不支持历史选股回测
#
df = ak.stock_lhb_stock_statistic_em(symbol="近三月")
mask = (df['买方机构次数'] > 1) # 机构买入次数大于1
df = df.loc[mask]
top_list = df['代码'].tolist()
上面代码建议修改为:
... | open | 2023-03-16T08:12:36Z | 2023-04-14T10:10:34Z | https://github.com/sngyai/Sequoia/issues/52 | [] | myhhub | 0 |
apachecn/ailearning | scikit-learn | 429 | 第6章_支持向量机 - ApacheCN | http://ailearning.apachecn.org/ml/6.SVM/
ApacheCN 专注于优秀项目维护的开源组织 | closed | 2018-08-24T07:09:23Z | 2021-09-07T17:42:35Z | https://github.com/apachecn/ailearning/issues/429 | [
"Gitalk",
"531eb6cec5289b6b526facbb8afffc8a"
] | jiangzhonglian | 1 |
yt-dlp/yt-dlp | python | 12,648 | Do not connect to youtube with proxy - ConnectionResetError 10054 (it worked before) | ### Checklist
- [x] I'm asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))... | closed | 2025-03-18T02:49:00Z | 2025-03-22T06:06:51Z | https://github.com/yt-dlp/yt-dlp/issues/12648 | [
"incomplete"
] | anikialt | 7 |
netbox-community/netbox | django | 18,319 | Installation/Postgress remind installer to check database encoding | ### Change Type
Addition
### Area
Installation/upgrade
### Proposed Changes
Installation fails if database encoding is not set o `UTF8`, add a line in the docs to remind the installer to check before proceeding with the installation. | closed | 2025-01-07T12:51:05Z | 2025-01-30T16:10:54Z | https://github.com/netbox-community/netbox/issues/18319 | [
"type: documentation"
] | DavidH51200 | 2 |
littlecodersh/ItChat | api | 936 | 今天下午用itchat写的机器人突然断了,然后一直上不去 | 扫描二维码后,手机上显示 暂时无法登录,青重新尝试登录
一直坚持到现在,可惜了。是不是就真的被腾讯方面给禁止了?
请网友们帮忙确认,多谢
| closed | 2021-03-23T14:55:27Z | 2021-03-25T00:50:36Z | https://github.com/littlecodersh/ItChat/issues/936 | [] | shirubei | 1 |
fastapiutils/fastapi-utils | fastapi | 247 | [QUESTION]Is it possible to handle a polling request using repeated task? | **Description**
Is it possible to handle a polling request using repeated task?
I need to monitor a resonse in real time use a polling request. Is there any callback argument I can use in repeated task?
| open | 2021-07-23T09:19:58Z | 2021-07-23T09:19:58Z | https://github.com/fastapiutils/fastapi-utils/issues/247 | [
"question"
] | keyouth0 | 0 |
tensorflow/datasets | numpy | 5,678 | Cannot import the `smart_buildings` dataset. | /!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
**Short description**
Cannot import the `smart_buildings` dataset.
**Environment information**
* Operating System: Linux
* Python version: 3.11
* `tensorflow-datasets`/`tfds-nightly` version: <package and version>
* `tensorflow`/`tf-nightly` version: <p... | closed | 2024-10-19T09:55:07Z | 2025-01-21T10:46:00Z | https://github.com/tensorflow/datasets/issues/5678 | [
"bug"
] | marcenacp | 2 |
miguelgrinberg/Flask-SocketIO | flask | 1,196 | 504 after establishing upgraded websocket connection, issuing Flask API Request | **Your question**
My question is related to a flask API POST call blocking that is issued after a native websocket connection is established between flask-socketio and socket.io on the client successfully. The user flow is such that the user logs in using a POST API call that seems to work fine, and then is connected ... | closed | 2020-02-27T06:56:38Z | 2020-06-30T22:52:01Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1196 | [
"question"
] | wfehrnstrom | 4 |
horovod/horovod | pytorch | 3,497 | NotFoundError: Local Variable does not exist with backward_passes_per_step > 1 | **Environment:**
1. Framework: tensorflow.keras
2. Framework version: 2.5.0
3. Horovod version: 0.22.0
4. MPI version:
5. CUDA version: 11.0
6. NCCL version:
7. Python version: 3.8
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
**Checklist:**
1. Did... | open | 2022-03-28T09:21:57Z | 2022-04-26T21:55:39Z | https://github.com/horovod/horovod/issues/3497 | [
"bug"
] | lenroed | 1 |
deepinsight/insightface | pytorch | 2,527 | Privacy Concerns , IMPORTANT | When the "/saveid" command is utilized for an image, it raises questions regarding the nature of its storage. Specifically, does the image get preserved in its raw format? Furthermore, if we proceed to use the "/del id" command, does this action result in the deletion of the original image data?
There is growing con... | closed | 2024-02-13T16:43:39Z | 2024-02-20T05:10:31Z | https://github.com/deepinsight/insightface/issues/2527 | [] | dhruv-programmes | 0 |
gevent/gevent | asyncio | 1,837 | Installing on alpine via pip - possible with PEP 656? | * gevent version: 21.8.0
* Python version: python 3.9.9 from Alpine in Docker
* Operating System: python:3.9-alpine: python 3.9.9 on Alpine 3.14.3
### Description:
Installing pip via `pip install gevent` still fails on Alpine for python 3.9. Since PEP 656 (see https://github.com/pypa/packaging/pull/411, https://... | closed | 2021-12-02T05:21:17Z | 2021-12-11T20:00:55Z | https://github.com/gevent/gevent/issues/1837 | [] | tgross35 | 3 |
mlfoundations/open_clip | computer-vision | 913 | Text Similarity not equal to 1 for identical inputs | # Problem Description
I am using the pre-trained ViT-H-14 model from open_clip to compare the similarity of identical texts, and I found that the similarity score is not 1 even for exactly the same inputs. Here is the code snippet I used for testing:
```
import torch
from open_clip import create_model_from_pretrain... | closed | 2024-07-12T09:59:44Z | 2024-07-12T19:47:52Z | https://github.com/mlfoundations/open_clip/issues/913 | [] | sugary199 | 1 |
OFA-Sys/Chinese-CLIP | nlp | 312 | load_from_name 加入 flash-attn 支持 | 感谢你如此好的代码实现,他对我的帮助很大,但是我在使用load_from_name 函数时,我发现并不支持flash-attn ,因此我自己实现了这一块的代码,但是我不确定实现是否正确,尽管它可以正常运行。
以下是代码片段
```
###### ------- ps: add use_flash_attention keyword ------- ######
def load_from_name(name: str, device: Union[str, torch.device] = "cuda" if torch.cuda.is_available() else "cpu",
... | open | 2024-05-11T08:13:11Z | 2024-05-23T07:10:08Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/312 | [] | ZechengLi19 | 4 |
aio-libs/aiomysql | asyncio | 132 | Pool auto reconnect | Can we replace the current connection in pool with a new one on error "Lost connection to MySQL server during query ([Errno 104] Connection reset by peer)"? | closed | 2016-12-15T12:30:02Z | 2018-03-22T22:12:05Z | https://github.com/aio-libs/aiomysql/issues/132 | [] | offline | 14 |
plotly/dash | plotly | 2,268 | dcc.Loading Icon Not Displaying when another Function is Called | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip l... | open | 2022-10-11T17:42:37Z | 2024-08-13T19:20:25Z | https://github.com/plotly/dash/issues/2268 | [
"bug",
"P3"
] | matt-buckley | 3 |
microsoft/JARVIS | pytorch | 200 | Running python models_server.py --config configs/config.default.yaml results in "Sorry, we can't find the page you're looking for" | Hello,
I just followed all the steps to [Quick Start Jarvis for Server](https://github.com/microsoft/JARVIS#quick-start), and when I finally reached part with running the server, this is the error I got:
```
(jarvis) jupyter@hugging-gpt-a100-1000gb:~/JARVIS/server$ python models_server.py --config configs/config.... | open | 2023-05-09T15:06:40Z | 2023-05-09T15:06:40Z | https://github.com/microsoft/JARVIS/issues/200 | [] | emailic | 0 |
Miserlou/Zappa | flask | 1,975 | 'NoneType' object is not callable in django | I can't run a functional deploy on django
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
I running zappa on docker using [virtualenv](https://github.com/jyr/true-challenge/blob/part1/part1/build/Dockerfile#L14)
## Expected Behavior
I want to ... | closed | 2019-12-26T05:05:18Z | 2019-12-28T20:34:32Z | https://github.com/Miserlou/Zappa/issues/1975 | [] | jyr | 2 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 125 | tiktok 有的链接无法获取到正确的视频 | 比如:https://www.tiktok.com/t/ZTRVuhXht/
是为什么呢? | closed | 2022-12-14T11:39:10Z | 2022-12-26T03:05:50Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/125 | [
"BUG",
"Fixed"
] | 5wcx | 8 |
shaikhsajid1111/facebook_page_scraper | web-scraping | 36 | Allow providing driver's executable_path explicitly without going through .install() method | I have a funny env: WSLv1 Linux on Windows. Python runs inside Linux emulation, while Chrome and chromedriver.exe are running on Windows. I have a symlink `/usr/bin/chromedriver` pointing to `chromedriver.exe`. This all works out well, but the automatic driver installer may get confused. So having an option to specify ... | open | 2022-10-18T00:19:17Z | 2022-10-22T04:43:56Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/36 | [] | vadimkantorov | 6 |
deepfakes/faceswap | deep-learning | 916 | Manual near to work ... | Hi torzdf,
sorry, manual start! thx
but if i search for nofaces and click in the selection-window, or try to move a aligment then
```
10/28/2019 19:04:36 ERROR Got Exception on main handler:
Traceback (most recent call last):
File "C:\Users\Joshua\faceswap\lib\cli.py", line 128, in execute_script
process.pr... | closed | 2019-10-28T18:17:48Z | 2019-11-02T09:30:44Z | https://github.com/deepfakes/faceswap/issues/916 | [] | TobiTrom | 4 |
peerchemist/finta | pandas | 129 | Chandelier Correct? | Unfortunately no time to describe, but Chandelier doesn't look correct. Especially when comparing to https://school.stockcharts.com/doku.php?id=technical_indicators:chandelier_exit.
Finta's short line is never above the original price series when testing with SPX.
The formula is very simple, must be the ATR calc.
... | open | 2022-01-20T20:27:53Z | 2022-01-20T20:27:53Z | https://github.com/peerchemist/finta/issues/129 | [] | bscully27 | 0 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,810 | Document the custodian user role | ### What version of GlobaLeaks are you using?
4.13.18
### What browser(s) are you seeing the problem on?
Other
### What operating system(s) are you seeing the problem on?
Linux
### Describe the issue
The current documentation, as live in https://docs.globaleaks.org/en/main/ - does not seem to ducument what is a ... | closed | 2023-11-24T10:40:54Z | 2025-02-28T17:33:18Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3810 | [
"C: Documentation",
"U: Custodian"
] | mapreri | 4 |
pydantic/logfire | pydantic | 391 | How can get alert(email notification) when error appear | ### Question
Hi, I use logfire in project in production, I really like it, but I don't get notifcation when error appear, so it's a little bite difficult to always look to see if that has error or not.
| closed | 2024-08-21T10:34:54Z | 2024-11-13T09:51:24Z | https://github.com/pydantic/logfire/issues/391 | [
"Question",
"Feature Request"
] | wogno | 5 |
rthalley/dnspython | asyncio | 377 | Import of non-existing name SHA1 | What software has been tested to work with [this import](https://github.com/rthalley/dnspython/blob/master/dns/dnssec.py#L480)? It seems to break 1.16.0.
I tried with `pycrypto==2.6.1`, not with any hints or suggestions from the package other than a crash after 15 minutes referencing the source code, and that at le... | closed | 2019-06-18T21:06:02Z | 2020-05-07T13:38:18Z | https://github.com/rthalley/dnspython/issues/377 | [
"Documentation Bug"
] | vanrein | 3 |
davidsandberg/facenet | tensorflow | 434 | how to compare 2 images and get the distance? | the tutorial shows how to calculate it on the lfw data set but can i compare just 2 images using classifier.py or compare,py.. or if i had to rewrite some of the code? | closed | 2017-08-23T02:30:11Z | 2018-01-25T16:29:45Z | https://github.com/davidsandberg/facenet/issues/434 | [] | patienceFromZhou | 3 |
opengeos/leafmap | plotly | 281 | Panoply netCDF, HDF and GRIB Data Viewer | The Panoply app is quite interesting. It would be great to have some similar functionality in leafmap.
- https://www.giss.nasa.gov/tools/panoply/
- http://soliton.vm.bytemark.co.uk/pub/cpt-city/
- https://www.ventusky.com/
 of pandas.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | open | 2025-03-19T08:56:21Z | 2025-03-23T12:45:31Z | https://github.com/pandas-dev/pandas/issues/61145 | [
"Bug",
"IO CSV",
"Needs Discussion",
"API - Consistency"
] | ptth222 | 4 |
plotly/dash | data-science | 2,537 | switch to the spare cdn address when the cdn resource of the unpkg fails | My current solution is as below:
```python
class CustomDash(dash.Dash):
def interpolate_index(self, **kwargs):
scripts = kwargs.pop('scripts')
external_scripts = re.findall(
'(<script src="http.*?"></script>)', scripts)
for external_script in external_scripts:
... | open | 2023-05-22T08:11:27Z | 2024-08-13T19:32:57Z | https://github.com/plotly/dash/issues/2537 | [
"feature",
"P3"
] | CNFeffery | 4 |
pytorch/pytorch | deep-learning | 149,075 | xpu: target torch::xpurt not found linking with libtorch installed from XPU wheels | Consider that Pytorch XPU is installed on the newly configure system with:
```
# pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/xpu
# pip3 list | grep torch
torch 2.7.0.dev20250312+xpu
```
Further, consider the use case when someone works on C++ library/executable and wants t... | open | 2025-03-12T20:51:27Z | 2025-03-18T01:53:30Z | https://github.com/pytorch/pytorch/issues/149075 | [
"module: cpp",
"triaged",
"module: xpu"
] | dvrogozh | 4 |
seleniumbase/SeleniumBase | pytest | 3,557 | How to Bypass the Captcha on a Headless Linux Machine | Hi, I am using a Headless Linux Server from Azure to bypass a captcha which requires me to click the cloudflare captcha box,
- When I run with:
```
with SB(uc=True, headless=True, incognito=True) as sb:
sb.driver.uc_open_with_reconnect(url, 10)
```
Then It cannot bypass the captcha page. I also cannot use: `sb.u... | closed | 2025-02-21T19:35:50Z | 2025-02-21T20:37:50Z | https://github.com/seleniumbase/SeleniumBase/issues/3557 | [
"question",
"UC Mode / CDP Mode"
] | vinayyak | 2 |
horovod/horovod | pytorch | 3,642 | Tensorflow: Support int8 and uint8 allreduce | **Is your feature request related to a problem? Please describe.**
Currently, `HorovodAllreduce` tensorflow op is registered to support allreduce on `int32, int64, float16, float32, float64` types but not on `int8` even though the backends support it (ex: NCCL, MPI).
**Describe the solution you'd like**
I plan to... | closed | 2022-08-10T23:06:58Z | 2022-08-17T19:07:57Z | https://github.com/horovod/horovod/issues/3642 | [
"enhancement"
] | kvignesh1420 | 10 |
ultralytics/ultralytics | pytorch | 19,782 | TorchScript on MPS (M1): float64 errors | ### 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
Hey guys,
I’m trying to run a TorchScript-exported YOLO 11 model (tried wit... | open | 2025-03-19T11:28:17Z | 2025-03-20T07:45:41Z | https://github.com/ultralytics/ultralytics/issues/19782 | [
"question",
"detect",
"exports"
] | theOnlyBoy | 5 |
mckinsey/vizro | plotly | 783 | Contribute `sparkline chart` to Vizro visual vocabulary | ## Thank you for contributing to our visual-vocabulary! 🎨
Our visual-vocabulary is a dashboard, that serves a a comprehensive guide for selecting and creating various types of charts. It helps you decide when to use each chart type, and offers sample Python code using [Plotly](https://plotly.com/python/), and inst... | closed | 2024-10-04T18:57:22Z | 2024-11-19T13:45:51Z | https://github.com/mckinsey/vizro/issues/783 | [
"GHC: chart/dashboard track"
] | huong-li-nguyen | 2 |
arogozhnikov/einops | numpy | 248 | [Design Draft] Eindistance | One common scenario that can benefit from einsum-like notation, but seemingly was not implemented is computation of pairwise distances.
This draft covers how this functionality may look like in einops.
### Example
```python
distances_bthw = eindistance(x_btc, x_bhwc, 'b t c, b h w c -> b t h w', distance='s... | open | 2023-03-23T07:25:23Z | 2024-09-17T05:17:26Z | https://github.com/arogozhnikov/einops/issues/248 | [
"enhancement"
] | arogozhnikov | 0 |
erdewit/ib_insync | asyncio | 86 | Exception in ibgatway / tws thrown when trying ib.connect() to simulated IB account | Below is the ibgateway log
2018-08-05 00:46:50.122 [YB] INFO [JTS-CCPDispatcherS2-33] - Setting time offset to -4122 diff -304
2018-08-05 00:46:50.123 [YB] INFO [JTS-CCPDispatcherS2-33] - CCP reported time: 2018-08-04 16:46:46.000 (GMT) [1533401206000], local time: 2018-08-04 16:46:50.122 (GMT), local time: 2018-... | closed | 2018-08-04T16:49:17Z | 2018-08-04T20:53:25Z | https://github.com/erdewit/ib_insync/issues/86 | [] | vanzabee | 2 |
Esri/arcgis-python-api | jupyter | 1,352 | [question] max API requests per second | Hello,
I cannot find in the documentation the rate limit and how many requests per second I'm allowed to send for Geocoding.
Could anyone please let me know?
Wojtek. | closed | 2022-09-22T20:01:05Z | 2022-10-06T20:22:10Z | https://github.com/Esri/arcgis-python-api/issues/1352 | [
"question",
"under consideration"
] | wandrzejczak | 4 |
Anjok07/ultimatevocalremovergui | pytorch | 650 | ValueError: zero-size array to reduction operation maximum which has no identity | Hello, how can I solve this problem
Last Error Received:
Process: VR Architecture
If this error persists, please contact the developers with the error details.
Raw Error Details:
ValueError: "zero-size array to reduction operation maximum which has no identity"
Traceback Error: "
File "UVR.py", lin... | open | 2023-07-05T13:25:46Z | 2023-07-05T13:25:46Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/650 | [] | zengxiaomo | 0 |
jowilf/starlette-admin | sqlalchemy | 373 | Enhancement: Create, Edit and Details Modal from Flask Admin | **Is your feature request related to a problem? Please describe.**
Navigation is neat but I need to be able to create, edit and view the details of a record without navigating to another page.
**Describe the solution you'd like**
Flask Admin already had this feature builtin, since I'm migrating from it, It'll be g... | closed | 2023-10-31T04:08:05Z | 2023-12-04T00:54:40Z | https://github.com/jowilf/starlette-admin/issues/373 | [
"enhancement"
] | hasansezertasan | 0 |
huggingface/transformers | pytorch | 35,945 | Mixed-precision with `torch.autocast` is broken for many models when using `attn_implementation="flash_attention_2"` | ### System Info
transformers==4.48.1
python=3.11.11
### Who can help?
@ArthurZucker
### Expected behavior
Mixed-precision training via `torch.autocast` is broken for most models inspired by the HF Llama code (which is a lot of models) when using `attn_implementation="flash_attention_2` and potentially not workin... | closed | 2025-01-28T21:48:21Z | 2025-02-19T16:30:32Z | https://github.com/huggingface/transformers/issues/35945 | [
"bug"
] | konstantinjdobler | 8 |
keras-team/autokeras | tensorflow | 1,447 | Exported then reloaded Classifier model gives wrong prediction | EDIT: I just realised that what I thought were predicted labels are actually classification probabilities. There is no bug then and I have closed this issue.
### Bug Description
I am trying out AutoKeras by following the step-by-step instructions in [https://autokeras.com/tutorial/export/](url). Everything went fin... | closed | 2020-11-23T07:05:25Z | 2021-04-06T21:34:08Z | https://github.com/keras-team/autokeras/issues/1447 | [] | winston-p | 2 |
OpenVisualCloud/CDN-Transcode-Sample | dash | 10 | ABR support for DASH | closed | 2019-04-18T13:01:36Z | 2019-04-26T05:13:56Z | https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/10 | [
"enhancement"
] | czhou26 | 4 | |
gee-community/geemap | jupyter | 831 | Errors occurred when trying to interact with remote sensing data in widget | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- geemap version: 0.10.1
- Python version: 3.8.12
- Operating System: Windows
### Description
I am trying to change the color of Landsat images layers in map by clicking the setting button, but it went w... | closed | 2021-12-20T01:36:14Z | 2021-12-20T04:49:14Z | https://github.com/gee-community/geemap/issues/831 | [
"bug"
] | GIS-PanTianLi | 3 |
modin-project/modin | pandas | 7,211 | Find a way to limit parallelism for tasks running in parallel for different engines | xref - https://github.com/modin-project/modin/issues/7202 | open | 2024-04-22T20:14:58Z | 2024-04-22T20:14:58Z | https://github.com/modin-project/modin/issues/7211 | [
"new feature/request 💬",
"Dask ⚡",
"unidist"
] | YarShev | 0 |
lepture/authlib | django | 413 | Introspection Resource Authentication problem | @lepture I am trying to implement introspection on client side suing Okta as my authorization server but continuously getting error
`{"error": "missing_authorization", "error_description": "Missing \"Authorization\" in headers."}`
My Implementation
```
class MyIntrospectTokenValidator(IntrospectTokenValidator... | closed | 2021-12-19T11:30:08Z | 2022-01-14T06:48:54Z | https://github.com/lepture/authlib/issues/413 | [] | SalahuddinX | 1 |
babysor/MockingBird | pytorch | 127 | 区别 | 你好,这么多星感觉好棒。很早之前,就开始追 https://github.com/CorentinJ/Real-Time-Voice-Cloning 这个项目了,但是生成质量并没有很高,玩一下感觉挺清奇,但是达不到商用。看到你的主体架构跟 real-time的很相似。我暂时没细看你的代码,请教下:你这个项目跟real-time的区别是什么呢? 做了什么改进呢? 可以简单说下吗?非常感谢! | closed | 2021-10-08T12:05:35Z | 2021-10-16T08:55:17Z | https://github.com/babysor/MockingBird/issues/127 | [] | aijianiula0601 | 3 |
pallets/flask | flask | 5,314 | Typo in docs/tutorial/factory | I was working through the tutorial and ran into a problem getting the example code to work.
It appears that you need to put a trailing backslash on this route for it to render.
---
```python
@app.route("/hello") # no trailing backslash
def hello():
return "Hello, World!"
```
This code returns:
![not_... | closed | 2023-10-31T08:50:46Z | 2023-11-15T00:05:42Z | https://github.com/pallets/flask/issues/5314 | [] | markalanboyd | 1 |
pydantic/logfire | pydantic | 369 | 中文文档上线了 🎉 🎉 🎉 原汁原味的中文 | ### Question
中文文档上线了 🎉 🎉 🎉
原汁原味的中文 https://pydantic.com.cn/logfire/ | closed | 2024-08-07T08:30:23Z | 2024-09-13T09:02:09Z | https://github.com/pydantic/logfire/issues/369 | [
"Question"
] | horizon365 | 4 |
biolab/orange3 | data-visualization | 6,902 | OrangeDataFrame.sparse.todense will stop working in pandas 3.0 | In `pandas_compat`, we have `class OrangeDataFrame(pd.DataFrame)`. The frame can be sparse. We want `self.sparse.to_dense` (where `self` is an instance of `OrangeDataFrame`) to return a dense `OrangeDataFrame` and not `pd.DataFrame`. We achieve this by patching `self.sparse.todense`,
```python
self.sparse.to_dense ... | closed | 2024-09-27T19:41:53Z | 2024-10-04T10:34:52Z | https://github.com/biolab/orange3/issues/6902 | [] | janezd | 1 |
dfm/corner.py | data-visualization | 2 | can we get the 45-degree labels to pivot better? | They should pivot around their end closest to the plot, not around their centers. Know what I mean? I don't have the foo.
| closed | 2012-09-16T01:35:45Z | 2015-04-05T17:11:12Z | https://github.com/dfm/corner.py/issues/2 | [] | davidwhogg | 2 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 30 | 抖音图集 解析失败 | 函数名 | 原因 | 输入值
Scraper.douyin() | local variable 'album_music' referenced before assignment | https://v.douyin.com/XXXXXX/
| closed | 2022-05-21T18:20:10Z | 2022-05-22T09:38:46Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/30 | [] | mrzhaoer | 3 |
CanopyTax/asyncpgsa | sqlalchemy | 71 | Defaults are not handled in multirow inserts | execute_defaults assumes the query.parameters can't be a list, which is the case in a multirow insert like:
q = table.insert().values([
{'val': 12},
{'val': 13},
])
conn.execute(q)
| open | 2018-02-06T23:26:52Z | 2018-02-12T13:31:44Z | https://github.com/CanopyTax/asyncpgsa/issues/71 | [] | stachlewski | 2 |
jpadilla/django-rest-framework-jwt | django | 350 | database query to user table on each request | Unless of course we are missing something obvious, we are getting the database hit for getting the request.user on each access to a view which is not using the user at all because of the deault jwt authentication class. I assume we will have to write our own base authentication class If we need the authentication but n... | open | 2017-07-18T11:02:54Z | 2018-04-21T09:37:24Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/350 | [] | eskhool | 8 |
jina-ai/clip-as-service | pytorch | 908 | Converting the model to onnx introduces errors | We found that there is an error between the ONNX model and the pytorch(pth), with a cosine distance of approximately 5%
open_clip.create_model_and_transforms('ViT-B-32', pretrained='laion2b_e16', cache_dir)
reference:
https://github.com/LAION-AI/CLIP_benchmark/blob/main/clip_benchmark/models/open_clip.py
https:... | open | 2023-04-12T01:54:39Z | 2023-04-14T02:55:59Z | https://github.com/jina-ai/clip-as-service/issues/908 | [] | geekchen007 | 3 |
qubvel-org/segmentation_models.pytorch | computer-vision | 908 | Guidance required to add CBAM Module | Can you please guide how can I add the CBAM module in UNet and Deeplabv3p?

| closed | 2024-08-17T18:22:32Z | 2024-09-03T20:10:10Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/908 | [] | jawi289o | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 9,927 | dataclass only fields not set when reading from the database | ### Describe the bug
When mixing `mapped_column` fields with native dataclass `fields` with `default_factory`, the dataclass-only fields are not set when reading an object back from the database. This makes using the dataclass fields for anything other than dynamic object *creation* difficult. When creating an object ... | closed | 2023-06-10T14:24:13Z | 2023-06-10T18:20:19Z | https://github.com/sqlalchemy/sqlalchemy/issues/9927 | [] | lucasgadams | 0 |
Urinx/WeixinBot | api | 214 | 感觉挺有意思的机器人,装了个试了下,接受图片消息时报错了 | ERROR:root:generic exception: Traceback (most recent call last):
File "D:/python-workspace/test1/weixin.py", line 1110, in _get
data = response.read().decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
| open | 2017-07-15T03:15:39Z | 2017-07-18T17:28:42Z | https://github.com/Urinx/WeixinBot/issues/214 | [] | jhyc | 1 |
mjhea0/flaskr-tdd | flask | 81 | Application error on website | Main page over here:
https://flaskr-tdd.herokuapp.com/
Has this error:
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
heroku logs --tail | closed | 2023-09-21T14:40:55Z | 2023-10-18T00:12:39Z | https://github.com/mjhea0/flaskr-tdd/issues/81 | [] | wizzardx | 0 |
fastapi-users/fastapi-users | asyncio | 1,393 | from fastapi_users.db import SQLAlchemyBaseUserTableUUID, SQLAlchemyUserDatabase - these 2 classes are not implemented/available | ## Describe the bug
Hello,
Documentation implies presence of these 2 classes: SQLAlchemyBaseUserTableUUID, SQLAlchemyUserDatabase
https://fastapi-users.github.io/fastapi-users/latest/configuration/databases/sqlalchemy/
However, when code is executed it shows Error message:
from fastapi_users.db import SQLAl... | closed | 2024-05-27T20:13:27Z | 2024-05-27T20:22:59Z | https://github.com/fastapi-users/fastapi-users/issues/1393 | [
"bug"
] | DShamuratov | 1 |
cvat-ai/cvat | pytorch | 8,645 | Support for Yolo tracking format | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Is your feature request related to a problem? Please describe.
To my knowledge, it is not possible to import/export tracks in the yolo ... | open | 2024-11-05T12:49:25Z | 2024-11-05T13:19:02Z | https://github.com/cvat-ai/cvat/issues/8645 | [
"enhancement"
] | gboeer | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 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 |
onnx/onnxmltools | scikit-learn | 306 | compatibility issue between onnxmltools and winmltools | I got the following error when trying to update the onnxmltools to its latest version (i.e., 1.4.1).
```
root@master-0:~# pip3 install -U onnxmltools
…
ERROR: winmltools 1.4.1 has requirement onnxmltools==1.4.0, but you'll have onnxmltools 1.4.1 which is incompatible.
``` | closed | 2019-05-31T16:07:22Z | 2019-07-02T21:02:51Z | https://github.com/onnx/onnxmltools/issues/306 | [] | lgongmsft | 1 |
cookiecutter/cookiecutter-django | django | 4,915 | Use Astral's uv for pip installation in Docker + CI | ## Description
Use uv to pip install requirements in Docker and CI
## Rationale
Haven't seen something resolve and install as quickly as uv before. At my firm, we saw 80% performance gains replacing poetry. For cookiecutter-django, `uv pip install -r requirements/local.txt` installed in ~2 seconds. | open | 2024-03-09T22:09:22Z | 2024-03-11T21:10:26Z | https://github.com/cookiecutter/cookiecutter-django/issues/4915 | [
"enhancement"
] | Andrew-Chen-Wang | 4 |
pallets-eco/flask-sqlalchemy | flask | 918 | RuntimeError During Pytest Collection Because no App Context is Set Up Yet | ## Current Behavior
My application uses the factory method for setting up the application, so I use a pattern similar to the following:
```python
# ./api/__init__.py
from flask import Flask
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
def create_app():
app = Flask(__name__)
db.init... | closed | 2021-02-23T03:05:53Z | 2021-03-10T00:34:05Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/918 | [] | mikelane | 1 |
piskvorky/gensim | data-science | 3,267 | ImportError : Ensemble LDA | Hi Team, I am trying to use Ensemble version of LDA which I found [here](https://radimrehurek.com/gensim/models/ensemblelda.html) and a tutorial [here](https://radimrehurek.com/gensim/auto_examples/tutorials/run_ensemblelda.html)
But, I am seeing an import error for
```
from gensim.models import EnsembleLda
```... | closed | 2021-11-11T11:44:57Z | 2021-11-11T11:52:14Z | https://github.com/piskvorky/gensim/issues/3267 | [] | AbhiPawar5 | 1 |
sgl-project/sglang | pytorch | 4,663 | [Bug] Get stuck when wrapping VerlEngine with server. | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | open | 2025-03-22T05:05:43Z | 2025-03-24T15:16:07Z | https://github.com/sgl-project/sglang/issues/4663 | [] | yitianlian | 6 |
joerick/pyinstrument | django | 118 | Would it be possible to show the class name in the results ? | Hello,
First many thanks for the work you put in this tool, it was the one i was dreaming of.
I'm using it to find bottlenecks in Django applications.
In this case i got multiple classes having a method called get_total(), would it be possible to display the class name to differentiate the different get_total... | closed | 2021-02-09T08:10:45Z | 2022-11-05T12:03:57Z | https://github.com/joerick/pyinstrument/issues/118 | [
"enhancement"
] | altimore | 3 |
cobrateam/splinter | automation | 359 | Need support for authenticated proxy | There's a long thread at #120 talking about the general use of proxies with splinter. The use of unauthenticated proxies is a solved problem, I think, needing only documentation to explain how to setup the profile_preference programmatically (I've created an issue for that #358)
But I don't think there is a solution y... | open | 2014-12-01T14:46:24Z | 2025-03-22T16:56:13Z | https://github.com/cobrateam/splinter/issues/359 | [] | rwillmer | 3 |
pytorch/pytorch | python | 149,554 | Unify nccl versions for x86 and aarch64 builds | ### 🐛 Describe the bug
Please see:
https://github.com/pytorch/pytorch/pull/149540
After landing of: https://github.com/pytorch/pytorch/pull/149351
CUDA aarch64 builds where broken, since nccl was defined in ``.ci/docker/common/install_cuda_aarch64.sh`` as well as in the matrix.
Consider removing the installation o... | open | 2025-03-19T20:39:38Z | 2025-03-19T21:16:06Z | https://github.com/pytorch/pytorch/issues/149554 | [
"module: binaries",
"module: ci",
"triaged",
"topic: binaries"
] | atalman | 0 |
Guovin/iptv-api | api | 503 | 请大佬添加广州综合 | 另外请教下config源,是否不支持m3u8格式? | closed | 2024-11-02T09:08:48Z | 2024-11-02T09:09:09Z | https://github.com/Guovin/iptv-api/issues/503 | [] | alantang1977 | 0 |
sktime/sktime | scikit-learn | 7,418 | [BUG] HierarchyEnsembleForecaster `forecasters_` attribute does not contain fitted forecasters | **Describe the bug**
The `HierarchyEnsembleForecaster` has an attribute `forecasters_` which is not fitted, and does not follow the convention in other estimators to have this attribute as a dataframe/list of fitted estimators. Instead, there is a `fitted_list` attribute with them.
**To Reproduce**
```python
fr... | closed | 2024-11-19T20:05:41Z | 2024-12-18T21:40:04Z | https://github.com/sktime/sktime/issues/7418 | [
"bug"
] | felipeangelimvieira | 5 |
kubeflow/katib | scikit-learn | 2,002 | Duplicated suggestions generated when early stopping is enabled | /kind bug
**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]
When early stopping is enabled with `bayesianoptimization`, duplicated suggestions/trials are generated.
See suggestion service log:
```
INFO:pkg.suggestion.v1beta1.skopt.base_service:Optimizer tell... | closed | 2022-11-08T06:14:43Z | 2023-01-07T23:18:39Z | https://github.com/kubeflow/katib/issues/2002 | [
"kind/bug"
] | shaowei-su | 3 |
dunossauro/fastapi-do-zero | sqlalchemy | 312 | [QUIZ] Correção sobre questão de `bulk_insert` na aula 10 | Isso foi removido em #302, mas não está no texto. Precisa ser ajustado para `add_all` | closed | 2025-02-19T17:50:02Z | 2025-02-19T18:12:15Z | https://github.com/dunossauro/fastapi-do-zero/issues/312 | [] | dunossauro | 1 |
stitchfix/hamilton | numpy | 121 | Add pandas result builder that converts to long format | **Is your feature request related to a problem? Please describe.**
Hamilton works on "wide" columns -- not "long ones". However the "tidy" data ethos thinks data should be in a long format -- it does make some things easier to do.
**Describe the solution you'd like**
Add a ResultBuilder variant that takes in how y... | closed | 2022-04-25T21:53:43Z | 2023-02-26T17:07:49Z | https://github.com/stitchfix/hamilton/issues/121 | [
"enhancement"
] | skrawcz | 3 |
wkentaro/labelme | computer-vision | 607 | Cannot open archive file | Cannot open archive file | closed | 2020-02-25T10:05:11Z | 2020-03-15T00:16:09Z | https://github.com/wkentaro/labelme/issues/607 | [] | Joboing | 1 |
iperov/DeepFaceLab | machine-learning | 939 | The terminal just freezes after samples are loaded | It just hangs after 20 to 30 minutes. No error, no nothing. Just stuck there as if it's about to do something but it does nothing.
I'm running the script `6_train_SAEHD.sh` from [this](https://github.com/lbfs/DeepFaceLab_Linux/tree/master/scripts) repo.
This is what I'm getting.
Loading samples: 100%|... | closed | 2020-11-04T23:03:04Z | 2020-11-05T21:23:42Z | https://github.com/iperov/DeepFaceLab/issues/939 | [] | MotorCityCobra | 1 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 952 | Achieving platform independence | closed | 2024-11-26T12:44:16Z | 2024-12-21T01:58:35Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/952 | [
"stale"
] | surapuramakhil | 2 | |
paulbrodersen/netgraph | matplotlib | 49 | Is there way to get position of node after manual tweaking? | Hi,
Excellent job for the Interactivity drawing network.
In my case, I'll draw rectangles after each node to represent their attributions. So I wonder if there is a way to get node position so I can refresh the matplotlib drawing?
Like this example, I wanna move the rectangles together with nodes.
[![jjaIsS.p... | closed | 2022-07-24T08:12:19Z | 2022-08-02T11:55:57Z | https://github.com/paulbrodersen/netgraph/issues/49 | [] | HGDD0 | 1 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 38 | switch to frame not work | 
this line break my code | closed | 2023-08-21T19:23:21Z | 2023-08-22T06:44:57Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/38 | [
"needs information"
] | DeltaDarkness | 7 |
plotly/dash-bio | dash | 391 | Running `npm audit fix` results in Onco Print show/hide legend test failure | As noted in e4df58dd2604a230562407a67f1991e6e6d52bda, the test fails when running automatically.
It looks like it is something to do with the button, since if it's clicked manually while the test is running, the desired effect occurs (the legend is hidden). | closed | 2019-07-19T15:36:26Z | 2019-07-22T19:01:07Z | https://github.com/plotly/dash-bio/issues/391 | [
"bug"
] | shammamah-zz | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.