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
modelscope/modelscope
nlp
673
【modelscope server部署damo/nlp_structbert_faq-question-answering_chinese-base】
本地使用modelscope server部署damo/nlp_structbert_faq-question-answering_chinese-base,一个三个接口/call、/describe、/health 以下为/describe接口返回 ``` { "schema": { "task_name": "faq-question-answering", "schema": { "input": { "type": "object", "properties": { "query_set": { ...
closed
2023-12-12T05:51:40Z
2024-06-16T01:54:28Z
https://github.com/modelscope/modelscope/issues/673
[ "Stale" ]
hbo-lambda
3
chatanywhere/GPT_API_free
api
172
Request failed with status code 526
买的付费版 key 500块高并发的那个,调用 gpt-4-1106-preview,提示 Request failed with status code 526。 IP:泰国 接口:https://api.chatanywhere.cn/v1/chat/completions
closed
2024-01-11T04:04:25Z
2024-01-12T03:36:50Z
https://github.com/chatanywhere/GPT_API_free/issues/172
[]
auven
0
ets-labs/python-dependency-injector
flask
759
DependencyContainer: await or not your deps?
Hey, I'm curios is there a way to "fix" whenever DependencyContainer.dependencies require await to be created or not? I have found this extremely irritating that if you change some deps, chances are some components that are using them started to require to be created via await or stop requiring that causing all prev...
open
2023-10-31T16:54:15Z
2023-10-31T16:54:15Z
https://github.com/ets-labs/python-dependency-injector/issues/759
[]
roma-glushko
0
replicate/cog
tensorflow
2,037
how to add dlib?
getting error everytime ``` 40.46 File "/tmp/pip-install-do0sqbbq/dlib_4d1149fb1c7d4b0fbcc927d6d4462767/setup.py", line 171, in build_extension 40.46 subprocess.check_call(cmake_setup, cwd=build_folder) 40.46 File "/root/.pyenv/versions/3.11.10/lib/python3.11/subprocess.py", line 413, in...
closed
2024-10-30T15:50:27Z
2024-10-31T09:31:05Z
https://github.com/replicate/cog/issues/2037
[]
AlexanderKozhevin
2
jofpin/trape
flask
234
[x] ERROR: Failed to parse: https://raw.githubusercontent.com/jofpin/trape/master/version.txt
how to fix it....
open
2020-04-30T09:06:48Z
2020-04-30T09:07:24Z
https://github.com/jofpin/trape/issues/234
[]
Rajat545
0
ivy-llc/ivy
tensorflow
28,071
Fix Frontend Failing Test: jax - creation.paddle.eye
To-do List: https://github.com/unifyai/ivy/issues/27496
closed
2024-01-27T12:16:14Z
2024-01-29T14:49:36Z
https://github.com/ivy-llc/ivy/issues/28071
[ "Sub Task" ]
Sai-Suraj-27
0
PaddlePaddle/PaddleHub
nlp
2,017
如何去除水印
AI作图功能很好用,但是可以去除右下角的水印吗?
closed
2022-09-14T01:26:14Z
2022-09-16T03:15:13Z
https://github.com/PaddlePaddle/PaddleHub/issues/2017
[]
wuguanggan
1
pallets-eco/flask-wtf
flask
217
form.hidden_tag() generates unnecessary div
If the input types are already hidden, what is the purpose of the div? ``` <input id="csrf_token" name="csrf_token" type="hidden" value="1452782070##2b535ebc0d609f21b85bb776d59247560414b7ff"> <input id="next" name="next" type="hidden" value=""> ``` is a cleaner output than ``` <div style="display:none;"><input id="c...
closed
2016-01-14T13:43:53Z
2021-05-28T01:03:51Z
https://github.com/pallets-eco/flask-wtf/issues/217
[]
txtsd
4
e2b-dev/code-interpreter
jupyter
29
ImportError: cannot import name 'DataAnalysis' from 'e2b'
rying to follow this guide: https://e2b.dev/blog/build-ai-data-analyst-with-langchain-and-e2b , however i run into this error ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) File c:\Users\TurnerZ\Documents\Gi...
closed
2024-07-15T13:13:07Z
2024-07-16T06:27:40Z
https://github.com/e2b-dev/code-interpreter/issues/29
[]
Timmy485
5
Farama-Foundation/Gymnasium
api
1,317
[Bug Report] Text Space has limited support for multi-char symbols
### Describe the bug I was messing around with categorical actions, where one word out of a predefined word set could be selected (e.g. "sit", "walk", "fly"). My first attempt as to define the charset as the whole words and limit the size to 1 ```python S = frozenset(['sit', 'walk', 'fly']) space = Text(max_length=1,...
open
2025-02-23T03:44:29Z
2025-02-24T13:28:41Z
https://github.com/Farama-Foundation/Gymnasium/issues/1317
[ "bug" ]
DanielGardin
1
streamlit/streamlit
streamlit
10,703
Issue with st_aggrid.agGrid component in ECS
### 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. - [ ] I have provided sufficient information below to help reproduce this issue. ### Summary I have developed an app which is using st_agg...
open
2025-03-10T09:48:49Z
2025-03-10T13:02:53Z
https://github.com/streamlit/streamlit/issues/10703
[ "type:bug", "status:awaiting-user-response" ]
SK-indorama
2
deepspeedai/DeepSpeed
pytorch
6,940
[Bug] Illegal Memory Access in Attention Layer when Using fp16
Thanks for your impactful work of deepspeed. I am experiencing difficulties with model parallelism when using fp16 with transformer-based model. Specifically, I received the following bug message: ![Image](https://github.com/user-attachments/assets/81743088-0416-4747-84a3-dfa8dfc505be) , where the self.model has the f...
closed
2025-01-09T20:39:33Z
2025-01-15T08:44:22Z
https://github.com/deepspeedai/DeepSpeed/issues/6940
[]
DanielSHKao
2
strawberry-graphql/strawberry
graphql
3,761
`strawberry.UNSET` input args get serialized as `""` (empty string)
## Minimal Repro ``` $ pip freeze | grep strawberry strawberry-graphql==0.258.0 ``` **`schema.py`** ```python import typing import strawberry from strawberry.schema_directive import Location @strawberry.input class FooInput: a: str | None = strawberry.UNSET b: str | None = strawberry.UNSET @strawberry.sc...
closed
2025-01-31T19:43:26Z
2025-02-09T11:58:00Z
https://github.com/strawberry-graphql/strawberry/issues/3761
[ "bug" ]
magicmark
0
huggingface/datasets
tensorflow
6,436
TypeError: <lambda>() takes 0 positional arguments but 1 was given
### Describe the bug ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) [<ipython-input-35-7b6becee3685>](https://localhost:8080/#) in <cell line: 1>() ----> 1 from datasets import Dataset 9 frames [/usr/lo...
closed
2023-11-19T13:10:20Z
2024-06-25T06:00:31Z
https://github.com/huggingface/datasets/issues/6436
[]
ahmadmustafaanis
2
Tinche/aiofiles
asyncio
93
Thread Hanging in _wait_for_tstate_lock elif lock.acquire(block, timeout):
If I use Ctrl-C to exit a program using `aiofiles` with an open file pipe, _another_ Ctrl-C is required and the thread is hanging in `_wait_for_tstate_lock elif lock.acquire(block, timeout)`. A common solution I've seen is to ensure the thread is [marked as a daemon](https://docs.python.org/3/library/threading.htm...
open
2021-01-02T17:16:23Z
2021-01-02T17:16:23Z
https://github.com/Tinche/aiofiles/issues/93
[]
jdtsmith
0
matterport/Mask_RCNN
tensorflow
2,235
How to combine two mask rcnn .h5 file generated by two separate dataset into one .h5 file?
I am trying to do a project on mask rcnn. I have two different data set for the same object. After training on those separate dataset I have found two .h5 file. is it possible to combine these two .h5 file into one to detect object?
open
2020-06-05T19:01:43Z
2020-06-07T09:43:39Z
https://github.com/matterport/Mask_RCNN/issues/2235
[]
imtinan39
1
Lightning-AI/pytorch-lightning
machine-learning
20,373
FSDP checkpoint loading fails
### Bug description I have a sharded checkpoint which was saved via `trainer.save_checkpoint("/path/to/cp/dir/", weights_only=False` which I am trying to load during test via `trainer.test(dataloaders=test_dataloader, ckpt_path="/path/to/cp/dir")` but the loading part bugs out. Here is a partial stack trace: ``...
open
2024-10-29T07:20:17Z
2025-03-20T12:52:49Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20373
[ "bug", "waiting on author", "checkpointing", "strategy: fsdp", "ver: 2.4.x" ]
Nilabhra
3
marcomusy/vedo
numpy
676
Extract and resample point cloud to a given size from a binary mask
Hi, From a given binary mask of a 3D volume containing one object, does vedo support any pipeline, which can used to extract the surface point cloud (of length M) of this object at then resample this point cloud to a desired size (of length N), where N>M? I have attached one such binary mask. [mask.zip](https:...
closed
2022-08-02T12:05:04Z
2023-10-18T13:17:22Z
https://github.com/marcomusy/vedo/issues/676
[]
sohmandal
13
zappa/Zappa
django
895
[Migrated] Dcrcr
Originally from: https://github.com/Miserlou/Zappa/issues/2156 by [Devesh044](https://github.com/Devesh044)
closed
2021-02-20T13:03:27Z
2021-09-28T12:29:51Z
https://github.com/zappa/Zappa/issues/895
[]
jneves
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,189
How to train on a custom rectangular 4:3 800x600 image dataset on CycleGAN?
Is it possible to train images and generate images with that resolution? I got about 1000 dataset.
open
2020-11-15T06:29:27Z
2022-01-20T22:53:41Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1189
[]
sarmientoj24
5
BlinkDL/RWKV-LM
pytorch
42
Context limits.
So I edited ooba to support 4096 contexts and this used to work in the past. In your module I see context also limited by the cuda kernel in either an env or a hardcoded ~1024. Am I understanding that part right? Will I have to compile my own rwkv.py? https://github.com/Ph0rk0z/text-generation-webui/commits/RWKV...
closed
2023-03-15T00:02:05Z
2023-03-21T11:37:23Z
https://github.com/BlinkDL/RWKV-LM/issues/42
[]
Ph0rk0z
3
horovod/horovod
machine-learning
3,772
Support newer version of pytorch_lightning
**Is your feature request related to a problem? Please describe.** Do we have plans to support newer version of pytorch_lightning with horovod? Such as v1.8.0? There're lots of new features coming in and horovod is stil depending on v1.5.x **Describe the solution you'd like** Update package version and fix incompa...
open
2022-11-17T06:25:13Z
2022-11-17T17:55:25Z
https://github.com/horovod/horovod/issues/3772
[ "enhancement", "contribution welcome" ]
serena-ruan
2
autogluon/autogluon
data-science
4,426
Enable linting for tabular and core
Re-enable linting for tabular and core after aligning the code-base to line-length 119. PR that disabled linting for tabular and core: #4425
open
2024-08-24T03:52:13Z
2024-11-25T22:56:51Z
https://github.com/autogluon/autogluon/issues/4426
[ "code cleanup", "priority: 0" ]
Innixma
0
BeanieODM/beanie
pydantic
701
[BUG] Indexed PydanticObjectId with Pydantic v2 does not work properly
**Describe the bug** Hi, since I upgraded Pydantic from v1 to v2, if `Document` model has a indexed field of type `PydanticObjectId` then Pydantic raises an exception on boot ``` ImportError while loading conftest '/path/to/api/tests/conftest.py'. [...] api/models/treatment_plan/__init__.py:1: in <module> f...
closed
2023-09-13T22:23:21Z
2023-12-03T22:21:11Z
https://github.com/BeanieODM/beanie/issues/701
[ "bug" ]
RobertoBochet
5
RobertCraigie/prisma-client-py
asyncio
261
Add support for generating default field values using pydantic
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently if you want to manually instantiate values you need to also pass values for all fields that have default values. We should support automatically passing defaults for some default types. ##...
open
2022-02-01T18:08:55Z
2022-02-01T21:42:16Z
https://github.com/RobertCraigie/prisma-client-py/issues/261
[ "topic: client", "level/advanced", "priority/low" ]
RobertCraigie
2
modin-project/modin
data-science
7,299
Avoid using `synchronize_labels` for `combine` function
Index assignment is a very fast operation, the main time is spent on serialization/deserialization. The idea is to combine index assignment with partition combination operation in one remote kernel.
closed
2024-06-04T11:11:23Z
2024-06-07T21:31:24Z
https://github.com/modin-project/modin/issues/7299
[ "Performance 🚀" ]
anmyachev
0
huggingface/pytorch-image-models
pytorch
1,787
[FEATURE] Prediction Depth k-NN Implementation?
Requesting an implementation of the prediction depth k-NN based scoring method proposed in [Deep Learning Through the Lens of Example Difficulty](https://arxiv.org/abs/2106.09647) Particularly for ResNet and VGG models per the paper. Thanks!
closed
2023-04-23T13:55:16Z
2023-05-16T18:04:52Z
https://github.com/huggingface/pytorch-image-models/issues/1787
[ "enhancement" ]
collinskatie
1
bigscience-workshop/petals
nlp
457
Add server option to prioritize a list of given peer IDs (so you can prioritize your own clients)
Something like `--prioritize_clients peer_id1 peer_id2` Maybe support URL like `--prioritize_clients http://example.com/my_clients.txt` for dynamically updated lists
open
2023-08-10T16:19:40Z
2023-08-10T16:21:05Z
https://github.com/bigscience-workshop/petals/issues/457
[]
borzunov
0
rougier/scientific-visualization-book
matplotlib
17
Typo - Page 28 in PDF
![typo](https://user-images.githubusercontent.com/26281702/142448362-923d2531-3d5c-4006-a17e-ce437bb83236.PNG) Bottom of Page 28 in the PDF found here: https://hal.inria.fr/hal-03427242/document The example code incorrectly displays `fig, ax = plt.subplots(figsize=(6,6), subplot_kw={"aspect"=1}) ` it should ...
closed
2021-11-18T15:48:51Z
2021-11-22T17:34:41Z
https://github.com/rougier/scientific-visualization-book/issues/17
[]
ncolton33
1
zappa/Zappa
flask
1,181
Pypi lookup failed
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 3.7/3.8/3.9 --> ## Expect...
closed
2022-10-13T16:44:08Z
2023-05-13T22:21:53Z
https://github.com/zappa/Zappa/issues/1181
[ "invalid" ]
rajkumarks7
9
deepspeedai/DeepSpeed
machine-learning
6,533
[REQUEST] dynamic batch size with gradient accumulate
**Is your feature request related to a problem? Please describe.** my truly minimal use case request: I have 2 datasets with resolutions 256 and 512, I want to build 2 dataloaders, one dataloader load 256x256 images with batch size 8, one load 512x512 images batch size 2. it comes to a conflict with the note in the...
open
2024-09-13T10:58:47Z
2024-09-19T14:57:35Z
https://github.com/deepspeedai/DeepSpeed/issues/6533
[ "enhancement" ]
Xiang-cd
2
modelscope/data-juicer
data-visualization
362
[Bug]: video_split_by_duration_mapper RuntimeError: can't start new thread
### Before Reporting 报告之前 - [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w...
closed
2024-07-24T01:13:05Z
2024-09-01T09:31:57Z
https://github.com/modelscope/data-juicer/issues/362
[ "bug", "stale-issue" ]
kike-0304
3
wkentaro/labelme
deep-learning
759
How to create a json-format testing set
closed
2020-08-20T06:59:56Z
2020-08-26T00:03:04Z
https://github.com/wkentaro/labelme/issues/759
[ "issue::bug" ]
hsboy89
0
opengeos/leafmap
streamlit
217
[Suggestion] Pin requirement versions (specifically python-box)
Hello, I am the developer of python-box and see that it is a requirement in this repo and has not been version pinned. I suggest that you pin it to the max known [compatible version](https://peps.python.org/pep-0440/#compatible-release) in your requirements.txt and/or setup.py file(s): ``` python-box[all]~=5.4 ...
closed
2022-03-12T04:24:05Z
2022-03-12T05:01:05Z
https://github.com/opengeos/leafmap/issues/217
[ "Feature Request" ]
cdgriffith
1
chatanywhere/GPT_API_free
api
210
可以支持gpts的模型吗
例如 gpt-4-gizmo-g-JV4iOmh9V gpt-4-gizmo-g-w32HEBjwb
closed
2024-04-10T11:51:42Z
2024-05-23T07:35:11Z
https://github.com/chatanywhere/GPT_API_free/issues/210
[]
chara006688
1
tensorflow/tensor2tensor
machine-learning
1,849
T2T 1.15.7 version with Tensorflow 2.2 - t2t-decoder doesn't run
### Description When running t2t-decoder script ( En-De transformer-big) on a model which was trained on 8 GPUs using DistributedMirrorStrategy. I get the following error ValueError: Tensor("body/parallel_0/body/decoder/layer_0/self_attention/multihead_attention/dot_product_attention/attention:0", shape=(), dtype...
open
2020-09-14T05:51:26Z
2021-02-22T02:17:17Z
https://github.com/tensorflow/tensor2tensor/issues/1849
[]
assij
18
Lightning-AI/pytorch-lightning
deep-learning
19,681
CLI trainer_defaults logger leads to error in config.yaml
### Bug description The LightningCLI allows to specify `trainer_defaults`. If you specify a logger there, e.g. the `TensorBoardLogger`, the logged `config.yaml` file includes this: ```yaml trainer: ... logger: - Unable to serialize instance <lightning.pytorch.loggers.tensorboard.TensorBoardLogger o...
closed
2024-03-20T17:15:41Z
2024-03-27T12:12:08Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19681
[ "bug", "needs triage" ]
jonasreiher
6
davidteather/TikTok-Api
api
681
KeyError: 'hasMore'
**Describe the bug** ``` from TikTokApi import TikTokApi api = TikTokApi.get_instance() device_id = api.generate_device_id() tiktoks = api.by_sound('6966808242676599558', count=10,custom_device_id=device_id) ``` **Expected behavior** It was working a couple hours ago and now .. it's not **Error Trace ...
closed
2021-08-30T14:22:20Z
2021-09-17T02:06:56Z
https://github.com/davidteather/TikTok-Api/issues/681
[ "bug" ]
surenjanath
7
vaexio/vaex
data-science
1,251
Convert csv to hdf5 issue: 'DataFrameArrays' object has no attribute 'dtype'
Thank you for reaching out and helping us improve Vaex! Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through the Open and Closed Issues - your request may already be discussed or addressed. **Description** Please provide a cle...
closed
2021-03-12T18:42:34Z
2021-03-12T19:04:45Z
https://github.com/vaexio/vaex/issues/1251
[]
SophieLD
0
nvbn/thefuck
python
962
Installing Redis instead of RabbitMQ after using fuck
The output of `thefuck --version` (something like `The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release`): `The Fuck 3.29 using Python 3.6.8 and Bash 4.4.20(1)-release` Your system (Debian 7, ArchLinux, Windows, etc.): Linux Mint 19.2 Tina How to reproduce the bug: So I was trying to install RabbitMQ, a...
open
2019-10-03T08:38:54Z
2020-02-29T08:00:10Z
https://github.com/nvbn/thefuck/issues/962
[ "enhancement", "help wanted", "hacktoberfest" ]
Ignisor
8
PaddlePaddle/PaddleHub
nlp
1,489
序列标注任务在预测时无法对空格进行标注
我训练完示例的模型后,运行https://github.com/PaddlePaddle/PaddleHub/blob/release/v2.1/demo/sequence_labeling/predict.py 中的代码进行推理。 ``` 输入文本: 华裔作家韩素音女士曾三次到大足,称“大足石窟是一座未被开发的金矿”。 输出为: B-LOC, O, O, O, B-PER, I-PER, I-PER, O, O, O, O, O, O, O, I-LOC, O, O, O, B-LOC, I-LOC, I-LOC, I-LOC, O, O, O, O, O, O, O, O, O, O, O, O 输入文本:...
closed
2021-06-20T06:48:57Z
2021-06-21T09:10:55Z
https://github.com/PaddlePaddle/PaddleHub/issues/1489
[ "nlp" ]
BossRobin
2
xlwings/xlwings
automation
2,506
User defined functions not working with xlwings 0.32.0
Windows 10, xlwings 0.32.0, Python 3.11 I have an excel sheet that is calling UDF from a python file in the same folder. A colleague updated his xlwings. The part of the excel sheet were the main python code is called through VBA still worked in his sheet, but the UDF returned: "object required". We tried all so...
open
2024-08-29T13:09:40Z
2024-12-24T07:34:59Z
https://github.com/xlwings/xlwings/issues/2506
[]
Merijn-Moerland
2
pytorch/pytorch
numpy
149,153
ProcessGroupNCCL: ncclCommAbort hangs with NCCL 2.25.1-1
### 🐛 Describe the bug ncclCommAbort hangs when using NCCL 2.25.1-1 w/ PyTorch nightly. This is fixes with NCCL 2.26.2-1 which released yesterday (2025-03-12). Full details (repro + stack traces) in https://gist.github.com/d4l3k/16a19b475952bc40ddd7f2febcc297b7 Relevant stack traces: ``` thread #16, name = 'pyth...
open
2025-03-13T20:33:26Z
2025-03-19T18:06:51Z
https://github.com/pytorch/pytorch/issues/149153
[ "module: dependency bug", "oncall: distributed", "module: nccl", "module: c10d", "bug" ]
d4l3k
7
huggingface/diffusers
deep-learning
11,063
prepare_attention_mask - incorrect padding?
### Describe the bug I'm experimenting with attention masking in Stable Diffusion (so that padding tokens aren't considered for cross attention), and I found that UNet2DConditionModel doesn't work when given an `attention_mask`. https://github.com/huggingface/diffusers/blob/8ead643bb786fe6bc80c9a4bd1730372d410a9df/sr...
open
2025-03-14T19:01:01Z
2025-03-15T00:23:48Z
https://github.com/huggingface/diffusers/issues/11063
[ "bug" ]
cheald
1
mitmproxy/pdoc
api
438
pdoc could (should?) ignore __main__.py
#### Problem Description I have a package which contains a command line tool. Thus, for convenience, I have a `__main__.py` module, to allow to "execute" my package with `python -m`. That module simply runs the `main()` function defined elsewhere. Because pdoc imports all the modules to extract documentation, it ...
closed
2022-09-18T16:42:26Z
2022-09-20T11:39:06Z
https://github.com/mitmproxy/pdoc/issues/438
[ "enhancement" ]
mfrigerio17
2
lepture/authlib
flask
367
How do I add a `kid` to the OIDC `id_token`?
I would like to add a `kid` to the header of the OIDC `id_token` but I can't seem to figure out how to do so. This is needed to be able to use the discovery keys endpoint which lists the public keys and their `kid`'s. I'm using authlib 0.15.4
closed
2021-07-19T04:05:21Z
2023-11-16T20:34:24Z
https://github.com/lepture/authlib/issues/367
[ "bug" ]
jeffsawatzky
6
ultralytics/ultralytics
machine-learning
18,961
Are kpt_oks_sigmas used in train
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I want to know is the kpt_oks_sigmas are used in Pose Estimation during trai...
open
2025-01-31T13:32:57Z
2025-01-31T14:43:53Z
https://github.com/ultralytics/ultralytics/issues/18961
[ "question", "pose" ]
uran-lajci
2
huggingface/datasets
nlp
6,476
CI on windows is broken: PermissionError
See: https://github.com/huggingface/datasets/actions/runs/7104781624/job/19340572394 ``` FAILED tests/test_load.py::test_loading_from_the_datasets_hub - NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpfcnps56i\\hf-internal-testing___dataset_with_script\...
closed
2023-12-06T08:32:53Z
2023-12-06T09:17:53Z
https://github.com/huggingface/datasets/issues/6476
[ "bug" ]
albertvillanova
0
blacklanternsecurity/bbot
automation
1,874
--fast mode
Sometimes we want to run BBOT against a bunch of pre-discovered hosts. We don't care about discovery; we just need it to go as fast as possible. What we need is something like `--fast` that's essentially an alias for: ```yaml # exclude excavate exclude_modules: - excavate config: # don't descend into s...
closed
2024-10-18T20:58:57Z
2024-11-14T05:02:21Z
https://github.com/blacklanternsecurity/bbot/issues/1874
[ "enhancement" ]
TheTechromancer
1
manrajgrover/halo
jupyter
28
Halo interfering with colorama brightness
In my program, I'm attempting to use the library Colorama to use terminal colors, and to brighten up text in my program. I'm also using halo for the spinners, but the two libraries conflict when a halo spinner is added. Colorama's colored text automatically gets dimmed, and regardless if I disable the spinner, I'd h...
open
2017-10-15T01:25:03Z
2023-04-10T01:02:50Z
https://github.com/manrajgrover/halo/issues/28
[ "bug", "discussion" ]
o355
12
FactoryBoy/factory_boy
django
163
dont save factory with create strategy
``` Python class Region(models.Model): class Meta: verbose_name = u'Регион' verbose_name_plural = u'Регионы' ordering = ['title'] title = models.CharField(u'Регион', max_length=50) sort = models.PositiveIntegerField(u'Сортировка', default=500) def __unicode__(self): ret...
closed
2014-09-03T13:21:20Z
2014-09-03T15:46:54Z
https://github.com/FactoryBoy/factory_boy/issues/163
[]
artofhuman
1
plotly/plotly.py
plotly
4,482
Título: Problemas de Renderização com o Pacote Plotly
Título: Problemas de Renderização com o Pacote Plotly Olá, Estou enfrentando alguns problemas ao tentar usar o pacote plotly para a renderização de gráficos. Ao tentar exibir os gráficos usando o método show(), estou recebendo o seguinte erro: python Copiar ValueError: Mime type rendering requires nbformat>=...
closed
2024-01-15T01:00:50Z
2024-07-11T22:19:47Z
https://github.com/plotly/plotly.py/issues/4482
[]
guilherm707070
2
babysor/MockingBird
pytorch
488
UnboundLocalError: local variable 'sample_rate' referenced before assignment 报错
能打开BOX,但是,不知道为什么,不管用那种模型,合成出来的声音都听不了,就是全是杂音。(中英文都不得行)
open
2022-04-05T12:02:52Z
2022-05-21T02:09:23Z
https://github.com/babysor/MockingBird/issues/488
[]
ghost
8
chaoss/augur
data-visualization
2,764
Documentation out of date
I just found Augur and have been trying it out. Much of the docs at https://oss-augur.readthedocs.io/en/main/ seem to be out of date. Given that the project seems to currently be in the middle of a new major release, does it make sense to send a PR fixing all sorts of small things in the docs, or is it all about to go ...
closed
2024-04-19T14:59:19Z
2024-04-24T11:37:31Z
https://github.com/chaoss/augur/issues/2764
[]
mhauru
1
httpie/http-prompt
api
175
Issue running 1.0.0 on Python 3 (resolved by installing http-prompt under Python 2)
would like to add more detail, but don't have time to at the moment so here's the tl;dw (too long, didn't write): - my Mac system has Python 3 installed via homebrew - I `pip3 install`'d `http-prompt` (version 1.0.0) - `http-prompt` was starting up fine, but wasn't respecting a `--form` flag in my `env` -- it r...
open
2020-10-09T15:18:36Z
2020-11-27T22:41:16Z
https://github.com/httpie/http-prompt/issues/175
[]
vergenzt
1
jmcnamara/XlsxWriter
pandas
1,046
Problem with embedding images
Hi, I have tried to follow the "embed_image()" tutorial, but the value in the cell returns #VALUE!. The path of the image was correct. ![Screenshot 2024-02-23 115104](https://github.com/jmcnamara/XlsxWriter/assets/129650792/1f4f5bfb-0b42-4871-9a9a-eba4c79eeb51) I noticed that the `get_image_index` method is ...
closed
2024-02-23T03:53:07Z
2024-02-26T01:30:44Z
https://github.com/jmcnamara/XlsxWriter/issues/1046
[]
arrahim75
3
jupyter/nbviewer
jupyter
379
Encoded colon causes issues in rendering notebooks on arbitrary port
As reported in #297, we are currently encoding the colon in the port portion of the URL.
closed
2014-12-11T03:32:55Z
2015-09-01T00:45:14Z
https://github.com/jupyter/nbviewer/issues/379
[]
rgbkrk
1
mars-project/mars
numpy
2,400
Implements `mars.tensor.interp()`
**Is your feature request related to a problem? Please describe.** `mars.tensor.interp()` can be added.
open
2021-08-30T01:33:33Z
2021-10-09T03:37:57Z
https://github.com/mars-project/mars/issues/2400
[ "mod: tensor", "type: feature" ]
Divyanshu-Singh-Chauhan
0
babysor/MockingBird
deep-learning
742
作者能否私发一下微信二维码群 或者QQ群啥的
感激不尽
open
2022-09-17T04:41:12Z
2023-02-27T06:51:01Z
https://github.com/babysor/MockingBird/issues/742
[]
b95595
3
521xueweihan/HelloGitHub
python
2,024
java
## 项目推荐 - 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址 - 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习) - 项目后续更新计划: - 项目描述: - 必写:这是个什么项目、能用来干什么、有什么特点或解决了什么痛点 - 可选:适用于什么场景、能够让初学者学到什么 - 描述长度(不包含示例代码): 10 - 256 个字符 - 推荐理由:令人眼前一亮的点是什么?解决了什么痛点? - 示例代码:(可选)长度:1-20 行 ...
closed
2021-12-18T09:45:38Z
2021-12-18T09:45:44Z
https://github.com/521xueweihan/HelloGitHub/issues/2024
[ "恶意issue" ]
dcstf
1
babysor/MockingBird
deep-learning
910
运行本系统的最低硬件配置是什么?
是否要求显卡,显存要求是多少?
open
2023-06-06T02:44:57Z
2023-06-07T06:59:29Z
https://github.com/babysor/MockingBird/issues/910
[]
luckytalk
1
mars-project/mars
numpy
2,651
Adapt to deprecation of `Int64Index` in pandas 1.4
In pandas 1.4, `Index` is to replace `Int64Index`, `UInt64Index` and `FloatIndex`. The latter will be dropped in pandas 2.0. It is needed for Mars to adapt to this API change.
closed
2022-01-23T08:11:07Z
2022-02-16T22:26:05Z
https://github.com/mars-project/mars/issues/2651
[ "type: enhancement", "mod: dataframe", "task: medium" ]
wjsi
0
sgl-project/sglang
pytorch
4,036
[Feature] Refactor all parser features
### Checklist - [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [x] 2. Please use English, otherwise it will be closed. ### Motivation Different LLMs utilize their own specialized...
open
2025-03-03T18:36:57Z
2025-03-03T21:05:40Z
https://github.com/sgl-project/sglang/issues/4036
[]
shuaills
4
onnx/onnx
deep-learning
6,210
version_converter can't convert model to opset21
# Bug Report ### Describe the bug ``` import onnx model = onnx.load('model.onnx') from onnx import version_converter converted_model = version_converter.convert_version(model,21) ``` ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/sdp/miniconda3/envs/mengn...
closed
2024-07-02T04:47:31Z
2024-08-07T14:19:02Z
https://github.com/onnx/onnx/issues/6210
[ "bug" ]
mengniwang95
4
supabase/supabase-py
fastapi
490
In No Way can I access my custom schema
**Describe the bug** I can see suggestions for supabase.schema("new_schema").table.... **To Reproduce** See above **Expected behavior** Expected to call <schema_name>.<table_name> **Errors** File "xxx", line 18, in <module> supabase.schema() TypeError: 'str' object is not callable **Other Info**...
closed
2023-07-09T15:58:58Z
2023-07-17T16:40:08Z
https://github.com/supabase/supabase-py/issues/490
[]
subhapradaholdings
4
huggingface/peft
pytorch
2,035
Cannot use prefix tuning on quantized Codellama
### System Info I'm trying to PEFT with quantized LLMs. When I used prompt tuning, LoRA, and IA3, it works. However, when I use prefix tuning on 8-bit codellama-7b-hf, it reports the following error: ![image](https://github.com/user-attachments/assets/85ba8e94-882f-4d2c-81ad-84a96e4cc756) ### Who can help? @B...
closed
2024-08-25T14:23:49Z
2024-10-02T15:03:59Z
https://github.com/huggingface/peft/issues/2035
[ "bug", "help wanted" ]
MabelQi
5
AutoGPTQ/AutoGPTQ
nlp
260
[FEATURE] Allow merge and unload of PEFT models into base models.
**Is your feature request related to a problem? Please describe.** Yes. The problem is that a PEFT model cannot be merged with the base model and pushed to hub. ``` Cannot merge LORA layers when the model is gptq quantized ``` after trying: ``` model = AutoModelForCausalLM.from_pretrained(model_id, device_map="a...
closed
2023-08-14T15:05:39Z
2023-12-24T16:34:42Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/260
[ "enhancement" ]
RonanKMcGovern
5
deepfakes/faceswap
machine-learning
716
When I try to convert images,i got following errors
**Describe the bug** A clear and concise description of what the bug is. Traceback (most recent call last): File "E:\python\faceswap\lib\cli.py", line 109, in execute_script process = script(arguments) File "E:\python\faceswap\scripts\convert.py", line 43, in __init__ self.disk_io = DiskIO(self.alignm...
closed
2019-04-30T12:21:38Z
2019-05-08T10:32:27Z
https://github.com/deepfakes/faceswap/issues/716
[]
zy1620454507
4
vvbbnn00/WARP-Clash-API
flask
167
[Bug]配置文件只有No entrypoints available. Please try again later.这行内容
之前运行也没有问题 的,就这2天的事情,然后今天重新拉了最新的镜像,也还是这样 看了下日志,也没有看到哪里有报错的 ![image](https://github.com/vvbbnn00/WARP-Clash-API/assets/88996607/7b06be55-6874-4117-be38-cf390bf5789e) 请问是哪里配置不对吗?
closed
2024-04-01T15:00:06Z
2024-05-13T17:56:28Z
https://github.com/vvbbnn00/WARP-Clash-API/issues/167
[ "bug" ]
TimouL
7
ultralytics/yolov5
machine-learning
12,446
yolov5-v7.0 training custom data encounter cpu problem
### 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 when I started training with custom data with following command `python train.py ...
closed
2023-11-30T01:52:23Z
2024-10-20T19:32:52Z
https://github.com/ultralytics/yolov5/issues/12446
[ "question" ]
jiaminglei-lei
4
CTFd/CTFd
flask
1,765
Unable to run CTFd behind a reverse-proxy endpoint
<!-- If this is a bug report please fill out the template below. If this is a feature request please describe the behavior that you'd like to see. --> **Environment**: - CTFd Version/Commit: latest docker image - Operating System: Debian 4.19 - Web Browser and Version: **What happened?** Unable to get ...
closed
2020-12-23T12:07:33Z
2020-12-23T21:51:42Z
https://github.com/CTFd/CTFd/issues/1765
[]
atz-spe
2
Kitware/trame
data-visualization
15
Contributing.md improvements
We might help potential contributors by specifying: - The types of contributions we’re looking for - The roadmap For example, is the core considered finished? Are we looking for more modules?
closed
2021-11-02T20:25:03Z
2022-06-20T00:50:39Z
https://github.com/Kitware/trame/issues/15
[ "documentation" ]
DrewLazzeriKitware
2
ymcui/Chinese-LLaMA-Alpaca-2
nlp
112
Langchain的最后一项环境准备下载不了pip install faiss-gpu==1.7.2
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[text-generation-webui...
closed
2023-08-10T06:50:20Z
2023-08-11T06:51:20Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/112
[]
YLlllllllllll
3
jofpin/trape
flask
130
This XML file does not appear to have any style information associated with it. The document tree is shown below.
when i try to login through my dashboard i get this titled error message with Error StatusCode (404) StatusCode Message Not Found /Message Error and when i click my target URL, i get a 404 error
open
2019-01-15T08:56:58Z
2019-01-15T08:58:11Z
https://github.com/jofpin/trape/issues/130
[]
Lulztigre
0
vimalloc/flask-jwt-extended
flask
324
Where does the token data store on the server?
When a token has been created(or blacklisted etc), there should be a mechanism to store the token data on the server to be working consistant upon multiple requests. It look likes the flask-jwt-extended handles this in the background. How does this mechanism work in flask-jwt-extended?
closed
2020-04-24T19:17:00Z
2020-05-04T16:31:45Z
https://github.com/vimalloc/flask-jwt-extended/issues/324
[]
ahmadazizi
4
jschneier/django-storages
django
1,131
AzureStorage get_modified_time 'ContainerClient' object has no attribute 'get_blob_properties'
I suspect this is a bug from a change in Azure's python client. I can't say I'm an expert but it looks like [this](https://github.com/jschneier/django-storages/blob/master/storages/backends/azure_storage.py#L337) line needs be changed from. ```python properties = self.client.get_blob_properties( ...
closed
2022-05-05T20:28:28Z
2022-05-19T22:58:45Z
https://github.com/jschneier/django-storages/issues/1131
[]
bufke
0
dpgaspar/Flask-AppBuilder
rest-api
1,388
There is noway to run flask-appbuilder with waitress
I'm trying to run my app with waitress via command line "waitress-serve" but there is a possible "create_app" to apply to the call of the command. Thanks for your time.
closed
2020-06-05T15:26:59Z
2020-06-07T18:41:28Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1388
[ "question", "pending" ]
andreamancini-work
4
JaidedAI/EasyOCR
pytorch
1,339
Inconsistent loading of images
The `reformat_input` function in file easyocr/utils.py is inconsistent in the way it computes greyscale image-array `img_cv_grey`, and the format (RGB or BGR) of the 3-channel `img` image-array, depending on the type of the input `image` to` reformat_input` 1. If `image` is a Path-like object or URL, the `img` will ...
open
2024-11-27T14:29:22Z
2024-11-27T14:29:22Z
https://github.com/JaidedAI/EasyOCR/issues/1339
[]
matskv
0
pyjanitor-devs/pyjanitor
pandas
1,110
Require pyspark minimal version is v3.2.0 to cut duplicates codes
Since [pyspark v3.2.0](https://github.com/apache/spark/blob/5d45a415f3a29898d92380380cfd82bfc7f579ea/python/pyspark/pandas/extensions.py#L28-L64), it has contained `CachedAccessor`, `_register_accessor`, `_register_accessor` janitor requires pyspark minimal version is v3.1.2 at present. Compared to v3.1.2, v3.2.0 i...
closed
2022-05-30T06:49:29Z
2022-06-21T01:34:52Z
https://github.com/pyjanitor-devs/pyjanitor/issues/1110
[]
Zeroto521
8
google/trax
numpy
1,485
Simple Regression using "layers.combinators.Parallel"
### Description I was trying to perform a simple optimization using `Parallel` combinator other than `Serial`. By using Dense layers in Serial, it is trivial to optimize. However, I could not see any optimization while using two Dense layers in `Parallel`. Here is the desired model: ``` layer = tl.Parallel( ...
open
2021-02-21T14:56:53Z
2021-02-21T15:41:17Z
https://github.com/google/trax/issues/1485
[]
aycandv
0
recommenders-team/recommenders
machine-learning
1,356
[FEATURE] Add VowpalWabbit from PyPI
### Description Modify example notebooks to use vowpalwabbit package in python directly instead of subprocess calls
closed
2021-03-25T14:19:43Z
2021-12-17T11:07:41Z
https://github.com/recommenders-team/recommenders/issues/1356
[ "enhancement" ]
gramhagen
4
fastapi-users/fastapi-users
asyncio
1,296
OAuthAccount.expires_at should be BigInteger
## Describe the bug The `OAuthAccount.expires_at` field is an `Integer`. If your OAuth2 provider decides to give you a value in 2043 (as ORCID sandbox does) then this cannot be inserted into the database any more. ## To Reproduce Steps to reproduce the behavior: 1. Setup fastapi-users with OAuth2. 2. Authent...
open
2023-10-02T08:37:41Z
2023-10-11T06:33:30Z
https://github.com/fastapi-users/fastapi-users/issues/1296
[ "bug" ]
holtgrewe
1
dmlc/gluon-cv
computer-vision
967
How to modify FasterRCNN for training on custom dataset
Hello, I apologize if this is the wrong place to post an issue, but I have tried asking this question on StackOverflow and on the MXnet forums [discuss.mxnet.io](url) without success and I have run out of locations to ask. For reference, the following posts at StackOverflow & MXNet respectively are provided, so i...
closed
2019-10-01T15:31:08Z
2021-06-07T07:04:18Z
https://github.com/dmlc/gluon-cv/issues/967
[ "Stale" ]
SengCheong
4
davidsandberg/facenet
tensorflow
816
[nn4] "Attempting to use uninitialized value" when using restored pre-trained model
Dear @davidsandberg , Many thanks for this great repo. when using restored pre-trained NN4, the following error happened : FailedPreconditionError: Attempting to use uninitialized value incept5b/branch4_pool/conv1x1/batch_norm/incept5b/branch4_pool/conv1x1/batch_norm/moments/Squeeze_1/ExponentialMovingAverage ...
open
2018-07-19T03:16:37Z
2018-07-19T07:23:27Z
https://github.com/davidsandberg/facenet/issues/816
[]
speculaas
1
vitalik/django-ninja
pydantic
1,313
Slight improvement for CSRF documentation
Hi @vitalik Since I already wrote the CSRF documentation and we had a discussion about it on the Discord, I think it can be slightly improved Also including UT for reference, proving `csrf_exempt` works on the `auth=None` route of an api with global django_auth #1314
closed
2024-10-06T19:26:27Z
2024-10-09T18:23:25Z
https://github.com/vitalik/django-ninja/issues/1313
[]
c4ffein
0
chaoss/augur
data-visualization
2,115
Login Functionality: Pre-Configured User Repository Collections
For the hosted version of Augur, we presently enable a new user to select Platform organizations, and repositories. The aim is, for when a new user creates an account they would be allowed to to select from these preconfigured groups in addition to GitHub Organizations or individual Repositories. **Potential soluti...
closed
2023-01-11T16:24:59Z
2023-07-18T11:23:52Z
https://github.com/chaoss/augur/issues/2115
[ "API", "usability" ]
sgoggins
0
tiangolo/uwsgi-nginx-flask-docker
flask
161
pip install --upgrade pip error
tiangolo/uwsgi-nginx-flask python3.7 IMAGE ID: fb645b1beeca RUN pip install --upgrade pip ERROR: Could not install packages due to an EnvironmentError: [Errno 22] Invalid argument: '/usr/local/lib/python3.7/site-packages/pip-19.2.3.dist-info/' ---- IMAGE ID: e4062d338604 can install success
closed
2019-12-13T03:20:11Z
2020-04-24T00:06:26Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/161
[]
mxyue
2
lanpa/tensorboardX
numpy
670
Subsequent hparams missing
**Describe the bug** Any hparams not present in the first run will never be shown. This is frustrating if extra information is added as you realise it might be relevant during the experiment. You may also have different experiments in the same folder. **Minimal runnable code to reproduce the behavior** ``` # Exam...
open
2022-08-24T13:37:33Z
2022-10-16T17:59:25Z
https://github.com/lanpa/tensorboardX/issues/670
[]
rijobro
4
mwaskom/seaborn
matplotlib
2,857
kdeplot cmap legend no color
``` sns.kdeplot(x=casual_workday, y=registered_workday, cmap="Reds") sns.kdeplot(x=casual_non_workday, y=registered_non_workday, cmap="Blues") plt.legend(["Workday", "Non-Workday"]) ``` or ``` sns.kdeplot(x=casual_workday, y=registered_workday, cmap="Reds", label="Workday") sns.kdeplot(x=casual_non_workday, y=r...
closed
2022-06-14T10:55:46Z
2022-06-14T12:45:25Z
https://github.com/mwaskom/seaborn/issues/2857
[]
yihuajack
1
koaning/scikit-lego
scikit-learn
704
[FEATURE] looks interesting, added as a reminder
https://matekadlicsko.github.io/posts/monotonic-splines/
closed
2024-10-19T10:37:19Z
2024-11-14T22:07:32Z
https://github.com/koaning/scikit-lego/issues/704
[ "enhancement" ]
koaning
2
microsoft/nni
data-science
5,119
Unclear what extras to install: `import nni.retiarii.execution.api` fails due to missing `pytorch_lightning`
**Describe the issue**: I want to use `nni.retiarii.execution.api` module. I've installed it as below: ``` Collecting nni>=2.3 Downloading nni-2.9-py3-none-manylinux1_x86_64.whl (56.0 MB) ``` **Environment**: - NNI version: 2.9 - Python version: 3.8 **Log message**: ``` _________________ ERROR collecti...
closed
2022-09-08T06:58:07Z
2022-10-17T02:34:12Z
https://github.com/microsoft/nni/issues/5119
[ "bug", "NAS 2.0", "v2.9.1" ]
ikamensh
3
seleniumbase/SeleniumBase
web-scraping
2,501
One of the CAPTCHA test sites disabled their CAPTCHA (or exceeded a limit)
## One of the CAPTCHA test sites disabled their CAPTCHA (or exceeded a limit) This morning, https://nowsecure.nl/#relax is no longer throwing a Turnstile/CAPTCHA. I was able to reach it with regular Selenium. That site is used in several tests for verifying UC Mode. It's unclear if the owner of that site disabled...
closed
2024-02-16T15:21:37Z
2024-03-05T22:46:09Z
https://github.com/seleniumbase/SeleniumBase/issues/2501
[ "external", "tests", "UC Mode / CDP Mode" ]
mdmintz
4
ultralytics/yolov5
machine-learning
12,997
Guide on how to utilize 'Weighted Loss' method in yolov5 custom training
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I am trying to detect football players, referees and ball on videos of mounted ca...
closed
2024-05-10T08:40:59Z
2024-11-07T22:29:08Z
https://github.com/ultralytics/yolov5/issues/12997
[ "question", "Stale" ]
dilwolf
5
serengil/deepface
deep-learning
1,289
[FEATURE]: Mediapipe facemesh
### Description Seems like mediapipe's face mesh has been recently updated with iris features as well. Would love to have this in this project and maybe benchmarked across the rest. Tensor docs: https://blog.tensorflow.org/2020/11/iris-landmark-tracking-in-browser-with-MediaPipe-and-TensorFlowJS.html Google docs...
closed
2024-07-30T20:21:17Z
2024-07-31T08:12:35Z
https://github.com/serengil/deepface/issues/1289
[ "enhancement", "wontfix" ]
yoeven
1
benbusby/whoogle-search
flask
670
xml.etree.ElementTree.fromstring is considered insecure.
https://docs.python.org/3/library/xml.etree.elementtree.html https://github.com/benbusby/whoogle-search/blob/main/app/request.py#L233 ![image](https://user-images.githubusercontent.com/67057319/155494728-a01843f5-a84d-417c-8c5e-a8e0e0c76b02.png)
closed
2022-02-24T09:15:50Z
2022-03-02T02:35:22Z
https://github.com/benbusby/whoogle-search/issues/670
[]
Albonycal
2
swisskyrepo/GraphQLmap
graphql
3
readline module is not available on Windows
your "import readline" does not work on Windows. I think this is the only library that keep graphqlmap from working cross-platform. Can we change "readline" to something else? which is available on Windows as well.
closed
2019-07-24T07:02:36Z
2020-02-07T15:14:06Z
https://github.com/swisskyrepo/GraphQLmap/issues/3
[]
trieulieuf9
2
ranaroussi/yfinance
pandas
1,500
Note of missing yf.Ticker fields
The following is a list of missing keys from yf.Ticker that had existed in the version prior to the encryption rework, and which are now missing from 0.2.18 (description in square brackets): - currentRatio [Current Ratio (Mrq)] - debtToEquity [Total Debt/Equity (Mrq)] - ebitda [Ebitda (M)] - enterpriseToEbitda [E...
closed
2023-04-21T02:58:58Z
2023-07-09T20:51:38Z
https://github.com/ranaroussi/yfinance/issues/1500
[]
sanyearng
2
google/trax
numpy
972
Reformer as Bert (Encoder Only)
### Description Hello, We are currently performing a large scale training for protein sequences (2.1 Billion samples), where protein sequence length could be as long as 40k. More information could be found in: https://github.com/agemagician/ProtTrans https://www.biorxiv.org/content/10.1101/2020.07.12.199554v...
closed
2020-08-25T15:17:25Z
2020-08-27T07:29:36Z
https://github.com/google/trax/issues/972
[]
agemagician
2
httpie/cli
rest-api
535
Support for Ubuntu 10.04(Lucid)
I'm unable to install it on Ubuntu 10.04 so was wondering if it's feasible to do so?
closed
2016-11-04T10:16:01Z
2016-11-04T10:50:05Z
https://github.com/httpie/cli/issues/535
[]
rashthedude
1
janosh/pymatviz
plotly
151
[Enhancement] Allow adding `elem_type_legend` and color element tiles by `color_elem_strategy` for ptable scatter/line plotters
[Enhancement] Allow adding `elem_type_legend` and color element tiles by `color_elem_strategy` for ptable scatter/line plotters
closed
2024-05-24T02:59:47Z
2024-05-25T02:31:21Z
https://github.com/janosh/pymatviz/issues/151
[ "enhancement", "ptable" ]
DanielYang59
1