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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
davidsandberg/facenet | computer-vision | 583 | model definition selection | Hi,
Currently inception_resnet_v1 is used to train facenet,
I notice definition for inception_resnet_v2, and nn2, nn3, nn4 are also provided.
Is currently inception_resnet_v1 providing best performance even than NN2 network?
thanks in advance! | open | 2017-12-18T03:40:34Z | 2018-04-11T16:17:59Z | https://github.com/davidsandberg/facenet/issues/583 | [] | zhenglaizhang | 1 |
aio-libs/aiomysql | asyncio | 505 | DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. | Any plans to fix this deprecation warning?
```
root/.local/share/virtualenvs/app-ueEJiAOq/lib/python3.8/site-packages/aiomysql/pool.py:46: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._cond = asyncio.Condition(loop=loop)
/usr/local/lib/py... | closed | 2020-06-19T20:01:42Z | 2021-11-14T09:53:13Z | https://github.com/aio-libs/aiomysql/issues/505 | [] | youngamichael | 2 |
huggingface/datasets | numpy | 6,530 | Impossible to save a mapped dataset to disk | ### Describe the bug
I want to play around with different hyperparameters when training but don't want to re-map my dataset with 3 million samples each time for tens of hours when I [fully fine-tune SDXL](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image_sdxl.py).
After... | open | 2023-12-23T15:18:27Z | 2023-12-24T09:40:30Z | https://github.com/huggingface/datasets/issues/6530 | [] | kopyl | 1 |
miguelgrinberg/Flask-Migrate | flask | 353 | Getting error `Error: Could not import "dms.database"` while doing `flask db init` | I'm trying to perform the db migration but getting the error ```Error: Could not import "dms.database``` when I run the command ```flask db init```
Note that the configuration values of this project are stored in the ```__init__.py``` inside the ```\dms``` directory whereas the ```app.run()``` line of code is in the... | closed | 2020-06-24T03:41:49Z | 2020-06-28T09:57:09Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/353 | [
"question"
] | aniketsnv-1997 | 13 |
dask/dask | scikit-learn | 11,041 | Weird behavior of `rename` | <!-- 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 Verifiab... | closed | 2024-04-09T15:06:39Z | 2024-04-10T06:52:56Z | https://github.com/dask/dask/issues/11041 | [
"needs triage"
] | dualtob | 3 |
pytorch/pytorch | deep-learning | 149,570 | torch.compile fails in kokoro (both fullgraph=True and False) | ### 🐛 Describe the bug
Repro:
```
conda create -y -n user-empathy python=3.11
conda activate user-empathy
pip install -q kokoro>=0.9.2 soundfile
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126
```
```
text = '''
PyTorch is an open-source machine learning l... | open | 2025-03-19T22:38:08Z | 2025-03-24T10:34:09Z | https://github.com/pytorch/pytorch/issues/149570 | [
"triaged",
"oncall: pt2",
"module: dynamic shapes",
"empathy-day"
] | yushangdi | 0 |
cvat-ai/cvat | tensorflow | 8,858 | Prometheus metric server side monitoring | hello does cvat backend offer server monitoring metrics related to error/failed count , success count etc ( Prometheus if exist to scrap them ) | closed | 2024-12-22T16:45:25Z | 2025-01-15T16:36:07Z | https://github.com/cvat-ai/cvat/issues/8858 | [
"enhancement"
] | MohamedKHALILRouissi | 1 |
huggingface/pytorch-image-models | pytorch | 2,046 | [BUG] reg_token not working for ViT models | **Describe the bug**
If I try to create a 'vit_base_patch16_384' model, for example, and set the argument: reg_token=4 (to add 3 register tokens to the model, according to this paper: https://arxiv.org/pdf/2309.16588.pdf. I hope I'm not missing something. I understand if this is not a supported feature yet.
the mo... | closed | 2023-11-30T21:51:35Z | 2023-11-30T22:18:48Z | https://github.com/huggingface/pytorch-image-models/issues/2046 | [
"bug"
] | Tgaaly | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 915 | SIBR remote viewer | **Problem Description:**
Hey, I have some issues with the remote viewer. I am training the model on a remote machine through SSH connection and want to view it on a different machine. Hence, I want to use the remote viewer provided. I am forwarding the traffic from my viewing host to the listening port on the host run... | open | 2024-07-30T16:38:44Z | 2024-07-30T16:38:44Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/915 | [] | wjmenu | 0 |
modin-project/modin | pandas | 7,038 | `test_series.py::test___getitem__` failed due to different exception messages | Found in https://github.com/modin-project/modin/pull/6954 | open | 2024-03-07T15:29:31Z | 2024-03-07T15:36:25Z | https://github.com/modin-project/modin/issues/7038 | [
"bug 🦗",
"pandas concordance 🐼",
"P2"
] | anmyachev | 0 |
ExpDev07/coronavirus-tracker-api | fastapi | 164 | Inconsistent country results | Hi,
Thanks for doing this. I was looking for this exact type of project for a bot I was requested to write. :) So far, everything has worked pretty well. There are a couple problems with the consistency of the data that I've noticed, though.
1) Countries with provinces/states/sub-areas don't have their own ID/timel... | closed | 2020-03-24T15:08:43Z | 2020-03-24T15:31:03Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/164 | [] | lovelaced | 2 |
mckinsey/vizro | plotly | 937 | data_cache works OK? | ### Question
Hey vizro team!
That code should work as supposed?
in my setup it doesn't refresh my grid
```py
data_manager['stocks_realtime'] = get_stocks()
data_manager.timeout = 300
def get_stocks():
df = run_some_3rd_party_api_request()
return df
dashboard = vm.Dashboard(
pages=[vm.... | closed | 2025-01-02T08:29:09Z | 2025-01-06T13:12:04Z | https://github.com/mckinsey/vizro/issues/937 | [
"General Question :question:"
] | vks2 | 4 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 114 | A cause of "CUDA out of memory" problem | I have met `RuntimeError: CUDA out of memory. ` problem. And I found solution in [GPU is not utilized while occur RuntimeError: cuda runtime error: out of memory at](https://discuss.pytorch.org/t/gpu-is-not-utilized-while-occur-runtimeerror-cuda-runtime-error-out-of-memory-at/34780).
> albanD said:
> Hi,
> Ten... | closed | 2019-08-09T06:05:38Z | 2019-12-08T09:42:17Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/114 | [] | whxf | 1 |
koxudaxi/fastapi-code-generator | pydantic | 467 | snake_case_arguments creates unnecessary Suffixes for methods in main.py | When I want to create an fastapi app from my OpenAPI spec, the tool has issues with query parameters that are arrays.
Instead of referencing the parameters as arguments in the function calls correctly a suffix get added to Class Name for example instead of PetIds there would be PetIds3. The problem can be reproduced w... | open | 2025-01-13T09:25:25Z | 2025-01-13T09:25:25Z | https://github.com/koxudaxi/fastapi-code-generator/issues/467 | [] | MichaelNowakMining | 0 |
Nekmo/amazon-dash | dash | 58 | Improve setup.py compatibility |
- [x] Remove pip requirement
- [x] Python2 requirements on setup.py function | closed | 2018-07-16T22:02:04Z | 2018-07-17T21:31:22Z | https://github.com/Nekmo/amazon-dash/issues/58 | [
"Setup"
] | Nekmo | 0 |
Kanaries/pygwalker | plotly | 545 | pygwalker cannot be rendered |


| closed | 2024-05-12T03:00:32Z | 2024-05-13T11:03:19Z | https://github.com/Kanaries/pygwalker/issues/545 | [
"bug"
] | 3dsf0sge | 7 |
AirtestProject/Airtest | automation | 1,180 | 剪贴板设置和获取功能 | (请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。)
**(重要!问题分类)**
* 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues
**描述问题bug**
/venv/lib/python3.9/site-packages/airtest/core/android/static/adb/mac/adb -s 1A051FDEE00AEQ shell app_process -Djava.class.path=/data/app/~~WTAurYPHzHfjGzcyl0XUfg==... | closed | 2023-12-15T11:52:22Z | 2024-05-24T09:07:45Z | https://github.com/AirtestProject/Airtest/issues/1180 | [
"bug"
] | Ymars1990 | 1 |
python-restx/flask-restx | api | 477 | Suggestion: fix for `abort()` pylance typing error | ### **Code**
In `flask_restx/errors.py` I recommend we declare a typehint to the
`code` parameter in the abort function like so:
```python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from typing import Union
import flask
from werkzeug.exceptions import HTTPException
from ._http im... | open | 2022-09-23T18:40:54Z | 2022-09-23T18:45:25Z | https://github.com/python-restx/flask-restx/issues/477 | [
"bug"
] | itsmostafa | 0 |
pandas-dev/pandas | python | 61,072 | BUG: str.fullmatch behavior is not the same for object dtype and string[pyarrow] dtype | ### 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... | open | 2025-03-07T00:19:21Z | 2025-03-20T21:26:16Z | https://github.com/pandas-dev/pandas/issues/61072 | [
"Bug",
"Strings",
"Arrow"
] | ptth222 | 2 |
ultralytics/ultralytics | machine-learning | 18,829 | Yolo incompatible with Jetpack 6.2(Jetson Orin Nano Super) | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
I just installed Jepack 6.2, and sudo `sudo pip3 install ultralytics`.
It seems it uses libcudnn.so... | closed | 2025-01-22T22:21:29Z | 2025-03-19T23:51:16Z | https://github.com/ultralytics/ultralytics/issues/18829 | [
"bug",
"dependencies",
"embedded"
] | lida2003 | 8 |
tiangolo/uwsgi-nginx-flask-docker | flask | 17 | How could I fixed the dockerfile setting? | Yesterday, I build a new dockerfile with my python project as usual. But when I start it up, the static files all broken down.
After some time debugging I found the static file path is not config as usual.
I use the COPY in dockerfile building to change the nginx static file path.
But now it did not working.
I ... | closed | 2017-08-28T00:48:13Z | 2017-08-29T01:44:19Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/17 | [] | aleonchen | 3 |
MagicStack/asyncpg | asyncio | 334 | Maybe a typo in documentation | So documentation https://magicstack.github.io/asyncpg/current/api/index.html#transactions about transaction are saying:
```
tr = connection.transaction()
await tr.start()
try:
...
except:
await tr.rollback()
raise
finally:
await tr.commit()
```
But i dont think that commit after rollback i... | closed | 2018-08-01T09:32:41Z | 2018-08-08T21:41:33Z | https://github.com/MagicStack/asyncpg/issues/334 | [] | creotiv | 3 |
google-research/bert | nlp | 406 | How can I change vocab size for pretrained model? | Is there way to change (expand) vocab size for pretrained model? | open | 2019-01-30T05:03:35Z | 2022-10-04T19:03:38Z | https://github.com/google-research/bert/issues/406 | [] | hahmyg | 8 |
Lightning-AI/pytorch-lightning | data-science | 20,340 | DDP and BackboneFinetuning: model weights get out of sync when unfreezing layers for training | ### Bug description
When model training using DDP and pl.callbacks.BackboneFinetuning, it seems that model weights start to get out of sync across the processes after the backbone is unfrozen. Prior to unfreezing, model weights stay in sync across processes as expected.
I discovered this issue when trying to adop... | open | 2024-10-13T01:46:02Z | 2024-10-17T18:48:33Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20340 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | ksikka | 2 |
Neoteroi/BlackSheep | asyncio | 183 | Deploy to Deta.sh error: Exception in ASGI application | **Describe the bug**
I just try deploying the example code to Deta Micros and it got the error.
main.py
```
from datetime import datetime
from blacksheep.server import Application
from blacksheep.server.responses import text
app = Application()
@app.route("/")
async def home(request):
return tex... | closed | 2021-07-10T15:23:24Z | 2021-11-03T20:36:32Z | https://github.com/Neoteroi/BlackSheep/issues/183 | [] | Ppang0405 | 1 |
microsoft/nni | pytorch | 5,587 | Bug: imcompatability between save & load functions and configs. | There is a imcompatability between standard config and code, as shown in functions save and load:
https://github.com/microsoft/nni/blob/master/nni/tools/nnictl/nnictl_utils.py#L828
https://github.com/microsoft/nni/blob/master/nni/tools/nnictl/nnictl_utils.py#LL931C5-L931C22
It can be reproduced by saving and load... | open | 2023-05-29T19:12:42Z | 2023-07-19T12:00:40Z | https://github.com/microsoft/nni/issues/5587 | [] | zjowowen | 2 |
miguelgrinberg/Flask-SocketIO | flask | 1,318 | Implement clear cache function | **Is your feature request related to a problem? Please describe.**
When implementing tests, sometimes my test clients will have a backlog of packets that I would like to flush out
**Describe the solution you'd like**
Would like to see the SocketIOTestClient have a simple function to clear the queue like,
```
def... | closed | 2020-06-30T11:10:23Z | 2020-07-01T13:11:47Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1318 | [
"question"
] | RobustProgram | 4 |
pallets-eco/flask-wtf | flask | 123 | QuerySelectField and json payload | Hi,
When sending an application/json payload, form.**init** converts it to a json dict. QuerySelectField is always converting pk into str/unicode, the issue is that some new framework tend to submit models (like angularjs) as a json payload, the common pk still being an integer/autoincrement, the validation always fai... | closed | 2014-04-30T17:42:32Z | 2021-05-28T01:03:54Z | https://github.com/pallets-eco/flask-wtf/issues/123 | [] | typehorror | 3 |
taverntesting/tavern | pytest | 238 | Testing value in nested list | Hello,
I really enjoy your testing framework. I am relatively new to API writing and was excited to implement tests after only a short time reading your tavern examples.
I got a problem though testing for a specific value in a nested dictionary(list(dictionary))
my API returns a large json object (~5k lines) of the ... | closed | 2019-01-30T12:19:03Z | 2019-04-20T17:26:07Z | https://github.com/taverntesting/tavern/issues/238 | [] | Cattes | 6 |
yihong0618/running_page | data-visualization | 771 | Run actions/cache@v4 出现问题,请大佬指教 | 自动同步数据的时候,发现失败的情况,查了日志发现Run actions/cache@v4 出现失败,请大佬指教,如图
 | closed | 2025-02-03T03:08:09Z | 2025-02-09T02:52:31Z | https://github.com/yihong0618/running_page/issues/771 | [] | Leerol | 8 |
521xueweihan/HelloGitHub | python | 2,664 | 【开源自荐】VersionFox: 一款轻量、通用、跨平台的SDK版本管理工具。 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/version-fox/vfox
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:Go
<!--... | closed | 2023-12-28T08:43:10Z | 2024-01-26T02:22:05Z | https://github.com/521xueweihan/HelloGitHub/issues/2664 | [
"已发布",
"Go 项目"
] | aooohan | 5 |
zappa/Zappa | flask | 1,132 | Not recognizing virtaulenv created with pyenv. | <!--- Provide a general summary of the issue in the Title above -->
## Context
If .python-version does not exist in the current path, the virtual environment of pyenv is not recognized.
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make su... | closed | 2022-05-10T08:08:11Z | 2022-12-01T10:02:40Z | https://github.com/zappa/Zappa/issues/1132 | [
"bug",
"next-release-candidate"
] | iml1111 | 1 |
scrapy/scrapy | web-scraping | 6,031 | Update type hints for Twisted 23.8.0 changes | Twisted 23.8.0 has improved and fixed type hints around deferreds so now mypy prints some errors:
```
scrapy/core/scraper.py:184: error: Argument 1 to "addErrback" of "Deferred" has incompatible type "Callable[[Failure, Request, Response, Spider], None]"; expected "Callable[[Failure, Request, Response, Spider], Def... | closed | 2023-08-30T09:17:35Z | 2023-09-01T06:47:25Z | https://github.com/scrapy/scrapy/issues/6031 | [
"typing"
] | wRAR | 1 |
microsoft/nni | data-science | 5,276 | Run experiment without internet access | I was wondering if we could run an NNI experiment in a system with no access to the internet. Like university clusters in which submitted GPU jobs have no internet access. | open | 2022-12-10T06:23:58Z | 2022-12-12T02:31:05Z | https://github.com/microsoft/nni/issues/5276 | [] | tanmay2798 | 0 |
marshmallow-code/apispec | rest-api | 503 | Example in Readme Fails in python 3.6.3 | ```
python spectest.py
Traceback (most recent call last):
File "spectest.py", line 1, in <module>
from apispec import APISpec
File "/Users/jandrews/flaskbase/apispec.py", line 1, in <module>
from apispec import APISpec
ImportError: cannot import name 'APISpec'
```
Python 3.6.3 in a virtual enviro... | closed | 2019-09-21T09:43:25Z | 2019-09-21T11:40:11Z | https://github.com/marshmallow-code/apispec/issues/503 | [] | thenetimp | 2 |
darrenburns/posting | rest-api | 99 | Crashes on Linux if no clipboard mechanism is installed. | On Ubuntu at least, there is often no terminal clipboard handler (ie 'xclip') installed by default. In this case, trying to copy the Response will crash with a traceback and lose any work.
Output is a full taceback followed by:
```console
PyperclipException:
Pyperclip could not find a copy/paste mechanism f... | closed | 2024-08-30T17:22:21Z | 2024-09-06T11:54:16Z | https://github.com/darrenburns/posting/issues/99 | [] | seapagan | 0 |
OFA-Sys/Chinese-CLIP | computer-vision | 258 | AttributeError: 'NoneType' object has no attribute 'get' | 大佬们这是为什么呀,跑步起来
版本
```
torch 1.13.1
cuda 11.7
torchvision 0.16.0
torchaudio 2.1.0
```
运行后报错
```
/home/user/.virtualenvs/zjk_Chinese-CLIP-master/lib/python3.11/site-packages/torch/distributed/launch.py:180: FutureWarning: The module torch.distributed.launch is deprecated
and will be removed in future. Use torc... | open | 2024-02-27T03:19:37Z | 2024-03-18T16:15:56Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/258 | [] | 5zjk5 | 5 |
cleanlab/cleanlab | data-science | 814 | Extend Datalab to token classification (entity recognition) datasets | Allow Datalab to find label issues when `labels` object is token classification annotations (per-word class labels for each sentence/document).
Related things to look at:
Extending Datalab to other ML tasks:
https://github.com/cleanlab/cleanlab/issues/774
https://github.com/cleanlab/cleanlab/issues/765
https:/... | open | 2023-08-12T19:43:16Z | 2023-11-23T18:42:33Z | https://github.com/cleanlab/cleanlab/issues/814 | [
"enhancement",
"good first issue",
"help-wanted"
] | jwmueller | 0 |
Significant-Gravitas/AutoGPT | python | 8,820 | Agent Page Styling - Double separators at bottom | closed | 2024-11-27T13:08:51Z | 2024-12-09T16:30:52Z | https://github.com/Significant-Gravitas/AutoGPT/issues/8820 | [
"bug",
"UI",
"platform/frontend"
] | Swiftyos | 0 | |
itamarst/eliot | numpy | 147 | Get rid of `system` field in tracebacks/failure logging | Probably the `system` thing is a bogus feature that should be removed.
1. You should be able to deduce what caused the problem from the logging action context.
2. It's a traceback! It tells you exactly where it came from!Probably the system thing is a bogus feature that should be removed.
Other places that takes a sys... | closed | 2015-03-04T15:14:17Z | 2018-09-22T20:59:16Z | https://github.com/itamarst/eliot/issues/147 | [] | itamarst | 0 |
ClimbsRocks/auto_ml | scikit-learn | 353 | feature_responses | - [ ] categorical columns
- [ ] maybe just randomly permute these and see how much things change? that would oversample from minority classes. maybe create a list of len 100 that's relatively balanced based on actual class distributions, generate a random int from 1-100, and grab that item?
- [ ] binary columns, or... | open | 2017-11-10T20:17:49Z | 2017-11-10T20:17:49Z | https://github.com/ClimbsRocks/auto_ml/issues/353 | [] | ClimbsRocks | 0 |
feature-engine/feature_engine | scikit-learn | 306 | change docs layout to pydata sphinx theme | closed | 2021-09-03T08:03:05Z | 2021-11-16T16:21:46Z | https://github.com/feature-engine/feature_engine/issues/306 | [] | solegalli | 0 | |
babysor/MockingBird | pytorch | 702 | macbook m1: web.py启动 报错循环调用,正确的启动姿势是什么? | **Summary[问题简述(一句话)]**
python web.py 启动 报错循环调用,正确的启动姿势是什么?
**Env & To Reproduce[复现与环境]**
macbook m1,main主分支,python3.8
**Screenshots[截图(如有)]**
<img width="662" alt="image" src="https://user-images.githubusercontent.com/5927124/183737266-84c9e105-e771-4046-84d3-e5815b92be3f.png">
| open | 2022-08-09T18:45:47Z | 2022-08-12T15:14:11Z | https://github.com/babysor/MockingBird/issues/702 | [] | Daniel-ccx | 1 |
AirtestProject/Airtest | automation | 633 | 小米6点击connect无法连接 |
* 图像识别、设备控制相关问题 -> 按下面的步骤
**描述问题bug**
win10操作系统,1.2.2版本。
安卓版本9.0 miu11
小米6无法连接,已经按帮助文档打开了usb安装,usb调试,等开关
```
F:\新建文件夹 (2)\AirtestIDE_2019-09-11_py3_win64\airtest\core\android\static\adb\windows\adb.exe -P 5037 -s fe31d239 wait-for-device
F:\新建文件夹 (2)\AirtestIDE_2019-09-11_py3_win64\airtest\core\android\sta... | closed | 2019-12-06T18:09:13Z | 2019-12-09T02:13:33Z | https://github.com/AirtestProject/Airtest/issues/633 | [] | a456210 | 1 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 942 | Licensing issues | Hi, I've been testing this package and I am really satisfied with the results. The problem is that I'd like to use this package in a closed-source commercial project.
Although this package uses MIT license, it also has `html2text` as a dependency. `html2text` uses GPL3.0 license. To my knowledge, if the ScrapeGraphAI ... | closed | 2025-03-04T18:56:12Z | 2025-03-09T14:09:00Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/942 | [
"dependencies"
] | sleter | 1 |
BeanieODM/beanie | asyncio | 801 | [BUG] Multi-model pattern | **Describe the bug**
"Never" is not awaitablePylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
Could not bind method "find" because "type[Parent]" is not assignable to parameter "cls"
Type "Parent" cannot be assigned to type "Document"
... | closed | 2023-12-09T14:42:41Z | 2024-10-04T16:14:37Z | https://github.com/BeanieODM/beanie/issues/801 | [
"bug"
] | CAPITAINMARVEL | 2 |
dmlc/gluon-cv | computer-vision | 1,703 | FPS of TSN | The input of TSN is multiple frames (e.g. 32 frames). However, 32 has not been multiplied in calculating FPS. I wonder if the input frame number should be taken into consideration when calculating FPS. | closed | 2021-09-16T14:49:02Z | 2021-12-23T06:36:46Z | https://github.com/dmlc/gluon-cv/issues/1703 | [
"Stale"
] | wenzhengzeng | 1 |
benlubas/molten-nvim | jupyter | 28 | [Bug] `:MoltenInfo` doesn't show external kernels | When attaching to an externally run Jupyter kernel via a connection file, molten will not show information about the running kernel.
| closed | 2023-11-09T22:41:03Z | 2023-11-10T16:16:03Z | https://github.com/benlubas/molten-nvim/issues/28 | [
"bug"
] | benlubas | 0 |
tableau/server-client-python | rest-api | 664 | Typo in guidance causing: AttributeError: 'tuple' object has no attribute 'id' | #Currently showing
target = (workbookid, 'workbook')
#Should show
target = TSC.Target(workbookid, 'workbook') | closed | 2020-08-10T22:55:34Z | 2020-08-29T01:57:04Z | https://github.com/tableau/server-client-python/issues/664 | [] | ValerieVelez | 1 |
ufoym/deepo | jupyter | 49 | Dependency Issues | I keep having some random dependency issues when using Deepo. Is there any plans (or could there be) to move over to the Ananconda python distributions from Continuum analytics? I've never had dependency issues with their package management system. | closed | 2018-08-04T23:31:58Z | 2018-08-27T10:42:17Z | https://github.com/ufoym/deepo/issues/49 | [] | switch527 | 2 |
pyjanitor-devs/pyjanitor | pandas | 1,115 | [EHN] let `column_name` or `column_names` support callback type | # Brief Description
<!-- Please provide a brief description of what you'd like to propose. -->
There always has an option called `column_name` or `column_names`.
It's used to select the columns of `df`.
The type could be a single value like `Hashable` and list values likes `Iterable[Hashable]`.
And this idea i... | open | 2022-06-13T13:40:14Z | 2022-09-11T00:21:06Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1115 | [] | Zeroto521 | 1 |
vitalik/django-ninja | pydantic | 1,160 | [BUG] `ModelSchema` produces `id > (integer | null)` openapi | **Describe the bug**
Having this model definition:
```python
class MyModel(ModelSchema):
class Meta:
model = MyModel
fields = ["id"]
```
Produces next definition on Swagger: `id > (integer | null)`.
However this definition:
```python
class MyModel(ModelSchema):
id: int
... | open | 2024-05-10T09:45:42Z | 2025-02-21T19:36:23Z | https://github.com/vitalik/django-ninja/issues/1160 | [] | viktorvsk | 2 |
521xueweihan/HelloGitHub | python | 2,469 | Clipboard | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/Slackadays/Clipboard
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:C++
... | closed | 2023-01-15T07:57:40Z | 2023-02-28T13:43:33Z | https://github.com/521xueweihan/HelloGitHub/issues/2469 | [
"已发布",
"C++ 项目"
] | ChungZH | 0 |
deepfakes/faceswap | deep-learning | 894 | how can I use the muliti-gpu | python faceswap.py train -A ~/faceswap/faces/trump -B ~/faceswap/faces/cage -m ~/faceswap/trump_cage_model/
how can I use the muliti-gpu | closed | 2019-10-05T15:15:14Z | 2019-10-05T15:42:10Z | https://github.com/deepfakes/faceswap/issues/894 | [] | oracle9i88 | 0 |
ultralytics/yolov5 | deep-learning | 12,523 | Structure diagram of YOLOv5 | ### 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
Hello, I am now using yolov5 7.0 version, I now want to draw a yolov5 network structure d... | closed | 2023-12-18T14:17:04Z | 2024-01-28T00:22:07Z | https://github.com/ultralytics/yolov5/issues/12523 | [
"question",
"Stale"
] | ZCzzzzzz | 2 |
huggingface/datasets | numpy | 7,248 | ModuleNotFoundError: No module named 'datasets.tasks' | ### Describe the bug
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-9-13b5f31bd391>](https://bcb6shpazyu-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20241022-060119_R... | open | 2024-10-23T21:58:25Z | 2024-10-24T17:00:19Z | https://github.com/huggingface/datasets/issues/7248 | [] | shoowadoo | 2 |
pydantic/pydantic-settings | pydantic | 192 | test_docs_examples fail, the document need to update | When running `pytest`, the following test failuer occurred:
```
=================================== FAILURES ===================================
__________________ test_docs_examples[docs/index.md:212-246] ___________________
Print output changed code:
--- before
+++ after
@@ -233,225 +233,225 @@
try... | closed | 2023-11-27T12:48:54Z | 2023-11-28T09:55:03Z | https://github.com/pydantic/pydantic-settings/issues/192 | [] | Xunop | 4 |
pallets/flask | flask | 5,288 | Refactoring and improving documentation in tox.ini | <!--
Improved the readability and organization of the dependency configuration by grouping all development dependencies from Pallets GitHub repositories under a 'dev' section. This change eliminates redundancy and makes it easier to manage and update development dependencies in the future.
-->
<!--
This problem i... | closed | 2023-10-05T19:57:47Z | 2023-10-20T00:05:38Z | https://github.com/pallets/flask/issues/5288 | [] | Ethanqg0 | 0 |
Kanaries/pygwalker | matplotlib | 232 | PyGWalker + Streamlit: JavaScript crashes when trying draw on canvas | Hi there,
Currently working on a proof of concept with PyGWalker + Streamlit and we are running into an issue.
* In the PyGWalker component, when we drag certain fields into either the x-axis or y-axis, the JavaScript responsible for drawing on the canvas immediately crashes:
<img width="2034" alt="Screensho... | closed | 2023-09-21T21:02:14Z | 2023-09-27T15:48:57Z | https://github.com/Kanaries/pygwalker/issues/232 | [] | ian-tvt | 3 |
google-deepmind/graph_nets | tensorflow | 154 | TensorFlow 1 is not supported in Google Colab | graph_nets/demos/shortest_path.ipynb TensorFlow version 1 is not supported in Google Colab anymore, so the code is not running. | open | 2023-07-18T11:27:20Z | 2023-08-24T10:54:10Z | https://github.com/google-deepmind/graph_nets/issues/154 | [] | muratcanterzi | 1 |
mckinsey/vizro | plotly | 591 | File browser widget | ### Which package?
vizro
### What's the problem this feature will solve?
The widget contains an interactive file browser and returns its state(current path, etc.) and events like clicking a file in it. Other libraries I tried(like Gradio and Streamlit) only provide the feature of uploading and downloading file... | open | 2024-07-22T08:14:54Z | 2024-07-26T05:50:11Z | https://github.com/mckinsey/vizro/issues/591 | [
"Feature Request :nerd_face:",
"Custom Components :rocket:"
] | LiShaoyu5 | 4 |
plotly/dash | data-visualization | 3,210 | Devtools UI blocks mantine Notification | This is the app that I used to test this:
```
from dash import Dash, html, Input, Output, dcc
import dash_mantine_components as dmc
from dash_iconify import DashIconify
# external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
app = Dash(__name__)
import dash_mantine_components as dmc
from dash import Ou... | open | 2025-03-11T18:51:38Z | 2025-03-17T18:20:48Z | https://github.com/plotly/dash/issues/3210 | [
"bug",
"P1"
] | marthacryan | 0 |
huggingface/transformers | machine-learning | 36,660 | [FEAT] [non-CUDA]: Support alternative implementation for `constraints.positive_definite.check` | ### Feature request
Could there be an alternative implementation for
```
/usr/local/lib/python3.12/dist-packages/transformers/modeling_utils.py:2470: in _init_added_embeddings_weights_with_mean
is_covariance_psd = constraints.positive_definite.check(epsilon * covariance).all()
```
the `torch.linalg.cholesky` only... | open | 2025-03-12T09:38:30Z | 2025-03-15T18:19:37Z | https://github.com/huggingface/transformers/issues/36660 | [
"Feature request"
] | tjtanaa | 10 |
wagtail/wagtail | django | 12,512 | Documentation: Elasticsearch how-to guides | ### Pertinent section of the Wagtail docs
[Advanced topics](https://docs.wagtail.org/en/stable/advanced_topics/index.html)
### Details
Extracted from #6798 – The Wagtail docs don't give a lot of details of customising Elasticsearch's behaviour. I propose to add how-to articles for several common search features:
- ... | open | 2024-10-31T11:13:34Z | 2025-03-07T07:28:59Z | https://github.com/wagtail/wagtail/issues/12512 | [
"Documentation",
"component:Search"
] | thibaudcolas | 5 |
PedroBern/django-graphql-auth | graphql | 68 | User partial update? | closed | 2020-09-26T14:27:40Z | 2020-09-26T14:33:54Z | https://github.com/PedroBern/django-graphql-auth/issues/68 | [] | bloodwithmilk25 | 0 | |
serengil/deepface | deep-learning | 458 | Maybe it's a bug | When the program detects a face, the program runs normally (12%)and the cpu utilization is low. But when there is no face in the picture, the cpu utilization increases to nearly 40%, but the gpu does not work.
cpu AMD Ryzen 7 5800H gpu rtx3070 | closed | 2022-04-18T08:38:36Z | 2022-04-19T22:58:04Z | https://github.com/serengil/deepface/issues/458 | [
"question"
] | Decemviri | 1 |
ShishirPatil/gorilla | api | 765 | [BFCL] Dataset Revamp Initiative | **Describe the issue**
There has been constant feedback for dataset ground truth inconsistency and our team is tasked on a 2-week initiative to re-scrutinize across V3 dataset issues with several objectives:
- Eliminate Ground Truth mismatches against user questions.
- Polish ambiguous prompts that have unclear u... | closed | 2024-11-15T23:58:57Z | 2024-12-09T08:47:42Z | https://github.com/ShishirPatil/gorilla/issues/765 | [] | Fanjia-Yan | 0 |
onnx/onnxmltools | scikit-learn | 544 | Update float16 converter api with auto_convert_mixed_precision | Based on discussion from #543, the feature should be updated to
* Ensure auto_convert_mixed_precision supports large models and
* Ensure auto_convert_mixed_precision runs reasonably fast when there are no underflow / overflow issues, then
* Expose auto_convert_mixed_precision as part of onnxmltools. Stop exposing ... | closed | 2022-05-02T19:17:01Z | 2022-06-06T14:15:34Z | https://github.com/onnx/onnxmltools/issues/544 | [] | BowenBao | 9 |
minimaxir/textgenrnn | tensorflow | 23 | "Dimension 0 in both shapes must be equal" when loading weights made from large data sets | I can successfully train and sample new models, but I am unable to load and continue training weights files saved after training with large data sets.
```
from textgenrnn import textgenrnn
tg=textgenrnn(name="dyk")
tg=textgenrnn(weights_path='dyk_weights.hdf5',
vocab_path='dyk_vocab.json',
... | closed | 2018-05-25T22:12:39Z | 2018-05-26T03:15:56Z | https://github.com/minimaxir/textgenrnn/issues/23 | [] | ataricom | 4 |
HumanSignal/labelImg | deep-learning | 68 | can't use in OS X with qt5py3 | after completing `make qt5py3` without any warning, do `python3 labeling.py`,get below:
```
2017-03-13 13:44:24.522 Python[31249:2190288] *** Assertion failure in -[NSBitmapImageRep initWithCGImage:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.81.100/AppKit.subproj/NSBitmapImageRep.m:1296
2017-03-13 13... | closed | 2017-03-13T05:50:05Z | 2017-03-17T15:34:39Z | https://github.com/HumanSignal/labelImg/issues/68 | [] | xichangzun | 3 |
akfamily/akshare | data-science | 5,120 | AKShare 接口问题报告 | 1. 请先详细阅读文档对应接口的使用方式:https://akshare.akfamily.xyz
2. 操作系统版本,目前只支持 64 位操作系统
3. Python 版本,目前只支持 3.8 以上的版本
Python 3.9
5. AKShare 版本,请升级到最新版
akshare-1.14.56
6. 接口的名称和相应的调用代码
接口名称:bond_futures_deliverable_coupons
调用代码:
import akshare as ak
bond_futures_deliverable_coupons_df = ak.bond_futures_deliverable_coupons... | closed | 2024-08-10T12:35:56Z | 2024-08-12T10:18:07Z | https://github.com/akfamily/akshare/issues/5120 | [
"bug"
] | Hellohistory | 1 |
StackStorm/st2 | automation | 5,266 | E: Unable to locate package st2 St2 installation Ubuntu 16.04- | ## SUMMARY
E: Unable to locate package st2 St2 installation Ubuntu 16.04- . I get this error when I follow the instructions from
https://docs.stackstorm.com/install/u16.html# . All the dependencies are successful until the step to start installing ST2. Thats where its fails. I see that ST2 packages are not ava... | closed | 2021-05-13T05:04:45Z | 2021-08-21T12:36:07Z | https://github.com/StackStorm/st2/issues/5266 | [
"stale"
] | Sudhigalagali | 6 |
sammchardy/python-binance | api | 1,503 | Freezes when trying to close the socket | **Describe the bug**
I use a fairly loaded multiplex websocket, which contains data on 300+ tickers. When updating the ticker list, I need to restart the socket with new subscriptions. Very often, when restarting, the socket simply freezes when the connection is closed.
**To Reproduce**
A very simplified code exam... | closed | 2024-12-06T06:53:32Z | 2024-12-12T05:02:51Z | https://github.com/sammchardy/python-binance/issues/1503 | [] | Ramesses3 | 6 |
marcomusy/vedo | numpy | 316 | Doc Link incorrect | The fxy example from https://vedo.embl.es/ is pointing to
https://github.com/marcomusy/vedo/tree/master/examples/pyplot/fxy.py, should be
https://github.com/marcomusy/vedo/blob/master/examples/pyplot/plot4_fxy.py right? | closed | 2021-02-17T20:22:17Z | 2021-03-24T16:36:15Z | https://github.com/marcomusy/vedo/issues/316 | [
"fixed"
] | lw1321 | 1 |
Yorko/mlcourse.ai | scikit-learn | 615 | RF cons - unclear statement about correlated features | "If a dataset contains groups of correlated features with similar importance for predicted classes, then the preference will be given to smaller groups." - shalle be reformulated and linked to [this work](http://rnowling.github.io/machine/learning/2015/08/11/random-forest-correlation-bias.html). | closed | 2019-09-13T19:16:21Z | 2019-09-27T14:48:58Z | https://github.com/Yorko/mlcourse.ai/issues/615 | [] | Yorko | 1 |
randyzwitch/streamlit-folium | streamlit | 227 | streamlit-folium: release button not working | I'm trying to implement this code:
```
import folium
import streamlit as st
from folium.plugins import Draw
from streamlit_folium import st_folium
m = folium.Map(location=[43.72299, 10.396579], zoom_start=13)
Draw(export=True).add_to(m)
folium.Marker(
location=[43.72299, 10.396579],
popup="Tor... | closed | 2024-10-01T14:23:19Z | 2024-10-28T17:50:33Z | https://github.com/randyzwitch/streamlit-folium/issues/227 | [
"question"
] | gomesdaciel | 2 |
bigscience-workshop/petals | nlp | 367 | How to upload to hub and use model later on? | I am following this basic tutorial, and I'm wondering how I save the fine tuned model and use it later on? For example, in this tutorial, we fine tune a model, but then how can I use it at a later time without having to fine tune again?
https://colab.research.google.com/github/bigscience-workshop/petals/blob/main/exam... | open | 2023-07-18T18:24:47Z | 2023-07-23T20:17:44Z | https://github.com/bigscience-workshop/petals/issues/367 | [] | ryanshrott | 3 |
CTFd/CTFd | flask | 1,958 | Add CSV examples for CSV Import | Add CSV examples for CSV Import | closed | 2021-07-23T19:42:25Z | 2021-07-27T21:03:28Z | https://github.com/CTFd/CTFd/issues/1958 | [] | ColdHeat | 0 |
harry0703/MoneyPrinterTurbo | automation | 214 | writing 步骤报错了 | 
| closed | 2024-04-09T11:57:12Z | 2024-04-10T02:30:37Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/214 | [] | soleillight | 2 |
jupyterhub/repo2docker | jupyter | 656 | Give the Binder repository spec a name | We've had a [few conversations about an open standard for reproducible repositories](https://discourse.jupyter.org/t/creating-a-specification-for-reproducible-repositories/569). I think it'll take a while for that all to settle out, but in the meantime could we name the specification that Binder uses to build a repo's ... | closed | 2019-04-29T16:16:58Z | 2019-05-05T13:07:00Z | https://github.com/jupyterhub/repo2docker/issues/656 | [
"needs: discussion"
] | choldgraf | 5 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 568 | [FEATURE]:make it work on windows 11. | ### Feature summary
i'd like to use it on windows 11.
### Feature description
Its simple, i dont have a windows 10 machine, and really loved the project and wanted to test it out!
### Motivation
I Dont have a windows 10 machine
### Alternatives considered
Im trying to install in windows 11 and tr... | closed | 2024-10-19T19:15:44Z | 2024-10-22T23:57:26Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/568 | [
"enhancement"
] | Niassamond1 | 3 |
apache/airflow | python | 47,787 | Add support to link to a log line by line number | ### Description
Add support to link to a log by line number similar to how a certain line in Github actions can be linked. I haven't checked fully how it's implemented in other applications but it seems there should be a ref per line and then scroll to the line by ref when line number is present in the url. I am not s... | closed | 2025-03-14T14:23:50Z | 2025-03-15T16:22:32Z | https://github.com/apache/airflow/issues/47787 | [
"area:logging",
"kind:feature",
"area:UI",
"AIP-38"
] | tirkarthi | 2 |
xuebinqin/U-2-Net | computer-vision | 234 | Few questions about training | Hi @xuebinqin, you've made an excellent work thank you! I'm pretty new to ML so I apologize for some stupid questions ahead.
1. What GPUs (and how many) you've used to train the last u2net (basic one) model? How long does it took you and how many epochs was trained?
2. What should I do in order to train higher re... | closed | 2021-07-26T06:47:26Z | 2024-08-22T08:33:47Z | https://github.com/xuebinqin/U-2-Net/issues/234 | [] | baleksey | 1 |
pytorch/pytorch | python | 149,821 | `Aborted` error when using `torch.cuda.memory.caching_allocator_delete` | ### 🐛 Describe the bug
Code:
```
import torch
from torch.cuda.memory import caching_allocator_delete
torch.cuda.empty_cache()
dev_props = torch.cuda.get_device_properties(0)
total_memory = dev_props.total_memory
allocation = int(total_memory * 0.5)
tmp_tensor = torch.empty(allocation, dtype=torch.int8, device='cuda')... | open | 2025-03-23T01:21:43Z | 2025-03-24T18:54:37Z | https://github.com/pytorch/pytorch/issues/149821 | [
"module: cuda",
"triaged",
"module: CUDACachingAllocator"
] | default1360 | 0 |
davidteather/TikTok-Api | api | 1,173 | [BUG] - X-Bogus creator script is dead | X-Bogus js creator script doesnt work.
Creator repository currently unavailable (https://github.com/aithedev/X-Bogus).
I found the same script here https://github.com/carcabot/tiktok-signature/blob/master/javascript/xbogus.js
What i can do to solve this problem?
About problem:
Each time i trying to run my app... | closed | 2024-07-18T13:33:03Z | 2024-07-18T15:58:20Z | https://github.com/davidteather/TikTok-Api/issues/1173 | [
"bug"
] | Hanokiru | 1 |
AntonOsika/gpt-engineer | python | 934 | Data Collection: Why? | Seriously, can you explain to me why you collect data from this project that uses AI services from a company that literally invests billions of dollars? How exactly you want to improve this system by collecting user input compared to the company you rely on? | closed | 2023-12-24T22:21:59Z | 2023-12-25T09:17:05Z | https://github.com/AntonOsika/gpt-engineer/issues/934 | [
"question"
] | gh-PonyM | 1 |
milesmcc/shynet | django | 28 | Fastest way to deploy shynet | This is a really great project, the [simple image tracker script](https://github.com/milesmcc/shynet/blob/master/shynet/analytics/templates/analytics/scripts/page.js) looks awesome. I will run it for my personal websites.
I was wondering if [Shynet could be deployed as a Dockerized Heroku App](https://blog.heroku.com/... | closed | 2020-05-09T20:08:33Z | 2023-08-04T09:33:18Z | https://github.com/milesmcc/shynet/issues/28 | [
"enhancement"
] | thomasgroch | 6 |
biolab/orange3 | data-visualization | 6,100 | Basic information about how data objects in Orange3 are handled in memory / tips for profiling add-on memory performance | <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
## **What's your use case?**
<!-- In other words, what's your pain point? -->
<!-- Is your request related to a problem, ... | closed | 2022-08-19T00:15:11Z | 2022-09-10T06:07:48Z | https://github.com/biolab/orange3/issues/6100 | [] | fititnt | 3 |
arnaudmiribel/streamlit-extras | streamlit | 201 | 🐛 [BUG] - Streamlit 1.29.0 breaks row vertical align options | ### Description
Upon upgrading to streamlit 1.29.0 the vertical align options of row are no longer working.
### Reproduction steps
```bash
1. Upgrade to 1.29.0
2. Add items to a row
3. Set vertical_align='bottom'
4. Items are aligned at the top and the vertical_align options don't work anymore.
```
### Screensh... | closed | 2023-12-01T10:54:00Z | 2023-12-11T18:16:09Z | https://github.com/arnaudmiribel/streamlit-extras/issues/201 | [
"bug"
] | windischbauer | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 316 | 请问时候支持多标签任务呢? | **System information**
* Have I written custom code:
* OS Platform(e.g., window10 or Linux Ubuntu 16.04):
* Python version:
* Deep learning framework and version(e.g., Tensorflow2.1 or Pytorch1.3):
* Use GPU or not:
* CUDA/cuDNN version(if you use GPU):
* The network you trained(e.g., Resnet34 network):
**Des... | closed | 2021-07-05T11:02:30Z | 2021-07-06T06:59:37Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/316 | [] | shihanyu | 5 |
PaddlePaddle/models | computer-vision | 5,414 | fluid版本的resnet预训练权重还能下载吗 | https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/image_classification | open | 2021-12-10T04:39:02Z | 2024-02-26T05:08:22Z | https://github.com/PaddlePaddle/models/issues/5414 | [] | renmada | 0 |
django-import-export/django-import-export | django | 1,157 | Examples of importing nested data? | Here's a simple use case.
```
class Address(models.Model):
city = models.CharField(blank=True, max_length=255)
place = models.CharField(blank=True, max_length=255)
state = models.CharField(blank=True, max_length=255)
county = models.CharField(blank=True, max_length=255)
country = models.Cha... | closed | 2020-06-22T15:42:13Z | 2020-06-25T12:58:34Z | https://github.com/django-import-export/django-import-export/issues/1157 | [
"question"
] | charleshan | 3 |
Crinibus/scraper | web-scraping | 32 | Make a optional flag to add_product.py, so only certain domains gets added to records.py for the new product | E.g. --komplett, --proshop, --computersalg, --elgiganten
If --komplett is chosen as a flag in the command line, then komplett is the only domain that gets added under the product-name in records.json.
If none of the domain-flags is in the command line, then all of the domain gets added under the product-name in rec... | closed | 2020-07-27T17:24:09Z | 2020-07-27T23:25:46Z | https://github.com/Crinibus/scraper/issues/32 | [
"enhancement"
] | Crinibus | 0 |
mitmproxy/mitmproxy | python | 7,516 | Option allow_hosts breaks https for mitmdump/mitmproxy | #### Problem Description
Option allow_hosts option breaks **https** for mitmdump/mitmproxy.
#### Steps to reproduce the behavior:
Assuming that certificates are installed for mitmproxy: https://docs.mitmproxy.org/stable/concepts-certificates/
When running mitmdump/mitmproxy **without** "allow_hosts" option, then **... | closed | 2025-01-27T16:40:47Z | 2025-01-28T16:34:19Z | https://github.com/mitmproxy/mitmproxy/issues/7516 | [
"kind/bug",
"area/protocols"
] | user1bh | 3 |
snooppr/snoop | web-scraping | 85 | Full Version Purchase US | Hi, I am very impressed with your project and would like to acquire the full version, but I cannot find on the page how to do so, is there any way I can get it? Thanks, all the best. | closed | 2024-01-05T03:11:40Z | 2024-01-05T03:24:43Z | https://github.com/snooppr/snoop/issues/85 | [
"question"
] | J775w | 1 |
serengil/deepface | deep-learning | 1,198 | I did what you commented and now this happened | 
your instructions in the readme arent detailed enough so will you please help me!!!! | closed | 2024-04-18T22:08:46Z | 2024-04-19T01:08:51Z | https://github.com/serengil/deepface/issues/1198 | [
"invalid"
] | olstice | 10 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 879 | How can i save model more frequently? | i need to save model after a predefined number of iterations, is there a way to do this? Or should I wait for the end of an epoch? Can I set the maximum number of iterations?
| closed | 2019-12-17T13:41:34Z | 2019-12-17T20:15:31Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/879 | [] | GiovanniPasq | 1 |
hankcs/HanLP | nlp | 802 | MathTools.java 代碼疑問 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2018-04-20T01:55:42Z | 2020-01-01T10:50:26Z | https://github.com/hankcs/HanLP/issues/802 | [
"ignored"
] | gunblues | 2 |
PaddlePaddle/PaddleHub | nlp | 1,835 | chinese_ocr_db_crnn_server 调用多次后报内存错误ResourceExhaustedError: Fail to alloc memory of 524288000 size, error code is 12 | PaddleHub2.2.0,PaddlePaddle2.2.1
ocr = hub.Module(name="chinese_ocr_db_crnn_server")
results = ocr.recognize_text(images=np_images,
use_gpu=False,
output_dir="",
visualization=True,box_thresh=0.7,text_t... | open | 2022-04-14T04:34:26Z | 2024-02-26T05:02:35Z | https://github.com/PaddlePaddle/PaddleHub/issues/1835 | [] | mavisyyc | 4 |
JaidedAI/EasyOCR | machine-learning | 983 | Using it in a loop causes memory not to be freed | open | 2023-04-07T06:28:02Z | 2023-04-17T08:49:57Z | https://github.com/JaidedAI/EasyOCR/issues/983 | [] | toocf | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.