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
flasgger/flasgger
rest-api
78
Deploy all the example apps to PythonAnywhere
Aggregate all apps in `/examples` folder in an unique application using `DipatchMIddleware` and then deploy as demo app to PythonAnywhere instance.
closed
2017-03-30T21:57:33Z
2017-04-01T19:07:34Z
https://github.com/flasgger/flasgger/issues/78
[]
rochacbruno
1
lgienapp/aquarel
matplotlib
9
Boxplot handles do not conform to selected theme colors
closed
2022-08-12T21:36:38Z
2022-08-12T22:31:51Z
https://github.com/lgienapp/aquarel/issues/9
[ "bug" ]
lgienapp
0
rthalley/dnspython
asyncio
458
Consider making requests an optional dependency (since it's only needed for DOH)
I'm the author of [vpn-slice](https://github.com/dlenski/vpn-slice), a tool for split-tunnel setup. I recently [switched from using janky `subprocess.Popen(['dig', …])` to using `dnspython`](https://github.com/dlenski/vpn-slice/commits/dnspython), and it's great. :+1: One of the things I notice is that `dnspython` r...
closed
2020-05-01T00:08:35Z
2020-05-01T19:03:57Z
https://github.com/rthalley/dnspython/issues/458
[]
dlenski
1
iperov/DeepFaceLive
machine-learning
126
Batch file missing?
In your instructions you say "Download Windows build exe from one of the sources". Can you provide a link? Thanks.
closed
2023-01-27T01:27:45Z
2023-01-27T04:21:38Z
https://github.com/iperov/DeepFaceLive/issues/126
[]
ghost
0
itamarst/eliot
numpy
107
Cache *all* downloads when running tox tests
Would be trivial except I suspect installing main package is done via setup.py which bypasses pip...
closed
2014-09-06T14:14:54Z
2019-05-09T18:23:26Z
https://github.com/itamarst/eliot/issues/107
[ "enhancement" ]
itamarst
1
sanic-org/sanic
asyncio
2,258
ErrorHandler.lookup signature change
The `ErrorHandler.lookup` now **requires** two positional arguments: ```python def lookup(self, exception, route_name: Optional[str]): ``` A non-conforming method will cause Blueprint-specific exception handlers to not properly attach. --- Related to #2250
closed
2021-10-02T19:54:44Z
2021-10-02T22:02:57Z
https://github.com/sanic-org/sanic/issues/2258
[ "advisory" ]
ahopkins
0
Lightning-AI/pytorch-lightning
pytorch
20,065
enable loading `universal checkpointing` checkpoint in `DeepSpeedStrategy`
### Description & Motivation After I trained a model in some numbers of gpus, say, 8 gpus for a while, It's difficult to load the checkpoint to 16 gpus with optimizer and model states unchanged. The deepspeed has developed the universal checkpointing strategy to solve this problem, but I didn't see the `pytorch-lightn...
open
2024-07-09T14:45:32Z
2024-07-11T13:20:49Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20065
[ "feature", "help wanted", "strategy: deepspeed" ]
zhoubay
1
iperov/DeepFaceLab
machine-learning
481
Addressing out of memory issues during training phase of the process
This project looks fantastic, some immense work, and I am super keen to have it working on my system. To eliminate the possibility that my system is not up to the task, my spec is as follows: 17-9900K CPU 32gb ram Windows 10 GeForce GTX 1050ti GPU with 4gb vram. Is it possible at all to run this project on ...
closed
2019-11-07T12:34:45Z
2020-10-29T09:15:21Z
https://github.com/iperov/DeepFaceLab/issues/481
[]
skynetster
11
piskvorky/gensim
machine-learning
3,085
Prepare 4.0.0 release candidate 1
https://github.com/RaRe-Technologies/gensim/issues/2963 Gentlemen, could you please review the https://github.com/RaRe-Technologies/gensim/tree/4.0.0.rc1 tag and let me know if you spot anything out of the ordinary? It looks like the wheels are building fine on CI, so we can make this release pretty much any time...
closed
2021-03-20T13:20:56Z
2021-03-24T12:58:39Z
https://github.com/piskvorky/gensim/issues/3085
[]
mpenkov
22
RobertCraigie/prisma-client-py
asyncio
51
Improve editor experience
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> One of the biggest reasons for using an ORM is the autocomplete value that it provides, currently all of our query arguments will not be autocompleted, this is an issue as it greatly decreases user exp...
open
2021-08-25T11:39:05Z
2022-07-05T13:55:55Z
https://github.com/RobertCraigie/prisma-client-py/issues/51
[ "kind/improvement", "topic: external", "priority/high", "level/unknown" ]
RobertCraigie
4
pyppeteer/pyppeteer
automation
276
Can't listen response if has set proxy
I have code like this ``` imgs = {} async def _wait_track_phones(resp: Response): if "some_thing?" in resp.url: imgs[resp.url] = await resp.buffer() # else: # print(f"url: {resp.url}") def track_response(resp): asyncio.ensure_future(_wait_track_phones(resp)) self.page.on('res...
open
2021-06-22T08:26:32Z
2023-10-15T16:26:50Z
https://github.com/pyppeteer/pyppeteer/issues/276
[]
huhuang03
3
microsoft/nni
machine-learning
5,146
{"error":"File not found: C:\\Users\\SiWuXie\\Desktop\\Dll\\experiment\\9yg5pvfz\\trials\\a8qqO\\trial.log"}
**Describe the issue**: [2022-09-28 10:44:47] INFO (main) Start NNI manager [2022-09-28 10:44:48] INFO (NNIDataStore) Datastore initialization done [2022-09-28 10:44:48] INFO (RestServer) Starting REST server at port 8080, URL prefix: "/" [2022-09-28 10:44:48] INFO (RestServer) REST server started. [2022-09-28 1...
closed
2022-09-28T02:45:41Z
2022-10-08T08:30:29Z
https://github.com/microsoft/nni/issues/5146
[ "support" ]
siwuxei
13
streamlit/streamlit
data-science
10,154
End date expired on web page
### 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 The web page of wind curtailment fails to wor...
closed
2025-01-10T13:47:50Z
2025-01-10T15:05:43Z
https://github.com/streamlit/streamlit/issues/10154
[]
Snidosil
2
open-mmlab/mmdetection
pytorch
11,710
How to train a model with different task datasets at the same time?
Now i have two datasets with different tasks, dataset-A (detection task) and dataset-B (segmentation task), these two datasets has different image, i.e. one image only has detection label or segmentation label. The model has a shared backbone, and two head for detection task and segmentation task respectively. I want t...
open
2024-05-14T03:31:34Z
2024-05-14T03:31:50Z
https://github.com/open-mmlab/mmdetection/issues/11710
[]
kamiLight
0
littlecodersh/ItChat
api
825
使用itchat的时候,有办法中断run()吗
在提交前,请确保您已经检查了以下内容! - [x] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆 - [x] 我已经阅读并按[文档][document] 中的指引进行了操作 - [x] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告 - [x] 本问题确实关于`itchat`, 而不是其他项目. - [x] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目 请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面: ``` [在这里粘贴完整日志] ``` 您的itchat版本为...
open
2019-05-10T09:43:50Z
2019-07-24T02:13:48Z
https://github.com/littlecodersh/ItChat/issues/825
[]
WatsonJay
1
iperov/DeepFaceLab
deep-learning
5,538
How to De-age the face?
I can use this project to implement the face change, but I don't know how to change the age of the face
open
2022-07-20T16:34:54Z
2023-07-26T03:43:55Z
https://github.com/iperov/DeepFaceLab/issues/5538
[]
liuda-zhang
3
amisadmin/fastapi-amis-admin
sqlalchemy
129
cannot import name 'DictIntStrAny' from 'fastapi.encoders'
File "/home/echoshoot/.conda/envs/LLMAPIs/lib/python3.11/site-packages/fastapi_sqlmodel_crud/_sqlmodel.py", line 18, in <module> from fastapi.encoders import DictIntStrAny, SetIntStr ImportError: cannot import name 'DictIntStrAny' from 'fastapi.encoders'
closed
2023-09-27T08:19:37Z
2024-03-11T01:48:56Z
https://github.com/amisadmin/fastapi-amis-admin/issues/129
[]
EchoShoot
1
twopirllc/pandas-ta
pandas
767
Fix for RMA - adjust=False
Flag adjust=False is missing from the WildeR's MA - RMA - so for EMA to be calculated accordingly: [PANDAS - EWM](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.ewm.html#pandas.Series.ewm) $ y_0 = x_0 $ $ y_t = ( 1 - \alpha )y_{t-1} + \alpha x_t $ Submitted a PR for your consideratio...
closed
2024-02-16T15:07:29Z
2024-02-20T03:45:47Z
https://github.com/twopirllc/pandas-ta/issues/767
[ "bug" ]
freyastreamlit
0
slackapi/python-slack-sdk
asyncio
1,017
Support to chat.postMessage.unfurl_links
In the Slack API docs, there are plenty of arguments for `chat.postMessage`, including `unfurl_links`: https://api.slack.com/methods/chat.postMessage However in this SDK there only a few arguments documented: https://slack.dev/python-slack-sdk/api-docs/slack_sdk/web/client.html#slack_sdk.web.client.WebClient.chat_...
closed
2021-05-18T19:46:15Z
2021-05-19T01:09:29Z
https://github.com/slackapi/python-slack-sdk/issues/1017
[ "discussion", "web-client", "Version: 3x" ]
fsmaia
2
d2l-ai/d2l-en
tensorflow
2,057
DecoderBlock code wrong?
Hi guys, firstly, I can't find DecoderBlock in d2l/torch.py (although it exists in book). Secondly, in forward function, there lies `if self.training:` However, no definition of `training` in `__init__` or other part of codes.
closed
2022-03-05T16:10:12Z
2022-05-16T12:55:59Z
https://github.com/d2l-ai/d2l-en/issues/2057
[]
Y-H-Joe
1
lensacom/sparkit-learn
scikit-learn
16
Implement ArrayRDD.max() method
see http://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.min.html#numpy.ndarray.max
closed
2015-06-11T12:01:17Z
2015-06-17T16:14:41Z
https://github.com/lensacom/sparkit-learn/issues/16
[ "enhancement" ]
kszucs
0
ultralytics/ultralytics
machine-learning
18,737
How do you configure the hyperparameters with a `.yaml` file for finetuning a model?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question In the older `yolov5` repo, you can simply load a `scratch` yaml file...
closed
2025-01-17T12:20:40Z
2025-01-20T18:53:24Z
https://github.com/ultralytics/ultralytics/issues/18737
[ "question", "detect" ]
mesllo-bc
2
axnsan12/drf-yasg
django
299
Support nested coreschema in CoreAPI compat layer
```python class MyFilterBackend(BaseFilterBackend): def get_schema_fields(self, view): return [coreapi.Field( name="values" required=False, schema=coreschema.Array(items=coreschema.Integer(), unique_items=True), location='query' )] ``` Result: ![2019-01-22...
open
2019-01-22T08:18:42Z
2025-03-07T12:16:45Z
https://github.com/axnsan12/drf-yasg/issues/299
[ "triage" ]
khomyakov42
1
python-arq/arq
asyncio
491
Tasks are not being deferred/delayed correctly when raising Retry
Hello, I created a test to check if my tasks are being deferred correctly before being retried. I noticed that timing does not add up when I raise a retry. I am assuming that if a task is retried four times with a 1.5 multiplier delay, I should expect the total time elapsed to be over 15 seconds. However, the number...
open
2024-12-13T19:02:48Z
2024-12-13T19:03:52Z
https://github.com/python-arq/arq/issues/491
[]
williamle92
0
modin-project/modin
data-science
7,109
Remove the outdated aws_example.yaml file.
closed
2024-03-20T11:16:42Z
2024-03-20T13:56:05Z
https://github.com/modin-project/modin/issues/7109
[]
Retribution98
0
seleniumbase/SeleniumBase
pytest
2,663
Emojis and return lines not being processed properly by self.type
Hello, i am using self.type to type a message like this Testing emojis: ⭐❤️ Testing return: Return test and instead of returning the exact text it retu...
closed
2024-04-04T19:17:32Z
2024-04-04T22:03:38Z
https://github.com/seleniumbase/SeleniumBase/issues/2663
[ "can't reproduce" ]
st7xxx
1
s3rius/FastAPI-template
fastapi
205
Anyone has pytest working with docker-compose ?
I tried the following, but it does not work and prompt me with help information on command parameters for docker-compose: ``` docker-compose -f deploy/docker-compose.yml -f deploy/docker-compose.dev.yml --project-directory . run --build --rm api pytest -vv . ```
closed
2024-03-09T17:38:29Z
2024-03-09T22:05:38Z
https://github.com/s3rius/FastAPI-template/issues/205
[]
rcholic
2
matterport/Mask_RCNN
tensorflow
2,834
Very bad predictions
I am getting very poor training and validation results. I am trying to train on a custom dataset using coco_weights as a starting weight. There is only one instance of the object in every image. Is it possible my config parameters setting is not good? IMAGES_PER_GPU = 1 TRAIN_ROIS_PER_IMAGE=300 NUM_...
open
2022-05-20T09:12:45Z
2023-07-05T12:13:28Z
https://github.com/matterport/Mask_RCNN/issues/2834
[]
OguntolaIbrahim
7
Farama-Foundation/PettingZoo
api
1,007
[Question] Why is the first `reset()` of `performance_benchmark()` not counted in the runtime.
### Question https://github.com/Farama-Foundation/PettingZoo/blob/969c079164e6fd84b4878f26debfeff644aa2786/pettingzoo/test/performance_benchmark.py#L7-L13 ```py env.reset() # not counted as part of the profile start = time.time() # this after the first reset() ```
closed
2023-06-29T15:06:12Z
2023-07-06T19:12:55Z
https://github.com/Farama-Foundation/PettingZoo/issues/1007
[ "question" ]
Kallinteris-Andreas
2
serengil/deepface
machine-learning
1,121
tf 2.16
## Problem Command `pip install deepface` installs tf 2.16 if tf dependency is not installed yet. And it seems tf 2.16 causes the following error. ``` ValueError: A KerasTensor cannot be used as input to a TensorFlow function. A KerasTensor is a symbolic placeholder for a shape and dtype, used when constructing ...
closed
2024-03-18T15:03:19Z
2024-03-19T09:42:14Z
https://github.com/serengil/deepface/issues/1121
[ "bug", "enhancement" ]
serengil
1
Farama-Foundation/Gymnasium
api
1,108
[Bug Report] `torch_to_numpy` fails when tensors are not on cpu
### Describe the bug [torch_to_numpy](https://github.com/Farama-Foundation/Gymnasium/blob/57136fbaeec340c023ae6939348ac2e7cfe3b3cb/gymnasium/wrappers/numpy_to_torch.py#L31) fails when `torch.Tensor` is on a _non-cpu_ device or has `requires_grad` set to `True`. > [!note] > Calling [torch_to_jax](https://github.co...
closed
2024-07-02T17:42:50Z
2024-07-03T09:19:28Z
https://github.com/Farama-Foundation/Gymnasium/issues/1108
[ "bug" ]
mantasu
1
vitalik/django-ninja
django
1,355
Consider HTTP verb when routing
**Is your feature request related to a problem? Please describe.** Thanks for your excellent work. Currently Ninja doesn't support different view functions with the same URL pattern and different HTTP verbs. For example, the following code won't work: ```python @router.put("/resources/{res_id}") def modify_resour...
closed
2024-12-09T00:05:33Z
2024-12-09T01:40:21Z
https://github.com/vitalik/django-ninja/issues/1355
[]
chang-ph
1
BeanieODM/beanie
pydantic
429
`save_changes()` always update document (with `use_revision = True`).
This is **bug** or **feature** but calling `save_changes()` with turned `use_revision = True` always update document with new revision, even if nothing is changed. ```python # beanie/odm/utils/dump.py def get_dict(document: "Document", to_db: bool = False): exclude = set() if document.id is None: ...
closed
2022-11-20T11:25:42Z
2023-07-10T02:10:43Z
https://github.com/BeanieODM/beanie/issues/429
[ "Stale" ]
guesswh0
4
pytest-dev/pytest-xdist
pytest
982
Print out time taken by each file when when using `loadfile`
We are using `--dist loadfile` to distribute tests, and it is working well. We suspect some of our files are taking a long time, but have no good way to verify. We are using `--verbose`, so we get setup/run/teardown times, but don't have a 100% sure way of counting time elapsed by each file. It would be nice if, at...
open
2023-12-05T21:54:16Z
2023-12-06T17:18:57Z
https://github.com/pytest-dev/pytest-xdist/issues/982
[ "question" ]
jkugler
2
Asabeneh/30-Days-Of-Python
numpy
254
Euclidian distance
The link to in the README file [Euclidian distance](https://en.wikipedia.org/wiki/Euclidean_distance#:~:text=In%20mathematics%2C%20the%20Euclidean%20distance,being%20called%20the%20Pythagorean%20distance.) should open on another tab
open
2022-07-20T16:05:21Z
2022-07-20T16:06:34Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/254
[]
codewithmide
0
plotly/dash-cytoscape
dash
25
Support for layout options that accept JS func
## Description Certain layout contains options that accept functions. For example, the grid layout: ```JavaScript let options = { name: 'grid', fit: true, // whether to fit the viewport to the graph padding: 30, // padding used on fit boundingBox: undefined, // constrain layout bounds; { x1, y1, x2, ...
closed
2019-01-13T20:54:58Z
2024-02-19T14:10:50Z
https://github.com/plotly/dash-cytoscape/issues/25
[ "suggestion" ]
xhluca
7
deepset-ai/haystack
machine-learning
8,240
Update tests in core integration: langfuse
closed
2024-08-15T14:26:11Z
2024-08-16T14:21:40Z
https://github.com/deepset-ai/haystack/issues/8240
[]
shadeMe
0
plotly/dash-table
dash
315
Ability to clear the contents of a column
- The UI for this feature may overload the existing `x` button on the column or it may introduce a new icon or an additional context menu. - Deleting the contents of a column will delete the contents across all pages (if pagination is enabled) - If a filtering expression is applied on a column of which the contents a...
closed
2018-12-19T22:20:21Z
2019-08-08T20:28:20Z
https://github.com/plotly/dash-table/issues/315
[ "dash-type-enhancement", "dash-meta-sponsored", "size: 3" ]
chriddyp
3
jina-ai/serve
machine-learning
5,856
Jina's Client is extremely buggy and slow
I've encountered a problem in my pipeline when I was trying to have some executors be executed at specific moments, like database writes and reads.. etc, but this meant that these executors can't go inside the Flow DAG pipeline, because I don't want them to be executed sequentially, but only when the stars align.. I ne...
closed
2023-05-09T23:07:35Z
2023-05-10T12:40:48Z
https://github.com/jina-ai/serve/issues/5856
[]
Murugurugan
23
apache/airflow
machine-learning
47,499
TriggerDagRunOperator is failing for reason 'Direct database access via the ORM is not allowed in Airflow 3.0'
### Apache Airflow version 3.0.0b2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? TriggerDagRunOperator is trying to connect to the DB when 'wait_for_completion' is true. [2025-03-07, 12:54:58] - Task failed with exception logger="task" error_detail=[{"exc_type":"RuntimeEr...
closed
2025-03-07T14:37:56Z
2025-03-19T07:42:20Z
https://github.com/apache/airflow/issues/47499
[ "kind:bug", "priority:high", "area:core", "affected_version:3.0.0beta" ]
atul-astronomer
4
marshmallow-code/flask-marshmallow
sqlalchemy
36
@property for class Meta within schema?
Because my property is derived... is there a way for me to include this within the schema? Thanks! It keeps giving me AttributeError: "full_name" is is not a valid field for Model... ``` python class Model(db.Model): first_name = String() last_name = String() @property def full_name(self): ...
closed
2016-04-07T23:12:34Z
2016-04-07T23:50:42Z
https://github.com/marshmallow-code/flask-marshmallow/issues/36
[]
rlam3
1
huggingface/pytorch-image-models
pytorch
1,501
[FEATURE] usinghelp
hello, Excuse me I'm a beginner in deep learning.Want to use your code, but don't know how to call it.I was wondering where the help documentation for using this code. Thank you for your help](javascript. Thank you very much.
closed
2022-10-17T09:39:12Z
2022-10-27T22:22:29Z
https://github.com/huggingface/pytorch-image-models/issues/1501
[ "enhancement" ]
cvliucv
1
sammchardy/python-binance
api
1,047
proxy for AsyncClient
Error using proxy in AsyncClient I use this code to create client: ``` from binance.client import AsyncClient import asyncio proxies = { 'http': 'http://username:password@myip:port', } async def main(): client = AsyncClient(api_key, secret_key, {'proxies': proxies}) print(await client.get_sy...
open
2021-09-30T17:25:46Z
2023-07-25T11:36:55Z
https://github.com/sammchardy/python-binance/issues/1047
[]
hyperdesignir
5
ymcui/Chinese-LLaMA-Alpaca-2
nlp
186
run_sft.sh使用 --flash_attn会报错
### 提交前必须检查以下项目 - [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)、[LangChain](https://g...
closed
2023-08-24T08:36:43Z
2023-09-03T23:48:29Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/186
[ "stale" ]
zzx528
2
Asabeneh/30-Days-Of-Python
pandas
12
Reference code for exercises
Thanks for the open source code, is there any reference code for the exercise?
closed
2019-12-20T10:59:13Z
2019-12-20T11:28:18Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/12
[]
Donaghys
1
keras-team/keras
data-science
20,564
Unable to Assign Different Weights to Classes for Functional Model
I'm struggling to assign weights to different classes for my functional Keras model. I've looked for solutions online and everything that I have tried has not worked. I have tried the following: 1) Assigning `class_weights` as an argument for `model.fit`. I convert my datasets to numpy iterators first as `tf.data.Data...
closed
2024-11-29T02:25:58Z
2024-11-29T06:49:47Z
https://github.com/keras-team/keras/issues/20564
[]
Soontosh
1
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
998
How to use even more CPU's
Hi, I have been getting great results for inference but now wish to train a new model. I have started the training with the following command for 800x600 images: python3 train.py --dataroot datasets/style_constable --name constable_cyclegan --model cycle_gan --preprocess scale_width_and_crop --load_size 800 --...
open
2020-04-18T06:19:58Z
2020-04-22T16:48:18Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/998
[]
Adrian-1234
4
JaidedAI/EasyOCR
deep-learning
342
How can I train model?
Korean text recognition is not good so I want add more data in EasyOCR-master\easyocr\dict\ko.txt Please let me know if there is another way
closed
2021-01-04T06:56:54Z
2021-07-02T08:53:00Z
https://github.com/JaidedAI/EasyOCR/issues/342
[]
kimlia545
1
huggingface/transformers
tensorflow
35,983
Add support for context parallelism
### Feature request Long context models like [Qwen/Qwen2.5-7B-Instruct-1M](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-1M) have support for up to 1M tokens. However, fine-tuning such models in `transformers` leads to OOM errors and special methods like Ring Attention are needed. A similar issue arises during infer...
open
2025-01-31T11:00:02Z
2025-03-14T17:15:34Z
https://github.com/huggingface/transformers/issues/35983
[ "Feature request" ]
lewtun
5
zwczou/weixin-python
flask
40
请教一下收到文本 自动回复图文消息的问题
回复内容变成了 ```python <xml><ToUserName><![CDATA[ou0MI53DizZvCYWE6N3lmOkN1jKc ``` 是的,变成了一个纯文本的信息,内容还被截取了一截 我的代码如下: ```python # 微信公众平台消息 @msg.text() def text_messages(**kwargs): """ 监听所有文本消息 """ print('\n**************\nfrom weixin:\n', kwargs,'**************\n\n') articles = [{ 'ti...
closed
2019-02-12T15:35:07Z
2019-02-17T03:45:48Z
https://github.com/zwczou/weixin-python/issues/40
[]
pcloth
2
long2ice/fastapi-cache
fastapi
89
Exclude db session injection in key generation
The default key generation doesn't produce a repeatable key when using the Depends method of injecting a new db SQLAlchemy Session into the function. I believe this is a fairly common use case. ``` async def get_thing( db: Session = Depends(get_db), start_date: date | None = None, end_date: date | No...
closed
2022-09-28T19:49:17Z
2024-02-21T01:07:55Z
https://github.com/long2ice/fastapi-cache/issues/89
[]
reubengann
2
voila-dashboards/voila
jupyter
518
Voila Won't Start - cannot import name ConverterMapping
System is a fresh Debian 10. Voila was installed successfully with pip ``` phill@debian10:~$ pip install --user voila Collecting voila Downloading https://files.pythonhosted.org/packages/82/50/191abf9f09817c2725c9f6542c812aa80ea090bf5fa3ad82fa7b918e55d7/voila-0.1.18-py2.py3-none-any.whl (5.9MB) 100% |████...
closed
2020-01-17T15:55:41Z
2020-01-18T21:27:35Z
https://github.com/voila-dashboards/voila/issues/518
[]
phillc73
1
iperov/DeepFaceLab
deep-learning
5,416
SAEHD: Not compatible with high core count cpus
## Expected behavior SAEHD trains when you run the file [6) train SAEHD.bat] ## Actual behavior `cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\core\src\alloc.cpp:55: error: (-4:Insufficient memory) Failed to allocate 1048576 bytes in function 'cv::OutOfMemoryError'` my ram and vram barel...
open
2021-10-21T13:14:06Z
2023-06-14T17:37:34Z
https://github.com/iperov/DeepFaceLab/issues/5416
[]
JoshuaShawFreelance
5
onnx/onnx
pytorch
5,878
OSError: SavedModel file does not exist at: /content/drive/MyDrive/craft_mlt_25k.h5/{saved_model.pbtxt|saved_model.pb}
open
2024-01-29T12:17:08Z
2025-01-29T06:43:48Z
https://github.com/onnx/onnx/issues/5878
[ "stale" ]
RNVALA
1
graphdeco-inria/gaussian-splatting
computer-vision
278
About render speed
I want to max the render speed, but when i try -r 8, it's even slower than -r 2.
open
2023-10-04T22:55:09Z
2023-10-25T23:31:38Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/278
[]
HenghuiB
6
numba/numba
numpy
9,399
Numba confuses float32 and float64 in numpy-array causing compilation failure
## Reporting a bug <!-- Before submitting a bug report please ensure that you can check off these boxes: --> - [X] I have tried using the latest released version of Numba (most recent is visible in the release notes (https://numba.readthedocs.io/en/stable/release-notes-overview.html). - [X] I have in...
closed
2024-01-21T14:27:01Z
2024-01-30T15:34:21Z
https://github.com/numba/numba/issues/9399
[ "numpy", "Blocked awaiting long term feature", "bug - typing" ]
iv461
5
writer/writer-framework
data-visualization
548
Multiple leftbars in mobile view
I have an application with two leftbars. In web view this is completely fine, but in mobile view (i.e., on my phone) these are incorrectly placed. Using one leftbar works fine on mobile. It is transferred to be located on top of the page. However, with two, these are stacked horisontally instead of vertically. See at...
open
2024-08-30T15:51:08Z
2024-08-30T20:36:47Z
https://github.com/writer/writer-framework/issues/548
[ "bug" ]
hallvardnmbu
1
autokey/autokey
automation
508
Autokey does not work at start of line, nor directly after '('
## Classification: Bug ## Reproducibility: ~Always ## Autokey Version: 0.95.10-1 Used GUI (Gtk, Qt, or both): Not sure Installed via: apt Linux Distribution: Linux Mint 20 ## Summary Autokey does not work at start of line, nor directly after '(' ## Steps to Reproduce (if applicable) - Set a ...
open
2021-01-30T00:03:39Z
2021-02-01T12:51:15Z
https://github.com/autokey/autokey/issues/508
[ "bug", "autokey triggers" ]
RoelVdP
3
predict-idlab/plotly-resampler
data-visualization
19
Make `FigureResampler` work on existing figures
i.e. when we wrap a `go.Figure` _with already some high-dim traces registered_, we do not yet extract these traces and process them as new traces. This issue addresses this problem and suggests that these pre-existing traces **should** be handled as potential to-be-downsampled traces. e.g. ```python import plo...
closed
2022-01-19T16:04:32Z
2022-03-10T14:53:56Z
https://github.com/predict-idlab/plotly-resampler/issues/19
[ "enhancement" ]
jonasvdd
1
ipython/ipython
jupyter
14,007
8.12 breaks help (pinfo) for numpy array methods
<!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories. If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org. If you are unsure, it's ok to post here, though, there are few ...
closed
2023-04-06T09:04:14Z
2023-04-11T09:52:23Z
https://github.com/ipython/ipython/issues/14007
[]
mathause
2
sqlalchemy/alembic
sqlalchemy
1,553
Sqlite drop table operation not rollbacked during a revision up/downgrade
**Describe the bug** Hello, I test the transactional feature during migrations of alembic with a SQLite database, but during a downgrade, if an error occurs after a drop table operation, a rollback is done but the table is still deleted in the database. And since the migration's version in the _alembic_version_ table...
closed
2024-10-23T18:26:43Z
2024-10-23T21:42:44Z
https://github.com/sqlalchemy/alembic/issues/1553
[]
vtgn
2
aio-libs/aiomysql
sqlalchemy
788
Discord server for aiomysql
Hey there, Well I went through the gitter link you guys have on your github page and it seems not every1 has gitter so I though of making a discord server! I have made it and you can join it via https://discord.gg/f3ncE2w6FJ I will be more than happy to hand over the server to the main developer if you could contact...
closed
2022-05-21T10:39:23Z
2022-05-21T19:16:46Z
https://github.com/aio-libs/aiomysql/issues/788
[]
leothewolf
0
akfamily/akshare
data-science
5,956
同样问题: ak.stock_zh_a_hist报错
最近使用ak.stock_zh_a_hist拉取历史数据报错,显示错误在股票代码,之前也出现过一样问题后来解决了,现在再次出现;akshare版本已经更新,代码如下: import akshare as ak stock_zh_a_hist_df=ak.stock_zh_a_hist(symbol='600519', period="daily", start_date="20170301", end_date='20240528', adjust="") print(stock_zh_a_hist_df) ![Image](https://github.com/user-attachments/assets/1f173d45...
closed
2025-03-24T02:22:05Z
2025-03-24T06:09:11Z
https://github.com/akfamily/akshare/issues/5956
[ "bug" ]
ZaynG
1
stanfordnlp/stanza
nlp
810
stanza.server.client.PermanentlyFailedException: Error: unable to start the CoreNLP server on port 9000 (possibly something is already running there)
I keep getting this error, but the thing is, I can see the server is already running by visiting http://localhost:9000/
closed
2021-09-18T12:53:40Z
2021-10-06T09:52:20Z
https://github.com/stanfordnlp/stanza/issues/810
[ "bug" ]
jiangweiatgithub
7
google-research/bert
tensorflow
723
Pretraining statistics
Are you able to share any statistics from pretraining such as: - global_step/sec - examples/sec - masked_lm_loss curve / value at convergence - next_sentence_loss curve / value at convergnce Thanks!
open
2019-06-27T02:56:03Z
2019-06-27T02:56:03Z
https://github.com/google-research/bert/issues/723
[]
bkj
0
deepfakes/faceswap
machine-learning
714
Deep Fake like this
I was wondering if you can do this type of video conversion where the end result isn't faceswap but editing something to seem authentic with audio also https://www.youtube.com/watch?v=cQ54GDm1eL0
closed
2019-04-27T17:04:14Z
2019-04-29T22:17:57Z
https://github.com/deepfakes/faceswap/issues/714
[]
sam-thecoder
1
public-apis/public-apis
api
3,166
Add ' API Hubs ' section
It would be handy if a API Hub section can be added which can include large-scale API repositories/platforms such as rapidAPI. Those seeking more options can always look up these sites for something extra that's not in this repo. This would also allow the repo to just feature the most popular / helpful ones, making i...
closed
2022-05-23T08:12:50Z
2022-05-24T17:59:12Z
https://github.com/public-apis/public-apis/issues/3166
[ "enhancement" ]
kaustav202
2
awesto/django-shop
django
883
Compatibility for Django 4.x+
Are there any plans for updating this to allow compatibility with currently supported versions of Django (4.2 and 5.x)? If not, would you like me to fork it and update it? Or would you add me as a collaborator so some of the pull requests that are backlogged can be cleared out?
open
2024-09-17T13:10:28Z
2024-09-17T13:10:28Z
https://github.com/awesto/django-shop/issues/883
[]
panatale1
0
anselal/antminer-monitor
dash
5
Remarks not displayed on active miners
I would like to inform you that Remarks on any add does not show
closed
2017-10-08T18:02:06Z
2017-10-21T09:50:06Z
https://github.com/anselal/antminer-monitor/issues/5
[ ":bug: bug" ]
l2airj
1
ansible/awx
automation
14,936
Is there a way to get the awx user info in the launch job vars?
### Please confirm the following - [ ] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [ ] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [ ] I understand that AWX is open source software provide...
closed
2024-02-28T11:20:33Z
2024-02-28T16:29:05Z
https://github.com/ansible/awx/issues/14936
[ "type:enhancement", "needs_triage", "community" ]
ngsin
1
alteryx/featuretools
scikit-learn
2,428
Can't serialize `NumberOfCommonWords` feature with custom word set
If I use a custom word set for the `NumberOfCommonWords`, and generate a feature for it, I can not serialize it. ``` from featuretools.feature_base.features_serializer import save_features common_word_set = {"hi", "my"} num_common_words = NumberOfCommonWords(word_set=common_word_set) fm, fd = ft.dfs(entityset=...
closed
2022-12-22T20:31:50Z
2023-01-03T17:48:20Z
https://github.com/alteryx/featuretools/issues/2428
[ "bug" ]
sbadithe
0
SYSTRAN/faster-whisper
deep-learning
473
How to run faster_whisper on multiple GPUs?
thanks for your answers. In the previous issues, I saw the answer about CPU multithreadings running, but I wanted to see how to run faster on multiple gpus? Can you give me some examples? @guillaumekln
closed
2023-09-14T01:35:00Z
2023-09-19T09:19:27Z
https://github.com/SYSTRAN/faster-whisper/issues/473
[]
lazyseacow
1
python-gino/gino
sqlalchemy
13
What about relationship?
~Honestly I have no idea yet.~ Update: GINO now has a loader mechanism to load a result matrix into objects on need, please see examples below. It allows relationship be implemented in a primitive way. Next, we'll try to introduce some high level relationship encapsulation.
closed
2017-07-22T02:05:49Z
2020-04-20T21:26:54Z
https://github.com/python-gino/gino/issues/13
[ "help wanted", "question" ]
fantix
32
MorvanZhou/tutorials
numpy
3
周大大,能录制一期关于分布式TENSORFLOW的搭建教程吗?
https://github.com/tensorflow/serving 默认的,没有视频清楚,而且没有如何使其学习的例子
closed
2016-10-10T06:07:36Z
2016-11-06T10:44:25Z
https://github.com/MorvanZhou/tutorials/issues/3
[]
bournes
1
gradio-app/gradio
python
10,543
Support logging in with HF OAuth in `gr.load()`
Currently, we support users providing their own API token by setting `gr.load(..., user_token=True)`. It would be even cleaner if, on Spaces, a user could just login with HF and their HF_TOKEN would automatically get used for HF inference as well as with inference providers. See [internal discussion](https://github.c...
closed
2025-02-07T19:39:05Z
2025-02-26T22:19:16Z
https://github.com/gradio-app/gradio/issues/10543
[ "enhancement" ]
abidlabs
0
mwaskom/seaborn
data-science
3,176
pandas plotting backend?
Plotly has toplevel `.plot` function which allows for a [pandas plotting backend](https://github.com/pandas-dev/pandas/blob/d95bf9a04f10590fff41e75de94c321a8743af72/pandas/plotting/_core.py#L1848-L1861) to exist: https://github.com/plotly/plotly.py/blob/4363c51448cda178463277ff3c12becf35dbd3b8/packages/python/plotly...
closed
2022-12-05T08:43:50Z
2022-12-06T21:32:08Z
https://github.com/mwaskom/seaborn/issues/3176
[]
MarcoGorelli
8
yunjey/pytorch-tutorial
deep-learning
43
graph visualization in tensorboard with pytorch?
Hi, thanks a lot for this wonderful repo and recent work on tensorboard! I just wonder when would be graph visualization of tensorboard for pytorch could be available. any idea? Thanks again for your great work!
closed
2017-05-29T23:23:42Z
2017-05-30T04:25:15Z
https://github.com/yunjey/pytorch-tutorial/issues/43
[]
EmbraceLife
1
lgienapp/aquarel
data-visualization
8
Trim transform should take axes argument
The trim function should take an optional axes argument, can be "x", "y", or "both".
closed
2022-08-12T21:26:38Z
2022-08-19T12:05:39Z
https://github.com/lgienapp/aquarel/issues/8
[ "enhancement" ]
lgienapp
0
miguelgrinberg/python-socketio
asyncio
281
RedisManager listen hang
I'm using Flask-Socketio building a websocket server.I have read doc about flask socketio 【Emitting from an External Process】and chose to use this feature.But after hours the websocket server could not receive message from this external process(flask-socketio server will listen this event and do something).I have spend...
closed
2019-03-28T07:38:12Z
2019-03-28T11:36:59Z
https://github.com/miguelgrinberg/python-socketio/issues/281
[]
wangyang02
4
inducer/pudb
pytest
270
Lastest release (2017.1.3) dies when trying to display a mock object
The latest release (2017.1.3) dies with the following stack trace (slightly edited to anonimize it): ``` File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch return self.dispatch_line(frame) File ".../site-packages/pudb/debugger.py", line 160, in dispatch_line self.user_line(frame) File "....
closed
2017-09-02T11:43:54Z
2017-09-02T18:47:49Z
https://github.com/inducer/pudb/issues/270
[]
cdman
1
PrefectHQ/prefect
data-science
17,547
Task caching doesn't work when using default policy if an input is a result from another task that is a pandas dataframe
### Bug summary I have noticed when retrying failed flows runs that many of the tasks in the flow are rerunning despite having completely successfully and have a persisted result. Looking into it further it appears the issue is when the one or more of the inputs for one task is the result of another task and that res...
open
2025-03-20T20:17:28Z
2025-03-22T03:07:45Z
https://github.com/PrefectHQ/prefect/issues/17547
[ "bug" ]
jbnitorum
6
roboflow/supervision
machine-learning
1,594
Why does traffic analysis output differ from the video in readme file?
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question I tried running the same code in readme to generate video outputs but accuracy is not upto mark. Here are videos with different thresholds: ...
open
2024-10-13T21:43:18Z
2024-10-15T07:09:19Z
https://github.com/roboflow/supervision/issues/1594
[ "question" ]
INF800
24
babysor/MockingBird
deep-learning
263
求解
usage: demo_toolbox.py [-h] [-d DATASETS_ROOT] [-e ENC_MODELS_DIR] [-s SYN_MODELS_DIR] [-v VOC_MODELS_DIR] [--cpu] [--seed SEED] [--no_mp3_support] demo_toolbox.py: error: argument -d/--datasets_root: expected one argument
closed
2021-12-12T00:38:54Z
2021-12-26T03:22:52Z
https://github.com/babysor/MockingBird/issues/263
[]
pangranaaa
1
schemathesis/schemathesis
pytest
1,739
[WARNING] HypothesisDeprecationWarning: `HealthCheck.all()` is deprecated
**Checklist** - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) **Describe the bug** Running either the `st` comma...
closed
2023-05-22T17:29:00Z
2023-05-25T07:59:29Z
https://github.com/schemathesis/schemathesis/issues/1739
[ "Type: Bug", "Difficulty: Beginner" ]
kgutwin
0
mljar/mljar-supervised
scikit-learn
283
Dont use model with Random Feature in training
Model with Random Feature can be used in training, for ensembling or stacking or for hill climbing steps. Please don't use it.
closed
2021-01-10T11:14:05Z
2021-01-10T14:19:13Z
https://github.com/mljar/mljar-supervised/issues/283
[ "bug" ]
pplonski
0
ultrafunkamsterdam/undetected-chromedriver
automation
1,774
Do Not Track and Enhanced Security
Is possible to activate in some way the "Do Not Track" option and raise security to "Enhanced" in order to lower fingerprint profile? Ty!
open
2024-03-01T15:59:49Z
2024-03-03T14:56:58Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1774
[]
AeonDave
1
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
198
Pytorch version issue
What version of PyTorch do we need to install? I have tried 1.2, 1.4, 1.6,1.9 so far, but I still can't find torch
closed
2021-09-16T03:03:14Z
2021-12-15T08:06:05Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/198
[]
shumile66
2
joeyespo/grip
flask
47
READMEs are 790px wide now
It would be great if Grip's output was the same width as GitHub's. I'm trying to compare the two. ![screen shot 2014-02-04 at 12 17 28 pm](https://f.cloud.github.com/assets/134455/2078617/50a46a7c-8dc0-11e3-9666-4e05f872db3b.png) ![screen shot 2014-02-04 at 12 18 11 pm](https://f.cloud.github.com/assets/134455/207862...
closed
2014-02-04T17:18:24Z
2014-07-20T19:08:24Z
https://github.com/joeyespo/grip/issues/47
[ "bug" ]
chadwhitacre
1
axnsan12/drf-yasg
django
72
Add support for Marshmallow Schemas
[Marshmallow](https://marshmallow.readthedocs.io/) is a Schema module for django rest framework. It can be used instead of DRF Serializers but is not supported by **drf-yasg**. It'd be nice to have it.
closed
2018-02-27T13:51:38Z
2018-02-27T14:51:53Z
https://github.com/axnsan12/drf-yasg/issues/72
[]
luxcem
1
explosion/spaCy
machine-learning
13,663
Hyphenated words in French
## How to reproduce the behaviour `j'imagine des grands-pères` is tokanized to `j'`, `imagine`, `des`, `grands-`, `pères` https://demos.explosion.ai/displacy?text=j%27imagine%20des%20grands-p%C3%A8res&model=fr_core_news_sm&cpu=1&cph=1 I would expect it to tokanize to `j'`, `imagine`, `des`, `grands-pères`, ie. n...
closed
2024-10-15T14:39:36Z
2024-11-16T00:03:16Z
https://github.com/explosion/spaCy/issues/13663
[]
lsmith77
3
akfamily/akshare
data-science
5,487
AKShare 接口问题报告 | currency_boc_safe()无法获取数据
Python版本:3.12.6 akshare版本:1.15.62 操作系统:Windows 11 专业版,23H2,22631.4602 代码: import akshare as ak currency_boc_safe_df = ak.currency_boc_safe() print(currency_boc_safe_df) 无法返回任何信息
closed
2025-01-02T02:52:40Z
2025-01-02T15:29:44Z
https://github.com/akfamily/akshare/issues/5487
[ "bug" ]
yong900630
1
nvbn/thefuck
python
1,400
Conflicting documentation for correct syntax of alias
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
open
2023-09-03T05:24:08Z
2023-09-03T05:24:08Z
https://github.com/nvbn/thefuck/issues/1400
[]
pallaswept
0
gradio-app/gradio
data-science
9,922
MultimodalTextbox file_count "single" doesn't restrict the number of files as input.
### Describe the bug When setting file_count in MultimodalTextbox to "single", only one file can be uploaded at a time. However, when you continue to upload another file, it is uploaded in addition to the old one instead of replacing it. ### Have you searched existing issues? 🔎 - [X] I have searched and found no e...
closed
2024-11-09T18:50:58Z
2024-11-12T22:39:58Z
https://github.com/gradio-app/gradio/issues/9922
[ "bug" ]
sthemeow
2
hack4impact/flask-base
sqlalchemy
211
SyntaxError: invalid syntax while running Flask in venv
Why could this be happening? Please help! ``` Traceback (most recent call last): File "/opt/anaconda3/bin/flask", line 10, in <module> sys.exit(main()) File "/opt/anaconda3/lib/python3.7/site-packages/flask/cli.py", line 967, in main cli.main(args=sys.argv[1:], prog_name="python -m flask" if as_modu...
closed
2020-11-09T19:50:55Z
2021-05-11T23:50:39Z
https://github.com/hack4impact/flask-base/issues/211
[]
rpalri
6
onnx/onnx
deep-learning
6,822
ONNX Build Issue
Hi Team, While building ONNX using following procedure on linux system - https://pypi.org/project/onnx/ Getting below error. × Building editable for onnx (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a prob...
open
2025-03-21T05:54:38Z
2025-03-21T14:06:13Z
https://github.com/onnx/onnx/issues/6822
[]
vijayaramaraju-kalidindi
10
encode/httpx
asyncio
2,706
Unable to get cookies
I am trying to get the cookies on the response of the following request: ``` https://www.nfce.fazenda.sp.gov.br/qrcode?p=35230547508411150980653010000502991929293282|2|1|1|C34073C1C020480295BCB68D8E4A31C2CA80A1FB ``` I can get it using `requests`: ``` with requests.Session() as s: r = s.get('https://www.nfc...
closed
2023-05-17T19:34:58Z
2023-05-18T12:57:18Z
https://github.com/encode/httpx/issues/2706
[]
jalvespinto
3
microsoft/nni
machine-learning
4,839
Hyper-parameter overview top trials order
In the WebUI under: Trial details -> Hyper-parameter one can choose to show the top xx% trials. By default this shows the trials with the highest scores. Is there a way to change this to showing the trials with the lowest scores, e.g. if my metric is MSE? So far my workaround is to just to multiply my score by (-1).
open
2022-05-04T16:53:44Z
2022-09-07T09:11:43Z
https://github.com/microsoft/nni/issues/4839
[]
TimSchim
12
modin-project/modin
data-science
7,162
Pin pandas to 2.2.1 for a single release
We will remove the hard pin in a subsequent release.
closed
2024-04-09T21:46:27Z
2024-04-12T09:06:45Z
https://github.com/modin-project/modin/issues/7162
[]
sfc-gh-dpetersohn
2
sloria/TextBlob
nlp
201
Lemmatize error: MissingCorpusError
I have a list of (word, pos_tag) pairs and would like to lemmatize the word using textblob.lemmatize. ``` wds=[ [('This', ''), ('is', 'v'), ('the', ''), ('first', 'a'), ('sentences', 'n')], [('This', ''), ('is', 'v'), ('the', ''), ('second', 'a'), ('one', '')] ] lem_wds_2=[[W...
open
2018-03-27T04:56:53Z
2018-06-16T13:14:17Z
https://github.com/sloria/TextBlob/issues/201
[]
RayLei
1
ultralytics/ultralytics
python
19,188
Selecting a better metric for the "best" model
### 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 Hi! I am using YOLO11 segmentation with the large model. For my use case, I...
open
2025-02-11T17:09:35Z
2025-02-14T19:42:37Z
https://github.com/ultralytics/ultralytics/issues/19188
[ "question", "segment" ]
Tom-Forsyth
6