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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
clovaai/donut | computer-vision | 28 | How much gpu memory size does single 1280,960 size photo need | I tried to run donut-base in 2080ti, batch set is 1. But it didn't work, and it looked like it's because the small gpu memory.
So I want to ask has anyone try to run it on 2080ti or how much gpu memory size does single 1280,960 size photo need | closed | 2022-08-17T13:18:35Z | 2022-11-11T07:12:24Z | https://github.com/clovaai/donut/issues/28 | [] | Mrharry1997 | 3 |
databricks/koalas | pandas | 2,049 | Pandas Dataframe with incorrect number of columns returned internally | I am running a method using apply on various datasets, while running it one of the datasets (https://zenodo.org/record/3254606) this error was thrown. Any idea what can cause this? It seems it's internal code and unrelated to my pyspark script.
```
21/02/11 17:39:23 WARN TaskSetManager: Lost task 0.3 in stage 5.0 (TI... | closed | 2021-02-11T17:12:08Z | 2021-02-14T18:39:24Z | https://github.com/databricks/koalas/issues/2049 | [] | lfdversluis | 1 |
deepspeedai/DeepSpeed | machine-learning | 6,617 | DeepSpeed inference load the whole model to cpu numerous times | Hi when I use DeepSpeed to inference ,when running GPU = 4,model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16) will be loaded four times. This takes up a lot of CPU memory.Is there a way to load the model only once? | closed | 2024-10-10T02:23:14Z | 2024-10-12T01:57:19Z | https://github.com/deepspeedai/DeepSpeed/issues/6617 | [] | xixi226108 | 1 |
ARM-DOE/pyart | data-visualization | 1,439 | Migrate to Cython 3.0 | * Py-ART version: 1.15.2
* Python version: 3.9+
* Operating System: All
### Description
Cython recently released version 3.0, which is leading to breaking CI for Py-ART due to some API changes + updated needed on our side.
### Example failing CI
```bash
Installing build dependencies: started
Installing ... | closed | 2023-07-18T13:47:11Z | 2023-07-20T14:23:25Z | https://github.com/ARM-DOE/pyart/issues/1439 | [] | mgrover1 | 6 |
scikit-learn/scikit-learn | machine-learning | 30,450 | Scikit-learn v1.6.0 breaks SelectFromModel when using a non-sklearn model | ### Describe the bug
There seem to be a bug introduced by v1.6.0 where the SelectFromModel must use a model for which the parent class also has a `__sklearn_tags__` method. This works with sklearn models but not with 3rd party models using a sklearn type API.
It looks like folks working on xgboost are busy making ... | closed | 2024-12-10T09:15:20Z | 2024-12-10T13:29:23Z | https://github.com/scikit-learn/scikit-learn/issues/30450 | [
"Bug"
] | Bougeant | 3 |
Anjok07/ultimatevocalremovergui | pytorch | 1,600 | Error log | Last Error Received:
Process: Ensemble Mode
If this error persists, please contact the developers with the error details.
Raw Error Details:
ParameterError: "Audio buffer is not finite everywhere"
Traceback Error: "
File "UVR.py", line 6584, in process_start
File "separate.py", line 1036, in seperate... | open | 2024-10-25T05:01:42Z | 2024-10-25T05:01:42Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1600 | [] | objectobjectgroupgroup | 0 |
charlesq34/pointnet | tensorflow | 295 | PointNet for angle regression | Hey Charles, how are you doing? Hope you're well.
Let me ask you: is there a way to use PointNet for regressing the rotation angles from an original position to a canon position?
Thanks in advance! | open | 2022-05-12T19:20:56Z | 2022-05-12T19:20:56Z | https://github.com/charlesq34/pointnet/issues/295 | [] | matfcp | 0 |
explosion/spaCy | deep-learning | 13,205 | DocBin.to_bytes fails with a "ValueError: bytes object is too large" Spacy v 3.7.2 | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
I am trying to train a model from scratch (NER) on a corpus which has around 8 million sentences, after added data in DocBin() then unable to save it getting error
## Your Environment
<!-... | closed | 2023-12-20T06:17:51Z | 2023-12-20T13:12:54Z | https://github.com/explosion/spaCy/issues/13205 | [
"feat / serialize"
] | rajesh-smartwebtech | 0 |
amerkurev/scrapper | web-scraping | 20 | [Feature Request]: Add URL type field | Is it possible to add a URL type field in the return result, which indicates whether this URL is for the article list page or the article content page?
Just like the reader view in the FireFox browser, it's generally unavailable on the article list page, and only available on the content page (not 100% accurate, but m... | open | 2024-09-01T21:49:21Z | 2024-09-01T21:49:21Z | https://github.com/amerkurev/scrapper/issues/20 | [] | photkey | 0 |
sinaptik-ai/pandas-ai | data-visualization | 1,344 | pandas-ai fails with polars.scan_parquet input | ### System Info
python 3.11, pandas-ai 2.2.14, ubuntu 22.04
### 🐛 Describe the bug
I'm looking for a way to work with large parquet files without loading entirely into RAM. This is incredibly well supported in packages like duckdb and polars already used in this project, but I can't see how to get it to work in t... | closed | 2024-08-30T21:39:49Z | 2025-03-07T16:00:09Z | https://github.com/sinaptik-ai/pandas-ai/issues/1344 | [
"bug"
] | cboettig | 5 |
strawberry-graphql/strawberry | django | 3,769 | opentelemetry: use attributes from semconv registry | <!--- Provide a general summary of the changes you want in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Feature Request Type
- [ ] Core funct... | open | 2025-02-07T01:07:50Z | 2025-02-07T01:07:50Z | https://github.com/strawberry-graphql/strawberry/issues/3769 | [] | guppy0130 | 0 |
PrefectHQ/prefect | automation | 17,182 | prefect deploy is not updating the pull steps | ### Bug summary
Running `prefect --no-prompt deploy --all` to deploy a `prefect.yaml` is failing to properly update the pull steps in Prefect Cloud for a `pull_from_s3` step if the `folder` changes. This is an issue with the latest version of prefect (3.2.4) and was not an issue under earlier versions (3.1.0).
Here'... | closed | 2025-02-19T02:06:51Z | 2025-02-19T16:53:35Z | https://github.com/PrefectHQ/prefect/issues/17182 | [
"bug"
] | LeeMendelowitz | 2 |
hyperspy/hyperspy | data-visualization | 2,723 | Update elemental database |
I would like to ask for your help concerning the EDX analysis. In the current elemental database, some M rays of Uranium are missing and do not allow me to do a correct fit and to distinguish it from Cesium, Iodine and Tellurium(which are in this energy range). Is there a solution to consider these rays in order to h... | open | 2021-04-27T10:49:53Z | 2021-05-11T07:38:32Z | https://github.com/hyperspy/hyperspy/issues/2723 | [] | Morgane21 | 11 |
pytest-dev/pytest-xdist | pytest | 523 | Internal Error while trying to run tests parallel | **Sample Test File**
```
import pytest
def test_01():
assert True
def test_02():
assert False
def test_03():
assert True
def test_04():
assert False
def test_05():
assert True
def test_06():
assert False
```
**Run the test with rerun failure option. Internal error wil... | closed | 2020-04-23T09:02:00Z | 2020-11-27T11:41:00Z | https://github.com/pytest-dev/pytest-xdist/issues/523 | [] | pythondev786 | 3 |
polakowo/vectorbt | data-visualization | 246 | vbt.MACD.run_combs TypeError: too many arguments | Hi,
first of all, thanks for maintaining the project - it's really handy :)
I'm learning about it and testing the different features; particularly, I like the hyper-paratemer optimisation for technical indicators like MAs, which works perfectly fine
The issue comes when I tried to do the same with other indica... | closed | 2021-10-04T11:23:37Z | 2024-03-16T09:31:52Z | https://github.com/polakowo/vectorbt/issues/246 | [] | raidneural | 4 |
apache/airflow | python | 47,195 | Add back support to be able to return tuples in xcoms | ### Body
As part of [AIP-72: Simplify the XCOM interface between task sdk and execution API #46719](https://github.com/apache/airflow/pull/46719), we simplifies the interactions between the task runner and the task execution API to interact in JSON supported objects and not serialised json strings.
This leads into a... | closed | 2025-02-28T06:58:12Z | 2025-03-19T05:59:11Z | https://github.com/apache/airflow/issues/47195 | [
"kind:bug",
"priority:high",
"area:task-execution-interface-aip72",
"area:task-sdk",
"affected_version:3.0.0beta"
] | amoghrajesh | 7 |
huggingface/transformers | deep-learning | 36,160 | Moshi Generation Does Not Work as Expected | ### System Info
**🐛 Bug Report**
### Description
The provided Moshi example code does not function correctly with the Transformers library. The `generate` function fails when attempting to generate new tokens, and an issue arises with the expected input formats.
And here is `moshi_output.wav`
https://github.com/u... | closed | 2025-02-13T08:10:16Z | 2025-02-20T19:53:28Z | https://github.com/huggingface/transformers/issues/36160 | [
"bug"
] | SeungyounShin | 1 |
ansible/awx | automation | 14,966 | Allow Vault Credentials for Project SCM Type Inventories to process inventory plugin parameters | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-03-07T10:26:20Z | 2024-09-16T07:51:29Z | https://github.com/ansible/awx/issues/14966 | [
"type:enhancement",
"component:ui",
"community"
] | azrdev | 5 |
huggingface/datasets | numpy | 7,327 | .map() is not caching and ram goes OOM | ### Describe the bug
Im trying to run a fairly simple map that is converting a dataset into numpy arrays. however, it just piles up on memory and doesnt write to disk. Ive tried multiple cache techniques such as specifying the cache dir, setting max mem, +++ but none seem to work. What am I missing here?
### Steps to... | open | 2024-12-13T14:22:56Z | 2025-02-10T10:42:38Z | https://github.com/huggingface/datasets/issues/7327 | [] | simeneide | 1 |
encode/uvicorn | asyncio | 2,191 | Error: [WinError 10054] An existing connection was forcibly closed by the remote host | ### Initial Checks
- [X] I confirm this was discussed, and the maintainers suggest I open an issue.
- [X] I'm aware that if I created this issue without a discussion, it may be closed without a response.
### Discussion Link
```Text
no responce
```
### Description
i honestly have copied this code from another sour... | closed | 2023-12-17T14:56:17Z | 2023-12-17T18:13:47Z | https://github.com/encode/uvicorn/issues/2191 | [] | amirfenina | 0 |
Neoteroi/BlackSheep | asyncio | 99 | Enable logging of route pattern for each web request | For logging purposes, it makes sense to enable users of the library to access the route object that matched a web request.
For example, when using OpenCensus and Azure Application Insights integration, metrics should contain the route pattern, and not the actual path, like in this case:

features = {
"A": 1, "B": 2, "C": 3, "D": 5
}
selected_features = ["A", "B"]
class MyClass(param.Parameter... | closed | 2024-07-31T08:58:59Z | 2024-07-31T09:35:01Z | https://github.com/holoviz/panel/issues/7044 | [] | MarcSkovMadsen | 3 |
falconry/falcon | api | 2,051 | 3.1.0: examples directory not contained in pypi sdist tarball | Hi! I'm packaging falcon for Arch Linux. When trying to update to 3.1.0 I attempted to run the included tests.
This fails unfortunately, because pytest can not find required files contained in the examples directory:
```
============================= test session starts ==============================
platform lin... | closed | 2022-04-04T18:52:48Z | 2023-11-30T20:25:05Z | https://github.com/falconry/falcon/issues/2051 | [
"bug",
"maintenance"
] | dvzrv | 3 |
vimalloc/flask-jwt-extended | flask | 101 | how to use different file | hi i'm using flask_jwt_extended .
i want to using jwt = JWTManager()
but i make different file name is route .
so i using current_app as app
but i see RuntimeError: Working outside of application context.
how to do i use ??
thanks | closed | 2017-11-26T12:54:28Z | 2017-11-27T14:01:36Z | https://github.com/vimalloc/flask-jwt-extended/issues/101 | [] | gobenpark | 2 |
Kanaries/pygwalker | pandas | 323 | Need to implement msal authentication and authorization to track the requests | **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... | open | 2023-11-20T14:15:04Z | 2024-01-10T03:31:19Z | https://github.com/Kanaries/pygwalker/issues/323 | [
"question"
] | JeevankumarDharmalingam | 2 |
JoshuaC215/agent-service-toolkit | streamlit | 191 | Confusion Related To Database Tables | Could someone explain how many tables will be created if I set up a PostgreSQL database? What will the names of these tables and columns be? | closed | 2025-03-17T08:40:38Z | 2025-03-18T03:20:55Z | https://github.com/JoshuaC215/agent-service-toolkit/issues/191 | [] | aamitttt | 1 |
gradio-app/gradio | deep-learning | 10,273 | Please enable Discussion Here in Github | it should be at https://github.com/gradio-app/gradio/discussions
I don't find the reason why it should be disabled, you (maintainers) don't need to reply every discussions let the community answer it, Except you want to use the "Issues" as discussions or questions. | closed | 2025-01-01T03:18:38Z | 2025-01-01T05:52:40Z | https://github.com/gradio-app/gradio/issues/10273 | [] | ewwink | 1 |
jonaswinkler/paperless-ng | django | 514 | [BUG] Counts are not updates in document overview | <!---
=> Before opening an issue, please check the documentation and see if it helps you resolve your issue: https://paperless-ng.readthedocs.io/en/latest/troubleshooting.html
=> Please also make sure that you followed the installation instructions.
=> Please search the issues and look for similar issues before open... | open | 2021-02-08T10:43:47Z | 2021-02-08T12:15:47Z | https://github.com/jonaswinkler/paperless-ng/issues/514 | [
"bug"
] | jovandeginste | 1 |
ibis-project/ibis | pandas | 10,025 | bug: ibis can't handle response from mssql when statement is `CAST('2024-01-01 00:00:00' AS DATETIMEOFFSET)` | ### What happened?
Ibis will raise an error when I use a statement with `CAST AS DATETIMEOFFSET` for `mssql`.
```python
import ibis
ibis.mssql.connect(...).sql("SELECT CAST('2024-01-01 00:00:00' AS DATETIMEOFFSET)").to_pandas()
```
### What version of ibis are you using?
9.2.0
### What backend(s) are you us... | closed | 2024-09-05T07:13:19Z | 2024-09-06T10:03:58Z | https://github.com/ibis-project/ibis/issues/10025 | [
"bug",
"mssql"
] | grieve54706 | 3 |
521xueweihan/HelloGitHub | python | 2,843 | 【开源自荐】云搭,一款功能强大,支持多端渲染的低代码平台,可以搭建小程序、H5、问卷、图文文章等多种应用 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/wangyuan389/yunda
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:JS
<!-... | open | 2024-11-11T11:19:09Z | 2024-11-11T11:19:09Z | https://github.com/521xueweihan/HelloGitHub/issues/2843 | [] | wangyuan389 | 0 |
mkhorasani/Streamlit-Authenticator | streamlit | 252 | OAuth2 Redirect Not Working in PyWebView Environment | #### **Description**
The `streamlit-authenticator` library works flawlessly in a standard browser environment for Google OAuth2. However, when integrating it into a `pywebview` app, the authentication flow opens the login page in a new browser tab. After successful login, the redirect URL is not handled within the `pyw... | open | 2025-01-20T16:52:05Z | 2025-03-04T18:07:06Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/252 | [
"help wanted"
] | LounesAl | 0 |
flasgger/flasgger | api | 384 | not using mashmallow or apispec, but flasgger wants me to install them | After updating to 0.9.4 from 0.9.3 I am unable to get to /apidocs page, it shows me 500 error with message "RuntimeError: Please install marshmallow and apispec" (and I dont want to)
Here is an (almost) minimal example, run it and go to http://localhost:5000/apidocs
```import flask
from flasgger import Swagger, sw... | closed | 2020-04-14T21:50:41Z | 2020-04-20T14:12:19Z | https://github.com/flasgger/flasgger/issues/384 | [] | mike0sv | 2 |
pandas-dev/pandas | data-science | 60,672 | BUG: read_csv: Columns Silently Forced into Multi Index | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-01-07T18:11:06Z | 2025-01-07T21:56:25Z | https://github.com/pandas-dev/pandas/issues/60672 | [
"Bug",
"IO CSV"
] | cdelisle95 | 2 |
psf/requests | python | 6,470 | Getting 401 unauthorized status in an API | I was making a POST request in [nutritionix API](https://www.nutritionix.com/business/api) using requests module. In one of the API route which is `https://trackapi.nutritionix.com/v2/natural/nutrients`, which returns all the necessary details for any food item if we pass json as `{"query": <any_name>}` and headers as ... | closed | 2023-06-11T08:57:06Z | 2024-06-11T00:03:19Z | https://github.com/psf/requests/issues/6470 | [] | subhendudash02 | 3 |
litestar-org/litestar | asyncio | 2,987 | Docs: Wrong title for `concurrency` reference docs | ### Summary
https://github.com/litestar-org/litestar/blame/7c4dd4bfceea7361ee76815550bfbf6cf185c5b8/docs/reference/concurrency.rst#L1 | closed | 2024-01-15T12:15:32Z | 2025-03-20T15:54:20Z | https://github.com/litestar-org/litestar/issues/2987 | [
"Documentation :books:",
"Help Wanted :sos:",
"Good First Issue",
"area/docs"
] | redmer | 3 |
modAL-python/modAL | scikit-learn | 60 | can use modAl with keras multi_gpu_model?how should i do? | when I use modAl with keras multi_gpu_model,training occurred error like following:
> Query no. 1
Traceback (most recent call last):
File "/home/es712/Documents/MingHan/pycode/test/ALtest.py", line 77, in <module>
query_idx, query_instance = learner.query(X_pool, n_instances=100, verbose=0)
File "/home/e... | open | 2019-11-20T11:05:54Z | 2019-12-04T06:33:47Z | https://github.com/modAL-python/modAL/issues/60 | [] | awalker0215 | 2 |
iperov/DeepFaceLab | deep-learning | 5,274 | blending face seems unnatural between fake face and target bg, any help? | 
I have tried all the color transfer modes, the blending color gap still exists. | closed | 2021-02-04T11:11:26Z | 2023-06-12T09:50:14Z | https://github.com/iperov/DeepFaceLab/issues/5274 | [] | lvZic | 2 |
nschloe/tikzplotlib | matplotlib | 93 | Path of markers are dashed/dotted if the line is dashed/dotted | If you try to use markers with dashed or dotted lines, the dashing/dotting will apply to the marker path as well. This is due to the behaviour of PGFPlots. However, the user will never want that, as this is different from what matplotlib creates.
It can be fixed by simply adding `solid` to the `mark options` of an `\a... | closed | 2016-03-18T08:56:31Z | 2016-04-07T15:23:26Z | https://github.com/nschloe/tikzplotlib/issues/93 | [] | Duesterwald | 3 |
scikit-learn/scikit-learn | python | 30,744 | Unexpected <class 'AttributeError'>. 'LinearRegression' object has no attribute 'positive | My team changed to scikit-learn v1.6.1 this week. We had v1.5.1 before. Our code crashes in this exact line with the error "Unexpected <class 'AttributeError'>. 'LinearRegression' object has no attribute 'positive'".
We cannot deploy in production because of this. I am desperate enough to come here to ask for help. I ... | open | 2025-01-31T15:08:46Z | 2025-02-04T06:58:02Z | https://github.com/scikit-learn/scikit-learn/issues/30744 | [
"Needs Reproducible Code"
] | ItsIronOxide | 2 |
aio-libs/aiomysql | sqlalchemy | 214 | get a problem in cursor | Hello everyone,
I use pool to execute sql.the example is like that without any problem
```python
async with _pool.acquire() as conn:
async with conn.cursor(aiomysql.DictCursor) as _cur:
await _cur.execute(sql,kwargs or args)
rs = await _cur.fetchall()
```
and ab result is good
```
Time taken for tests: ... | closed | 2017-10-10T12:30:25Z | 2017-10-15T16:34:40Z | https://github.com/aio-libs/aiomysql/issues/214 | [] | shownb | 3 |
sherlock-project/sherlock | python | 2,168 | Latest pull 0.14.4 exits with error. | ### Installation method
Built from source
### Description
I normally run this from source and it's been working for well over a year now. However the latest pull exits with the following error:
```
Traceback (most recent call last):
File "/home/sint/Tools/osint/sherlock/sherlock/sherlock.py", line 28, in <mod... | closed | 2024-06-11T16:54:16Z | 2024-06-11T20:27:04Z | https://github.com/sherlock-project/sherlock/issues/2168 | [
"bug"
] | radiophonic | 2 |
dynaconf/dynaconf | flask | 542 | [RFC] implement `settings.populate_args` - `settings.populate_attrs` decorators. | ## populate_args
```py
@settings.populate_args()
def a_function(server, port):
...
# optionally mapped
@settings.populate_args(server="db.config.server")
def a_function(server, port):
...
s_function(port=8888) # server will be read from dynaconf settings if not passed
```
## populate attrs
... | open | 2021-03-09T17:08:53Z | 2022-06-29T13:57:07Z | https://github.com/dynaconf/dynaconf/issues/542 | [
"wontfix",
"Not a Bug",
"RFC"
] | rochacbruno | 1 |
adamerose/PandasGUI | pandas | 153 | QTStylish | **Describe the bug**
I try to run with pandasgui and keep getting
ModuleNotFoundError: No module named 'qtstylish'
**Environment**
OS: Windows 10
Python: 3.9.5)
IDE: Visual Studio Code
**Package versions**
TO GET ALL RELEVANT PACKAGE VERSIONS, RUN THIS COMMAND IN BASH AND PASTE THE OUTPUT
pip freeze |... | closed | 2021-07-02T19:03:22Z | 2021-07-02T19:08:05Z | https://github.com/adamerose/PandasGUI/issues/153 | [
"bug"
] | nyteghost | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,224 | Trying to build pretrained models taking days! | Just tried to build pre-trained models, but then it is taking days, 15+ so had to quit. How long does it normally take? How many steps for the encoder?
https://youtu.be/qxLF-RegLWs | open | 2023-06-11T23:15:36Z | 2023-06-11T23:15:36Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1224 | [] | HeyLetsLearnSomething | 0 |
idealo/imagededup | computer-vision | 142 | PyWavelets error when calling methods | Hi, there's an error show up when i tried to import PHash
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-4-794d9086a39e> in <module>
----> 1 from imagededup.methods import PHash
2 phas... | closed | 2021-03-03T04:23:03Z | 2021-03-15T02:50:30Z | https://github.com/idealo/imagededup/issues/142 | [] | faldisulistiawan | 2 |
akfamily/akshare | data-science | 5,871 | AKShare 接口问题报告 | > 欢迎加入专注于财经数据和量化投研的【数据科学实战】知识社区,
> 获取《AKShare-财经数据宝典》,宝典随 AKShare 同步更新,
> 里面汇集了财经数据的使用经验和指南,还分享了众多国内外财经数据源。
> 欢迎加入我们,交流财经数据问题,探索量化投研的世界!
> 详细信息参考:https://akshare.akfamily.xyz/learn.html
## 重要前提
遇到任何 AKShare 使用问题,请先将您本地的 AKShare 升级到**最新版**,可以通过如下命令升级:
```
pip install akshare --upgrade # Python 版本需要大于等于 3.9
```
## 如... | closed | 2025-03-12T10:28:45Z | 2025-03-12T12:39:49Z | https://github.com/akfamily/akshare/issues/5871 | [
"bug"
] | Pagica | 2 |
aio-libs/aiopg | sqlalchemy | 46 | Unable to do multi-insert according to docs | The following code should work according to http://aiopg.readthedocs.org/en/stable/sa.html#aiopg.sa.SAConnection.execute:
``` python
import asyncio
from aiopg.sa import create_engine
import sqlalchemy as sa
metadata = sa.MetaData()
table = sa.Table(
'table',
metadata,
sa.Column('id', sa.Integer, primary... | closed | 2015-02-03T00:44:13Z | 2015-02-03T21:06:01Z | https://github.com/aio-libs/aiopg/issues/46 | [] | housleyjk | 3 |
rougier/scientific-visualization-book | matplotlib | 5 | visibility of the cover art is highly sensitive to monitor settings | One some monitors, the gray circles on the book cover are nearly impossible to see (left monitor). But on my right monitor I see the gray circles just fine. Perhaps the cover art could be adjusted to have slightly higher contrast?
 ).
```
import statsmodels.api as sm
import pandas as pd
import numpy as np
import os
X13PATH = r'D:\data\X13'
os.chdir(X13PATH)
os.envir... | open | 2023-06-28T05:32:38Z | 2023-07-13T01:43:57Z | https://github.com/statsmodels/statsmodels/issues/8935 | [
"comp-tsa",
"type-bug"
] | ahbon123 | 4 |
vitalik/django-ninja | rest-api | 405 | Custom ninja HttpRequest class, that includes an 'auth' property | **Is your feature request related to a problem? Please describe.**
All examples I saw use `django.http.HttpRequest` to annotate the request object in operations.
This is a problem when using an authentication. Now I need to work with `request.auth` but that property is not defined in the django HttpRequest class wh... | closed | 2022-03-26T01:26:44Z | 2023-10-13T14:37:03Z | https://github.com/vitalik/django-ninja/issues/405 | [] | geeshta | 3 |
huggingface/pytorch-image-models | pytorch | 1,299 | Questions about Google Cloud Storage Usage in bits_and_tpu Branch | ### Discussed in https://github.com/rwightman/pytorch-image-models/discussions/1297
<div type='discussions-op-text'>
<sup>Originally posted by **zeyuwang615** June 12, 2022</sup>
Hi! I have several questions about how to use google cloud storage with timm bits_and_tpu branch:
1. In the Gotcha and Known Issues... | closed | 2022-06-13T05:53:19Z | 2022-07-07T21:56:06Z | https://github.com/huggingface/pytorch-image-models/issues/1299 | [] | zw615 | 2 |
RobertCraigie/prisma-client-py | pydantic | 13 | Add support for select to count | see
[https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#count](https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#count)
and
[https://github.com/prisma/prisma/releases/tag/2.15.0](https://github.com/prisma/prisma/releases/tag/2.15.0) | closed | 2021-03-04T22:36:07Z | 2021-11-05T20:08:34Z | https://github.com/RobertCraigie/prisma-client-py/issues/13 | [
"kind/improvement"
] | RobertCraigie | 0 |
miguelgrinberg/Flask-Migrate | flask | 431 | Flask `MigrateCommand` import error | from main import app, db
from flask_migrate import Migrate, MigrateCommand
from flask_script import Manager
migrate = Migrate(app, db)
manager = Manager(app)
manager.add_command('db', MigrateCommand)
if __name__ == '__main__':
manager.run()
| closed | 2021-08-24T17:59:18Z | 2021-08-26T12:37:58Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/431 | [
"question"
] | mbrsagor | 2 |
mobarski/ask-my-pdf | streamlit | 62 | Java assignment..
| open | 2024-06-20T08:08:15Z | 2024-06-20T08:08:15Z | https://github.com/mobarski/ask-my-pdf/issues/62 | [] | Ruthfatty1 | 0 | |
d2l-ai/d2l-en | data-science | 1,726 | small bug in naive bayes classifier math | In [sec 18.9](http://d2l.ai/chapter_appendix-mathematics-for-deep-learning/naive-bayes.html), the add-one smoothing should be
`P_xy = (n_x + 1) / (n_y + 2).reshape(10, 1, 1)`
since you need to add 1 to both sets of pseudo counts (the 0 pixels and the 1 pixels) before normalizing, ie
$\theta_{ijc} = \frac{\alpha+N_{i... | closed | 2021-04-19T23:25:12Z | 2022-03-15T17:41:45Z | https://github.com/d2l-ai/d2l-en/issues/1726 | [] | murphyk | 0 |
jschneier/django-storages | django | 944 | [DigitalOcean] Private objects signing does not work with custom domain | When using a custom domain on your DigitalOcean space, such as `cdn.peekalink.com`, enabled by setting `AWS_S3_CUSTOM_DOMAIN=cdn.peekalink.com`, when having a storage with the property `default_acl='private'`, no signature is emitted on the object url and it cannot be accessed.
This is because on the S3BotoStorage, ... | open | 2020-10-10T17:28:33Z | 2024-11-13T22:28:14Z | https://github.com/jschneier/django-storages/issues/944 | [] | lifenautjoe | 13 |
OpenInterpreter/open-interpreter | python | 651 | Interpreter getting worse instead of better? | closed | 2023-10-17T14:15:11Z | 2023-10-17T14:15:45Z | https://github.com/OpenInterpreter/open-interpreter/issues/651 | [
"Enhancement"
] | stevenbaert | 0 | |
nerfstudio-project/nerfstudio | computer-vision | 3,554 | CUDA assertion failure when trying to resume splatfacto training | **Describe the bug**
I train a splatfacto model for 7000 iterations. I then try to resume training from the checkpoint to continue training to 30000 iterations and I get a crash
**To Reproduce**
Steps to reproduce the behavior:
1. Train a splatfacto model for 7000 iterations, something like
```
ns-train splat... | open | 2024-12-19T17:26:00Z | 2025-01-22T09:35:34Z | https://github.com/nerfstudio-project/nerfstudio/issues/3554 | [] | abroun | 2 |
flasgger/flasgger | rest-api | 603 | Query parameter not getting picked up in `parsed_data` after 0.9.5 | I'm using openapi 3 documentations like this for `GET` requests with `parse=True`:
```
parameters:
- name: feature
required: false
in: query
schema:
type: string
explode: true
```
I've noticed since the upgrade to 0.9.7 that `request.parsed_data` only contains `{'path': {}}`, whereas previously ... | open | 2024-01-04T10:49:32Z | 2024-01-04T10:49:32Z | https://github.com/flasgger/flasgger/issues/603 | [] | totycro | 0 |
pyg-team/pytorch_geometric | deep-learning | 10,047 | GCN wrong code for SparseTensor | ### 🐛 Describe the bug
GCNConv official code considers edge_index input to be both Tensor and SparseTensor. But their code is wrong for SparseTensor.
Here is the wrong code:
def forward(self, x: Tensor, edge_index: Adj,
edge_weight: OptTensor = None) -> Tensor:
if isinstance(x, (tuple, lis... | open | 2025-02-19T11:55:05Z | 2025-02-19T11:55:05Z | https://github.com/pyg-team/pytorch_geometric/issues/10047 | [
"bug"
] | Qin87 | 0 |
tqdm/tqdm | pandas | 819 | LICENSE for v4.28.1 | Hi there,
The information found inside LICENSE is confusing:
`tqdm` is a product of collaborative work.
Unless otherwise stated, all authors (see commit logs) retain copyright
for their respective work, and release the work under the MIT licence
(text below).
Exceptions or notable authors are listed belo... | closed | 2019-09-27T09:32:38Z | 2019-09-30T11:42:07Z | https://github.com/tqdm/tqdm/issues/819 | [
"question/docs ‽"
] | Silviu-Caprar | 3 |
d2l-ai/d2l-en | computer-vision | 2,123 | Typo in Ch.2 introduction. | In the second paragraph on the intro to 2. Preliminaries, change "basic" to "basics" (see the image below).

| closed | 2022-05-10T15:08:49Z | 2022-05-10T17:37:44Z | https://github.com/d2l-ai/d2l-en/issues/2123 | [] | jbritton6 | 1 |
robinhood/faust | asyncio | 737 | Faust shouldn't force an origin and/or re-attempt autodiscovery | ## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
I have figured out that the autodiscover feature option of passing a list of modules to find has a bug in the [`_finalize_concrete... | open | 2021-09-02T18:37:28Z | 2021-09-04T15:24:56Z | https://github.com/robinhood/faust/issues/737 | [] | kurtrwall | 1 |
rthalley/dnspython | asyncio | 221 | How to connect to Windows server hosted DNS server | Hi Team,
We are using a DNS server which is based on windows.
Now we are trying to automate the A Record, CNAME, MX, etc creation using python script which is placed on a remote RHEL 7 machine.
As per our understanding we need to follow the below steps to fulfill this requirement,
1. Connect to the Window... | closed | 2016-12-14T11:51:51Z | 2017-09-26T17:15:26Z | https://github.com/rthalley/dnspython/issues/221 | [] | johnakash | 4 |
ymcui/Chinese-BERT-wwm | nlp | 42 | 关于模型input embedding | 原模型样例:input:[CLS] 我 爱 中 国 [SEP]
Token embedding:E([CLS]) E(我) E(爱) E(中) E(国) E([SEP])
+
Segment embedding:E(A) E(A) E(A) E(A) E(A) E(A)
+
Position embedding:E(0) E(1) E(2) E(3) E(4) E(5)
那现在的模型是没变,还是为:
input:[CLS] 我 爱 中国 [SEP]
Token embedding:E([CLS]) E(我) E(爱) E(中国) E([SEP])
+
Segment embedding:E(A) E(A) E(A... | closed | 2019-09-12T05:07:48Z | 2019-09-12T09:22:58Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/42 | [] | liawa | 2 |
Gerapy/Gerapy | django | 117 | 注册 Read The Docs 官网 | 注册 read the docs 官网并添加相关权限 | closed | 2019-10-06T15:28:59Z | 2019-10-06T15:30:22Z | https://github.com/Gerapy/Gerapy/issues/117 | [
"enhancement"
] | Germey | 0 |
amidaware/tacticalrmm | django | 1,096 | Different times being shown in Automation Manager | **Server Info (please complete the following information):**
- OS: Ubuntu 20.04
- Browser: Any
- RMM Version (as shown in top left of web UI): 0.13.3
**Installation Method:**
- [ x] Standard
- [ ] Docker
**Agent Info (please complete the following information):**
- Agent version (as shown in the 'Sum... | closed | 2022-04-25T16:15:51Z | 2022-04-25T18:43:41Z | https://github.com/amidaware/tacticalrmm/issues/1096 | [
"bug"
] | subzdev | 1 |
cvat-ai/cvat | computer-vision | 8,380 | > Hi, we have added SAM2 on SaaS (https://app.cvat.ai/) and for Enterprise customers: https://www.cvat.ai/post/meta-segment-anything-model-v2-is-now-available-in-cvat-ai | closed | 2024-08-30T13:01:42Z | 2024-08-30T13:06:55Z | https://github.com/cvat-ai/cvat/issues/8380 | [] | gauravlochab | 0 | |
flasgger/flasgger | flask | 380 | How do $ref internal fields mark required, Java swagger is ok | How do $ref internal fields mark required, Java swagger is ok | open | 2020-04-08T02:25:31Z | 2020-04-08T02:25:31Z | https://github.com/flasgger/flasgger/issues/380 | [] | zxuanhong | 0 |
HumanSignal/labelImg | deep-learning | 453 | all pyqt5 | <!--
Please provide as much as detail and example as you can.
You can add screenshots if appropriate.
-->
- **OS:**
- **PyQt version:**
| closed | 2019-03-19T19:10:23Z | 2019-03-29T14:25:59Z | https://github.com/HumanSignal/labelImg/issues/453 | [] | jpmcarrilho | 0 |
kennethreitz/responder | flask | 236 | What is the best database with "responder"? | Thanks. | closed | 2018-11-19T02:11:50Z | 2024-03-31T00:57:43Z | https://github.com/kennethreitz/responder/issues/236 | [] | theblackturtle | 6 |
autogluon/autogluon | scikit-learn | 4,030 | Is it necessary to load the predictor to use exported onnx model? | I am working on deploying a text model trained by MultiModalPredictor and exported it to onnx by:
`ag_model.export_onnx("./export/data.csv", onnx_model_path)`
Then I referred to the [example](https://github.com/autogluon/autogluon/blob/master/examples/automm/production/onnx_text.py), which processes input like this... | closed | 2024-04-03T05:16:14Z | 2024-04-04T10:20:55Z | https://github.com/autogluon/autogluon/issues/4030 | [] | LiShaoyu5 | 4 |
quantumlib/Cirq | api | 6,723 | Add README file to dev_tools subdirectory | The [dev_tools](https://github.com/quantumlib/Cirq/tree/main/dev_tools) subdirectory contains a lot of scripts, most (perhaps all) of which are mentioned in other places in the documentation. Even if developers are not expected to cd into this directory and run things directly, it would still be useful to add a README ... | closed | 2024-09-09T17:15:30Z | 2024-09-21T02:57:12Z | https://github.com/quantumlib/Cirq/issues/6723 | [
"triage/discuss"
] | mhucka | 1 |
dask/dask | pandas | 11,540 | bug in dask.array.reshape_blockwise | **Minimal Complete Verifiable Example**:
```python
import dask.array
reshape_blockwise(dask.array.ones((3,)), shape=(3,), chunks=((3,),))
```
```
ValueError: Setting chunks is not allowed when reducing the number of dimensions.
```
cc @phofl
| closed | 2024-11-19T22:19:16Z | 2024-11-20T10:18:38Z | https://github.com/dask/dask/issues/11540 | [
"array"
] | dcherian | 5 |
jmcnamara/XlsxWriter | pandas | 944 | question: Write negative numbers using write_number | ### Question
I have an issue when I try to create an excel with negative numbers, I am using a simple write_number method:
self.worksheet.write_number(row_number, column_number, data)
I have noticed that positive numbers are working as expected, but negative ones are not
as anyone else experienced the issue?
sho... | closed | 2023-01-18T11:21:35Z | 2023-01-18T12:43:51Z | https://github.com/jmcnamara/XlsxWriter/issues/944 | [
"question"
] | or-mocha | 2 |
tensorflow/tensor2tensor | deep-learning | 1,665 | Training Image Transformer | ### Description
I'm unable to replicate unconditional image generation results using the image transformer with 1D local attention reported to have bits/dim of 2.90. When training a model with categorical variables and the base hparams defined in the code, the training curve is below. How do I replicate the results ... | open | 2019-08-19T18:04:46Z | 2019-08-19T18:04:46Z | https://github.com/tensorflow/tensor2tensor/issues/1665 | [] | sahajgarg | 0 |
davidteather/TikTok-Api | api | 941 | [BUG] - “TikTok blocks this request displaying a Captcha” on the shell | ```
def getuser(request,name):
verifyFp='xxxxxxxxxx'(my verifyFp from tiktok)
api = TikTokApi(custom_verify_fp=verifyFp)
user = api.user(username=name)
for video in user.videos():
print(video.id)
return HttpResponse(name)
```
when I run this, it will be like that:
`... | closed | 2022-09-02T01:21:34Z | 2023-08-08T22:06:20Z | https://github.com/davidteather/TikTok-Api/issues/941 | [
"bug"
] | j-teng96 | 9 |
public-apis/public-apis | api | 3,718 | Joymartworld.com | https://joymartworld.wed2c.com Do you like the yellow keychain set? #foryou #safetyfirst #selfdefensekeychain #girl #woman<!-- Error while uploading RNFetchBlobTmp_vzhlzzx1msox2hn2k5chvm.mp4 --> | closed | 2023-12-11T05:04:46Z | 2023-12-11T20:07:18Z | https://github.com/public-apis/public-apis/issues/3718 | [] | rockinganand2399 | 0 |
ShishirPatil/gorilla | api | 891 | [BFCL] How do we add more models in the model handler | **Describe the issue**
How do we add more models in the model handler. What are the important things that have to be there?
**ID datapoint**
1. Datapoint / Model Handler permalink:
2. Issue:
2. Gorilla repo commit #:
**What is the issue**
**Proposed Changes**
{
'previous_datapoint':[],
'updated_datapoint':[]
... | closed | 2025-01-21T06:47:32Z | 2025-01-21T07:08:19Z | https://github.com/ShishirPatil/gorilla/issues/891 | [
"BFCL-New Model"
] | Mugariya | 2 |
Johnserf-Seed/TikTokDownload | api | 758 | auto cookies说我权限有问题 | 自动设置cookies 用 chrome说获取失败

用edge说权限有问题,有点奇怪

| open | 2024-09-07T04:26:38Z | 2024-10-31T09:32:02Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/758 | [
"故障(bug)"
] | heartInsert | 2 |
mage-ai/mage-ai | data-science | 5,170 | [BUG] Crashes on launch on aarch64 due to jemalloc issues | ### Mage version
latest (0.9.7.1)
### Describe the bug
Trying to launch current `latest` container on an aarch64 platform (an Orace Cloud Ampere Instance in this case).
Application crashes after these log lines (probably repeated):
```
magic-1 | <jemalloc>: Unsupported system page size
magic-1 | <j... | closed | 2024-06-07T18:06:00Z | 2024-06-08T01:21:16Z | https://github.com/mage-ai/mage-ai/issues/5170 | [
"bug"
] | fstolba | 1 |
openapi-generators/openapi-python-client | fastapi | 129 | Nicer error on invalid document | **Is your feature request related to a problem? Please describe.**
Currently there is a stack trace before the list of Pydantic validation errors.
**Describe the solution you'd like**
Handle these errors the same way other parsing errors are handled elsewhere.
| closed | 2020-08-05T15:14:13Z | 2020-08-05T16:37:39Z | https://github.com/openapi-generators/openapi-python-client/issues/129 | [
"✨ enhancement"
] | dbanty | 0 |
custom-components/pyscript | jupyter | 521 | State Trigger Doesn't Run With kwargs | Not sure if I'm missing something, or if this is a bug, but state triggers don't seem to run when you try to pass kwargs while using an input_number as the trigger.
For example, this works (input_boolean **with** kwargs):
`@state_trigger("input_boolean.livingroom_master_switch == 'on'", kwargs= {"room":livingroom})... | open | 2023-09-04T21:58:53Z | 2023-09-05T07:26:42Z | https://github.com/custom-components/pyscript/issues/521 | [] | okkine | 1 |
strawberry-graphql/strawberry-django | graphql | 186 | List of union type field always yields the first type | I declared a field which returns a list of union of Django types (those generated by `@strawberry.django.type`). Unfortunately, the returned list only contains elements of the first type stated in a union.
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- An... | closed | 2022-10-03T18:14:26Z | 2025-03-20T15:57:07Z | https://github.com/strawberry-graphql/strawberry-django/issues/186 | [
"bug"
] | toddy-corpjurist | 2 |
jupyter/docker-stacks | jupyter | 1,556 | sudo: account validation failure, is your account locked | **What docker image you are using?**
jupyterhub/singleuser:1.3.0
I use this image as base image and add the following code in my Dockerfile.
```
From jupyterhub/singleuser:1.3.0
USER root
RUN echo dt_hdp_ops:x:50243:50243::/noexistent:/bin/false >> /etc/passwd && \
echo PP_PAZ_TAHOE_DEV:x:57767: >> /etc/gr... | closed | 2021-12-22T07:57:52Z | 2022-01-23T10:00:55Z | https://github.com/jupyter/docker-stacks/issues/1556 | [
"type:Bug"
] | uonxhou | 5 |
benbusby/whoogle-search | flask | 100 | [QUESTION] remove customize area? | Is it possible to remove the customize area? I wanna make this as easy as possible for my family to use. Will be used on our home server accessible by about 40 people in our family. I wanna keep them from messing with the settings.
Would love to have the customize option via the private network web ui and not on th... | closed | 2020-07-08T05:52:05Z | 2020-07-09T16:26:24Z | https://github.com/benbusby/whoogle-search/issues/100 | [
"question"
] | rigler86 | 2 |
gradio-app/gradio | deep-learning | 10,263 | Load gr.BrowserState after server restart from local storage | I would like to restart the server, and the local data from the client is synced with the server using gr.BrowserState.
Here is a demo Sonnet did for me, it works quite nice:
```
import gradio as gr
import random
import string
def generate_random_username_password():
username = "".join(random.choices(str... | closed | 2024-12-28T15:14:29Z | 2024-12-28T16:34:21Z | https://github.com/gradio-app/gradio/issues/10263 | [] | HabermannR | 1 |
gee-community/geemap | jupyter | 704 | Add value for masked areas when using extract_values_to_points | I am using extract_values_to_points to extract data from a masked Sentinel-2 image. In cases where pixels under points are masked in the image, there isn’t a return value. My preferred behavior would be to have an indicator that those pixels were under a mask such as NA (not available).
| closed | 2021-10-08T19:23:01Z | 2021-10-08T21:39:30Z | https://github.com/gee-community/geemap/issues/704 | [
"Feature Request"
] | nedhorning | 2 |
huggingface/diffusers | pytorch | 11,083 | Running diffusers with torch-DDP leads to warning on stride mismatch | ### Describe the bug
This issue has already been reported at https://github.com/huggingface/diffusers/issues/3809 Through an analysis of the mismatched network parameters, it was found that modifying line 369 in `diffusers/models/resnet.py` from:
```python
input_tensor = self.conv_shortcut(input_tensor)
```
to
``... | closed | 2025-03-17T07:51:25Z | 2025-03-18T07:38:18Z | https://github.com/huggingface/diffusers/issues/11083 | [
"bug"
] | jinc7461 | 1 |
CanopyTax/asyncpgsa | sqlalchemy | 45 | Record proxy with type result processors | Regarding #42 (which applies the type bind processors when adding parameters to the queries), I found that the reverse direction is not working yet — the type result processors (both for user-defined type decroators and dialect-specific types) are not invoked when reading the fetched rows.
I tried to fix this by mys... | open | 2017-08-22T07:38:16Z | 2018-02-13T00:20:13Z | https://github.com/CanopyTax/asyncpgsa/issues/45 | [] | achimnol | 2 |
modelscope/modelscope | nlp | 401 | 创空间依托的资源是什么 | 想知道提供给创空间的资源是什么?
比如CPU/GPU以及有多少的硬盘存储资源?(这一点似乎ModelScope的官方文档并没有说明)
是否是易失性存储(即关闭创空间之后能否保存记录)
比如能否在创空间上实现注册等需要记录用户少量信息的功能 | closed | 2023-07-21T07:37:40Z | 2023-08-09T11:04:15Z | https://github.com/modelscope/modelscope/issues/401 | [] | 28H2O2 | 1 |
Hironsan/BossSensor | computer-vision | 37 | Hjkk | open | 2024-02-08T22:00:59Z | 2024-02-08T22:01:42Z | https://github.com/Hironsan/BossSensor/issues/37 | [] | danielrobe | 1 | |
iterative/dvc | machine-learning | 10,231 | Streaming cloud-versioned datasets | https://github.com/iterative/dvc/pull/10164 will introduce `datasets` as a new type of dependency that aren't based on the local filesystem. This same mechanism can be used to support cloud-versioned data. Users can specify a version ID, freeze it, make it a stage dependency, and stream it into their code using the DVC... | closed | 2024-01-11T18:35:56Z | 2024-02-26T15:43:41Z | https://github.com/iterative/dvc/issues/10231 | [
"p1-important",
"A: api"
] | dberenbaum | 2 |
graphistry/pygraphistry | jupyter | 457 | [BUG] plugins should list cugraph/igraph compute/layout parameter options | **Describe the bug**
All the `(compute|layout)_(cugraph|igraph)` methods support different built-in algorithms, which are explicitly lists in variables like https://github.com/graphistry/pygraphistry/blob/master/graphistry/plugins/cugraph.py#L167
However, the docs do not expose & link those, so users can't know w... | open | 2023-04-03T22:23:35Z | 2023-04-03T22:31:16Z | https://github.com/graphistry/pygraphistry/issues/457 | [
"bug",
"p2",
"docs"
] | lmeyerov | 0 |
dmlc/gluon-cv | computer-vision | 1,097 | yolov3. Why is the inference time after int8 quantization on the CPU longer than the unquantized model? | environment:
```
Ubuntu 16.04.5 LTS
Intel(R) Core(TM) i3-9100F CPU @ 3.60GHz
CPU(s): 4
pip install gluoncv --upgrade
pip install mxnet-cu100mkl==1.6.0b20191013
```
Modify the code to print out the time(ms/pic) during validation。The command and output are as follows:
unquantized model:
```
python eval_y... | closed | 2019-12-17T05:29:42Z | 2019-12-20T01:31:44Z | https://github.com/dmlc/gluon-cv/issues/1097 | [] | DuZzzs | 9 |
JaidedAI/EasyOCR | machine-learning | 1,180 | 我用docker部署的,容器中的依赖都安装成功了,但是from easyocr import EasyOCR报错 | Successfully installed MarkupSafe-2.1.3 Pillow-10.1.0 PyWavelets-1.4.1 PyYAML-6.0.1 Shapely-2.0.2 certifi-2023.11.17 charset-normalizer-3.3.2 easyocr-1.7.1
..........
..........
lxl-ocr1 | Traceback (most recent call last):
lxl-ocr1 | File "app.py", line 2, in <module>
lxl-ocr1 | fro... | open | 2023-12-08T01:10:30Z | 2023-12-08T01:24:23Z | https://github.com/JaidedAI/EasyOCR/issues/1180 | [] | lixiaolong117 | 1 |
rgerum/pylustrator | matplotlib | 28 | space between 2 bars for barplots | open | 2020-10-02T12:18:45Z | 2020-10-02T12:18:45Z | https://github.com/rgerum/pylustrator/issues/28 | [] | TinaCz | 0 | |
jmcnamara/XlsxWriter | pandas | 1,050 | question: Proposal to Increase Fuzzing Test Coverage | ### Question
Hi,
I was looking over fuzzing test coverage for projects integrated with OSS-Fuzz, and I noticed this project (integrated in https://github.com/jmcnamara/XlsxWriter/pull/1030) has relatively low coverage. It appears the existing test setup is blocking some of the instrumentation from effectively analyzi... | closed | 2024-03-06T07:27:24Z | 2024-08-26T18:27:42Z | https://github.com/jmcnamara/XlsxWriter/issues/1050 | [
"question"
] | DaveLak | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.