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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pywinauto/pywinauto | automation | 1,369 | Using element wrapper_object in multiple systems generated using pywinauto | I got a wrapper while performing action using pywinauto.
Now I want to play it on a different system using the same wrapper on the same application.
Is it possible?
I am creating the wrappers using below code :-
## Short Example of Code to Demonstrate the Problem
from ctypes.wintypes import tagPOINT
... | open | 2024-01-15T12:43:25Z | 2024-01-16T08:19:41Z | https://github.com/pywinauto/pywinauto/issues/1369 | [] | Roboflex30 | 0 |
microsoft/nlp-recipes | nlp | 453 | [BUG] Mismatch in fit method | ### Description
<!--- Describe your bug in detail -->
In most models we have `def fit(num_gpus=None, ...)` however in https://github.com/microsoft/nlp/blob/staging/utils_nlp/models/bert/sequence_encoding.py#L37 and https://github.com/microsoft/nlp/blob/staging/utils_nlp/models/xlnet/sequence_classification.py#L32 thi... | closed | 2019-10-25T13:50:25Z | 2019-11-25T18:05:15Z | https://github.com/microsoft/nlp-recipes/issues/453 | [
"bug"
] | miguelgfierro | 1 |
healthchecks/healthchecks | django | 1,048 | Feature requests: Markdown Descriptions and Search by Slug | There are so many little details about healthchecks.io that show you care about your work and that make the app a delight to use:
- When sorting by name, numbers are sorted numerically not alphabetically (so I don't have to write 02 to make 2 show up before 10)
- Tags are flexible and the tag buttons up the top are... | open | 2024-08-15T06:47:05Z | 2024-08-15T11:32:02Z | https://github.com/healthchecks/healthchecks/issues/1048 | [] | matt17r | 1 |
CorentinJ/Real-Time-Voice-Cloning | python | 584 | Pytorch not working on RTX 30X0 nvidia GPU (CUDA capability sm_86) | Hi everyone,
I just bought a Nvidia RTX 3070 and I was thrilled to do some training with it but it appears Pytorch doesn't work with my new GPU...
Here is the message I get, and there is no help on the pytorch webpage.
"
GeForce RTX 3070 with CUDA capability sm_86 is not compatible with the current PyTorch i... | closed | 2020-11-02T13:09:21Z | 2020-11-02T17:06:25Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/584 | [] | rallandr | 2 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 591 | hello i have issues starting the program | Hello i have issues starting the program i got this issue :
ImportError: cannot import name '_imaging'
Any idea ? | closed | 2020-11-08T07:39:57Z | 2020-11-09T19:39:31Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/591 | [] | Z3ugm4 | 1 |
JaidedAI/EasyOCR | machine-learning | 449 | In the case of identity card recognition, sometimes it infers the last 'x' to '8' | Thanks for your great work, it performs high-accuracy, but I found In the case of identity card recognition, sometimes it infers the last 'x' to '8' .
How can i increse the accuracy of digit recognition? | closed | 2021-06-07T01:45:22Z | 2022-03-02T09:25:01Z | https://github.com/JaidedAI/EasyOCR/issues/449 | [] | dyther | 1 |
microsoft/nni | deep-learning | 5,683 | warnings.warn(warning_message, RuntimeWarning) Traceback (most recent call last): File "H:\MAGNN-main913\train.py", line 243, in <module> main(params) File "H:\MAGNN-main913\train.py", line 160, in main dropout = params['dropout'] KeyError: 'dropout' | parser = argparse.ArgumentParser(description='PyTorch Time series forecasting')
parser.add_argument('--data', type=str, default='multivariate-time-series-data/exchange_rate/exchange_rate.txt',
help='location of the multivariate-time-series-data file')
parser.add_argument('--log_interval', type=in... | closed | 2023-09-21T07:05:54Z | 2023-09-21T07:09:56Z | https://github.com/microsoft/nni/issues/5683 | [] | lifhdf | 0 |
explosion/spaCy | nlp | 13,449 | SpaCy is not building today | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
<!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
I am building the devcontainer for https://github.com/lovellbrian/cpu and sp... | closed | 2024-04-20T04:59:31Z | 2024-07-06T00:02:30Z | https://github.com/explosion/spaCy/issues/13449 | [
"install"
] | lovellbrian | 18 |
gee-community/geemap | streamlit | 597 | in google colab there is no toolbox displayed as it appear in jupyter notebook? | in google colab there is no toolbox displayed as it appears in jupyter notebook?
I want to draw a polygon using a toolbox and drawing polygon is not available in google colab so is there any other way to do that. | closed | 2021-07-23T19:48:09Z | 2021-07-25T01:01:22Z | https://github.com/gee-community/geemap/issues/597 | [] | pawansingh1610 | 1 |
aeon-toolkit/aeon | scikit-learn | 1,750 | [BUG] CollectionTransformers with `fit_is_empty` is true | ### Describe the bug
if fit_is_empty is true, is_fitted is false and the function returns. This means that reset() is not called. This is in principle fine, because reset only resets variables with the suffix _. Note you cannot call transform without first calling fit (that is a separate conversation).
The issue h... | closed | 2024-07-03T09:46:17Z | 2024-07-03T21:22:22Z | https://github.com/aeon-toolkit/aeon/issues/1750 | [
"bug",
"transformations"
] | TonyBagnall | 2 |
microsoft/qlib | machine-learning | 1,795 | port_analysis_config中strategy下kwarg的signal问题 | 在benchmark文件夹下面,模型对应的yaml配置文件中,一般使用signal<PRED >
port_analysis_config: &port_analysis_config
strategy:
class: TopkDropoutStrategy
module_path: qlib.contrib.strategy
kwargs:
signal: “PRED”
topk: 50
n_drop: 5
在workflow__by_code.py中,使用signal": (mode... | open | 2024-05-24T01:07:17Z | 2024-06-24T13:39:57Z | https://github.com/microsoft/qlib/issues/1795 | [
"question"
] | semiparametric | 1 |
NullArray/AutoSploit | automation | 728 | Divided by zero exception48 | Error: Attempted to divide by zero.48 | closed | 2019-04-19T15:59:40Z | 2019-04-19T16:38:39Z | https://github.com/NullArray/AutoSploit/issues/728 | [] | AutosploitReporter | 0 |
mirumee/ariadne-codegen | graphql | 18 | Handle extra configuration options | Package should read and handle more optional parameters, which currently are hardcoded as default values.
List of parameters:
- name of generated client class
- name of file that contains types generated from schema
- name and path from where copy base client class | closed | 2022-10-20T11:10:56Z | 2022-11-02T14:34:28Z | https://github.com/mirumee/ariadne-codegen/issues/18 | [
"enhancement"
] | mat-sop | 1 |
PablocFonseca/streamlit-aggrid | streamlit | 230 | StopIteration due to columnDefs | Error Trace:
```
File "/opt/homebrew/Caskroom/miniconda/base/envs/snowpark/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)
File "/Users/<redacted>/sfc-workspace/streamlit-uar/uar/1_Manager_App.py", line 41, in <module>
op... | open | 2023-08-15T14:23:37Z | 2024-03-21T17:26:52Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/230 | [
"help wanted"
] | sfc-gh-pkommini | 1 |
encode/httpx | asyncio | 3,092 | Problem with proxy and streaming | I try to process streaming (return customer in chat). I need to use proxy. I have problem that response does not streaming when using proxy (all responses returned after all processed, no effect of writing text)
```python
import asyncio
from typing import Optional
from httpx import AsyncClient
from openai impo... | closed | 2024-02-13T01:54:51Z | 2024-02-13T11:24:28Z | https://github.com/encode/httpx/issues/3092 | [] | markowanga | 0 |
tensorflow/tensor2tensor | deep-learning | 1,477 | RFC: What do you think about TRAX? How do we make the next T2T really good? | ### Description
...
### Environment information
```
OS: <your answer here>
$ pip freeze | grep tensor
# your output here
$ python -V
# your output here
```
### For bugs: reproduction and error logs
```
# Steps to reproduce:
...
```
```
# Error logs:
...
```
| closed | 2019-03-07T01:57:11Z | 2019-03-07T01:57:22Z | https://github.com/tensorflow/tensor2tensor/issues/1477 | [] | lukaszkaiser | 0 |
raphaelvallat/pingouin | pandas | 377 | pandas.DataFrame.iteritems deprecated since pandas 1.5: pingouin.plot_rm_corr fails on example dataset | Thank you for adding the plotting function for the repeated measures correlation! Previously, I had to switch to R for that...
Unfortunately, it does not work for me. Even when using the example dataset from the [function description](https://pingouin-stats.org/build/html/generated/pingouin.plot_rm_corr.html#pingoui... | closed | 2023-09-21T09:26:56Z | 2023-11-11T18:52:03Z | https://github.com/raphaelvallat/pingouin/issues/377 | [
"bug :boom:",
"URGENT :warning:"
] | moritz-gerster | 4 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,586 | Get DDL compiler instance within SQL expression compiling construct | ### Describe the use case
Access to DDL compiler instance within SQL expression compiling construct, as it is in DDL compiling constructs through DDLCompiler sql_compiler accessor. This is useful for cases when inline schemas can be provided in SQL queries, such as SQL Server OPENJSON or MySQL JSON_TABLE.
### Databas... | closed | 2024-07-09T06:42:23Z | 2024-07-09T13:20:42Z | https://github.com/sqlalchemy/sqlalchemy/issues/11586 | [
"use case"
] | apabolleta-dasnano | 0 |
babysor/MockingBird | deep-learning | 272 | 安装 ffmpeg时的requirements.txt在哪里? | 安装 ffmpeg。 1)下载 选择点击打开链接Windows对应的版本下载 2)解压 ffmpeg-xxxx.zip 文件到指定目录; 3)将解压后的文件目录中 bin 目录(包含 ffmpeg.exe )添加进 path 环境变量中; 4)进入 cmd,输入 ffmpeg -version,可验证当前系统是否识别 ffmpeg 以及查看 ffmpeg 的版本
运行pip install -r requirements.txt 来安装剩余的必要包。 | closed | 2021-12-15T08:47:23Z | 2021-12-26T03:18:53Z | https://github.com/babysor/MockingBird/issues/272 | [] | jasonyun | 2 |
pytorch/pytorch | deep-learning | 149,301 | Unexpected results w/ LayerNorm -- suspecting possible memory issue? | ### 🐛 Describe the bug
I'm noticing an interesting behaviour of LayerNorm when applied to large 4d tensors (bf16) when normalized shape is an int (i.e., normalizing over the final dimension of the tensor).
What I'm seeing is that the size of the first dimension (batch size) can impact the normalized values of existi... | open | 2025-03-17T07:51:14Z | 2025-03-18T13:53:01Z | https://github.com/pytorch/pytorch/issues/149301 | [
"module: numerical-stability",
"triaged",
"module: norms and normalization"
] | Apex95 | 3 |
kubeflow/katib | scikit-learn | 1,734 | Add `shellcheck` to CI | /kind feature
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]
Add [`shellcheck`](https://github.com/koalaman/shellcheck) to verify all shell scripts in this repository.
Ref: https://github.com/kubeflow/katib/pull/1731#discussion_r751174167
**Anything else ... | closed | 2021-11-17T13:57:54Z | 2022-05-03T02:42:39Z | https://github.com/kubeflow/katib/issues/1734 | [
"kind/feature",
"lifecycle/frozen"
] | tenzen-y | 12 |
rougier/scientific-visualization-book | matplotlib | 65 | Code for Figure 2.3 from the book doesn't match the image (Chapter 2, pages 22-23) | Hi @rougier,
If we use the code for the Figure 2.3 from the book, then the border will be inside data coordinates, not outside as expected, and with different tick labels (specifying the code from the book before resolving #63):
```python
fig = plt.figure(figsize=(5, 5), dpi=100)
ax = fig.add_subplot(1, 1, 1, p... | closed | 2022-07-12T12:07:41Z | 2022-07-25T07:35:46Z | https://github.com/rougier/scientific-visualization-book/issues/65 | [] | labdmitriy | 1 |
d2l-ai/d2l-en | deep-learning | 2,560 | A question about 4.7.3.3. Label Shift Correction | I'm confused about the equation $\sum_jc_{ij}p(y_j)=\mu(\hat y_i)$ and the definition of confusion matrix $C$ above.
As I understood, the equation is based on the full probability equation $$\sum_jP(\hat y=y_i|y=y_j)P(y=y_j)=P(\hat y=y_i)$$ where $\hat{y}$ stands for the predicted label of $x$ and $y$ stands for the t... | open | 2023-10-07T04:22:40Z | 2023-10-07T04:25:29Z | https://github.com/d2l-ai/d2l-en/issues/2560 | [] | OneCoin123 | 1 |
huggingface/datasets | machine-learning | 7,196 | concatenate_datasets does not preserve shuffling state | ### Describe the bug
After concatenate datasets on an iterable dataset, the shuffling state is destroyed, similar to #7156
This means concatenation cant be used for resolving uneven numbers of samples across devices when using iterable datasets in a distributed setting as discussed in #6623
I also noticed th... | open | 2024-10-03T14:30:38Z | 2025-03-18T10:56:47Z | https://github.com/huggingface/datasets/issues/7196 | [] | alex-hh | 1 |
scikit-optimize/scikit-optimize | scikit-learn | 646 | Dimensions: boolean np.array not supported | Despite the fact that numpy.array are supported types for dimensions, the built-in Python bool and the numpy.bool_ have very different semantics from each other (check [this](https://github.com/numpy/numpy/issues/9646) numpy issue), meaning `isinstance(np.array([True])[0], bool)` returns `False` as the bool value is im... | closed | 2018-03-13T13:49:24Z | 2018-03-13T15:07:46Z | https://github.com/scikit-optimize/scikit-optimize/issues/646 | [] | carlosdanielcsantos | 0 |
davidsandberg/facenet | tensorflow | 867 | Hello, do you have any model trained on triplet loss? | Fine, I'm currently working on a private use video based roll in system. Dlib did not perform well on real scene and got a lot of error.
Though I've changed the way to select correct predictions, the result is still not applicable.
I found the triplet loss would be most close to my currently used select method, so I ... | open | 2018-09-11T06:01:12Z | 2018-09-11T06:01:12Z | https://github.com/davidsandberg/facenet/issues/867 | [] | Heermosi | 0 |
tqdm/tqdm | jupyter | 1,411 | Add support for more time formats in `rate_inv_fmt` | - [X] I have marked all applicable categories:
+ [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [X] new feature request
- [X] I have visited the [source website], and in particular
rea... | open | 2022-12-27T19:37:06Z | 2022-12-27T19:45:50Z | https://github.com/tqdm/tqdm/issues/1411 | [] | george-gca | 0 |
coqui-ai/TTS | pytorch | 2,406 | docker image for mac m1 ship | ### Describe the bug
no matching manifest for linux/arm64/v8 in the manifest list entries
### To Reproduce
have a mac m1 with apple ship
run `docker pull ghcr.io/coqui-ai/tts-cpu`
> docker pull ghcr.io/coqui-ai/tts-cpu
>
> Using default tag: latest
> latest: Pulling from coqui-ai/tts-cpu
> no matching manif... | closed | 2023-03-10T17:08:23Z | 2024-01-10T02:43:04Z | https://github.com/coqui-ai/TTS/issues/2406 | [
"good first issue",
"wontfix",
"feature request"
] | ans1genie | 10 |
pennersr/django-allauth | django | 3,073 | Idea: django-oauth-toolkit provider | I have the need to implement a custom OAuth2 provider for a service that uses [django-oauth-toolkit](https://django-oauth-toolkit.readthedocs.io/en/latest/). Instead of having only my custom provider (that is already implemented here [techmatters/terraso-allauth](https://github.com/techmatters/terraso-allauth/)), I tho... | closed | 2022-04-14T20:59:09Z | 2023-07-06T05:49:18Z | https://github.com/pennersr/django-allauth/issues/3073 | [] | caiocarrara | 1 |
ultralytics/yolov5 | deep-learning | 13,010 | stuck training on NVIDIA H100 | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I am training my custom dataset on NVIDIA H100 (80GB HBM3, 81008MiB), only single gpu but... | closed | 2024-05-14T06:57:16Z | 2024-10-20T19:45:53Z | https://github.com/ultralytics/yolov5/issues/13010 | [
"question",
"Stale"
] | SoraJung | 5 |
InstaPy/InstaPy | automation | 6,532 | Bot not working on any computer - why? | Hello - i have the following script which works fine on the one win10 client - but fails on another win10 client -
```
import os
from instapy import InstaPy
session = InstaPy(username=INSTA_USER,
password=INSTA_PW,
headless_browser= True)
session.login()
session... | open | 2022-03-02T20:02:45Z | 2022-03-26T19:14:37Z | https://github.com/InstaPy/InstaPy/issues/6532 | [] | Rapid1898-code | 8 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 265 | 在VOC07上跑的结果比原论文低了约7%的mAP[0.5] (不好意思之前您回复我的问题我没看见问题关闭了) | 原问题 :
在VOC2007的trainval图片上训练,在VOC2007test图片上测试结果是63%mAP[0.5] 但是Faster RCNN论文中提到的 测试结果应该是接近70%的(不过论文中proposals是300) 请问是因为某些设定不一样嘛? 必如 冻结了backbone的一些层,可是如果VOC数据不够的话 冻结了效果不该更好吗?
您的回复是:
你用的backbone是vgg吗?你确定你backbone改的是正确的吗?你确定你载入的backbone预训练权重是正确的吗?
回复:
我用的是vgg, 关于backbone我使用的是您在train_mobilenetv2.py里面注释的部分,然后把mo... | closed | 2021-05-22T05:02:25Z | 2021-08-10T04:27:02Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/265 | [] | LinfengYuan1997 | 4 |
davidsandberg/facenet | computer-vision | 1,198 | Regarding creating custom model | Hi
I would like to create a custom model for my own dataset and not a classifier with the existing model say for example (20180402-114759).
Can you help me outline the steps needed to create a custom model ?
I would much prefer triplet loss (anchor, pos, neg) for this.
Thanks
chadnra | open | 2021-04-20T05:45:53Z | 2021-04-20T05:45:53Z | https://github.com/davidsandberg/facenet/issues/1198 | [] | ghost | 0 |
opengeos/leafmap | streamlit | 435 | Error after upgrading leafmap to 0.20.0 | The following script was working fine with leafmap 0.19.0.
import leafmap,os,time
m = leafmap.Map()
m.add_basemap('SATELLITE')
m.add_shp(in_shp=extent_vector, layer_name="Extent shapefile")
m
But now the following error is popping with 0.20.0 version.
-----------------------------------------------------... | closed | 2023-04-25T04:59:49Z | 2023-04-25T15:06:53Z | https://github.com/opengeos/leafmap/issues/435 | [
"bug"
] | ravishbapna | 2 |
nschloe/tikzplotlib | matplotlib | 424 | Out-of-order subplots don't work | If subplots are generated in a different order (e.g., 2 before 1), then tikzplotlib incorrectly generates multiple groupplot environments, breaking the placement.
```py
from matplotlib import pyplot as plt
import tikzplotlib
import numpy as np
plt.subplot(2, 1, 2) # Note: subplot 2 is accessed before subplot 1
... | open | 2020-07-22T09:16:13Z | 2020-07-22T09:16:13Z | https://github.com/nschloe/tikzplotlib/issues/424 | [] | MaxGaukler | 0 |
dropbox/PyHive | sqlalchemy | 2 | Support Presto query cancellation | Send a HTTP DELETE to the "nextUri"
| closed | 2014-03-05T22:53:36Z | 2018-08-01T23:46:45Z | https://github.com/dropbox/PyHive/issues/2 | [
"enhancement"
] | jingw | 2 |
paperless-ngx/paperless-ngx | django | 7,988 | [BUG] Getting error while running the pipenv install --dev | ### Description
i am getting the below error after running the pipenv install --dev command
pipenv install --dev
Loading .env environment variables...
Creating a virtualenv for this project...
Pipfile: /home/intern/paperless-ngx/Pipfile
Using default python from /usr/bin/python3 (3.12.3) to create virtualenv..... | closed | 2024-10-23T14:50:52Z | 2024-10-23T14:52:41Z | https://github.com/paperless-ngx/paperless-ngx/issues/7988 | [
"not a bug"
] | ajinkyajoshicyret | 0 |
comfyanonymous/ComfyUI | pytorch | 6,569 | Unexpected Color Artifacts with Euler Ancestral Sampler in v0.3.12 | ### Expected Behavior
The generated image should accurately reflect the prompt without including extraneous colored blocks.
### Actual Behavior
When using ComfyUI v0.3.12 with the Euler Ancestral sampler, unexpected color artifacts appear in the generated image. These artifacts include random colored blocks that wer... | closed | 2025-01-22T18:29:12Z | 2025-02-26T08:51:42Z | https://github.com/comfyanonymous/ComfyUI/issues/6569 | [
"Potential Bug"
] | TomXPRIME | 3 |
xmu-xiaoma666/External-Attention-pytorch | pytorch | 118 | DMSANet: Dual Multi Scale Attention Network | 作者可以把这个注意力机制加上去嘛?
| open | 2024-09-03T10:44:17Z | 2024-09-03T10:44:17Z | https://github.com/xmu-xiaoma666/External-Attention-pytorch/issues/118 | [] | wuxiaohui0 | 0 |
httpie/cli | api | 1,411 | Help option crash | ## Checklist
- [X] I've searched for similar issues.
- [X] I'm using the latest version of HTTPie.
---
## Minimal reproduction code and steps
1. install httpie latest version on debian
2. run the command `http --help`
3.
## Current result
```text
Traceback (most recent call last):
File "http_cli.... | open | 2022-06-08T12:13:36Z | 2022-06-09T13:34:19Z | https://github.com/httpie/cli/issues/1411 | [
"bug"
] | troplolBE | 0 |
sammchardy/python-binance | api | 1,550 | Can't retrieve order or trade history from more than 2 years ago | Hi,
`client.get_my_trades(symbol=pair)` returns only the trade history of the last 2 years.
Same for `client.get_all_orders(symbol=pair)`
Adding the parameters `startTime` or `fromId` has no effect.
How can i get the trade and order history from the beginning?
tnx | open | 2025-02-05T04:06:26Z | 2025-02-26T12:32:17Z | https://github.com/sammchardy/python-binance/issues/1550 | [
"question"
] | waynongithub | 3 |
gunthercox/ChatterBot | machine-learning | 1,409 | What machine learning algorithm is used in this project? | first thanks of this wonderful work,
I read all in readme, it's say this project use machine learning to make bot have more real response,
would you tell me how this machine learning work? like make a simple example or used algorithm name. so i can make a greater train data.
thanks.
| closed | 2018-09-18T09:21:13Z | 2019-07-15T09:36:45Z | https://github.com/gunthercox/ChatterBot/issues/1409 | [] | sherry0429 | 2 |
Layout-Parser/layout-parser | computer-vision | 1 | prediction script and reading-order | @RosenZhang @lolipopshock
- Does it predict he reading-order of the regions?
- A Prediction script to predict all images in a folder. | closed | 2020-06-25T17:47:07Z | 2020-09-18T10:27:16Z | https://github.com/Layout-Parser/layout-parser/issues/1 | [] | ghost | 0 |
modelscope/modelscope | nlp | 919 | StructBERT问句识别-中文口语-通用领域项目BUG | ## 问题
[StructBERT问句识别-中文口语-通用领域](https://www.modelscope.cn/models/iic/nlp_structbert_qd_spoken_chinese-base?spm=a2c6h.13066369.question.1.65e750ed4SSbfR)项目中,采用魔塔提供的notebook免费环境,试了各种镜像,都存在一个这样的问题:
**TypeError: PreTrainedTokenizerFast._batch_encode_plus() got an unexpected keyword argument 'label2id'**
## 复现
复现这个... | closed | 2024-07-20T01:39:16Z | 2024-07-27T12:56:33Z | https://github.com/modelscope/modelscope/issues/919 | [] | lqzzy | 2 |
numpy/numpy | numpy | 28,119 | ENH,MAINT: Remove maxarg usages/workaround | With `nditer`/`NpyIter` now supporting an arbitrary number of operands, we can remove a few work-arounds and work on improving support for arbitrary number of arguments in general.
The main work-around in Python is code using `nditer` (or avoiding it due to the limit):
* usage in `numpy/lib/_stride_tricks_impl.py` ... | open | 2025-01-07T11:36:14Z | 2025-01-09T15:05:06Z | https://github.com/numpy/numpy/issues/28119 | [] | seberg | 1 |
deepset-ai/haystack | nlp | 8,062 | docs: clean up the first batch of docstrings | The goal is to clean up and clarify the docstrings:
- The introduction will explain what the component does in a concise way.
- Use more concise language throughout the docstrings.
The first batch of components were identified based on their most-often usage in pipelines according to telemetry:
- [x] #8063
- [... | closed | 2024-07-24T08:52:11Z | 2024-07-31T09:44:17Z | https://github.com/deepset-ai/haystack/issues/8062 | [] | dfokina | 1 |
aws/aws-sdk-pandas | pandas | 2,274 | timestream 'list_tables' method typo in 'NextToken' | ### Describe the bug
Hi,
The code in the package;

'nextToken' string should be searched as 'NextToken' in response in while loop. (In the json response there is no key such as 'nextToken', but there is a key s... | closed | 2023-05-15T12:09:37Z | 2023-05-15T14:03:44Z | https://github.com/aws/aws-sdk-pandas/issues/2274 | [
"bug"
] | SukruHan | 1 |
horovod/horovod | deep-learning | 3,121 | horovod.common.exceptions.HorovodInternalError: Broadcast is not supported with Join at this time. | **Environment:**
1. Framework: Pytorch (Lightning)
2. Framework version: 1.9.0+cu102 (and 1.4.2 for pytorch lightning)
3. Horovod version: 0.22.1
4. MPI version: 2.1.1
5. CUDA version: 10.2
6. NCCL version: 2708
7. Python version: 3.9.6
8. Spark / PySpark version: -
9. Ray version: -
10. OS and version: Ubunt... | closed | 2021-08-19T20:13:24Z | 2021-10-06T05:53:45Z | https://github.com/horovod/horovod/issues/3121 | [
"bug"
] | b-hahn | 2 |
biolab/orange3 | numpy | 6,574 | Datasets widget settings are incompatible between Windows and Linux/Mac | **What's wrong?**
Here are two workflows: [datasets-platform.zip](https://github.com/biolab/orange3/files/12608329/datasets-platform.zip). Both were saved with "adult" selected and, in both, Datasets should output adult when opened.
On Windows, only the Windows workflow will work. On Linux (and probably Mac), only... | closed | 2023-09-14T11:49:05Z | 2023-09-15T20:26:44Z | https://github.com/biolab/orange3/issues/6574 | [
"bug"
] | markotoplak | 0 |
browser-use/browser-use | python | 198 | [Feature request] Agent returns JSON | It would be cool if ActionResult could return also JSON apart from only text. Sure I can use text to feed into GPT-4o, but when I am using openai, te newer models use JSON response, which is super handy. | open | 2025-01-10T11:32:50Z | 2025-01-15T23:06:30Z | https://github.com/browser-use/browser-use/issues/198 | [] | detrin | 2 |
fastapi/sqlmodel | fastapi | 853 | Internal link failed at create-db-and-table.md | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
In md file `\sqlmodel\docs\tutorial\create-db-and-table.md`, line 485, there is a internal link failed.
```
Remember that [each SQL Database has some different variations in what they support?](../databases/... | closed | 2024-03-21T03:04:02Z | 2024-06-21T02:16:58Z | https://github.com/fastapi/sqlmodel/issues/853 | [] | chinabiue | 0 |
coqui-ai/TTS | deep-learning | 3,039 | [Feature request] [SSML] Manual Stress Control | *The following FR is applied mostly to XTTS, but it could be extended to other multilingual models.*
**🚀 Feature Description**
In non-English models (i.e. Russian) stress could be assigned incorrectly. In some cases it could drastically alter the word meaning. For instance, the word "замок" is a homograph that h... | closed | 2023-10-07T06:43:31Z | 2025-03-24T10:50:59Z | https://github.com/coqui-ai/TTS/issues/3039 | [
"wontfix",
"feature request"
] | Th3rdSergeevich | 7 |
plotly/dash | dash | 2,475 | Allow modification of position/direction and style of dash_table tooltips | **Context**
- The tooltip is always positioned under its corresponding cell, except in the last rows where it's positioned on top. This automatic behaviour cannot be modified.
- Right now it's only possible to modify the _general_ style of _all_ of the tooltips with the `css` argument of `dash_table.DataTable`
*... | open | 2023-03-22T12:02:07Z | 2024-08-13T19:29:34Z | https://github.com/plotly/dash/issues/2475 | [
"feature",
"dash-data-table",
"P3"
] | celia-lm | 0 |
ymcui/Chinese-BERT-wwm | nlp | 170 | wwm训练的模型,如何使用bert的tokenize? | 您好,我有几个问题,想咨询一下:
1、中文使用WWM预训练时,会将"公司" tokenize 为 [“公”,"##司"],mask时,会将"公司"mask为“[[MASK],[MASK]]”,请问此时label是["公","司"]还是["公","##司"]?
2、如果label使用的是["公","##司"]来训练的话,那么训练的就是“##司”,而不是“司”;那么在后续模型的使用时,使用bert的BertTokenizer,只会将"公司"tokenize为[“公”,"司"],但是按照WWM的思想,应该要tokenize 为 [“公”,"##司"]。“##司”和“司”二者的embeddings是不一样的。后续模型的使用,是不是也需要... | closed | 2021-01-28T09:30:41Z | 2021-01-29T06:57:06Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/170 | [] | nathinal | 9 |
modelscope/modelscope | nlp | 885 | py_sound_connect无法安装 | modelscope版本:1.15.0
python版本:3.8.0
运行CTC的demo程序:
```
from modelscope.pipelines import pipeline
from modelscope.utils.constant import Tasks
kws = pipeline(
Tasks.keyword_spotting,
model='damo/speech_dfsmn_kws_char_farfield_16k_nihaomiya')
# you can also use local file path
result = kws('https://m... | closed | 2024-06-17T08:27:41Z | 2024-07-25T01:53:13Z | https://github.com/modelscope/modelscope/issues/885 | [
"Stale"
] | KAWAKO-in-GAYHUB | 3 |
matterport/Mask_RCNN | tensorflow | 2,580 | Comparing Tensorboard Log Losses between RGB , Grayscale and RGB-D | I have completed training the Mask_RCNN on a very small dataset of 22 training images and 6 validation images which I took with my RealSense Depth camera. I trained on 3 different modes written below and compared the log losses graphs on TensorBoard to see if RGB-Depth has a better performance. However I have problem i... | open | 2021-05-31T10:01:10Z | 2021-05-31T10:01:10Z | https://github.com/matterport/Mask_RCNN/issues/2580 | [] | maohong30 | 0 |
schemathesis/schemathesis | graphql | 1,869 | [BUG] Max examples is not respected in stateful tests | ### 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 Schemathesis
... | closed | 2023-11-02T11:30:35Z | 2024-06-13T13:03:07Z | https://github.com/schemathesis/schemathesis/issues/1869 | [
"Type: Bug",
"Status: Needs more info"
] | lchauhan21 | 3 |
yt-dlp/yt-dlp | python | 12,458 | malicious spam by a blocked user | this was malicious spam and stephablouin6 is now blocked
| closed | 2025-02-23T15:25:30Z | 2025-02-23T18:17:08Z | https://github.com/yt-dlp/yt-dlp/issues/12458 | [
"spam"
] | stephablouin6 | 0 |
fastapi/sqlmodel | fastapi | 483 | Is it normal unable to use autocomplete for SQLModel class field? | ### 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-11-03T09:43:55Z | 2024-08-09T07:26:23Z | https://github.com/fastapi/sqlmodel/issues/483 | [
"question"
] | ggree1 | 14 |
deezer/spleeter | deep-learning | 301 | [Discussion] Latest update news? | Anyone care to explain what improvements TF 1.15 brings to Spleeter? | closed | 2020-03-24T17:28:08Z | 2020-03-28T01:07:37Z | https://github.com/deezer/spleeter/issues/301 | [
"question"
] | aidv | 1 |
aiogram/aiogram | asyncio | 1,246 | Incorrect Type Annotations - InlineKeyboardButton | Hello, I'm one of the developers who use pyright as a type-checker, and with aiogram's current type-annotation i've got a lot type errors, ofc everything works in runtime, but its really annoying, you could say "dont use pyright then" but I hope u'll find a better solution, as an example I choose InlineKeyboardButton c... | closed | 2023-08-05T19:11:47Z | 2023-08-06T14:21:45Z | https://github.com/aiogram/aiogram/issues/1246 | [] | ruslan-korneev | 3 |
Josh-XT/AGiXT | automation | 836 | Chain/Task Chain/Smart Task Chain Not Creating Chain | ### Description
Chain not creating chain or something like that so it says not found
[logs.txt](https://github.com/Josh-XT/AGiXT/files/11998248/logs.txt)

### Steps to Reproduce the Bug
Run Task Chain or Smart Task C... | closed | 2023-07-10T05:57:15Z | 2023-07-11T11:18:04Z | https://github.com/Josh-XT/AGiXT/issues/836 | [
"type | report | bug",
"needs triage"
] | birdup000 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,397 | --phase train: AttributeError: 'CycleGANModel' object has no attribute 'real_A' | Hello! I am training cycle_gan with _dataset_mode_ equal to _unaligned_. My environment is:
Python -> 3.8.10
torch -> 1.8.1+cu102
OS -> Linux Mint 20.2 Cinnamon
I had passed parameter _--phase train_ however I am facing an error **AttributeError: 'CycleGANModel' object has no attribute 'real_A'** .
Complet... | closed | 2022-03-15T13:00:03Z | 2023-06-17T08:20:48Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1397 | [] | MasterHM-ml | 2 |
geopandas/geopandas | pandas | 3,089 | ENH: add a convenience function to remove Z coordinates from *Z geometry types | Sometimes, you get PolygonZ or similar geometries with all Z being actually 0. It is often useful to just get rid of those coordinates and downcast geoms to Polygon. I remember we talked about that earlier but couldn't find anything.
Right now, one way is to use `shapely.transform` like this
```py
shapely.transf... | closed | 2023-11-28T18:45:03Z | 2023-11-28T19:20:52Z | https://github.com/geopandas/geopandas/issues/3089 | [] | martinfleis | 2 |
aidlearning/AidLearning-FrameWork | jupyter | 45 | apt update error:E: Sub-process /usr/bin/dpkg returned an error code (1) | Phone:HUAWEI P8, Android OS 6
When I run upgrade/installing code,errors occurred:
``root@localhost:/home# apt install mime
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mime
Reading pack... | closed | 2019-09-09T03:14:20Z | 2020-08-03T09:08:50Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/45 | [] | dobefore | 1 |
Guovin/iptv-api | api | 610 | 节目名称问题 | 添加的订阅源有部分频道名称与模板中名称不一致。
不知道有没有频道别名的配置方法? 比如 CCTV5、CCTV-5、CCTV5-体育、CCTV-5 体育频道,如何合并为CCTV-5 | closed | 2024-12-02T08:15:29Z | 2024-12-02T11:23:03Z | https://github.com/Guovin/iptv-api/issues/610 | [
"question"
] | Vendong | 1 |
amisadmin/fastapi-amis-admin | sqlalchemy | 195 | 感谢更新 | 看到作者更新,非常高兴,也非常感谢!
| open | 2025-03-20T04:59:03Z | 2025-03-20T05:53:26Z | https://github.com/amisadmin/fastapi-amis-admin/issues/195 | [] | hezuogongying | 0 |
piskvorky/gensim | data-science | 3,489 | Windows wheel broken for Python 3.10 | https://github.com/RaRe-Technologies/gensim/actions/runs/5949723110/job/16137526110 | open | 2023-08-23T11:14:01Z | 2023-08-23T11:14:01Z | https://github.com/piskvorky/gensim/issues/3489 | [] | mpenkov | 0 |
encode/databases | asyncio | 534 | RFE: please provde update for `sqlalchemy` 2.x | https://github.com/encode/databases/blob/b6eba5f7a19eaf8966e3821f44fe00f4770cb822/setup.py#L50 | closed | 2023-02-15T18:50:43Z | 2023-02-28T21:17:28Z | https://github.com/encode/databases/issues/534 | [] | kloczek | 4 |
pytest-dev/pytest-xdist | pytest | 501 | fixtures with class scope not working as expected with --dist=loadscope option | I need to run about 10 tests that depend on a set up done with a fixture, it all works fine without parallelism using a class fixture and tests within class.
Once I add the xdist parallelism I experience the following:
When I do not use loadscope, all the tests are sent to their own worker. I do not want this because... | closed | 2020-02-09T12:51:46Z | 2020-02-09T23:58:54Z | https://github.com/pytest-dev/pytest-xdist/issues/501 | [] | fpiccione | 4 |
litestar-org/litestar | asyncio | 3,937 | Bug: CI builds fail due to deprecated Github action | ### Description
The currently used Github upload action has been deprecated and should be upgraded.
### URL to code causing the issue
https://github.com/litestar-org/litestar/actions/runs/12687347653/job/35387778036?pr=3935#step:1:36
### MCVE
_No response_
### Steps to reproduce
_No response_
### Screenshot... | closed | 2025-01-09T17:51:53Z | 2025-01-10T02:47:26Z | https://github.com/litestar-org/litestar/issues/3937 | [
"Bug :bug:"
] | cofin | 1 |
twopirllc/pandas-ta | pandas | 520 | Study's failing when ta kind doesn't have enough data | **Which version are you running? The lastest version is on Github. Pip is for major releases.**
latest dev branch
**Do you have _TA Lib_ also installed in your environment?**
yes
**Describe the bug**
When running a Study
**To Reproduce**
Use a dataframe that only has 10-30 rows of data and run the below... | closed | 2022-04-21T17:47:59Z | 2023-03-16T19:01:50Z | https://github.com/twopirllc/pandas-ta/issues/520 | [
"bug"
] | andrewkenreich | 2 |
litestar-org/litestar | asyncio | 3,727 | Enhancement: Switch to official msgpack media type | ### Summary
As of May 2024, msgpack has an officially registered IANA media type: `application/vnd.msgpack`. Litestar should switch to using that in msgpack responses (and accepting it in request bodies), probably in v3.0, as changing the response media type is a breaking change.
Reference: https://www.iana.org/a... | closed | 2024-09-11T09:12:36Z | 2025-03-20T15:54:54Z | https://github.com/litestar-org/litestar/issues/3727 | [
"Enhancement"
] | agronholm | 1 |
python-gitlab/python-gitlab | api | 3,147 | FYI: gql 3.5.1 breaks testing with Python 3.14 | Reported issue upstream at: https://github.com/graphql-python/gql/issues/534
Example failure seen in: https://github.com/python-gitlab/python-gitlab/pull/3146 | closed | 2025-03-06T00:15:06Z | 2025-03-06T14:40:00Z | https://github.com/python-gitlab/python-gitlab/issues/3147 | [] | JohnVillalovos | 1 |
supabase/supabase-py | fastapi | 872 | Error with RPC Calls and select queries with postgrest v0.16.9 | # Bug report
## Describe the bug
This started arising with postgrest v0.16.9 only, it was working perfectly with version v0.16.8
## To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
1. Make a database function with parameter
2. run it with supabase.rpc in v2.6
... | closed | 2024-07-25T09:37:43Z | 2024-08-23T08:46:19Z | https://github.com/supabase/supabase-py/issues/872 | [
"bug"
] | 97k | 3 |
davidteather/TikTok-Api | api | 946 | [BUG] - TikTok blocks this request displaying a Captcha |
I'm trying to get the video urls from an account and I keep running into this error, I've included my cookies with the ms token and have read through others facing the same issue but none of the solutions seem to work. Any help would be much appreciated
This is the code I've got atm:
```py
from TikTokApi impor... | closed | 2022-09-07T14:51:35Z | 2023-08-08T22:04:25Z | https://github.com/davidteather/TikTok-Api/issues/946 | [
"bug"
] | blithum | 2 |
sigmavirus24/github3.py | rest-api | 1,054 | RTD stuck on master branch? | https://github3.readthedocs.io seems to redirect to https://github3.readthedocs.io/en/master/, but those docs are outdated (see e.g. [release notes](https://github3.readthedocs.io/en/master/release-notes/index.html) which are missing v2.0.0 and v3.0.0).
Trying to look at https://github3.readthedocs.io/en/main/ inste... | closed | 2021-11-01T07:42:20Z | 2021-11-01T11:43:00Z | https://github.com/sigmavirus24/github3.py/issues/1054 | [] | The-Compiler | 0 |
Gozargah/Marzban | api | 1,725 | Lack of access to uuid when migrating to Merzban, and you must give the new Merzban link to the user |
Lack of access to UUID when migrating to Merzban, and you must give the new Merzban link to the user
We can change the UUID of users.
The UUID option of users should be added to the panel so that we can change them. Until we migrate from other panels to Marzban, we don't need to give a new link.
| closed | 2025-03-24T07:37:08Z | 2025-03-24T08:29:17Z | https://github.com/Gozargah/Marzban/issues/1725 | [
"Invalid"
] | Networkhealth | 1 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 2,631 | AKS Documentation outdated? | <!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
<!-- Use this section to clearly and concisely describe the bug. -->
Recently had to upgrade our running JupyterHub deployment on AKS. Found that... | closed | 2022-03-21T23:16:06Z | 2022-03-29T06:25:51Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2631 | [
"bug"
] | AlexChung1995 | 20 |
RobertCraigie/prisma-client-py | pydantic | 167 | Time parameters should accept `datetime.timedelta` instead of `int` | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently timeout arguments are ambiguous as it is not clear what the value passed corresponds to. Is it seconds? Milliseconds?
## Suggested solution
<!-- A clear and concise description of what ... | closed | 2021-12-06T16:05:32Z | 2024-08-04T16:23:25Z | https://github.com/RobertCraigie/prisma-client-py/issues/167 | [
"kind/improvement",
"good first issue",
"level/beginner",
"priority/low"
] | RobertCraigie | 0 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 785 | CSR (client side rendering) web pages don't work ! | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2024-11-03T22:25:28Z | 2024-11-04T08:20:37Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/785 | [] | obscuredotsh | 0 |
plotly/dash-table | dash | 656 | MaterialCSS not working with data-table selectable | I tried to import material css, however this causes the "selectable" rows to malfunction in the data-table. It is not showing up and cannot be ticked.
```
import dash
from dash.dependencies import Input, Output
import dash_table
import dash_core_components as dcc
import dash_html_components as html
import pand... | closed | 2019-12-03T17:36:56Z | 2019-12-06T18:05:28Z | https://github.com/plotly/dash-table/issues/656 | [] | bangxiangyong | 2 |
ivy-llc/ivy | tensorflow | 28,044 | Wrong key-word argument `name` in `ivy.remainder()` function call | In the following line, the name argument is passed,
https://github.com/unifyai/ivy/blob/bec4752711c314f01298abc3845f02c24a99acab/ivy/functional/frontends/tensorflow/variable.py#L191
From the actual function definition, there is no such argument
https://github.com/unifyai/ivy/blob/8ff497a8c592b75f010160b313dc431218c2... | closed | 2024-01-25T14:03:42Z | 2024-01-25T14:51:02Z | https://github.com/ivy-llc/ivy/issues/28044 | [] | Sai-Suraj-27 | 0 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,711 | [Bug]: Fail to install requirements.txt | ### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | open | 2024-05-04T20:47:48Z | 2024-05-31T16:58:31Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15711 | [
"bug-report"
] | vvvilife | 2 |
pytest-dev/pytest-xdist | pytest | 695 | Worker startup performances | I have a computer with a AMD Ryzen 7 1800X with 8 cores (16 logical CPUs) and 16Go of ram. My project is a flask website with ~400 tests, most of them testing the generated pages with webtest, or the models with an in-memory temporary database. There is almost no i/o.
Here are the results for launching one or all my... | open | 2021-08-17T08:50:46Z | 2021-08-21T11:12:41Z | https://github.com/pytest-dev/pytest-xdist/issues/695 | [] | azmeuk | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 899 | About Error | Hi!
I am in trouble because I got an error and could not solve it.
Please tell me how to resolve.
The details of the error are described below.
Error during test.
Traceback (most recent call last):
File "test.py", line 60, in <module>
model.test() # run inference
File "C:\Users\migita\pyto... | closed | 2020-01-16T05:38:23Z | 2020-01-16T10:10:49Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/899 | [] | hanatyaki6 | 1 |
ExpDev07/coronavirus-tracker-api | rest-api | 200 | Recovered time series are gone | If you check now the api returns 0 recovered and empty lists in the json for time series of recovered. | open | 2020-03-26T12:06:34Z | 2020-03-27T11:04:36Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/200 | [
"question",
"Frequently Asked",
"source: jhu"
] | paolotamag | 5 |
dsdanielpark/Bard-API | nlp | 167 | Error on get answer | bardapi.core.Bard(token=cookie, language='it').get_answer(search)['content']
get_answer -> list out of range | closed | 2023-08-18T14:39:12Z | 2023-08-18T16:54:12Z | https://github.com/dsdanielpark/Bard-API/issues/167 | [] | sapycola | 1 |
deepset-ai/haystack | nlp | 8,497 | @component decorator does not detect extra parameters from other decorators | **Describe the bug**
When a components `run` method has a decorator, extra parameters are not detected by the `@component` decorator.
E.g:
```python
from haystack import Document, component, Pipeline
from typing import Callable
from functools import wraps
def cache(
directory: Path,
):
def deco... | closed | 2024-10-28T11:21:17Z | 2024-11-27T10:51:38Z | https://github.com/deepset-ai/haystack/issues/8497 | [
"P2"
] | tsoernes | 1 |
predict-idlab/plotly-resampler | plotly | 300 | [BUG] Using gunicorn to deploy a dash app with plotly-resampler in Linux | **Describe the bug** :crayon:
>I am trying to use plotly-resampler to generate some figures in Dash app with big data.
step1. Use gunicorn to deploy it in Linux OS and configure the number of workers more than 1
step2. Scale the figure by dragging the mouse more than 10 times
step3. Click the top-right home ... | open | 2024-03-11T16:30:11Z | 2024-04-09T15:02:54Z | https://github.com/predict-idlab/plotly-resampler/issues/300 | [
"bug",
"works-on-main"
] | SMOKTEA | 7 |
LibrePhotos/librephotos | django | 818 | Document secret.key | closed | 2023-04-13T08:23:47Z | 2023-05-31T09:23:12Z | https://github.com/LibrePhotos/librephotos/issues/818 | [
"documentation",
"enhancement"
] | derneuere | 1 | |
napari/napari | numpy | 7,351 | Access Violation - Error drawing visual - vispy [WINDOWS] | ### 🐛 Bug Report
After using Napari for a while in a desktop application we are building to open and process digital Whole Slides images, an access violation is raised on the vispy module. It happens only in Windows machines (on win10 and win11). On a MacBook Pro the exception has never ever been raised so far.
... | open | 2024-11-04T10:45:04Z | 2024-11-15T17:08:10Z | https://github.com/napari/napari/issues/7351 | [
"bug",
"os:windows"
] | alghera | 10 |
keras-team/keras | data-science | 20,833 | Keras 2.15 is unable to load "h5" dumps created by itself (but can load models made in 2.12) | Using keras 2.15 installed with tensorflow 2.15, I'm taking a sample code from keras documentation: https://keras.io/guides/serialization_and_saving/ with the only change - I'm saving "h5" file instead of "keras".
Sample code produces output:
```
numpy: 1.26.4
tensorflow: 2.15.1
keras: 2.15.0
TypeError: Error when... | closed | 2025-01-31T12:51:41Z | 2025-03-06T02:04:46Z | https://github.com/keras-team/keras/issues/20833 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | nchaly | 3 |
MagicStack/asyncpg | asyncio | 629 | feature request: query logging | I could not find any issue/question/pr related to this, so I'm starting a new one.
It would be great to have query logging implemented inside `asyncpg`:
- to see all executed queries and their parameters
- especially nice would be to have a query cache logging to see cache hits/misses
| closed | 2020-09-30T10:01:20Z | 2023-10-09T20:17:44Z | https://github.com/MagicStack/asyncpg/issues/629 | [] | dmig-alarstudios | 6 |
huggingface/datasets | computer-vision | 6,899 | List of dictionary features get standardized | ### Describe the bug
Hi, i’m trying to create a HF dataset from a list using Dataset.from_list.
Each sample in the list is a dict with the same keys (which will be my features). The values for each feature are a list of dictionaries, and each such dictionary has a different set of keys. However, the datasets librar... | open | 2024-05-15T14:11:35Z | 2024-05-15T14:11:35Z | https://github.com/huggingface/datasets/issues/6899 | [] | sohamparikh | 0 |
SYSTRAN/faster-whisper | deep-learning | 143 | add details about segments generator in README | since it confuses many people #67 #117 #141 #142 (also me when i first used), please add details about segments generator in README (for e.g. how to get more accurate execution time) | closed | 2023-04-12T18:14:59Z | 2023-04-13T07:50:55Z | https://github.com/SYSTRAN/faster-whisper/issues/143 | [] | phineas-pta | 1 |
qubvel-org/segmentation_models.pytorch | computer-vision | 415 | Negative dice loss and IOU score more than 1 | Hi, I followed the CamVid example and used the exact same code for the whole training process. However, the dice loss is negative, the IOU score is more than 1 and in the 100s, Fscore is also more than 1. I am unable to spot what is wrong. Please help!
```
loss = smp.utils.losses.DiceLoss()
metrics = [
smp.ut... | closed | 2021-06-06T20:21:07Z | 2021-07-04T15:46:56Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/415 | [] | cherinae | 2 |
svc-develop-team/so-vits-svc | pytorch | 23 | M1 mac 安装依赖失败 | 由于`numpy==1.20.3`还未支持m1 的mac导致报错`ERROR: Failed building wheel for numpy`,
去numpy仓库下看到在1.21.4版本后就可以解决,同时还可以解决x86_64及pipenv的一些安装问题
https://github.com/numpy/numpy/issues/17784#issuecomment-966444334
请问锁1.20是因为哪个包的依赖,可否麻烦升级项目numpy版本呢 | closed | 2023-03-14T08:16:47Z | 2023-03-14T08:24:35Z | https://github.com/svc-develop-team/so-vits-svc/issues/23 | [] | Chrosea | 0 |
paulpierre/RasaGPT | fastapi | 30 | sqlalchemy.exc.DataError: (psycopg2.errors.InvalidParameterValue) dimensions for type vector cannot exceed 1024 | How to resolve the problem? thanks! | open | 2023-06-12T07:27:55Z | 2023-12-26T03:41:44Z | https://github.com/paulpierre/RasaGPT/issues/30 | [] | lwzh | 1 |
wkentaro/labelme | deep-learning | 516 | Support for freehand area drawing | This is important for image segmentation related machine learning projects. | closed | 2019-11-21T22:52:09Z | 2020-01-27T01:49:20Z | https://github.com/wkentaro/labelme/issues/516 | [] | drestion | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.