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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
serengil/deepface | deep-learning | 740 | seems to be failing with latest python | (faceenv) ankit@ankit-System-Product-Name:~$ conda install -c conda-forge deepface
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next... | closed | 2023-05-01T13:40:52Z | 2023-05-01T14:17:11Z | https://github.com/serengil/deepface/issues/740 | [
"dependencies"
] | ankit-g | 1 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 100 | Compare results between this one and the Tensorflow one | Can you give some comparative experiment results between this one and Tensorflow one? Do these two performs similar? | open | 2019-04-01T08:29:28Z | 2019-05-22T08:58:48Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/100 | [] | Frozenmad | 1 |
ploomber/ploomber | jupyter | 611 | add links to cookbook/file-client in relevant sections in the docs | we recently added an example to use File clients, we should update the docs to link to the example wherever is relevant: https://github.com/ploomber/projects/tree/master/cookbook/file-client | open | 2022-02-21T16:17:49Z | 2023-03-20T20:40:33Z | https://github.com/ploomber/ploomber/issues/611 | [
"documentation",
"good first issue"
] | edublancas | 0 |
dynaconf/dynaconf | fastapi | 768 | [RFC] Resolve depreciation warning for depreciated property kv | **Is your feature request related to a problem? Please describe.**
Yes, Currently we are hitting the depreciation warning in hvac 0.11 since the kv property is depreciated and adviced to use from `Client.secrets`
Clear Warning:
DeprecationWarning: Call to deprecated property 'kv'. This property will be removed in ... | closed | 2022-07-15T09:11:08Z | 2022-07-16T19:03:29Z | https://github.com/dynaconf/dynaconf/issues/768 | [
"Not a Bug",
"RFC"
] | jyejare | 0 |
ageitgey/face_recognition | machine-learning | 1,325 | ModuleNotFoundError: No module named 'sklearn.neighbors.base' | The is the error I am getting. I have tried intalling missingpy and scikit-learn and it has not worked.
I am using Anaconda - Jupyter Notebook and have tried conda update all. Nothing fixes the issue any sugestions
---------------------------------------------------------------------------
ModuleNotFoundError ... | open | 2021-06-13T02:49:47Z | 2021-06-13T02:49:47Z | https://github.com/ageitgey/face_recognition/issues/1325 | [] | AVAC555 | 0 |
huggingface/datasets | numpy | 6,760 | Load codeparrot/apps raising UnicodeDecodeError in datasets-2.18.0 | ### Describe the bug
This happens with datasets-2.18.0; I downgraded the version to 2.14.6 fixing this temporarily.
```
Traceback (most recent call last):
File "/home/xxx/miniconda3/envs/py310/lib/python3.10/site-packages/datasets/load.py", line 2556, in load_dataset
builder_instance = load_dataset_builder... | open | 2024-03-28T03:44:26Z | 2024-06-19T07:06:40Z | https://github.com/huggingface/datasets/issues/6760 | [] | yucc-leon | 4 |
RobertCraigie/prisma-client-py | asyncio | 791 | Support pydantic >= 2 | ## Problem
I've tried using prisma-client-py with `fastapi = { version = "^0.100.0"}`, but it's incompatible because it requires Pydantic 2.
## Suggested Solution
Support for Pydantic v2 in prisma-client-py would be ideal, ensuring compatibility with the latest FastAPI server.
## Alternatives
As of now, ... | closed | 2023-07-19T22:58:15Z | 2023-08-30T14:45:48Z | https://github.com/RobertCraigie/prisma-client-py/issues/791 | [] | glesperance | 9 |
QuivrHQ/quivr | api | 3,207 | Check for circular references | Adding knowledge with parent_id should check for circular reference | closed | 2024-09-16T08:36:53Z | 2024-12-20T12:09:18Z | https://github.com/QuivrHQ/quivr/issues/3207 | [
"enhancement",
"Stale"
] | linear[bot] | 2 |
PaddlePaddle/models | computer-vision | 5,344 | PointNet++ ext_op 算子编译报错 | 基于 Docker 编译源码:
基础镜像:registry.baidubce.com/paddlepaddle/paddle:2.1.2-gpu-cuda11.2-cudnn8
Paddle 源码编译通过,但是在编译算子时报错,ext_op/src
报错关联对象:
> paddle/fluid/platform/complex.h(115): error: explicit type is missing ("int" assumed)
>
>paddle/fluid/platform/complex.h(115): error: qualified name is not allowed
>
>p... | open | 2021-09-16T01:28:38Z | 2024-02-26T05:08:44Z | https://github.com/PaddlePaddle/models/issues/5344 | [] | zjuncd | 1 |
davidsandberg/facenet | tensorflow | 680 | Error while running ./contributed/clustering.py | I wanted to cluster my images. It worked using ./contributed/cluster.py, but while doing so using the chinese whisper algorithm ( ./contributed/clustering.py), I got the following error:
Traceback (most recent call last): ... | closed | 2018-04-02T15:17:34Z | 2018-04-07T15:20:26Z | https://github.com/davidsandberg/facenet/issues/680 | [] | buddhashrestha | 1 |
openapi-generators/openapi-python-client | fastapi | 698 | Optional datetime fields cannot be parsed and raise an exception | **Describe the bug**
I'm using FastAPI to build an OpenAPI restful service.
I'm defining a pydantic schema for response with **optional datetime field**
```
class ApprovalRequestOut(BaseModel):
id: int
metadata: Dict
created_on: datetime
status: ApprovalStatus
approval_subject_id: int
... | closed | 2022-11-11T14:15:15Z | 2023-01-17T15:26:28Z | https://github.com/openapi-generators/openapi-python-client/issues/698 | [
"🐞bug"
] | varadinov | 3 |
Sanster/IOPaint | pytorch | 323 | 一键安装文件在哪里 | 你好,为了支持您,买了个一键安装,然后就没有然后了,下载的东西链接在哪里啊 | closed | 2023-06-08T10:17:58Z | 2023-08-30T06:02:38Z | https://github.com/Sanster/IOPaint/issues/323 | [] | wangxiugang666 | 1 |
howie6879/owllook | asyncio | 41 | 建议收录一些文学站 | 建议收录一些文学站点(我搜到过《活着》,但是打开提示Internal Server Error),增加用户面 | closed | 2018-08-21T12:29:24Z | 2018-12-23T05:16:38Z | https://github.com/howie6879/owllook/issues/41 | [] | pl1612127 | 1 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 381 | fetch_one_video报 400 错误 | ***发生错误的平台?***
如:抖音
***发生错误的端点?***
docker hub 版本:4fa7ac0
/api/douyin/web/fetch_one_video
***提交的输入值?***
aweme_id=7356676215429811490
***是否有再次尝试?***
是
***你有查看本项目的自述文件或接口文档吗?***
是,fetch_user_post_videos 正常返回, 但是 fetch_one_video 重试三遍之后就报错,日志如下:
WARNING 第 1 次响应内容为空, 状态码: 200, ... | closed | 2024-05-03T16:50:09Z | 2024-05-04T06:03:54Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/381 | [
"BUG"
] | xxccll | 0 |
deepinsight/insightface | pytorch | 2,407 | gaze estimation when eyes are partially/fully covered | I have been playing around with different gaze estimation algo and 1 challenge i am having is knowing when eyes are closed/covered. I have tried using eyes keypoints to calculate the percentage of eyes closing but it is not very accurate as different people have different eye sizes. I wonder if the gaze algo provided c... | open | 2023-08-19T15:22:25Z | 2023-08-19T15:22:25Z | https://github.com/deepinsight/insightface/issues/2407 | [] | HeChengHui | 0 |
explosion/spaCy | data-science | 13,330 | Custom component to split coordinations | **Description**
Build a custom component to:
1. identify coordinations in a document
2. split the coordinations
3. return a new `Doc` object with the split coordinations
| open | 2024-02-15T12:53:35Z | 2024-02-16T11:53:01Z | https://github.com/explosion/spaCy/issues/13330 | [
"enhancement",
"feat / pipeline"
] | india-kerle | 0 |
pydantic/FastUI | pydantic | 343 | Return RedirectResponse or jinja2Templates' TemplateResponse from an endpoint? | I need to redirect the page to some template HTML pages within a fastui endpoint procedure, for example, I need to show the home template page when home link is clicked. so I tried
```
@router.get('/home', response_model=FastUI, response_model_exclude_none=True)
def home(request: Request) -> list[AnyComponent]:
... | open | 2024-08-14T07:09:36Z | 2024-09-07T13:01:00Z | https://github.com/pydantic/FastUI/issues/343 | [] | fmrib00 | 1 |
charlesq34/pointnet | tensorflow | 253 | Sem_seg running out of RAM when training on Colab | I forked the repo and tried to run it in Google Colab.
I did some revision on formatting and data fetching code.
My current version of Colab notebook is at https://colab.research.google.com/drive/1UxYltzePhc3MJzZhuBycBRR3ettQc8gL#revisionId=0B497FfEid-K5ZFNML3Y3SlBoZDZlT2tiUVBiUzkzU2VPaGxJPQ.
I was able to download ... | open | 2020-07-12T20:30:39Z | 2021-06-24T14:45:54Z | https://github.com/charlesq34/pointnet/issues/253 | [] | ytxmobile98 | 1 |
ydataai/ydata-profiling | pandas | 1,241 | Bug Report | ### Current Behaviour
[This is how the High correlation in the Titanic dataset from Kaggle appeared previously.docx](https://github.com/ydataai/pandas-profiling/files/10486212/This.is.how.the.High.correlation.in.the.Titanic.dataset.from.Kaggle.appeared.previously.docx)
### Expected Behaviour
The only problem is th... | closed | 2023-01-24T04:06:33Z | 2023-01-24T22:25:30Z | https://github.com/ydataai/ydata-profiling/issues/1241 | [
"needs-triage"
] | marcelovalentimsilva | 1 |
iperov/DeepFaceLab | deep-learning | 5,483 | WINDOWS 11 - Xseg - data_dst mask - edit -> qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ..... | Running XSeg editor.
qt.qpa.plugin: Could not find the Qt platform plugin "windows" in "C:\Users\IMA ISLAND BOY\OneDrive\PoŔÝtaŔ\DeepFaceLab\DeepFaceLab_NVIDIA_up_to_RTX2080Ti\_internal\python-3.6.8\Lib\site-packages\PyQt5\Qt\plugins"
This application failed to start because no Qt platform plugin could be initialized... | open | 2022-02-21T10:55:19Z | 2023-06-08T23:18:52Z | https://github.com/iperov/DeepFaceLab/issues/5483 | [] | 4M0NK | 2 |
sigmavirus24/github3.py | rest-api | 679 | Issue with `betamax` not recording `iter_issues` requests | I'm running [a test][0] that looks like:
```
def test_issue_label_list(self):
with self.recorder.use_cassette(self._make_cassette_name()):
self.service.connect()
content = self.service.issue_label_list(user, repo)
return content
```
where [`self.recorder`][1] ... | closed | 2017-01-31T16:47:08Z | 2017-01-31T19:58:23Z | https://github.com/sigmavirus24/github3.py/issues/679 | [] | guyzmo | 14 |
microsoft/qlib | deep-learning | 1,176 | What's the difference between model and model_ts? | ## ❓ Questions and Help
In qlib source code, both model and model_ts exists. For instance, pytorch_alstm.py and pytorch_alstm_ts.py, pytorch_gats.py and pytorch_gats_ts.py, and so on. I want to know the difference. | closed | 2022-07-03T11:30:54Z | 2022-10-10T15:04:51Z | https://github.com/microsoft/qlib/issues/1176 | [
"question",
"stale"
] | polaris-gogh | 3 |
jazzband/django-oauth-toolkit | django | 666 | Request: Upload sdist to PyPI for v1.2.0 | Related to #562 , but requesting for the latest version. | closed | 2018-11-10T11:20:43Z | 2021-12-16T14:55:35Z | https://github.com/jazzband/django-oauth-toolkit/issues/666 | [] | nehaljwani | 1 |
pyeve/eve | flask | 871 | 0.6.4 release? | Hi Nicola. Just wondering whether you have plans to release 0.6.4 in the near future? There are quite a few bugfix [changes](https://github.com/nicolaiarocci/eve/blob/develop/CHANGES) that I need for my current project. If possible I'd rather run an official package from PyPI on my prod servers than a github checkout o... | closed | 2016-06-05T15:35:42Z | 2016-06-08T22:51:44Z | https://github.com/pyeve/eve/issues/871 | [] | amorphic | 3 |
python-gitlab/python-gitlab | api | 2,327 | Gitlab("http://mysite.com:1234", access_token) still connect to port 80 but not 1234 | ## Description of the problem, including code/CLI snippet
gl = gitlab.Gitlab("http://mysite.com:1234", access_token) #still connect to port 80 but not 1234
## Expected Behavior
I need it connect to the port 1234 of mysite.com
## Actual Behavior
It connects to 80 port of mysite.com
## Specifications
- p... | closed | 2022-10-18T14:14:20Z | 2023-10-23T01:13:32Z | https://github.com/python-gitlab/python-gitlab/issues/2327 | [
"need info"
] | ruanjianhui | 2 |
scrapy/scrapy | python | 6,476 | Undocumented (performance) behaviour with default value of `DOWNLOAD_DELAY` setting (0) | ### Description
On runs with default value of `DOWNLOAD_DELAY` setting (0) request sending rate.. limited only by CPU capabilities until number of sent requests will reach value `CONCURRENT_REQUESTS_PER_DOMAIN` (default - 8, or `CONCURRENT_REQUESTS` if it is's value lower).
As far as I was in scrapy documentation -... | open | 2024-09-12T15:00:32Z | 2025-02-06T17:24:39Z | https://github.com/scrapy/scrapy/issues/6476 | [] | GeorgeA92 | 8 |
LAION-AI/Open-Assistant | python | 3,141 | Is it "by design", that website only has 3 models to chat with | Website currently shows only these 3 model for me:

Is it supposed to be so? I heard, that OA also possesses other models, that are not based on llama and are fully open source. Aren't they available on purpo... | closed | 2023-05-12T21:03:22Z | 2023-05-12T21:09:23Z | https://github.com/LAION-AI/Open-Assistant/issues/3141 | [
"question"
] | DoctorKrolic | 1 |
huggingface/datasets | nlp | 7,313 | Cannot create a dataset with relative audio path | ### Describe the bug
Hello! I want to create a dataset of parquet files, with audios stored as separate .mp3 files. However, it says "No such file or directory" (see the reproducing code).
### Steps to reproduce the bug
Creating a dataset
```
from pathlib import Path
from datasets import Dataset, load_datas... | open | 2024-12-09T07:34:20Z | 2024-12-12T13:46:38Z | https://github.com/huggingface/datasets/issues/7313 | [] | sedol1339 | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,595 | Training loss does not decrease | Dear authors @junyanz and @taesungp,
First, thank you for your excellent work!
I am currently using the pix2pix model to predict future images (gray-scale) based on the current one in the medical field.
I modified the code to use 7 input channels and 1 output channel for Generator.
During the training, I obse... | open | 2023-09-05T00:41:27Z | 2024-01-02T14:00:56Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1595 | [] | nguyenpbui | 3 |
tableau/server-client-python | rest-api | 1,057 | Publish datasource and connection elements | **Describe the bug**
It appears to me that the publish datasource method utilizes a `connectionCredentials` subelement, and not a `connections` element.
https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_data_sources.htm#publish_data_source
The way I see it, we could solve this by one of two ... | open | 2022-06-17T20:15:17Z | 2024-06-03T12:21:31Z | https://github.com/tableau/server-client-python/issues/1057 | [
"bug",
"in-progress"
] | jorwoods | 3 |
roboflow/supervision | machine-learning | 1,247 | Speed Estimator for Vehicle Tracking | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Where and how do I specifically add the configurations for both "vehicles.mp4" and "vehicles-result.mp4" in the ultralytics script, "ultralytics... | closed | 2024-05-30T11:10:04Z | 2024-05-30T11:38:05Z | https://github.com/roboflow/supervision/issues/1247 | [
"question"
] | bthoma48 | 1 |
sanic-org/sanic | asyncio | 3,018 | A more customisable CLI and REPL | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Sanic CLI currently has options for different run configurations.
**Requested:**
- Ability to add custom comman... | closed | 2024-12-24T10:36:21Z | 2025-03-05T13:29:07Z | https://github.com/sanic-org/sanic/issues/3018 | [
"feature request"
] | goodki-d | 7 |
matterport/Mask_RCNN | tensorflow | 2,812 | StopIteration | CUDA 11.4
tensorflow2.5-gpu
train succeed,but test error:
Traceback (most recent call last):
File "E:/Mask_RCNN/samples/linemod/test.py", line 98, in <module>
file_names = next(os.walk(IMAGE_DIR))[2]
StopIteration | open | 2022-04-18T06:21:04Z | 2022-04-18T06:21:04Z | https://github.com/matterport/Mask_RCNN/issues/2812 | [] | kungkook | 0 |
tensorpack/tensorpack | tensorflow | 1,167 | Tensorflow 2.0 | Hi,
It is definitely not an issue, but probably soon will be :) What is the future of tensorpack in TF 2.0? Are there any plans to modify tensorpack to be compatible with TF 2.0? Or will you stick to TF 1.x? | open | 2019-04-26T08:10:36Z | 2024-02-08T05:59:22Z | https://github.com/tensorpack/tensorpack/issues/1167 | [
"enhancement"
] | soldierofhell | 14 |
Kludex/mangum | fastapi | 69 | Error when no headers in request to API gateway | I've got a normal setup, based closely on the example in magnum-cli and terraform docs on AWS lambda. Using the AWS api gateway test button throws this error:
```yml
# loosely translated from the API gateway log
Endpoint response body before transformations:
errorMessage:
message: 'NoneType' object has no... | closed | 2019-11-18T18:48:10Z | 2020-02-07T19:34:36Z | https://github.com/Kludex/mangum/issues/69 | [] | SKalt | 6 |
tflearn/tflearn | tensorflow | 957 | Cannot Load Model | I am trying to train, save and load a tensorflow model using tflearn
# Building convolutional network
network = input_data(shape=[None, imageSize, imageSize, 1], name='input')
network = conv_2d(network, imageSize, self.windowSize, activation='relu', regularizer="L2")... | closed | 2017-11-14T16:18:27Z | 2017-11-14T20:59:59Z | https://github.com/tflearn/tflearn/issues/957 | [] | abtpst | 4 |
comfyanonymous/ComfyUI | pytorch | 6,428 | Intel Mac Help - Pytorch/Anaconda does not comply | ### Your question
Okay, Trying to install ComfyUI to my MacOS (model is: iMac, Rentina 5k, 27-inch, 2020, w/3.1 GHz 6-Core Intel Core i5). Everything goes wells from installing Homebrew, to the python script. But after typing in "pip3 install - -upgrade pip setuptools" results in: Usage:
pip3 install [options]... | open | 2025-01-11T04:31:39Z | 2025-01-16T09:06:24Z | https://github.com/comfyanonymous/ComfyUI/issues/6428 | [
"User Support"
] | Ja-Do470 | 7 |
bmoscon/cryptofeed | asyncio | 231 | Change json library to yapic for performance | I have to say, thank you for making this easy. I dumped raw json data using examples/demo_raw_data.py, and then used it in the test below. The results show yapic is about 1.3x to 2.0x the speed of the standard library for parsing l2_book, ticker, and trades data from 100 MB files from Binance and Deribit feeds.
Base... | closed | 2020-04-06T22:50:54Z | 2020-04-21T00:04:34Z | https://github.com/bmoscon/cryptofeed/issues/231 | [] | vincentmele | 3 |
allenai/allennlp | nlp | 5,404 | Coreference Resolution training is failing with CUDA out of memory error |
```
```
## Environment
<!-- Provide the name of operating system below (e.g. OS X, Linux) -->
OS:
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
<!-- Provide the Python version you were using (e.g. 3.7.1) -->
Python version:
Python 3.7.11
<details>
<summary><b>Output of <code>pip freeze</code>:<... | closed | 2021-09-10T16:51:02Z | 2021-09-14T08:28:34Z | https://github.com/allenai/allennlp/issues/5404 | [
"bug"
] | ranjita-naik | 3 |
svc-develop-team/so-vits-svc | pytorch | 44 | 在执行训练命令后出现如下错误 | closed | 2023-03-17T23:21:10Z | 2023-03-17T23:50:48Z | https://github.com/svc-develop-team/so-vits-svc/issues/44 | [] | endlessland | 0 | |
odoo/odoo | python | 202,428 | [18.0] module: POS terminal payment non ending loop : odoo community | ### Odoo Version
- [ ] 16.0
- [ ] 17.0
- [x] 18.0
- [ ] Other (specify)
### Steps to Reproduce
Go to checkout screen and choose payment by payment terminal, if you switch to Cash by cancelling payment by terminal, system hangs up, transaction keeps on asking for card.
https://github.com/user-attachments/assets/2ab... | open | 2025-03-18T22:43:40Z | 2025-03-18T22:44:34Z | https://github.com/odoo/odoo/issues/202428 | [] | ihtxam | 0 |
yt-dlp/yt-dlp | python | 12,030 | yt-dlp - Include supported site "https://www.documaniatv.com/" | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith... | closed | 2025-01-08T08:04:48Z | 2025-01-13T08:56:34Z | https://github.com/yt-dlp/yt-dlp/issues/12030 | [
"duplicate",
"site-request"
] | spinbilly | 3 |
man-group/arctic | pandas | 678 | Builds fail with pytest 4.1 | Looking at: https://github.com/pytest-dev/pytest/issues/4546
this breaks our builds as the error iirc reflected missing get_marker. | closed | 2019-01-06T22:31:38Z | 2019-01-07T17:41:38Z | https://github.com/man-group/arctic/issues/678 | [] | shashank88 | 3 |
3b1b/manim | python | 1,299 | Update Coordinates - Always Redraw | I'm attempting to track the coordinates of a function, but I don't seem to be able to get always_redraw as it is not defined to work. Is this a new feature?
```
def construct(self):
self.wait()
self.setup_axes()
graph = self.get_graph(lambda x: x**3, x_min=-5, x_max=5)
in... | open | 2020-12-29T02:07:02Z | 2020-12-29T02:08:37Z | https://github.com/3b1b/manim/issues/1299 | [] | Othello14 | 0 |
jupyterhub/repo2docker | jupyter | 430 | Bug Report: Docs fail to build with recommended virtualenvironment | The docs are currently failing to build in the CI and if one follows the ["Set up a local virtual environment" instructions in the CONTRIBUTING.md](https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#set-up-a-local-virtual-environment) then
```
$ cd docs
$ make html
```
will fail as `dev-require... | closed | 2018-10-11T20:55:31Z | 2018-10-12T19:24:26Z | https://github.com/jupyterhub/repo2docker/issues/430 | [] | matthewfeickert | 0 |
floodsung/Deep-Learning-Papers-Reading-Roadmap | deep-learning | 45 | What are awesome knowledge graph papers? | @songrotek Thank you. | open | 2017-03-20T06:39:10Z | 2017-03-20T06:40:10Z | https://github.com/floodsung/Deep-Learning-Papers-Reading-Roadmap/issues/45 | [] | guotong1988 | 0 |
miguelgrinberg/Flask-SocketIO | flask | 2,120 | Client disconnection reason on the server | **Is your feature request related to a problem? Please describe.**
It seems from the documentation that Flask-SocketIO doesn't support server-side reasons for client disconnection. That is, if a client is disconnected for some reason, there would be no way of understanding the reason on the server (as specified by htt... | closed | 2024-12-08T23:22:25Z | 2024-12-09T02:06:02Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/2120 | [] | maleksware | 1 |
streamlit/streamlit | data-visualization | 10,503 | unicode error | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
windows10 pro, python13.2, streamlit 1.40, er... | open | 2025-02-25T07:19:20Z | 2025-03-03T18:53:45Z | https://github.com/streamlit/streamlit/issues/10503 | [
"type:bug",
"status:confirmed",
"priority:P4"
] | madhukarjadhav736 | 3 |
hatchet-dev/hatchet | fastapi | 525 | how to create dynamic steps | closed | 2024-05-23T00:47:29Z | 2024-05-28T16:02:49Z | https://github.com/hatchet-dev/hatchet/issues/525 | [] | koolay | 1 | |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,102 | Same ouput images for difference input images in pix2pix model | I tried to implement pix2pix model with KAIST thermal - visible dataset to transfer thermal image to visible image. I trained for around 20 epochs and the test results are very unexpected. All the generated fake image for different test images is the same with no detail.
I have tried many variations while training and... | open | 2020-07-24T06:34:54Z | 2020-07-24T08:54:24Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1102 | [] | mAmulya | 1 |
Teemu/pytest-sugar | pytest | 218 | Feature Request: Integration with Pytest-Parallel as well | I am looking into use pytest-sugar and the fact that it supports pytest-xdist is great, but I was wondering if you were planning on supporting pytest-parallel as well. It has some advantages over pytest-xdist especially for multithreaded tests / concurrency tests.
It mostly works at the moment out of the box, the o... | open | 2020-11-05T17:55:56Z | 2022-11-05T08:47:19Z | https://github.com/Teemu/pytest-sugar/issues/218 | [
"enhancement",
"3rd-party"
] | Skylion007 | 0 |
lux-org/lux | jupyter | 419 | ValueError: Field "duration" has type "timedelta64[ns]" which is not supported by Altair. | It worked fine with 2 columns of datetimes and 2 columns of integers. I used df.apply(f(x)) to create a timedelta column and got the following warning. Full text:
/opt/conda/lib/python3.7/site-packages/IPython/core/formatters.py:918: UserWarning:
Unexpected error in rendering Lux widget and recommendations. Falli... | closed | 2021-09-14T11:54:00Z | 2022-01-22T01:14:30Z | https://github.com/lux-org/lux/issues/419 | [
"bug",
"easy"
] | CiaranHaines | 4 |
pytorch/vision | computer-vision | 8,147 | Segfault in VideoClip test on python 3.8 | e.g. https://github.com/pytorch/vision/actions/runs/7099634313/job/19324043765?pr=7990
```
2023-12-05T11:15:45.8728795Z FAILED test/test_datasets_video_utils.py::TestVideo::test_video_clips_custom_fps - RuntimeError: DataLoader worker (pid(s) 35158) exited unexpectedly
2023-12-05T11:15:45.8730432Z = 1 failed, 2157... | closed | 2023-12-05T12:19:48Z | 2023-12-05T13:16:03Z | https://github.com/pytorch/vision/issues/8147 | [] | NicolasHug | 0 |
NVlabs/neuralangelo | computer-vision | 160 | Analytical gradient implementation | Hello, thanks for your work!
I was reproducing your project with analytical gradient but found:
`gradient = torch.autograd.grad(sdf.sum(), x, create_graph=True)[0]`
Could you explain why there is a sum operation in the code? | closed | 2023-11-26T10:56:14Z | 2023-11-26T11:23:11Z | https://github.com/NVlabs/neuralangelo/issues/160 | [] | ckrsls | 0 |
explosion/spaCy | data-science | 13,132 | Spacy-LLM code sample produces no output | Hi,
The code sample below - which is based on an example in Matthew Honnibal's blog "Against LLM maximalism" (https://explosion.ai/blog/against-llm-maximalism) - fails to produce any output. This is surprising given that the pipeline is configured to find the kind of entities present in the sentence being processed.... | open | 2023-11-17T00:45:51Z | 2024-03-17T22:20:55Z | https://github.com/explosion/spaCy/issues/13132 | [
"feat/llm"
] | rkatriel | 16 |
microsoft/nni | machine-learning | 5,803 | nnictl resume cannot open GUI | As title, GUI cannot be open after I resume the experiment.
I observe that if the output log does not hang at "Web portal URLs: ...", GUI will be unable to open. However, I can't find the way to keep "nnictl resume ID" command running.
Complete log of command:
[2024-08-26 13:10:28] Creating experiment, Experimen... | open | 2024-08-26T12:43:00Z | 2024-08-26T13:20:43Z | https://github.com/microsoft/nni/issues/5803 | [] | jimmy133719 | 0 |
polarsource/polar | fastapi | 5,104 | Discount not selected by default when using payment link with discount preset | ### Description
When creating a payment link with a discount selected by default, it will automatically apply it and also show it in the price breakdown, but it won't be selected in the discount input.
### Current Behavior
Currently the preselected discount is not being shown in the discount input.
### Expected Beh... | closed | 2025-02-25T15:26:05Z | 2025-02-28T12:17:51Z | https://github.com/polarsource/polar/issues/5104 | [
"bug"
] | MarcMogdanz | 1 |
scikit-optimize/scikit-optimize | scikit-learn | 992 | Ubuntu 20.04: RuntimeError: can't start new thread | My objective was to use Scikit-Optimize library in python to minimize the function value in order to find the optimized parameters for xgboost model. The process involve running the model with different random parameters for 5,000 times.
However, it seems that the loop stopped at some point and gave me a RuntimeErro... | open | 2021-02-01T14:57:51Z | 2021-02-01T16:41:58Z | https://github.com/scikit-optimize/scikit-optimize/issues/992 | [] | tigertimwu | 2 |
BlinkDL/RWKV-LM | pytorch | 148 | 训练到这一步报错 build.ninja... | mitting ninja build file /home/hope/.cache/torch_extensions/py310_cu117/wkv_1024/build.ninja...
Building extension module wkv_1024...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
[1/2] /usr/bin/nvcc -DTORCH_EXTENSION_NAME=wkv_1024 -DTORCH_API_INCL... | open | 2023-06-20T02:41:59Z | 2024-05-20T12:12:40Z | https://github.com/BlinkDL/RWKV-LM/issues/148 | [] | hopeforus | 4 |
microsoft/hummingbird | scikit-learn | 495 | XGBoost does not work for 1.4.0 for hummingbird | In #492 , we needed to pin to `xgboost<1.4.0` because `==1.4.0` ([released](https://github.com/dmlc/xgboost/commit/b9a4f3336af7c78f9f7b66f7c91a419108b7ec83) on April 12th 2021) broke our tests. We need to investigate why.
From [the pipeline](https://github.com/microsoft/hummingbird/pull/490/checks?check_run_id=2328... | closed | 2021-04-14T16:47:25Z | 2021-06-19T23:24:53Z | https://github.com/microsoft/hummingbird/issues/495 | [] | ksaur | 2 |
lukas-blecher/LaTeX-OCR | pytorch | 289 | Normalize late code | Some words are separated by Spaces, like cos, sin, executing code preprocess formulas.py,but yours doesn't.
Here is my own latex data

Here is your latex data
, with this call:
```
sns.boxplot(
data=[is_returns, is_weekly, is_monthly],
palette=["#4c72B0", "#55A868", "#CCB974"],
... | open | 2024-03-03T15:47:42Z | 2024-10-02T15:43:10Z | https://github.com/mwaskom/seaborn/issues/3647 | [] | catskillsresearch | 20 |
viewflow/viewflow | django | 285 | Changing Process model instance value in admin causes error | When I tried to change the `to_size` value in admin I got the following error:
```
Traceback (most recent call last):
File "/srv/www/pmas/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/srv/www/pmas/lib/python3.6/site-packages/djan... | closed | 2020-08-26T01:28:58Z | 2024-02-14T12:13:47Z | https://github.com/viewflow/viewflow/issues/285 | [
"request/enhancement",
"dev/flow"
] | variable | 2 |
tradingstrategy-ai/web3-ethereum-defi | pytest | 212 | Set gas price manually | Hi
How I can set gas price price manually in uniswap v2 and v3 dex swap token? | closed | 2024-06-12T15:13:52Z | 2024-08-21T07:38:15Z | https://github.com/tradingstrategy-ai/web3-ethereum-defi/issues/212 | [] | azarshab-saeed | 1 |
tflearn/tflearn | tensorflow | 358 | 'tflearn_logs' dir permission issue. | I've get '/tmp/tflearn_logs/ permission denied'.
My traceback is attached.
I think we can handle that.
With setting permission for all users when tflearn makes tflearn_logs dir.
> Run id: Q17392
> Log directory: /tmp/tflearn_logs/
> Traceback (most recent call last):
> File "learner.py", line 82, in <module>
> ... | open | 2016-09-27T18:23:33Z | 2016-12-15T03:54:12Z | https://github.com/tflearn/tflearn/issues/358 | [] | changukshin | 2 |
Kanaries/pygwalker | pandas | 310 | [BUG] pygwalker bug report | **Describe the bug**
in config>format you can set a formatting string for numbers but it is used only for charts, not for tables.
**To Reproduce**
Simply set a formatting string, for example '.2f' then set mak type to table: nothing seems formatted.
**Expected behavior**
Numbers formatted in table same as in c... | closed | 2023-11-08T11:35:24Z | 2024-02-03T14:15:24Z | https://github.com/Kanaries/pygwalker/issues/310 | [
"bug",
"good first issue",
"graphic-walker"
] | dev72 | 4 |
idealo/imagededup | computer-vision | 148 | Cannot install imagededup==0.0.1, .. imagededup==0.1.0 because these package versions have conflicting dependencies. | Not sure if this is a recent issue, or related to my using an M1 Mac. Nevertheless, the tail of a very long traceback is below:
```
ERROR: Cannot install imagededup==0.0.1, imagededup==0.0.2, imagededup==0.0.3, imagededup==0.0.4 and imagededup==0.1.0 because these package versions have conflicting dependencies.
... | closed | 2021-06-07T13:54:24Z | 2022-10-28T11:27:23Z | https://github.com/idealo/imagededup/issues/148 | [] | robmarkcole | 7 |
vvbbnn00/WARP-Clash-API | flask | 67 | . | closed | 2024-02-26T12:51:10Z | 2024-02-26T12:52:42Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/67 | [] | Marchccc | 0 | |
pennersr/django-allauth | django | 3,044 | auth with github is not wokring | Hi I am trying to use django-allauth 0.43.0 and it is not working proeprerly.I am keep on getting extended uri with repeat param at the end like this. login/?next=/accounts/github/login/%3Fprocess%3Dlogin%26next%3D%252F
?next=/accounts/github/login/%3Fprocess%3Dlogin%26next%3D%252Faccounts%252Fgithub%252Flogin%252F%25... | closed | 2022-03-01T15:32:41Z | 2022-03-01T18:34:29Z | https://github.com/pennersr/django-allauth/issues/3044 | [] | jinaloo7 | 1 |
PaddlePaddle/PaddleHub | nlp | 1,563 | 多个模型封装在一个API进行部署的问题 | 目前有一个检测模型和一个识别模型,如何把两个模型级联起来然后通过paddle hub的sever服务部署 | open | 2021-08-06T07:26:22Z | 2021-08-10T12:58:54Z | https://github.com/PaddlePaddle/PaddleHub/issues/1563 | [] | ztc125521 | 1 |
lux-org/lux | jupyter | 249 | Misdetected data type when numerical column contains null | When a column contains null values, it can get misclassified as a nominal type, even if it has high cardinality and is largely quantitative. For instance, in this example, the `# Instances` and `# Attributes` are detected as `nominal` but they are better suited as `quantitative`.
```python
import pandas as pd
imp... | closed | 2021-01-29T08:11:20Z | 2021-04-10T23:46:41Z | https://github.com/lux-org/lux/issues/249 | [
"bug",
"easy"
] | dorisjlee | 1 |
lukas-blecher/LaTeX-OCR | pytorch | 101 | How to use custom images | I used the command to generate my png images:
convert -density 250 -colorspace gray -flatten /tmp/eqcjtqs0o1.pdf -quality 90 /tmp/eqcjtqs0o1.png
identify /tmp/eqcjtqs0o1.png
/tmp/eqcjtqs0o1.png PNG 308x86 308x86+0+0 8-bit Gray 16c 1783B 0.000u 0:00.000
And we generate the datasets, When training, make mistak... | closed | 2022-02-18T14:04:12Z | 2022-02-19T23:57:16Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/101 | [] | chulaihunde | 1 |
iterative/dvc | data-science | 10,199 | partial fetch is broken | Partial fetch is broken in dvc.
## Steps to Reproduce
```bash
#! /bin/bash
set -ex
gen() {
mkdir -p "$1"
for i in {00..99}; do echo "$1/$i" > "$1/${i}.txt"; done
}
setup() {
pip install -q -e "."
pushd "$1"
dvc init -q --no-scm
gen data/dir01
gen data/dir02
ls data... | closed | 2023-12-25T14:11:01Z | 2023-12-27T13:20:34Z | https://github.com/iterative/dvc/issues/10199 | [
"bug",
"p1-important",
"regression",
"A: data-management"
] | skshetry | 2 |
indico/indico | sqlalchemy | 6,803 | Add the possibility to bind registrations to invitation email | ### Is your feature request related to a problem? Please describe.
A common workflow is to keep registration forms protected and to send invitations so that only the intended people get registered. The system, however, doesn't lock the email address in the registration form to that of the invitee. This can result on th... | open | 2025-03-14T14:23:25Z | 2025-03-14T14:25:59Z | https://github.com/indico/indico/issues/6803 | [
"enhancement"
] | OmeGak | 0 |
keras-team/keras | tensorflow | 20,191 | ops.image.affine_transform() does not work as a layer in GPU | Hi,
I notice ops.image.affine_transform() does not work as part of a model in GPU
TF version: 2.16.1
keras version: 3.5.0
Some observations from some testing
1. model.predict_step() works, but model.predict() does not
2. it works if using CPU only
3. other similar functions such as ops.image.resize(), ops.... | open | 2024-08-30T22:55:19Z | 2024-09-18T14:24:19Z | https://github.com/keras-team/keras/issues/20191 | [
"stat:awaiting keras-eng",
"type:Bug"
] | kwchan7 | 5 |
ydataai/ydata-profiling | pandas | 867 | Integration Issue with Great Expectations | **Describe the bug**
Using pandas-profiling version 2.9.0 and great expectations version 0.13.37 in a Python 3.8.8 environment
Install both using CONDA
Running the sample code
suite = profile.to_expectation_suite(suite_name="titanic_expectations") results in this error
--------------------------------------... | closed | 2021-10-23T13:11:41Z | 2021-10-23T17:12:28Z | https://github.com/ydataai/ydata-profiling/issues/867 | [] | cyonghui81 | 1 |
ranaroussi/yfinance | pandas | 1,348 | No FinancialTemplateStore key in json data store | I wrote a python script to retrieve the latest AES key and it works fine. I'm able to get the balance sheet of MSFT.
But when I change the symbol to AAPL, I got another error, do you know why?
```
#!/usr/bin/env python3
import yfinance as yf
msft = yf.Ticker("AAPL")
# hist = msft.history(period="max")
... | closed | 2023-01-26T02:58:07Z | 2023-07-09T21:21:33Z | https://github.com/ranaroussi/yfinance/issues/1348 | [] | CaledoniaProject | 2 |
GibbsConsulting/django-plotly-dash | plotly | 137 | Cannot find the static files from when running the demo app. FileNotFoundError bootstrap.min.css | I have installed the dependedncies, and started the redis server. Then followed the configuration instructions in the `README.md` document and when I open the 7th demo I encounter an error
FileNotFoundError
--
[WinError 2] The system cannot find the file specified: 'D:\\dpd-env\\lib\\site-packages\\dpd_static_suppor... | closed | 2019-04-15T10:05:36Z | 2020-06-21T05:22:09Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/137 | [
"bug",
"question"
] | thesunlover | 8 |
huggingface/datasets | machine-learning | 7,185 | CI benchmarks are broken | Since Aug 30, 2024, CI benchmarks are broken: https://github.com/huggingface/datasets/actions/runs/11108421214/job/30861323975
```
{"level":"error","message":"Resource not accessible by integration","name":"HttpError","request":{"body":"{\"body\":\"<details>\\n<summary>Show benchmarks</summary>\\n\\nPyArrow==8.0.0\\n... | closed | 2024-10-01T08:16:08Z | 2024-10-09T16:07:48Z | https://github.com/huggingface/datasets/issues/7185 | [
"maintenance"
] | albertvillanova | 1 |
sktime/sktime | scikit-learn | 7,295 | [ENH] rename `annotation` module to `detection` | We should rename the `annotation` module to `detection`.
This was suggested by @tveten, and I agree with the rationale, "detection" is a much more common and recognizable term for the learning tasks the module is dealing with, e.g., anomaly and changepoint detection, and segmentation (aka anomalous segment detection... | open | 2024-10-18T10:05:51Z | 2024-10-19T18:31:01Z | https://github.com/sktime/sktime/issues/7295 | [
"maintenance",
"module:detection",
"enhancement"
] | fkiraly | 5 |
ShishirPatil/gorilla | api | 94 | Allow the user to receive a more verbose recommendations with description and system dependencies | It is unclear exactly what the commands gorilla will intereract with, where they come from, and why. The system should format(possibly using a flag) detaileds description and systems/dependencies interacted with, as well as the source of the recommendation. | open | 2023-08-10T17:16:12Z | 2023-08-10T17:16:12Z | https://github.com/ShishirPatil/gorilla/issues/94 | [
"enhancement"
] | Shane-Burns-Dot-US | 0 |
Asabeneh/30-Days-Of-Python | pandas | 310 | Nice work | You've helped me a lot in learning .py | closed | 2022-10-07T18:43:16Z | 2023-01-17T19:42:51Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/310 | [] | HackEzra | 0 |
STVIR/pysot | computer-vision | 277 | VOT Testing AssertionError: | I created VOT2018 folder and put VOT2018.json file inside, To do a quick check I run
>> python -u ../../tools/test.py \
--snapshot snapshot/checkpoint_e5.pth \
--config config.yaml \ --dataset VOT2018 2>&1 | tee logs/test_dataset.log
And got this error.
>>AssertionError: /home/thomas/pysot/tools/.... | closed | 2020-01-08T12:49:30Z | 2020-01-09T15:23:35Z | https://github.com/STVIR/pysot/issues/277 | [
"good first issue"
] | ThomasBomjan | 2 |
xorbitsai/xorbits | numpy | 327 | ENH: `StorageAPI.get` supports convert GPU buffers into CPU buffers | ### Is your feature request related to a problem? Please describe
The supervisor doesn't have any workload on it. Thus, it should have nothing to do with GPUs.
But currently, the supervisor needs a cuda device to receive buffers from workers when fetching results.
### Describe the solution you'd like
Add an opt... | closed | 2023-04-04T10:05:33Z | 2023-04-12T09:54:12Z | https://github.com/xorbitsai/xorbits/issues/327 | [
"enhancement",
"gpu"
] | UranusSeven | 0 |
deepspeedai/DeepSpeed | pytorch | 6,451 | [BUG] Significant difference between using DeepSpeed and not using DeepSpeed | **Describe the bug**
The goal is to train an LLM adapter (freeze the LLM and only train the adapter). However, training on a single GPU without DeepSpeed can achieve 79.24% on testing, while training with DeepSpeed on a single GPU or multiple GPUs only achieves 69.56% (single GPU) and 67.94% (7 GPUs).
The adapter ... | closed | 2024-08-28T01:55:28Z | 2024-11-01T21:11:45Z | https://github.com/deepspeedai/DeepSpeed/issues/6451 | [
"bug",
"training"
] | hxu105 | 2 |
521xueweihan/HelloGitHub | python | 2,830 | 最好用的梯子 | https://zli2b.wgy.life/auth/register?code=q3sk | closed | 2024-10-21T01:59:46Z | 2024-10-22T01:52:19Z | https://github.com/521xueweihan/HelloGitHub/issues/2830 | [
"恶意issue"
] | Ryder-lyq | 0 |
waditu/tushare | pandas | 921 | [BUG]000550.SZ日K线数据有误 | 使用pro_bar读取000550.SZ(江铃汽车)截止2019-02-13的前复权数据时,发现有数据错误,能引发错误的代码如下:

执行结果如下图所示:

该段代码中返回的000... | closed | 2019-02-14T09:25:27Z | 2019-02-17T13:49:49Z | https://github.com/waditu/tushare/issues/921 | [] | ZodiacNailo | 1 |
errbotio/errbot | automation | 1,230 | errbot not starting automatically after a reboot on CentOS 7 | ### I am...
* [x] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version: 5.2.0
* OS version: CentOS Linux release 7.5.1804 (Core)
* Python version: 3.5.2
* Using ... | closed | 2018-06-02T11:04:54Z | 2019-06-20T01:35:27Z | https://github.com/errbotio/errbot/issues/1230 | [
"type: documentation"
] | mattpoel | 2 |
httpie/cli | python | 959 | Pretty Print HTML Output (with newlines and indentation)? | When printing `Content-type: application/json` httpie formats the json with newlines and indentation making it very easy to read.
<pre> <font color="#135CD0">❯</font> <font color="#328A5D">http</font> --body <font color="#FA701D">'https://api2.nicehash.com/main/api/v2/legacy?method=stats.global.current'</f... | closed | 2020-08-07T00:26:54Z | 2024-02-19T15:00:07Z | https://github.com/httpie/cli/issues/959 | [] | ryanerwin | 5 |
fastapi/sqlmodel | pydantic | 370 | How to create a time Field for a model like django DateTimeField | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | closed | 2022-06-29T04:28:08Z | 2025-03-17T14:39:21Z | https://github.com/fastapi/sqlmodel/issues/370 | [
"question"
] | regainOWO | 12 |
ageitgey/face_recognition | python | 750 | MemoryError: bad allocation when using cnn model | * face_recognition version: 1.2.3
* Python version: 3.7.2
* Operating System: Windows 10 1809 Build 17763.253
EDIT: dlib version 19.16 compiled with CUDA extensions (GTX 1080 Ti)
### Description
I wanted to use cnn model for face detection, if the images resolution is too big I get the error instantly. If I ... | closed | 2019-02-21T15:43:38Z | 2022-10-28T01:44:14Z | https://github.com/ageitgey/face_recognition/issues/750 | [] | h4ckd0tm3 | 4 |
hyperspy/hyperspy | data-visualization | 2,817 | Abimguous labeling of edges in elements.py and degenracy scaling with the 'factor' property | The P. Rez dataset of generalised oscillator strengths contains only the "odd" subshells, i.e. L1, N3, M5, etc.
This is, I suppose, due to the fact that the approximation used in the computation does not include any spin-orbit coupling. In this situation the missing edges are just shifted and scaled copies of the ones... | closed | 2021-08-27T09:42:31Z | 2024-10-12T08:29:53Z | https://github.com/hyperspy/hyperspy/issues/2817 | [] | gguzzina | 1 |
LAION-AI/Open-Assistant | machine-learning | 3,368 | Add Support for Language Dialect Consistency in Conversations | Hello,
I’m reaching out to propose a new feature that I believe would enhance the user experience.
### Issue
Currently, when selecting a language, the system does not differentiate between language variants. For instance, when Spanish is selected, dialogues are mixed between European Spanish (Spain) and Latin ... | closed | 2023-06-09T19:20:23Z | 2023-06-10T09:10:38Z | https://github.com/LAION-AI/Open-Assistant/issues/3368 | [] | salvacarrion | 0 |
mwaskom/seaborn | data-science | 3,818 | Twin axis issue with bar plots. | I am facing an issue with twinx (dual y-axis). It does very weird behavior.
```
import matplotlib.pyplot as plt
import seaborn as sns
import pandas as pd
import numpy as np
# Sample data
data = {
"Category": ["A", "B", "C", "D"],
"Metric1": [10, 15, 20, 25],
"Metric2": [100, 150, 200, 250],
}
df = pd.Da... | closed | 2025-01-25T01:33:27Z | 2025-01-31T17:35:22Z | https://github.com/mwaskom/seaborn/issues/3818 | [] | washraf | 6 |
matterport/Mask_RCNN | tensorflow | 2,177 | Why the output mask's size different from the input image's size | I've used balloon.py to train an apple segmentation model,after training I've try it with a 960x1280 image,but the output mask's shape is 1024x1024.What should I do to change the output mask's size from 1024x1024 to 960x1280?(mask means r['masks'] in the end of inspect_balloon_data.ipynb) | closed | 2020-05-12T13:46:53Z | 2022-02-16T06:47:39Z | https://github.com/matterport/Mask_RCNN/issues/2177 | [] | zhaoguanao | 11 |
pydata/pandas-datareader | pandas | 829 | DataReader fails with change of the order of stocks | I run Webreader with a list of stocks. If I change the order of the symbols in the list, the Webreader fails. The two lists below are identical except I moved some stocks from the bottom of the list to the top.
The first symbols list works okay. The second symbols list failed to read symbols NVDA, LULU ad TAL, repla... | closed | 2020-09-22T20:04:28Z | 2021-07-21T17:01:28Z | https://github.com/pydata/pandas-datareader/issues/829 | [] | TraderMikeS | 3 |
pallets-eco/flask-wtf | flask | 401 | CSRF ValidationError messages translation | Messages in csrf.py like 'The CSRF token is missing' appear to be hard-coded in English(?). | closed | 2020-02-26T09:28:26Z | 2023-12-21T00:51:37Z | https://github.com/pallets-eco/flask-wtf/issues/401 | [
"csrf"
] | mybooc | 1 |
iperov/DeepFaceLab | deep-learning | 480 | Getting errors during conversion | Please see attached screen grab. Gives error at about the same point each time I try to convert. I can continue training, but won't let me convert. One thing I can tell you is I moved this from one computer to a different one. Just dragged the entire folder over the network, which I've done in the past. Not sure i... | closed | 2019-11-06T21:54:18Z | 2020-03-28T05:41:45Z | https://github.com/iperov/DeepFaceLab/issues/480 | [] | kilerb | 1 |
jina-ai/clip-as-service | pytorch | 354 | Fixing documentation for fine-tuned model? | **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [x] D... | open | 2019-05-19T07:38:07Z | 2019-05-20T02:58:42Z | https://github.com/jina-ai/clip-as-service/issues/354 | [
"bug"
] | gilad19 | 0 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 135 | SpeechModel251训练中间不能打断吗? | 训练中间不能断点续作吗?有时候训练了一半突然死机了,又要从新开始吗? | closed | 2019-08-16T11:32:24Z | 2021-11-22T14:04:14Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/135 | [] | weigd2013 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.