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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
jmcnamara/XlsxWriter | pandas | 997 | question: Is it possible to create a pie-of-pie chart? | ### Question
Is it possible to create a pie-of-pie or bar-of-pie chart with XlsWriter? If not, is there a work-around or alternative to represent the same information? | closed | 2023-07-01T01:16:58Z | 2023-07-01T15:06:05Z | https://github.com/jmcnamara/XlsxWriter/issues/997 | [
"question"
] | rmsapre | 1 |
microsoft/unilm | nlp | 1,361 | How to load beit3 fine-tined weight such as beit3_base_patch16_224_nlvr2.pth? | timm.create_model doesn't support beit3 yet, so how to load the fine-tined weight such as beit3_base_patch16_224_nlvr2.pth? | open | 2023-11-08T13:16:14Z | 2024-02-22T03:01:34Z | https://github.com/microsoft/unilm/issues/1361 | [] | yangzhj53 | 6 |
pyeve/eve | flask | 1,077 | At time comparison, $gt is the same as $gte query results | First of all, thanks for this project!
I have a scene that is querying data larger than a certain time, using "_updated": {"$gt": "2017-08-26 09:12:59"}, but the query returns a data equal to this time The The effect is equivalent to "$gte" | closed | 2017-10-19T07:50:29Z | 2018-05-18T16:19:48Z | https://github.com/pyeve/eve/issues/1077 | [
"stale"
] | fantasykai | 1 |
pallets/flask | python | 4,594 | Recommended link update for "Make the Project Installable" docs | The link to the "official packaging guide" in the "Make the Project Installable" tutorial section makes little reference to `setup.py` and no reference to the `MANIFEST.in` file.
I recommend updating the link from the ["Packing Python Projects"](https://packaging.python.org/en/latest/tutorials/packaging-projects/) ... | closed | 2022-05-12T19:18:01Z | 2022-06-07T00:05:24Z | https://github.com/pallets/flask/issues/4594 | [
"docs"
] | nkabrown | 1 |
piskvorky/gensim | machine-learning | 2,657 | Tweak placeholders | Continued from https://github.com/RaRe-Technologies/gensim/pull/2654
Point each placeholder to its corresponding tutorial. | open | 2019-10-29T08:43:15Z | 2019-10-29T08:43:22Z | https://github.com/piskvorky/gensim/issues/2657 | [
"documentation"
] | mpenkov | 0 |
dask/dask | pandas | 11,681 | Unable to use scheduler 'external_address' | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiable Ex... | closed | 2025-01-20T08:02:15Z | 2025-02-07T11:41:57Z | https://github.com/dask/dask/issues/11681 | [
"needs triage"
] | carusyte | 3 |
miguelgrinberg/flasky | flask | 470 | Cannot run docker container on VPS | I want to run the docker containers on my server. The services (database and app) can be started on my MacBook without problems, but when I start the same code on my server I get the following error message:
```
ERROR: for flasky-application Cannot start service app: OCI runtime create failed: container_linux.go:... | closed | 2020-05-29T17:18:31Z | 2020-05-29T19:02:19Z | https://github.com/miguelgrinberg/flasky/issues/470 | [] | mobeit00 | 0 |
coleifer/sqlite-web | flask | 63 | Rspberry pi installatiom | How to install it on RPi? | closed | 2019-09-14T05:08:33Z | 2019-09-14T15:00:50Z | https://github.com/coleifer/sqlite-web/issues/63 | [] | alanmilinovic | 3 |
PokemonGoF/PokemonGo-Bot | automation | 5,328 | Starting bot error | Install By: ./setup.sh -i
Run By: ./run.sh
OS: Ubuntu 14.04.4 LTS
Branch: master
Python Version: Python 2.7.12

| closed | 2016-09-09T11:48:16Z | 2016-09-22T05:58:04Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5328 | [] | zZzWhoAmIzZz | 1 |
gradio-app/gradio | python | 10,084 | tomlkit is out of date | ### Describe the bug
The latest version of tomlkit is 0.13.2. This project currently requires `tomlkit==0.12.0`.
https://github.com/gradio-app/gradio/blob/main/requirements.txt#L24
I can work around it by creating a fork.
### Have you searched existing issues? 🔎
- [X] I have searched and found no exist... | closed | 2024-11-29T23:45:01Z | 2024-12-02T20:02:54Z | https://github.com/gradio-app/gradio/issues/10084 | [
"bug"
] | btakita | 0 |
ray-project/ray | machine-learning | 51,276 | [core][gpu-objects] Support collective operations | ### Description
Support collective operations of GPU objects such as gather / scatter / all-reduce.
### Use case
_No response_ | open | 2025-03-11T22:43:35Z | 2025-03-11T22:43:51Z | https://github.com/ray-project/ray/issues/51276 | [
"enhancement",
"P2",
"core",
"gpu-objects"
] | kevin85421 | 0 |
s3rius/FastAPI-template | asyncio | 65 | Question: where to put Mangum handler? | How do I add the Mangum handler into this template produced code?
Intention:
https://dwisulfahnur.medium.com/fastapi-deployment-to-aws-lambda-with-serverless-framework-b637b455142c
```
from fastapi import FastAPI
from app.api.api_v1.api import router as api_router
from mangum import Mangum
app = FastAPI()
... | closed | 2022-01-27T20:57:17Z | 2023-12-12T23:51:25Z | https://github.com/s3rius/FastAPI-template/issues/65 | [] | am1ru1 | 6 |
recommenders-team/recommenders | deep-learning | 2,154 | [BUG] Ranking Evaluation Metrics Exceed 1 with "by_threshold" Relevancy Method | ### Description
Hello!
I encountered an issue while evaluating the BPR (Bayesian Personalized Ranking) model with basically the same code provided in the example on a different dataset. Specifically, when using the "by_threshold" relevancy method with ranking metrics, the computed values for precision@k, ndcg@k, an... | open | 2024-08-23T15:01:27Z | 2024-08-29T15:09:29Z | https://github.com/recommenders-team/recommenders/issues/2154 | [
"bug"
] | mnhqut | 4 |
widgetti/solara | flask | 156 | No clear way to define dark theme | When I look at the solara output, I see that it is possible to define "theme--dark" in most widgets (see below). However, I couldn't find a programmatic way to set the theme in solara. Is it possible to set theme of widgets in a Page with a single statement from Python?
:
epoch_val_accuracy = 0
epoch_val_loss = 0
for data, label in val_loader:
data = data.to(device , dtype = torch.float)
label = label.to(device , dtype = torch.long)
... | closed | 2021-01-08T14:15:24Z | 2021-01-11T17:15:57Z | https://github.com/lucidrains/vit-pytorch/issues/58 | [] | Abhranta | 4 |
autokey/autokey | automation | 94 | broken link in ABOUT | ## Classification: none listed are relevant
## Summary
about file links to the autokey website:
https://code.google.com/archive/p/autokey/
that's 404.
and it seems like you sidestepped describing what the program does by pointing to the autokey website instead (which is reasonable when it works), so now t... | closed | 2017-07-27T09:57:38Z | 2017-07-27T14:52:10Z | https://github.com/autokey/autokey/issues/94 | [] | steanne | 2 |
d2l-ai/d2l-en | data-science | 2,107 | Evaluation results of DenseNet TF look wrong | http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_convolutional-modern/densenet.html

l | closed | 2022-04-21T00:58:48Z | 2022-12-15T23:56:03Z | https://github.com/d2l-ai/d2l-en/issues/2107 | [] | astonzhang | 2 |
pyeve/eve | flask | 645 | Restoring soft_delete using PATCH results in 422 unknown field “_deleted” | @nckpark [this](https://stackoverflow.com/questions/30632740/restoring-soft-delete-using-patch-results-in-422-unknown-field-deleted) soft-delete item was reported on Stack Overflow. Would you be willing to triage it? Might be a bug.
| closed | 2015-06-04T05:51:05Z | 2015-06-09T06:55:50Z | https://github.com/pyeve/eve/issues/645 | [] | nicolaiarocci | 2 |
custom-components/pyscript | jupyter | 81 | task.wait_until ignores state_check_now | The task.wait_until() function always checks state on entry, ignoring the documented state_check_now argument. In fact the state_check_now argument of wait_until() in trigger.py is declared but never used.
pyscript version: 0.32 | closed | 2020-11-05T08:12:52Z | 2020-11-06T01:54:23Z | https://github.com/custom-components/pyscript/issues/81 | [] | dadler | 2 |
exaloop/codon | numpy | 432 | Segmentation fault with -release flag | on current develop, works fine without -release flag, segfaults with it, even on small examples
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
| open | 2023-07-27T14:06:11Z | 2024-11-10T06:25:39Z | https://github.com/exaloop/codon/issues/432 | [] | Miezhiko | 4 |
mage-ai/mage-ai | data-science | 5,460 | Add Databend cloud data warehouse | **Is your feature request related to a problem? Please describe.**
[Databend](https://www.databend.com/) is an economical alternative to snowflake
**Describe the solution you'd like**
build intgration with databend for io and data integration pipelines
**Describe alternatives you've considered**
Snowflake Inte... | open | 2024-10-02T18:00:19Z | 2024-10-09T18:49:26Z | https://github.com/mage-ai/mage-ai/issues/5460 | [
"data integration",
"io"
] | TalaatHasanin | 0 |
pytest-dev/pytest-html | pytest | 144 | add custom test results to report | Hi,
I have a test function like this:
```
def test_score():
# load csv of one column
x = PrettyTable()
x.field_names = ['old','new']
for val in column:
new_val = some_func(val)
x.add_row([val, new_val])
assert val == new_val
output = x.get_string() # i want to p... | closed | 2018-01-04T17:18:04Z | 2023-06-20T08:07:12Z | https://github.com/pytest-dev/pytest-html/issues/144 | [] | ohayak | 5 |
qubvel-org/segmentation_models.pytorch | computer-vision | 75 | How to override input 3x3 param for Encoders | Hi,i see that it is defaulted to false for your encoders in param dict. How i override it while passing it to seg models ? | closed | 2019-10-02T13:50:06Z | 2022-02-09T01:53:31Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/75 | [
"Stale"
] | jaideep11061982 | 5 |
koxudaxi/datamodel-code-generator | pydantic | 1,740 | Invalid definition of graphql requirement | **Describe the bug**
Invalid definition of graphql requirement.
**To Reproduce**
For a graphql schema we have
Used commandline:
```
$ datamodel-codegen --input schema.graphql --output model.py --input-file-type graphql
```
we have
```bash
Exception: Please run `$pip install 'datamodel-code-generator... | closed | 2023-11-26T13:32:41Z | 2023-11-26T19:08:12Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1740 | [] | denisart | 1 |
ets-labs/python-dependency-injector | flask | 873 | Making injections into class attributes can't work with `Resource` in nested container. | Reproducible project: https://github.com/YogiLiu/pdi_issue
When I run `python -m pdi_issue.main`, an error was raised:
```
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/yogiliu/Workspace/YogiLiu/pdi_issue/src/p... | open | 2025-03-23T12:36:43Z | 2025-03-23T13:33:14Z | https://github.com/ets-labs/python-dependency-injector/issues/873 | [] | YogiLiu | 2 |
huggingface/datasets | numpy | 7,433 | `Dataset.map` ignores existing caches and remaps when ran with different `num_proc` | ### Describe the bug
If you `map` a dataset and save it to a specific `cache_file_name` with a specific `num_proc`, and then call map again with that same existing `cache_file_name` but a different `num_proc`, the dataset will be re-mapped.
### Steps to reproduce the bug
1. Download a dataset
```python
import datase... | open | 2025-03-03T05:51:26Z | 2025-03-04T05:55:08Z | https://github.com/huggingface/datasets/issues/7433 | [] | ringohoffman | 2 |
nolar/kopf | asyncio | 631 | Defining a pydantic model in a kopf handler file seems to break kopf startup | ## Long story short
If I define a pydantic class, kopf refuses to start
## Description
Steps to repro:
start out with a super-simple kopf handler file, such as:
```python
import kopf
@kopf.on.create('what.com', 'v1', 'stuffs')
def create_fn(body, **kwargs):
print(body)
@kopf.on.update('what.co... | closed | 2021-01-05T10:25:49Z | 2021-01-22T20:04:59Z | https://github.com/nolar/kopf/issues/631 | [
"bug"
] | trondhindenes | 7 |
deepspeedai/DeepSpeed | deep-learning | 7,037 | [REQUEST] Why is the column linear layer with all-gather not implemented in DeepSpeed Inference? | **Is your feature request related to a problem? Please describe.**
if there is no column linear layer with all-gather, we can't deal with single linear layer
i can see the rowlinear with allreduce aka [LinearAllreduce](https://github.com/deepspeedai/DeepSpeed/blob/e637677766e0a2063adc61ddd67b58abef74753e/deepspeed/mod... | open | 2025-02-14T07:09:38Z | 2025-02-14T07:09:38Z | https://github.com/deepspeedai/DeepSpeed/issues/7037 | [
"enhancement"
] | zhangvia | 0 |
ARM-DOE/pyart | data-visualization | 810 | Very outdated gcc in conda-forge causing CyLP to fail building. | When I try and build @jjhelmus's branch I get the following error:
gcc -pthread -B /home/rjackson/anaconda3/envs/adi_env3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./cylp/cpp -I./cylp/cy -I/home/rjackson/anaconda3/envs/adi_env3/include/coin -I/home/rjac... | closed | 2019-02-06T19:56:11Z | 2019-10-01T21:21:07Z | https://github.com/ARM-DOE/pyart/issues/810 | [] | rcjackson | 7 |
scrapy/scrapy | web-scraping | 6,186 | lxml parser gives back wrong parsing results, messes up html | <!--
Thanks for taking an interest in Scrapy!
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
Keep in mind that by filing an iss... | closed | 2023-12-24T03:43:57Z | 2023-12-24T15:47:30Z | https://github.com/scrapy/scrapy/issues/6186 | [] | tombohub | 3 |
vllm-project/vllm | pytorch | 15,207 | [Bug]: msgspec.DecodeError: MessagePack data is malformed: trailing characters (byte 13) | ### Your current environment
<details>
<summary>vllm==0.8.0, python=3.11</summary>
</details>
### 🐛 Describe the bug
I keep having this decode error when using vllm=0.8.0 for qwen-2.5 inference, I have the same error on both 1.5B and 7B model once I use apply-chat-template.
`msgspec.DecodeError: MessagePack data... | open | 2025-03-20T10:48:12Z | 2025-03-24T14:47:15Z | https://github.com/vllm-project/vllm/issues/15207 | [
"bug"
] | fangru-lin | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 375 | RuntimeError: cublas runtime error | I am getting this error
```
(torchreid) $ python scripts/main.py \
> --config-file configs/im_osnet_x1_0_softmax_256x128_amsgrad_cosine.yaml \
> --transforms random_flip random_erase \
> --root $PATH_TO_DATA
Show configuration
adam:
beta1: 0.9
beta2: 0.999
cuhk03:
classic_split: False
labeled_images... | closed | 2020-09-24T15:40:36Z | 2020-09-24T21:56:23Z | https://github.com/KaiyangZhou/deep-person-reid/issues/375 | [] | sopsos | 2 |
pytorch/vision | machine-learning | 8,845 | `CocoDetection()` doesn't work using some train and validation images with some annotations | ### 🚀 The feature
[CocoDetection()](https://pytorch.org/vision/stable/generated/torchvision.datasets.CocoDetection.html) doesn't work using `stuff_train2017_pixelmaps` with `stuff_train2017.json` and using `stuff_val2017_pixelmaps` with `stuff_val2017.json` as shown below:
```python
from torchvision.datasets impo... | open | 2025-01-10T15:36:41Z | 2025-01-13T10:53:20Z | https://github.com/pytorch/vision/issues/8845 | [] | hyperkai | 1 |
roboflow/supervision | computer-vision | 1,709 | Object detection precision-ap | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Suppose we have a single class object detection problem. Shouldn't the average precision and the precision metrics across the different i... | open | 2024-12-03T12:55:58Z | 2024-12-04T10:16:47Z | https://github.com/roboflow/supervision/issues/1709 | [
"question"
] | GiannisApost | 1 |
mlfoundations/open_clip | computer-vision | 549 | build_cls_mask() in CoCa TextTransfotmer | TL, DR: current implementation of `build_cls_mask()` produces `cls_mask` for [CLS] being as the first token. But in CoCa, [CLS] is the end token.
In [Issue 312](https://github.com/mlfoundations/open_clip/pull/312), `build_cls_mask()` was introduced by @gpucce in `TextTransformer` in CoCa to "preventing the CLS toke... | open | 2023-06-24T04:05:42Z | 2023-09-20T17:31:30Z | https://github.com/mlfoundations/open_clip/issues/549 | [] | yiren-jian | 2 |
CatchTheTornado/text-extract-api | api | 55 | [feat] Add `markitdown` support | https://github.com/microsoft/markitdown
It can be added as another OCR strategy
| open | 2025-01-08T10:32:31Z | 2025-01-19T16:55:21Z | https://github.com/CatchTheTornado/text-extract-api/issues/55 | [
"feature"
] | pkarw | 0 |
deezer/spleeter | deep-learning | 775 | [Discussion] How can I make sure separate running on GPU? | The separate worked, I use --verbose and it shows some info, but i'm not sure it run on GPU. how can i make sure it?
```
C:\Users\Administrator\Desktop\testSound>python -m spleeter separate -p spleeter:5stems -o output --verbose audio_example.mp3
INFO:tensorflow:Using config: {'_model_dir': 'pretrained_models\\5st... | open | 2022-06-24T04:23:56Z | 2024-02-04T05:38:42Z | https://github.com/deezer/spleeter/issues/775 | [
"question"
] | limengqilove | 2 |
plotly/dash-core-components | dash | 637 | soft link to LICENSE.txt makes the github license invalid | 
@rpkyle your change of soft link makes the license tab on github invalid. Can you see how to fix that? | closed | 2019-09-04T21:04:48Z | 2019-09-05T11:29:37Z | https://github.com/plotly/dash-core-components/issues/637 | [] | byronz | 1 |
BMW-InnovationLab/BMW-YOLOv4-Training-Automation | rest-api | 10 | Inference after training the model | Are there any ways to do inference/predictions using the latest weight after the model is trained?
I am able to do predictions during the training process using the Custom API at port 8099. However, the port is also closed after the training is finished.
Thanks! | closed | 2020-07-27T19:46:10Z | 2021-03-12T18:38:05Z | https://github.com/BMW-InnovationLab/BMW-YOLOv4-Training-Automation/issues/10 | [] | LSQI15 | 4 |
mckinsey/vizro | plotly | 460 | Multiple Series Line Chart Updates | ### Description
When creating a line chart with multiple series, I've noticed it's not possible to update the legend and y_axis titles (potentially more). If specifying a single series, the titles are updated and represented accordingly.
### Expected behavior
I'd expect to be able to update the y_axis title and p... | closed | 2024-05-07T01:22:16Z | 2024-05-08T01:26:01Z | https://github.com/mckinsey/vizro/issues/460 | [
"Docs :spiral_notepad:",
"General Question :question:"
] | mkretsch327 | 2 |
jstrieb/github-stats | asyncio | 15 | Update cronjob schedule | Hi!
Nice work, but I believe running the github action every hour is a bit overkill. (Over 3000 commits on just generated image)
Maybe everyday or every month could be a bit more reasonable.
What do you think? | closed | 2021-01-14T14:30:23Z | 2021-01-19T22:46:07Z | https://github.com/jstrieb/github-stats/issues/15 | [] | sylhare | 1 |
zappa/Zappa | flask | 842 | [Migrated] 502 error while deploying | Originally from: https://github.com/Miserlou/Zappa/issues/2084 by [tomekbuszewski](https://github.com/tomekbuszewski)
I am getting 502 error while trying to deploy the app.
## Context
I have an app written with Django (3.0.4), works great locally. For dev purposes, I use sqlite only. I wanted to deploy it to AWS t... | closed | 2021-02-20T12:52:22Z | 2022-07-16T05:45:41Z | https://github.com/zappa/Zappa/issues/842 | [] | jneves | 3 |
autogluon/autogluon | computer-vision | 4,441 | [BUG] feature_prune_kwargs={"force_prune": True} does not work when tuning_data is on for presets="medium_quality", | ```
Verbosity: 4 (Maximum Logging)
=================== System Info ===================
AutoGluon Version: 1.1.1
Python Version: 3.11.9
Operating System: Linux
Platform Machine: x86_64
Platform Version: #1 SMP Fri Mar 29 23:14:13 UTC 2024
CPU Count: 8
GPU Count: 1
Memory Avail: ... | open | 2024-08-28T19:05:37Z | 2024-11-25T22:47:13Z | https://github.com/autogluon/autogluon/issues/4441 | [
"bug",
"module: tabular",
"Needs Triage"
] | arturdaraujo | 1 |
neuml/txtai | nlp | 295 | Labels pipeline outputs changed with transformers 4.20.0 | Unit tests are now failing with transformers 4.20.0. The output of the text-classification pipeline changed when passing a single text element in. Previously, a list of lists was produced, now only a single list with a dict of label outputs is produced.
https://github.com/huggingface/transformers/issues/17754 filed ... | closed | 2022-06-17T13:19:11Z | 2022-07-25T19:03:41Z | https://github.com/neuml/txtai/issues/295 | [
"bug"
] | davidmezzetti | 2 |
scrapy/scrapy | python | 6,552 | Document @inthread | I’ve seen @VMRuiz recently use [`@inthread`](https://github.com/scrapy/scrapy/blob/efb53aafdcaae058962c6189ddecb3dc62b02c31/scrapy/utils/decorators.py#L58). I had not seen that before, and it seems like something we should cover in documentation about asynchronous code. Not sure where in the docs it fits best, but I th... | open | 2024-11-19T08:57:30Z | 2025-01-10T13:10:02Z | https://github.com/scrapy/scrapy/issues/6552 | [
"enhancement",
"docs"
] | Gallaecio | 2 |
ultralytics/yolov5 | machine-learning | 13,357 | How to train with new pictures? | ### 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
Hi, I have to train as code YOLOV5-6.1 and get good result.Now , I add some new images to... | open | 2024-10-14T14:44:04Z | 2024-11-09T06:29:27Z | https://github.com/ultralytics/yolov5/issues/13357 | [
"question"
] | PengPeng-JunJun | 2 |
mouredev/Hello-Python | fastapi | 205 | 网上网赌被黑平台赢钱提不了款怎么解决 | 被黑平台赢钱提不了款的解决办法:
当你遇到这种情况千万不要跟客服发生争执,如果你谩就会骂客服那你的账号就被冻结了,同时你的分也被清空了,薇:lcly479飞机@ly2088先出款,后收费!
一、与平台沟通相关
保持冷静沟通
首先不要和客服理论,尤其是在盈利款额巨大的情况下,因为一直纠缠可能会导致被封号,而且客服会找各种理由拖延时间、推脱责任。被黑时如果平台出现提款不到账、系统维护、正在审核等情况,很可能是平台不想让你提款。此时可以不动声色地与平台客服沟通,称系统有问题,如果解决得好可以追加大量投资,但由于前期投的钱出不了金,心中有顾虑而不敢投入更多的钱,看是否能诱导平台给你出款。不过要注意这只是一种尝试的策略,并不一定能... | closed | 2024-11-10T12:16:32Z | 2024-11-28T13:34:03Z | https://github.com/mouredev/Hello-Python/issues/205 | [] | lcly479 | 0 |
serengil/deepface | deep-learning | 712 | How change min_face_size? | ### How to change min_face_size parameter using detector_backend and MTCNN parameter?
def build_model():
from mtcnn import MTCNN
face_detector = MTCNN()
return face_detector
_Here you can not change and add the item min_face_size?_ | closed | 2023-04-07T15:56:08Z | 2023-04-07T20:04:11Z | https://github.com/serengil/deepface/issues/712 | [
"question"
] | PrincePepper | 1 |
localstack/localstack | python | 12,321 | bug: Apigatewaymanagementapi for Websocket API stack trace on GetConnection | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current Behavior
My API Gateway is setup properly and I can use almost all features including lambda authorisation, request integrations and responses from backend etc. I can also SendMessage to connected websocket clients via th... | closed | 2025-03-02T01:30:14Z | 2025-03-07T17:30:39Z | https://github.com/localstack/localstack/issues/12321 | [
"type: bug",
"status: resolved/fixed",
"aws:apigatewayv2"
] | slegs | 5 |
PaddlePaddle/PaddleHub | nlp | 2,084 | 使用出现RuntimeError | - 版本、环境信息
1)PaddleHub和PaddlePaddle版本:paddlehub==1.8.3,paddlepaddle==2.3.2
2)系统环境:Windows 7
- 复现信息:如为报错,请给出复现环境、复现步骤
```
import paddlehub as hub
def genImage():
module = hub.Module(name="ernie_vilg")
results = module.generate_image(text_prompts=["王者之心"])
def textAna():
lac = hub.Module(name... | closed | 2022-10-24T01:43:57Z | 2022-10-24T02:23:36Z | https://github.com/PaddlePaddle/PaddleHub/issues/2084 | [] | liaoxuewei | 4 |
keras-team/keras | tensorflow | 20,382 | Low frequency issue using the tensorflow-GPU backend | The following code
```python
import keras
print(keras.__version__)
import tensorflow as tf
print(tf.__version__)
from keras.src import layers
from keras.src import models
import numpy as np
from keras.src.metrics import iou_metrics as metrics
m_obj = metrics.MeanIoU(num_classes=2, ignore_class=0)
mo... | closed | 2024-10-18T19:26:21Z | 2024-10-19T21:06:33Z | https://github.com/keras-team/keras/issues/20382 | [] | nicolaspi | 1 |
joke2k/django-environ | django | 369 | UnicodeDecodeError: 'ascii' codec can't decode | I have an error when I run server with wsgi
I am using python3.6 and Django3.2.
I tried both django-environ==0.8.1 and django-environ==0.7.0
```
App 10334 output: from .base import *
App 10334 output: File "myproject/config/settings/base.py", line 11, in <module>
App 10334 output: environ.Env.... | open | 2022-03-02T20:57:02Z | 2022-06-16T15:11:20Z | https://github.com/joke2k/django-environ/issues/369 | [
"bug"
] | kkutayozgun | 4 |
thp/urlwatch | automation | 406 | Some help for a noob please | If this is the wrong place please let me know and I'll post somewhere else.
I'm currently migrating my systems from Windows to Ubuntu. So far so good. With 1 exception.
I use a windows tool called Website Watcher that monitors web site changes via a gui and some nice UI friendly tools.
I've moved most of the U... | closed | 2019-05-29T14:54:44Z | 2020-07-10T12:50:21Z | https://github.com/thp/urlwatch/issues/406 | [] | darkufo | 1 |
ivy-llc/ivy | numpy | 28,523 | Fix Frontend Failing Test: tensorflow - tensor.paddle.Tensor.mean | To-do List: https://github.com/unifyai/ivy/issues/27499 | open | 2024-03-09T20:50:30Z | 2024-03-09T20:50:30Z | https://github.com/ivy-llc/ivy/issues/28523 | [
"Sub Task"
] | ZJay07 | 0 |
mirumee/ariadne | api | 986 | Create GraphQL Chat app with subscriptions example | People ask us once in a while for example of subscriptions app. I while ago I've implemented simple GraphQL chat using encode/broadcaster for messaging. I should cleanup my code and put it on Github for people to see.
<img width="1168" alt="Zrzut ekranu 2022-12-5 o 18 21 28" src="https://user-images.githubuserconten... | closed | 2022-12-05T17:34:01Z | 2022-12-13T16:15:56Z | https://github.com/mirumee/ariadne/issues/986 | [
"meta"
] | rafalp | 2 |
google/seq2seq | tensorflow | 311 | Optimizing time complexity of LCS calculation in ROUGE calculation using Suffix Trees | In seq2seq/seq2seq/metrics/rouge.py,
The longest common sequence code implementation for calculating ROUGE L score for comparing two sequences is implemented using Dynamic Programming technique which yields a time complexity of O(n*m) where n is the length of sequence 1 and m is the length of sequence 2, the seque... | open | 2018-01-19T08:25:51Z | 2018-01-19T08:25:51Z | https://github.com/google/seq2seq/issues/311 | [] | Anirudhsekar96 | 0 |
geex-arts/django-jet | django | 251 | After deploying website Through Heroku, Mixed content error is summoned by chrome | After deploying website Through Heroku, Mixed content error is summoned by chrome, and also a missing js file 404 occurs, I dont understand why because everything else in my static files goes through except this particular folder "jet/js/build"
Basically, all the forms in jet are not working after deployment but in ... | open | 2017-09-13T21:09:52Z | 2017-09-15T11:16:26Z | https://github.com/geex-arts/django-jet/issues/251 | [] | fauziame | 1 |
Sanster/IOPaint | pytorch | 170 | Adding "--precision full" and "--no-half" args to sd | If I'm trying inpainting with sd1.5 or sd2, the mask is replaced by black. I used sd a few months back and it had the same problem, but adding "--precision full --no-half" solved my issue. The problem is that I've searched and I couldn't find where to pass the args. | closed | 2022-12-30T07:09:21Z | 2023-01-04T18:50:46Z | https://github.com/Sanster/IOPaint/issues/170 | [] | yattsu | 1 |
pydata/pandas-datareader | pandas | 26 | Add pandas-data reader to pypi | closed | 2015-03-26T03:32:32Z | 2015-03-26T03:55:38Z | https://github.com/pydata/pandas-datareader/issues/26 | [] | davidastephens | 1 | |
danimtb/dasshio | dash | 111 | Where to put the config file ? | Hi
I have installed it easily in Hassio but I'm quite confused where to put the /data/options.json as I have no data directory in all hassio directories visible through samba share :(
Thanks for clarification ;)
Vincèn | closed | 2022-10-18T14:09:10Z | 2023-06-12T07:39:48Z | https://github.com/danimtb/dasshio/issues/111 | [] | vincegre | 2 |
FlareSolverr/FlareSolverr | api | 834 | [yggtorrent] Error connecting to FlareSolverr server: System.Net.Http.HttpRequestException: Connection refused ( | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2023-07-30T18:41:27Z | 2023-07-31T10:14:53Z | https://github.com/FlareSolverr/FlareSolverr/issues/834 | [
"duplicate"
] | DaGreenX | 6 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 733 | SearchGraph Invalid json output | **Describe the bug**
when I use searchGraph, I meet the following error.
```bash
Traceback (most recent call last):
File "/Users/miyamo/miniconda3/envs/mofa/lib/python3.10/site-packages/langchain_core/output_parsers/json.py", line 83, in parse_result
return parse_json_markdown(text)
File "/Users/miyamo/mi... | closed | 2024-10-09T03:22:32Z | 2024-10-10T08:33:55Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/733 | [] | Gege-Wang | 3 |
apify/crawlee-python | automation | 427 | Add support for `preNavigationHooks` in Playwright | As the title, I want to know does the crawlee-python support the `preNavigationHooks` function? | closed | 2024-08-13T11:42:22Z | 2024-10-31T08:39:42Z | https://github.com/apify/crawlee-python/issues/427 | [
"enhancement",
"t-tooling",
"hacktoberfest"
] | viewv | 8 |
3b1b/manim | python | 1,463 | Chained Animations not working | I was using the CoordinateSystemExample class from the examples page. The last animations (rescaling and movement) were not running in parallel. Only the first animation was rendered.
I'm running manim on arch linux in python 3.9. | closed | 2021-04-07T21:43:58Z | 2021-04-08T21:21:41Z | https://github.com/3b1b/manim/issues/1463 | [
"bug"
] | mortimervonchappuis | 1 |
modin-project/modin | pandas | 6,710 | Don't materialize index in `_groupby_shuffle` internal function | closed | 2023-11-05T16:32:09Z | 2023-11-07T09:47:05Z | https://github.com/modin-project/modin/issues/6710 | [
"Performance 🚀"
] | anmyachev | 0 | |
deeppavlov/DeepPavlov | nlp | 789 | Answers broken | 
| closed | 2019-04-04T15:00:44Z | 2019-09-24T19:22:44Z | https://github.com/deeppavlov/DeepPavlov/issues/789 | [] | alexriabtsev | 2 |
Morizeyao/GPT2-Chinese | nlp | 195 | 同样的代码,在win笔记本可以train,在linux台式机下显示killed | 代码完全一样,复制到google colab运行一会儿之后,不显示loss,然后出现一个^C就结束了。
我就把代码复制到linux台式机上去跑,结果能看到2行step和loss,然后就直接显示Killed,可能是什么原因?

| closed | 2021-02-28T22:26:39Z | 2021-06-08T05:21:36Z | https://github.com/Morizeyao/GPT2-Chinese/issues/195 | [] | libralibra | 1 |
automagica/automagica | automation | 120 | read_cell_formula() is not working | When I try below read_cell_formula() example in Automagica Documentation Release 2(Apr 02, 2020).
>excel = Excel()
> excel.write_cell_formula(1, 1, '=1+1')
> excel.read_cell_formula(1, 1)
'=1+1'
error message is below :
File "C:\automagica\utilities.py", line 17, in wrapper
return func(*args, **kwargs)... | closed | 2020-04-13T03:44:24Z | 2020-09-07T21:37:29Z | https://github.com/automagica/automagica/issues/120 | [] | taesikkim | 1 |
mljar/mljar-supervised | scikit-learn | 124 | Issues during installation and with module shap | I tried to install but already get an error during the installation process:

I didn't see, that Visual Studio is a requirement for "Mljar-Supervised". After having downloaded "Visual Studio" I tried ... | closed | 2020-07-17T14:07:20Z | 2020-10-26T17:42:28Z | https://github.com/mljar/mljar-supervised/issues/124 | [
"installation"
] | AndreasTraut | 2 |
SciTools/cartopy | matplotlib | 2,251 | Mask A Contour With Coastlines | Hello,
I am in the process from switching from `matplotlib.basemap` to cartopy and the standout feature that is missing is the `maskoceans` / `maskland` feature set.
I see that there are `ax.addFeature(LAND/OCEAN...)` however this completely ruins the nice basemap I have included.
The data is already there, so... | open | 2023-09-27T18:49:40Z | 2023-10-02T21:40:15Z | https://github.com/SciTools/cartopy/issues/2251 | [] | SoundsSerious | 3 |
AutoGPTQ/AutoGPTQ | nlp | 606 | [BUG] TypeError: LlamaRotaryEmbedding.forward() got an unexpected keyword argument 'seq_len' | **Describe the bug**
Encounter this when running genreration_speed.py. Input model is Llama-2-7b-chat-gptq. Complete error log:
Traceback (most recent call last):
File "AutoGPTQ/examples/benchmark/generation_speed.py", line 326, in <module>
main()
File "AutoGPTQ/examples/benchmark/generation_speed.py", l... | open | 2024-03-25T08:59:52Z | 2024-03-29T20:40:34Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/606 | [
"bug"
] | timefliesfang | 3 |
ray-project/ray | python | 51,277 | [core][gpu-objects] Overlap compute / communication of CUDA streams | ### Description
as title
### Use case
_No response_ | open | 2025-03-11T22:44:30Z | 2025-03-11T22:44:50Z | https://github.com/ray-project/ray/issues/51277 | [
"enhancement",
"P2",
"core",
"gpu-objects"
] | kevin85421 | 0 |
CatchTheTornado/text-extract-api | api | 71 | [feat] research minerU + pdf-extract-api | Let's check if it's somehow useful for us to add an extraction integration with the https://github.com/opendatalab/MinerU/tree/master/demo
By the way I really like their pipelines architecture which makes multistage extraction and parsing more scalable | open | 2025-01-11T09:30:11Z | 2025-01-19T16:55:22Z | https://github.com/CatchTheTornado/text-extract-api/issues/71 | [] | pkarw | 0 |
SALib/SALib | numpy | 506 | How to handle integer parameter? | What I want to do is building energy consumption analysis, some variables are integer types (such as weather file 1, weather file 2), how can I get integer parameters when sampling? | closed | 2022-04-28T08:16:48Z | 2022-04-29T10:05:52Z | https://github.com/SALib/SALib/issues/506 | [] | FOANFAN | 3 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 490 | How do I train a model with my own data? Where can I find the instruction? | How do I train a model with my own data? Where can I find the instructions on how to do it?
Need help | closed | 2020-08-13T12:58:53Z | 2020-08-25T23:29:24Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/490 | [] | justinjohn0306 | 4 |
mars-project/mars | pandas | 3,039 | Support get_chunk_meta in RayExecutionContext | Currently `RayExecutionContext.get_chunk_meta` is not supported, which will make any operands relied on this API failed on tiling, such as when call `DataFrame.groupby`:
```
df = md.DataFrame(mt.random.rand(300, 4, chunk_size=100), columns=list("abcd"))
df["a"], df["b"] = (df["a"] * 5).astype(int), (df["b"] * 2).ast... | open | 2022-05-17T03:57:35Z | 2022-05-17T05:58:26Z | https://github.com/mars-project/mars/issues/3039 | [] | chaokunyang | 0 |
alteryx/featuretools | scikit-learn | 2,017 | release Featuretools v1.9.0 | closed | 2022-04-13T14:51:25Z | 2022-04-27T17:09:14Z | https://github.com/alteryx/featuretools/issues/2017 | [] | gsheni | 0 | |
sebp/scikit-survival | scikit-learn | 489 | Documentation: clarification of the estimate argument for each metric | **Problem**
I spent a day trying to understand the `cumulative_dynamic_auc` function because I was consistently getting values in the 0.15-0.3 range. After experimenting, I realized that for the `estimate` argument, I was using the output of `predict_survival_function` (in a `RandomSurvivalForest` model) instead of `p... | open | 2024-10-29T14:21:21Z | 2024-11-02T07:38:41Z | https://github.com/sebp/scikit-survival/issues/489 | [
"documentation"
] | RandallJEllis | 1 |
browser-use/browser-use | python | 814 | Ollama - Does not support tools (status code: 400) Issue | ### Bug Description
I am new here but i am facing this issue. When I am trying to use browse-use with Ollama but i am getting "does not support tools error". Intrestingly my code is working if i use Deepeek but not when using qwen, phi, llama
### Reproduction Steps
1. Use Ollama with either of these models - qwen:14... | open | 2025-02-22T06:09:02Z | 2025-03-05T04:39:59Z | https://github.com/browser-use/browser-use/issues/814 | [
"bug"
] | ArpitSureka | 6 |
microsoft/unilm | nlp | 931 | ViT-S for BeiT v2 | Hi!
Thank you for this great repo.
In the Table 4 of your paper you show ablation studies with a ViT-S (Small & 1x384x6).
Is it possible to have access to those pretrained weights or to have the command to reproduce this results?
Thanks!
Elias | open | 2022-11-25T14:46:09Z | 2022-11-28T13:03:13Z | https://github.com/microsoft/unilm/issues/931 | [] | elias-ramzi | 2 |
pallets-eco/flask-sqlalchemy | flask | 585 | Dynamically creating Tables | I'd like to dynamically creating tables for a user when the user signs up , but could not find any resources for it.
I tried using SQLAlchemys declarative_base() function , but could not get it to work.
Would really appreciate the help.
Also Thanks for the awesome work! | closed | 2018-01-13T16:12:26Z | 2020-12-05T20:46:34Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/585 | [] | highoncarbs | 1 |
huggingface/datasets | machine-learning | 6,788 | A Question About the Map Function | ### Describe the bug
Hello,
I have a question regarding the map function in the Hugging Face datasets.
The situation is as follows: when I load a jsonl file using load_dataset(..., streaming=False), and then utilize the map function to process it, I specify that the returned example should be of type Torch.ten... | closed | 2024-04-06T11:45:23Z | 2024-04-11T05:29:35Z | https://github.com/huggingface/datasets/issues/6788 | [] | Klein-Lan | 2 |
dask/dask | scikit-learn | 11,802 | assertionerror when trying to compute reversed cumulative sum | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiable Ex... | closed | 2025-03-03T15:08:53Z | 2025-03-04T12:01:02Z | https://github.com/dask/dask/issues/11802 | [
"needs triage"
] | MarcoGorelli | 1 |
vllm-project/vllm | pytorch | 14,446 | [Usage]: After starting the QwQ-32B model normally, it was found that the model could not output the thought tag normally | ### Your current environment
INFO 03-08 00:00:39 __init__.py:190] Automatically detected platform cuda.
Collecting environment information...
PyTorch version: 2.5.1+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: CentOS Linux release 7.9.2009 (Core) (x86_64)
GCC versio... | open | 2025-03-07T16:05:25Z | 2025-03-10T08:23:34Z | https://github.com/vllm-project/vllm/issues/14446 | [
"usage"
] | shatang123 | 8 |
tensorpack/tensorpack | tensorflow | 569 | AttributeError: 'PrefetchDataZMQ' object has no attribute 'socket' | when i'm using dataflow.dataloader, i got this exception.
By scanning the source code in prefetch.py, i find that **reset_state** method is **not called** in the construction function of PrefetchDataZMQ, but the 'socket' property is set in the _reset_once function which is not called.
I think reset_state can be ... | closed | 2017-12-25T03:21:47Z | 2018-05-30T20:59:30Z | https://github.com/tensorpack/tensorpack/issues/569 | [
"usage"
] | youkaichao | 2 |
neuml/txtai | nlp | 258 | Unit tests failing with transformers==4.18.0 | CLIP models through sentence_transformers are failing to load. Issue https://github.com/UKPLab/sentence-transformers/issues/1515 has been filed with sentence_transformers to determine where the issue is coming from. | closed | 2022-04-09T13:05:58Z | 2022-04-13T14:58:03Z | https://github.com/neuml/txtai/issues/258 | [
"bug"
] | davidmezzetti | 0 |
ageitgey/face_recognition | python | 1,082 | AttributeError: 'Image' object has no attribute 'read' in Google Colab | * face_recognition version:
* Python version: 3.0
* Operating System: Google Colab
### Description
I am trying to implement the library in Google Colab.
Here is my code so far
#pip install dependencies
!pip install face_recognition
!pip install os
!pip install cv2
import face_recognition
import o... | closed | 2020-03-10T02:08:47Z | 2020-03-25T22:36:49Z | https://github.com/ageitgey/face_recognition/issues/1082 | [] | aanis | 2 |
freqtrade/freqtrade | python | 10,788 | How do I get my strategy to place sell trades with trading_mode spot? | <!--
Have you searched for similar issues before posting it? Yes
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there Yes
Please do not use the question template to report bugs or to request new features.
-->
## Describ... | closed | 2024-10-14T02:35:29Z | 2024-10-15T00:48:20Z | https://github.com/freqtrade/freqtrade/issues/10788 | [
"Question"
] | WinstonN | 4 |
deepspeedai/DeepSpeed | deep-learning | 6,618 | [BUG] Long sequence parallelism (Ulysses) got error list index out of range | **Describe the bug**
test ulysses got error list index out of range
**To Reproduce**
test ulysses with [test_ulysses.py](https://github.com/microsoft/DeepSpeedExamples/blob/uly-hf/post_training/sequence_parallelism/test_ulysses.py)
torchrun --nproc_per_node=8 test_ulysses.py
**Expected behavior**
work fine
**ds_rep... | closed | 2024-10-10T03:41:30Z | 2024-10-14T02:21:57Z | https://github.com/deepspeedai/DeepSpeed/issues/6618 | [
"bug",
"training"
] | Lzhang-hub | 2 |
NVlabs/neuralangelo | computer-vision | 218 | Lego Sequence Video link not working | The Lego Sequence Video link not working, it is asking to request access but its been many days the access is not given yet | open | 2025-02-12T16:56:24Z | 2025-02-12T16:56:24Z | https://github.com/NVlabs/neuralangelo/issues/218 | [] | Mandar800 | 0 |
gradio-app/gradio | data-visualization | 10,713 | The progress bar still exists when the backend raise an error | ### Describe the bug
In the previous version (5.12.0), when an error was raised, the progress bar would immediately disappear and display a closable alert.
gradio 5.20.0

gradio 5.12.0
:
...
def gener... | closed | 2023-02-01T19:53:28Z | 2023-03-16T07:55:37Z | https://github.com/mirumee/ariadne-codegen/issues/67 | [
"roadmap"
] | rafalp | 0 |
fastapi/sqlmodel | sqlalchemy | 44 | My mobile phones are hacked and duplicated, I need help please | closed | 2021-08-27T17:31:29Z | 2022-08-30T16:38:56Z | https://github.com/fastapi/sqlmodel/issues/44 | [] | Joshuagriffin9 | 1 | |
psf/black | python | 3,711 | Decouple using .gitignore from `exclude` | **Is your feature request related to a problem? Please describe.**
This is the current behaviour for handling `.gitignore`:
> https://black.readthedocs.io/en/stable/usage_and_configuration/file_collection_and_discovery.html#gitignore
>
> If --exclude is not set, Black will automatically ignore files and directo... | open | 2023-05-30T13:03:55Z | 2023-05-30T13:19:14Z | https://github.com/psf/black/issues/3711 | [
"T: enhancement"
] | aureliojargas | 0 |
ultralytics/yolov5 | pytorch | 12,882 | mAP@0.5 of YOLOv5n on COCO val | ### 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
Can you provide mAP@0.5 of YOLOv5n on COCO val? (For detection)
Thanks
### Add... | closed | 2024-04-04T12:49:34Z | 2024-10-20T19:42:59Z | https://github.com/ultralytics/yolov5/issues/12882 | [
"question",
"Stale"
] | YairSmadar | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.