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
Nike-Inc/koheesio
pydantic
115
[BUG] Make account attribute in SnowflakeRunQueryPython auto filled from url
<!-- Please provide as much detail as possible to help us understand and reproduce the issue. This will enable us to address it more effectively. --> ## Describe the bug Account attribute is not populated automatically from url. ## Steps to Reproduce 1. Create SynchronizeDeltaToSnowflakeTask instance 2. Run i...
closed
2024-11-24T10:40:40Z
2024-11-24T23:13:57Z
https://github.com/Nike-Inc/koheesio/issues/115
[ "bug" ]
mikita-sakalouski
0
kennethreitz/responder
flask
382
Support for starlettes request state property
Current version of starlettes request object has a state property (which is a dict), where you can store useful data. Either by a middleware or a route decorator. Responder has a dependency to starlette 0.10.7 and lacks of a similar feature. This feature is extremely helpful, when propagating information through reques...
closed
2019-08-06T10:04:55Z
2019-08-07T17:29:09Z
https://github.com/kennethreitz/responder/issues/382
[ "feature" ]
FirstKlaas
2
davidsandberg/facenet
computer-vision
1,006
High Memory Usage
Firstly of all thank you for the Facenet. I added an extra 300 unknown classes to get better accuracy than the CNN model. And then I added my real people. I'm using smoothly now. But I should use the application with Nvidia Jetson Nano. It has 4GB Memory. I use 2.7 gb ram for Facenet recognition and Facenet detection. ...
open
2019-04-16T14:01:46Z
2019-06-06T09:08:32Z
https://github.com/davidsandberg/facenet/issues/1006
[]
gokh4n
1
ydataai/ydata-profiling
data-science
1,382
Bug Report: Colab tuto doesn't work anymore
### Current Behaviour raise error ```python /usr/local/lib/python3.10/dist-packages/ydata_profiling/model/pandas/describe_date_pandas.py:34: UserWarning: Discarding nonzero nanoseconds in conversion. "min": pd.Timestamp.to_pydatetime(series.min()), /usr/local/lib/python3.10/dist-packages/ydata_profiling/model/...
open
2023-07-13T20:39:02Z
2023-07-30T12:51:59Z
https://github.com/ydataai/ydata-profiling/issues/1382
[ "needs-triage" ]
eaedk
2
AntonOsika/gpt-engineer
python
524
Docker Compose Support
GPT engineer does make some system calls: writing files, executing script, reading environment variables. For our own security can you provide a docker image and docker-compose file so that it can in an isolated context? For example as in [LocalAI](https://github.com/go-skynet/LocalAI/blob/master/docker-compose.yaml)
closed
2023-07-10T07:53:29Z
2023-08-20T05:59:25Z
https://github.com/AntonOsika/gpt-engineer/issues/524
[]
karlderkaefer
3
521xueweihan/HelloGitHub
python
2,019
项目推荐 | Antv/S2 基于Canvas的高性能多维分析表格
## 项目推荐 - 项目地址:https://github.com/antvis/S2 - 官网地址:https://github.com/antvis/S2 - 类别: TS - 项目后续更新计划: `1.0`正式版已发布,更多分析组件和功能正在持续完善中。 - 项目描述: Antv/S2 是基于 canvas 开发的高性能多维交叉分析表格工具(表格是 BI 领域中重要的数据分析工具,几乎是中国式报表中必定会使用到的工具之一) - 推荐理由: - S2 是多维交叉分析领域的表格解决方案,数据驱动视图,提供底层核心库、基础组件库、业务场景库,具备自由扩展的能力,让开发者既能开箱即用,也能基...
closed
2021-12-16T02:48:00Z
2021-12-28T00:47:34Z
https://github.com/521xueweihan/HelloGitHub/issues/2019
[ "已发布", "JavaScript 项目" ]
wjgogogo
3
Nemo2011/bilibili-api
api
341
【漏洞】Video.get_tags返回值类型错误
**Python 版本:** 3.9.16 **模块版本:** 15.4.4 <!--请务必使用 pip3 show bilibili-api-python 查询模块版本。--> **运行环境:** MacOS **模块路径:** `bilibili_api.Video.py` **解释器:** cpython / pypi / jython **报错信息:** ``` 无 ``` **报错代码:** ``` 无 ``` --- Video.get_tags的返回值类型应该是list[dict], 不是dict,小问题,只是看着难受
closed
2023-06-16T02:02:51Z
2023-06-17T11:55:49Z
https://github.com/Nemo2011/bilibili-api/issues/341
[ "bug" ]
jhzgjhzg
1
pallets-eco/flask-wtf
flask
207
Is there a way to capture data from a select field without a submit button?
What I am looking for is after a user makes a selection, that is when there is a change in the selected item, to capture that the data from the submit field, and then dynamically update a value on the web-page. Ideally the solution will involve flask and python.
closed
2015-11-02T17:55:44Z
2021-05-28T01:03:59Z
https://github.com/pallets-eco/flask-wtf/issues/207
[]
wgwz
4
AirtestProject/Airtest
automation
1,053
SecureAge APEX 杀毒报:Malicious
SecureAge APEX
open
2022-05-25T01:46:33Z
2022-05-25T03:58:02Z
https://github.com/AirtestProject/Airtest/issues/1053
[]
ZhuJD-China
2
httpie/cli
rest-api
1,371
H
closed
2022-04-27T02:26:25Z
2022-04-28T09:19:17Z
https://github.com/httpie/cli/issues/1371
[]
repdox-cyfso6-wonzAb
0
aio-libs-abandoned/aioredis-py
asyncio
772
Question: When is it best to close a connection or pool?
The example usage shows closing a pool. Should you do this normally after issuing a set of commands or when the program is about to exit? ``` async def main(): pool = await aioredis.create_pool( 'redis://localhost', minsize=5, maxsize=10) with await pool as conn: # low-level redis co...
closed
2020-06-23T17:41:58Z
2021-03-19T00:05:34Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/772
[ "question" ]
calbot
2
d2l-ai/d2l-en
tensorflow
2,507
Chapter 3.2.1: AttributeError: module 'd2l.torch' has no attribute 'HyperParameters'
d2l version: 0.17.6 Link to line: https://github.com/d2l-ai/d2l-en/blob/9f0e92cac2b97b6177675dd40d496d1479b9ac55/chapter_linear-regression/oo-design.md?plain=1#L134 ``` class B(d2l.HyperParameters): def __init__(self, a, b, c): self.save_hyperparameters(ignore=['c']) print('self.a =', self...
closed
2023-06-05T10:53:00Z
2023-06-05T12:55:31Z
https://github.com/d2l-ai/d2l-en/issues/2507
[]
fisheggg
1
rthalley/dnspython
asyncio
559
Eventlet <= 0.26.0 incompatible with dnspython >= 2.0.0
Users of eventlet <= 0.25.2 should pin dnspython to 1.16.0. To implement its concurrency mechanism, eventlet replaces code in various APIs with its own versions, including two dnspython APIs, dns.query.udp() and dns.query.tcp(). These APIs changed in dnspython 2.0.0, and the eventlet versions for eventlet <= 0.25.2...
closed
2020-07-29T16:14:05Z
2020-08-19T02:22:25Z
https://github.com/rthalley/dnspython/issues/559
[ "Pinned" ]
rthalley
3
KevinMusgrave/pytorch-metric-learning
computer-vision
129
AccuracyCalculator returns NaN if the reference set contains none of the labels present in the query set
A warning should be printed in this case, and it should return 0 instead of NaN.
closed
2020-06-24T01:41:14Z
2020-07-25T14:18:23Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/129
[ "bug", "fixed in dev branch" ]
KevinMusgrave
0
LibreTranslate/LibreTranslate
api
653
Docker image fails with core dump
I attempted to run LibreTranslate locally using docker image, but no luck. The command ``` docker run -ti --rm -p 5000:5000 libretranslate/libretranslate ``` fails silently. After removing "-rm" key, I was hopping to see some error messages in logs (docker logs ...), but again no luck. Ultimately I set the ...
open
2024-08-02T10:41:39Z
2024-08-02T10:45:58Z
https://github.com/LibreTranslate/LibreTranslate/issues/653
[ "enhancement" ]
drbolsen
0
ydataai/ydata-profiling
pandas
1,553
No module named 'scipy.stats._mvn' error when importing ProfileReport
### Current Behaviour Fails to load profile. This was working last time we ran it. Returns error - ModuleNotFoundError: No module named 'scipy.stats._mvn' ### Expected Behaviour For it to keep working ### Data Description Don't get to the point of loading data ### Code that reproduces the bug ```Python Insta...
open
2024-02-22T01:33:15Z
2024-02-22T23:49:34Z
https://github.com/ydataai/ydata-profiling/issues/1553
[ "information requested ❔" ]
dpc2604
2
lux-org/lux
jupyter
230
Frontend UI
open
2021-01-15T05:06:52Z
2021-01-15T05:11:19Z
https://github.com/lux-org/lux/issues/230
[ "Epic" ]
jinimukh
0
google-research/bert
tensorflow
826
the error Paddings must be non-negative happened when run run_pretraining
![image](https://user-images.githubusercontent.com/43720765/63905954-82a7c580-ca48-11e9-9ae5-d02b4b1a2df8.png) thanks for your help
open
2019-08-29T02:36:12Z
2019-08-29T11:13:17Z
https://github.com/google-research/bert/issues/826
[]
ttjjlw
1
mitmproxy/mitmproxy
python
6,324
Mitmproxy Crashes on Disconnect with Websocket Addon
#### Problem Description I am making an addon that allows you to hang a websocket onto any website accessed through the proxy by requesting it at ws://yoursite.com/WebsocketMe. I have handshaking that _seems_ to work, and I followed the example in the addon. However, I wonder if I'm missing something as if I for ex...
open
2023-08-16T20:26:06Z
2024-12-19T07:16:26Z
https://github.com/mitmproxy/mitmproxy/issues/6324
[ "kind/triage" ]
ericbeland
2
tfranzel/drf-spectacular
rest-api
399
How to remove/prevent parameters inherited" from ViewSet
I am migrating from `drf_yasg` to `drf-spectacular` and I think the below is not answered yet anywhere. I did read the docs :-) I have some ViewSets to handle models via DRF, for example: ``` class EngagementViewSet(mixins.ListModelMixin, mixins.RetrieveModelMixin, ...
closed
2021-05-21T13:47:27Z
2021-05-22T14:52:40Z
https://github.com/tfranzel/drf-spectacular/issues/399
[]
valentijnscholten
6
microsoft/unilm
nlp
1,368
Beitv2's self-supervised pre-training is slow
I have 16000 images on my unlabeled data, the batch_size is set to 32, and it takes almost 20 minutes to train an epoch, what is the reason for that
open
2023-11-19T02:33:30Z
2023-11-21T09:35:44Z
https://github.com/microsoft/unilm/issues/1368
[]
zhanglaoban-kk
5
apify/crawlee-python
automation
479
Create a new guide for result storages (`Dataset`, `KeyValueStore`)
- We should create a new documentation guide on how to work with result storages (`Dataset`, `KeyValueStore`). - Inspiration: https://crawlee.dev/docs/guides/result-storage - Check the structure of other guides - [docs/guides](https://github.com/apify/crawlee-python/tree/master/docs/guides), and try to render it usin...
closed
2024-08-30T12:02:34Z
2024-11-05T14:45:51Z
https://github.com/apify/crawlee-python/issues/479
[ "documentation", "t-tooling", "hacktoberfest" ]
vdusek
9
Anjok07/ultimatevocalremovergui
pytorch
1,613
can't get it work
can't get it work, anything i try gives this Last Error Received: Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeError: "Invalid buffer size: 19.90 GB" Traceback Error: " File "UVR.py", line 6584, in process_start File...
open
2024-11-05T20:31:48Z
2024-11-05T20:31:48Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1613
[]
gnbk3
0
ageitgey/face_recognition
python
1,447
What is the image size sweet-spot?
I have been crawling the discussions here hoping to find any recommended sizes for training images. We are building an app that will capture multiple images of each person so we can control the input. The app will capture a full face and neck. So the face will occupy most of the image's available space. Can anyone...
closed
2022-09-18T14:51:05Z
2023-01-18T00:44:05Z
https://github.com/ageitgey/face_recognition/issues/1447
[]
julianadormon
5
bigscience-workshop/petals
nlp
614
Performance improving chances in the future
Hi there, I've been following this work for a few months and found it's really an amazing idea to run LLMs over the Internet, while I'm also trying to improve Petals' performance on model inference in my local environment. My point of view is that, simply wrapping the Transformer library for inference is a little bit i...
open
2024-09-27T02:31:25Z
2024-09-29T09:02:43Z
https://github.com/bigscience-workshop/petals/issues/614
[]
oldcpple
1
plotly/dash
dash
3,206
Adding Pattern Matching selector ALLELSE
Similar to `ALLSMALLER` but doesn't asume that id index are numeric and sequential ## Use case **General description** - There's a set of components with the same pattern-matching id type. - Based on an interaction with one of those components (or with another component with the same pattern-matching id index), some...
open
2025-03-10T17:27:03Z
2025-03-11T09:17:39Z
https://github.com/plotly/dash/issues/3206
[ "feature", "P2", "cs" ]
celia-lm
0
OpenInterpreter/open-interpreter
python
855
How to set openai api_base?
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like interpreter --api_base "URL" ### Describe alternatives you've considered _No response_ ### Additional context _No response_
closed
2023-12-29T09:31:28Z
2024-03-19T18:52:52Z
https://github.com/OpenInterpreter/open-interpreter/issues/855
[]
itsmeadarsh2008
1
hankcs/HanLP
nlp
1,651
執行分詞會產生 RuntimeError: cannot perform reduction function argmax on a tensor with no elements because the operation does not have an identity
<!-- 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 提问请上论坛,不要发这里! 以下必填,否则恕不受理。 --> **Describe the bug** 某個字串使用執行分詞會產生 exception。 **Code to reproduce the issue** ```python import hanlp import re HanLP = hanlp.load(hanlp.pretrained.mtl.CLOSE_TOK_POS_NER_SRL_DEP_SDP_CON_ELECTRA_SMALL_ZH) # 這個不會有 exception #HanLP = han...
closed
2021-05-16T07:50:10Z
2021-05-21T15:26:22Z
https://github.com/hankcs/HanLP/issues/1651
[ "bug" ]
u8621011
3
plotly/dash
flask
2,853
[BUG] Cannot get Dev Tools to work inside of ASGI / FastAPI application
Assume the following minimal example of a Dash dashboard embedded / mounted inside of a FastAPI app: ```python from fastapi import FastAPI from dash import Dash from a2wsgi import WSGIMiddleware import dash_html_components as html # Instantiate the Dash app dash_dashboard = Dash(name=__name__, requests_pathn...
closed
2024-05-08T08:05:19Z
2024-05-09T13:00:09Z
https://github.com/plotly/dash/issues/2853
[]
mstaal
4
pydantic/logfire
pydantic
876
LLM qualitative evaluations and labeling
### Description It would be nice to have a place in the platform for this. Another option would be to allow for integration with a partner that does provide it.
open
2025-02-19T20:20:40Z
2025-02-19T21:27:28Z
https://github.com/pydantic/logfire/issues/876
[ "Feature Request" ]
Luca-Blight
2
dmlc/gluon-cv
computer-vision
820
The training speed of mask-rcnn not scale on multiple gpu
I've test the gluon mask-rcnn on 1/2/4 gpus, but the training speed remains about 1 images/second no matter how many gpus are used, and the gpu usage in nvidia-smi is very low too. Don't know why the training speed doesn't scale with gpus, maybe there are some similar problems just like in #85? ## Setup I've use...
closed
2019-06-17T09:04:21Z
2021-05-31T07:02:56Z
https://github.com/dmlc/gluon-cv/issues/820
[ "Stale" ]
arcadiaphy
2
hbldh/bleak
asyncio
1,536
AttributeError: 'BleakScannerWinRT' object has no attribute 'call_detection_callbacks'
* bleak version: 0.21.1 * Python version: 3.11 * Operating System: Windows 11 Pro This is regarding: https://github.com/hbldh/bleak/issues/1470#issue-2018400969 I'm using the same program on both computers. I work over BLE just fine with a Lenovo ThinkPad 32GB RAM Windows 10. The odd hanging now and then. Wit...
closed
2024-04-15T13:39:00Z
2024-04-29T14:25:05Z
https://github.com/hbldh/bleak/issues/1536
[]
mantisbug
14
jschneier/django-storages
django
1,186
An RSA backend is required for signing cloudfront URLs?
Hello, I am trying to use django-storages with AWS CloudFront. I created an RSA public and private key pair with 'openssl genrsa -out private_key.pem 2048' and 'openssl rsa -pubout -in private_key.pem -out public_key.pem' in a cygwin window. I am using python-decouple to handle separation of settings from ...
closed
2022-10-06T17:04:33Z
2023-02-25T17:42:42Z
https://github.com/jschneier/django-storages/issues/1186
[]
algaspar
3
tqdm/tqdm
jupyter
637
upgraded `pip` progress bar broken under Win10, code page 65001
- [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I have mentioned version numbers, operating system and environment: ```shell C:>ver Microsoft Windows [Version 10.0.16299.665] C:>chcp Active code page: 65...
closed
2018-11-06T16:58:35Z
2018-11-12T07:04:50Z
https://github.com/tqdm/tqdm/issues/637
[ "invalid ⛔" ]
rivy
5
matplotlib/matplotlib
matplotlib
29,630
[Bug]: Unable to use single Quantity for xerr in ax.errorbar
### Bug summary When using units in matplotlib (in this case `pint`: https://pint.readthedocs.io/en/stable/) it is not possible to use a single Quantity (magnitude + unit) to specify a single `xerr` or `yerr` in `ax.errorbar`. ### Code for reproduction ```Python ### WORKING ### ############### import numpy as np fr...
open
2025-02-16T13:48:09Z
2025-02-16T14:59:11Z
https://github.com/matplotlib/matplotlib/issues/29630
[ "third-party integration", "topic: units and array ducktypes" ]
geolta
0
graphdeco-inria/gaussian-splatting
computer-vision
812
How to input depth data
Hello, Is it possible to improve the rendered depth image by inserting a depth image as input? If there is a way, where can I find it? thank you for providing good code.
closed
2024-05-15T08:42:40Z
2024-09-07T08:15:46Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/812
[]
wangjinhoon
1
dask/dask
scikit-learn
11,034
dask-expr with drop_duplicates messes with dtypes
**Describe the issue**: Use of a `drop_duplicates` is messing with dtypes. This happens for only when using the new dask-expr. I know its just a warning but how do I verify that its not gonna mess up my existing jobs? Going over my various tasks and explicitly casting in various places + verifying them will be q...
closed
2024-04-02T15:11:22Z
2024-04-02T16:14:02Z
https://github.com/dask/dask/issues/11034
[ "needs triage" ]
aimran-adroll
4
widgetti/solara
flask
232
ToggleButtonSingle adds buttons twice
If you use the example in the docs of setting custom buttons, the widget adds the buttons twice. Line 87 in togglebuttons.py is `children = [solara.Button(label=str(value)) for value in values] + children` but should be ```python if len(children) == 0: children = [solara.Button(label=str(value...
open
2023-08-03T17:15:33Z
2023-09-04T14:02:02Z
https://github.com/widgetti/solara/issues/232
[]
mangecoeur
2
syrupy-project/syrupy
pytest
842
When a snapshot test is marked with `skip` or `skipif` syrupy exits with a failure exit code
**Describe the bug** If a snapshot test is skipped because it was marked with `pytest.mark.skip` or with `pytest.mark.skipif`, syrupy will: - correctly report that the related snapshots were unused; but - incorrectly report a failed test run. **To reproduce** Mark a test with `pytest.mark.skip`. **Exp...
closed
2023-12-13T15:24:49Z
2024-08-21T01:42:14Z
https://github.com/syrupy-project/syrupy/issues/842
[ "released" ]
rodrigogiraoserrao
3
brightmart/text_classification
tensorflow
24
Getting error during running fasttext_train
@brightmart Hi Mr.Brightmart I want to run fast text, but in first step for running train - during running train I've got below error : ![error-fast text](https://user-images.githubusercontent.com/3388317/33883658-d945010c-df51-11e7-879d-2a317cde88e3.jpg) Actually I have 2 datasets (one for economic_news and one...
closed
2017-12-12T12:23:00Z
2017-12-21T08:10:58Z
https://github.com/brightmart/text_classification/issues/24
[]
behnazeslami
1
FlareSolverr/FlareSolverr
api
254
How to send raw post?
I am trying to set header 'content-type: application/json' and post not encoded data in the request body; So that it looks like this: http://joxi.net/Dr86oRdFoOEZQ2 But FlareSolverr encode data (in param postData) and set header "content-type: application/x-www-form-urlencoded". http://joxi.net/KAxzgBnhZPQ4Zm ...
open
2021-12-14T14:51:43Z
2022-11-28T00:54:47Z
https://github.com/FlareSolverr/FlareSolverr/issues/254
[ "enhancement", "wontfix" ]
holden321
4
KevinMusgrave/pytorch-metric-learning
computer-vision
33
Root __init__.py is not included in the distribution file
The title says it all. This results in the following behaviour. **Ways to reproduce:** 1. Install the package (either build locally or from pip). 2. Try to run `import pytorch_metric_learning; pytorch_metric_learning.__version__`. **Expected:** Expected to see version information. **Actual:** Error `Attrib...
closed
2020-04-07T21:12:43Z
2020-04-08T15:18:05Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/33
[ "bug" ]
fralik
1
tflearn/tflearn
data-science
996
ImportError: cannot import name 'add_arg_scope'
my use tensorflow1.5.0rc in 17flower example `Traceback (most recent call last): File "E:/ml/flower/flower.py", line 1, in <module> import tflearn File "D:\anconda\lib\site-packages\tflearn\__init__.py", line 4, in <module> from . import config File "D:\anconda\lib\site-packages\tflearn\config.py", ...
open
2018-01-12T03:17:10Z
2018-01-13T06:07:38Z
https://github.com/tflearn/tflearn/issues/996
[]
nightli110
2
tatsu-lab/stanford_alpaca
deep-learning
38
Bigger LLaMA models
Dear Stanford Researchers, Professors, Students (all geniuses) thank you for your amazing job! Would the tuning code you released in this repo (and the dataset) be fit for finetuning larger LLaMA models like 13b/30b/65b? How would the computational effort scale with such models?
closed
2023-03-15T21:18:25Z
2023-03-15T23:19:16Z
https://github.com/tatsu-lab/stanford_alpaca/issues/38
[]
alexl83
1
plotly/dash-bio
dash
707
IGV Browser Configuration Options
Hi, Is there a way to generically set the IGV Browser Configuration Options? https://github.com/igvteam/igv.js/wiki/Browser-Creation#browser-configuration-options I see a subset of the options available as explicit arguments to dash_bio.Igv() However, some options such as showNavigation or nucleotideColors ...
open
2022-08-29T21:17:03Z
2022-08-29T21:17:03Z
https://github.com/plotly/dash-bio/issues/707
[]
mozack
0
tqdm/tqdm
pandas
1,561
Unexpected behavior when combining `initial` and `range` as iterator.
- [x] I have marked all applicable categories: + [ ] exception-raising bug + [x] visual output bug - [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I have mentioned version numbers, operating syste...
open
2024-03-25T13:12:34Z
2024-03-30T13:17:38Z
https://github.com/tqdm/tqdm/issues/1561
[]
twall
5
joerick/pyinstrument
django
223
Followup for IPython integration
I got some feedback from the guys I implemented #217 for: >For: ``` $ cat profiler.py import time def D(): time.sleep(0.7) def C(): __tracebackhide__ = True time.sleep(0.1) D() def B(): __tracebackhide__ = True time.sleep(0.1) C() def A(): time.sleep(0.1) B...
closed
2022-11-22T17:34:09Z
2023-07-22T18:20:42Z
https://github.com/joerick/pyinstrument/issues/223
[]
telamonian
2
tflearn/tflearn
data-science
637
Error on array Index LSTM/RNN
Hello, I'm trying to execute the following code: ``` import sys import tensorflow import tflearn from tflearn.data_utils import to_categorical, pad_sequences, VocabularyProcessor text, labels = load_csv(r"C:\Users\Desktop\Machine Learning\Getting Started\Data\train_dataset_rnn.csv", categorical_labels=True, ...
open
2017-02-28T14:20:55Z
2017-04-30T08:17:27Z
https://github.com/tflearn/tflearn/issues/637
[]
PrimeF
2
JaidedAI/EasyOCR
machine-learning
356
Orientation of detection outputs
It would be nice to return the orientation of the detection bounds. Currently I don't seem to find whether this is supported or not. But given that I could present an image and it will by default will be tested for [90, 180, 270] rotations for OCR I would need the best matching degree for which the detections are prese...
closed
2021-01-27T13:16:08Z
2021-01-28T07:59:59Z
https://github.com/JaidedAI/EasyOCR/issues/356
[]
qbeer
1
jupyter/nbviewer
jupyter
420
display-mode ($$ ... $$) equations in nbviewer
At the top of [this Matrix-multiplication-experiments.ipynb notebook](http://nbviewer.ipython.org/url/math.mit.edu/~stevenj/18.335/Matrix-multiplication-experiments.ipynb), the first markdown cell uses a "display-mode" LaTeX equation delimited by `$$ .... $$` (as opposed to inline equations `$ ... $`). It renders fine...
closed
2015-03-06T17:02:09Z
2015-03-25T12:28:43Z
https://github.com/jupyter/nbviewer/issues/420
[ "tag:Upstream" ]
stevengj
10
mirumee/ariadne-codegen
graphql
2
Create basic command script
We need `setup.py` that adds `graphql-sdk-gen` do shell commands when ran (like how django adds `django-admin`). Script should use [click](https://click.palletsprojects.com/en/8.1.x/). For starters this script can print "hello world!" and version number when called with `--version` arg.
closed
2022-09-16T12:58:19Z
2022-09-20T15:11:59Z
https://github.com/mirumee/ariadne-codegen/issues/2
[ "roadmap" ]
rafalp
0
iperov/DeepFaceLab
deep-learning
527
settings for highend workstations
Hi :) i found 2 settings (converter and extraction) which doubles the speed on my system. could u do a list which settings i can change to use the fuul power? one i found was the used cores in the converter file and the extraction file. Converting increased from 2.5 it/s to over 5 it/s. I know, u have to set the...
closed
2019-12-23T13:44:28Z
2020-03-10T11:44:23Z
https://github.com/iperov/DeepFaceLab/issues/527
[]
blanuk
1
mirumee/ariadne
api
1,014
GraphQLEnumType.values dict type is Dict[str, GraphQLEnumValue]
We don't respect this in our implementation. For example `set_default_enum_values`: ```python for key in graphql_type.values: if graphql_type.values[key].value is None: graphql_type.values[key].value = key # key should be wrapped in `GraphQLEnumValue` ```
closed
2023-01-26T18:57:46Z
2024-01-23T18:05:16Z
https://github.com/mirumee/ariadne/issues/1014
[ "enhancement", "help wanted", "roadmap" ]
rafalp
1
trevorstephens/gplearn
scikit-learn
8
Broken Pipe Issue
When fitting large datasets, frequently errors related to broken pipes occur. I have not yet been able to consistently reproduce the error but my dataset characteristics are listed below: - number of rows: 143,000 - number of columns: 160 The gplearn configuration is as follows: ``` gp = SymbolicTransformer(metri...
closed
2016-03-05T13:49:59Z
2016-09-10T19:10:50Z
https://github.com/trevorstephens/gplearn/issues/8
[ "bug" ]
ericbroda
2
koxudaxi/datamodel-code-generator
pydantic
1,545
Incorrect model output for JSON Schemas with nested arrays and `--field-constraints`
**Describe the bug** - Running dmcg with `--field-constraints` on JSON Schema with nested arrays produces incorrect output for all model types - Nested type information is lost, and replaced with `typing.Any` **To Reproduce** Example schema: ```json { "type": "object", "properties": { "a": { ...
open
2023-09-12T19:08:47Z
2023-10-04T17:30:01Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1545
[ "enhancement" ]
kylebebak
0
3b1b/manim
python
1,763
[Error] Simple brace on part of MathTex doesn't work {list index out of range}
### Describe the error <!-- A clear and concise description of what you want to make. --> I do have some MathTex: `totalPointsWithConditionThree = MathTex(r"p_{1} = matrix[i][j_{0}]", r"+ matrix[i + 1][j_{1}]", r"- |j_{1} - j_{0}|", r"+ matrix[i + 2][j_{2}]", r"- |j_{2} - j{1}|", r"+ ... + matrix[m - 1][j_{m - 1}]...
closed
2022-03-20T11:06:46Z
2022-03-20T11:10:18Z
https://github.com/3b1b/manim/issues/1763
[]
Rassska
1
darrenburns/posting
rest-api
234
Support cURL -b (cookies) when pasting cURL command
When copying a network call from the Chrome Dev Console, cookies are included as a `-b` parameter on the generated cURL command. This may be a part of more general cookie support on the roadmap, but it's definitely necessary for a lot of network requests from the browser.
open
2025-03-18T15:44:04Z
2025-03-18T15:44:04Z
https://github.com/darrenburns/posting/issues/234
[]
markphilpot
0
mirumee/ariadne
api
876
The `purge_schema_directives` function chokes on the `repeatable` keyword
An example of standard Apollo directive that uses `repeatable` is `@tag`, which has the following definition (in Federation v1): ``` directive @tag(name: String!) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION ``` The `@tag` directive can be [applied to more parts of the schema in Federation v2](ht...
closed
2022-06-08T16:45:19Z
2022-12-08T17:15:04Z
https://github.com/mirumee/ariadne/issues/876
[ "help wanted" ]
dchambers
2
pallets-eco/flask-wtf
flask
561
flask_wtf no longer compatible with flask 2.3.0
Problem: flask_wtf's `__init__` imports recaptcha, which in its `__init__` imports fields, which in turn imports widgets, where the line `from flask import Markup` raises an ImportError. According to the changelog in flask 2.3.0 this is only only deprecated, but apparently it is actually a breaking change To re...
closed
2023-04-25T19:17:17Z
2023-08-05T00:55:03Z
https://github.com/pallets-eco/flask-wtf/issues/561
[]
djundjila
2
scikit-multilearn/scikit-multilearn
scikit-learn
196
MLTSVM().fit() cannot take numpy.array inputs
It looks like the implementation only works with sparse matrices. Line 114 of mltsvm.py uses attribute 'A'. This is only compatible with sparse matrices.
open
2020-01-03T05:25:35Z
2024-09-02T15:09:08Z
https://github.com/scikit-multilearn/scikit-multilearn/issues/196
[]
TrungNg
1
Lightning-AI/pytorch-lightning
machine-learning
19,827
OnExceptionCheckpoint: training resumes if ckpt found, even if no ckpt_path provided
### Bug description - The [documentation of `Trainer.fit`](https://lightning.ai/docs/pytorch/stable/common/trainer.html#fit) states training will only be resumed if `ckpt_path` is provided. - The [documenation of `OnExceptionCheckpoint`](https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.callbacks.OnExcep...
open
2024-04-29T23:51:34Z
2024-04-29T23:51:34Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19827
[ "bug", "needs triage" ]
brijow
0
iperov/DeepFaceLab
deep-learning
811
[Feature]: Last Compatible Version Identification
Different versions _add/remove_ features and cause _incompatibilities_ with _previous_ versions of trained _data/setttings_, Also, different versions change the way it is used, e.g. different versions have different script files (added/removed/renamed), and also require different input. Need a way to report the ...
open
2020-07-04T01:11:11Z
2020-07-04T01:11:11Z
https://github.com/iperov/DeepFaceLab/issues/811
[]
HotDenim
0
joouha/euporie
jupyter
61
Key bindings in tmux
Hi! Excellent tool! I use Alacritty as my terminal (works perfectly) by setting the correct keybindings. However, I'm unable to get it to work in tmux (with extended-keys on etc). My workaround is enable support with (https://github.com/tmux/tmux/wiki/Modifier-Keys#extended-keys): printf '\033[>4;1m'...
closed
2023-02-02T22:02:56Z
2023-03-22T10:01:09Z
https://github.com/joouha/euporie/issues/61
[]
isaksamsten
3
django-oscar/django-oscar
django
4,200
Forking Checkout and Shipping Apps for Shipping Method.
Found a bug? Please fill out the sections below. No bugs,. ### Issue Summary Adding Shipping methods is still skipping the stage during checkout. Moves from Shipping address to Payment Method, skips shipping method entirely. A summary of the issue. I am trying to create 3 options for the shipping method, 1 which i...
open
2023-11-04T05:24:37Z
2024-04-08T10:11:48Z
https://github.com/django-oscar/django-oscar/issues/4200
[]
MichaelSulubani
1
indico/indico
sqlalchemy
6,443
Room Booking: Possibility to auto-cancel bookings in case of no-show / no check-in
**Is your feature request related to a problem? Please describe.** When administrating meeting rooms and conference rooms with Indico with high user congestions, a "no-show" necessarily means that a room may be booked but stay empty (e.g. the user may have forgotten to cancel the booking or maybe just the individual d...
open
2024-07-18T13:21:41Z
2024-07-18T13:21:41Z
https://github.com/indico/indico/issues/6443
[ "enhancement" ]
olifre
0
strawberry-graphql/strawberry
asyncio
2,812
TypeError: The description of the enum value must be a string when using django gettext_lazy inside choice description
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## TypeError: The description of the enum value mu...
open
2023-06-05T15:12:10Z
2025-03-20T15:56:12Z
https://github.com/strawberry-graphql/strawberry/issues/2812
[ "bug" ]
NwawelAIroume
0
bmoscon/cryptofeed
asyncio
811
Where to config the secret keys?
Sry, I've not found where to config the secret keys of exchanges. As a result, the requests failed. Who can give me a hint? Many Thanks!
closed
2022-03-24T11:12:54Z
2022-03-24T23:51:06Z
https://github.com/bmoscon/cryptofeed/issues/811
[ "question" ]
HedgeSage
1
ymcui/Chinese-BERT-wwm
nlp
177
rbt4没有使用mlm继续预训练微调吗
在自己的语料上 rbt4 mlm准确率0.06 roberta mlm准确率0.54+
closed
2021-03-22T08:34:42Z
2021-03-30T09:32:32Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/177
[ "stale" ]
SysuCharon
2
python-gino/gino
sqlalchemy
84
Manage local storage inherit behavior
Hello! Is there a reason to do `task.task_local = get_local() or {}` instead of just `task.task_local = {}`? Because now if you spawn a task inside of another task, you get the same local context for both tasks ant this may cause very strange errors.
closed
2017-10-10T14:28:19Z
2019-10-23T16:08:14Z
https://github.com/python-gino/gino/issues/84
[ "bug" ]
AmatanHead
18
yinkaisheng/Python-UIAutomation-for-Windows
automation
165
请问如何注册事件?
请问如何注册事件?比如QQ的新消息
open
2021-06-04T08:56:19Z
2021-06-11T02:41:35Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/165
[ "question" ]
jupiter2014
1
syrupy-project/syrupy
pytest
555
Give custom name to image snapshot file
Hello I have some tests where I need to generate multiple snapshot images in the same test. Is it possible to provide the target snapshot name file to `snapshot` when asserting the images are equal ? My use case: ```py from syrupy.extensions.image import PNGImageSnapshotExtension import base64 import pyte...
closed
2021-10-07T14:35:03Z
2021-11-03T14:20:00Z
https://github.com/syrupy-project/syrupy/issues/555
[ "feature request", "released" ]
obendidi
7
noirbizarre/flask-restplus
api
601
How do I get back the value of a response in a post request?
I have a login route that returns a jwt, ``` auth_api = Api(auth_bp) parser = auth_api.parser() auth = auth_api.model('Auth', { 'email': fields.String(required=True, description='Email'), 'password': fields.String(required=True, description='Password'), }) parser.add_argument('email', type=str, requir...
open
2019-03-05T18:20:48Z
2019-03-27T09:32:20Z
https://github.com/noirbizarre/flask-restplus/issues/601
[ "Needed: Feedback" ]
spitfiredd
4
coleifer/sqlite-web
flask
25
Creating Table in sqlite-web browser and BOOL data type is returning INTEGER
When creating tables in sqlite_web browser, I am running into trouble when trying to set the data type of a given field to `BOOL`; it instead returns `INTEGER`. The bottom three key-value pairs are supposed to be a `BOOL` (see image): ![image](https://cloud.githubusercontent.com/assets/14811476/20010585/9b996406-a27...
closed
2016-11-04T15:30:11Z
2016-11-04T20:25:49Z
https://github.com/coleifer/sqlite-web/issues/25
[]
victordomin
2
ultralytics/ultralytics
pytorch
19,605
I am consistently getting this error: torch.cat() is getting an empty list of Tensors
While training my model with YOLO11n, using my dataset, I run into this error after the first epoch: RuntimeError: torch.cat(): expected a non-empty list of Tensors This is my code to train the model: from ultralytics import YOLO Load a COCO-pretrained YOLO11n model model = YOLO("yolo11n.pt") Train the model on ou...
open
2025-03-10T00:22:49Z
2025-03-11T17:37:44Z
https://github.com/ultralytics/ultralytics/issues/19605
[ "bug", "question" ]
Agent-Gree
5
DistrictDataLabs/yellowbrick
matplotlib
365
Probability Calibration Curve
When performing classification one often wants to predict not only the class label but also the associated probability to give a level of confidence in the prediction. The `sklearn.metrics.calibration_curve` method returns true and predicted probabilities that can be visualized across multiple models to make the best m...
open
2018-03-24T02:23:11Z
2021-09-25T17:13:52Z
https://github.com/DistrictDataLabs/yellowbrick/issues/365
[ "type: feature", "level: novice" ]
bbengfort
12
errbotio/errbot
automation
1,109
Errbot Import error on the class same package with module
### I am. * [ ] Reporting a bug * [ ] Suggesting a new feature * [ ] Requesting help with running my bot * [x ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version:5.1.2 * OS version: Debian 8 * Python version: 3.6 * Using a virtual environment: yes ##...
closed
2017-10-02T11:08:11Z
2020-02-23T04:26:25Z
https://github.com/errbotio/errbot/issues/1109
[ "type: documentation" ]
aliaramli
12
docarray/docarray
fastapi
1,195
Incorrect type hint for `value` in `Url.validate()`
Currently the type hint for `value` in `.validate()` of the url classes is `value: Union[T, np.ndarray, Any]`. It should be `value: Union[T, str, Any]` though, since we actually expect a string here, not a numpy array. This is the case for: - `AudioUrl` - `AnyUrl` - `ImageUrl` - `VideoUrl` - `Url3D`
closed
2023-03-01T11:09:27Z
2023-03-13T10:55:42Z
https://github.com/docarray/docarray/issues/1195
[ "good-first-issue" ]
anna-charlotte
2
onnx/onnxmltools
scikit-learn
583
get rid of `pickle` and `eval`
`pickle` and `eval` are security issues and should not be used. If a usernis OK with them, he must call them themselves.
closed
2022-09-16T10:20:28Z
2023-07-28T12:25:27Z
https://github.com/onnx/onnxmltools/issues/583
[]
KOLANICH
5
marcomusy/vedo
numpy
478
Overlay a network over voronoi testellation
Hi @marcomusy, I would like to create a geometry like the following in vedo. [source](https://hatarilabs.com/ih-en/tutorial-to-create-a-geospatial-voronoi-sh-mesh-with-python-scipy-and-geopandas) ![image](https://user-images.githubusercontent.com/29662579/136667355-f8895bb1-6641-438d-aa73-cc743470911c.png) Fo...
closed
2021-10-09T17:09:37Z
2021-11-11T11:09:47Z
https://github.com/marcomusy/vedo/issues/478
[]
DeepaMahm
10
keras-team/keras
deep-learning
20,420
keras.src vs keras.api design question
This is more of a question for me to better understand the codebase. Working on #20399 , I realised since there's a distinction between `keras.src` and `keras.api` (which is exposed as `keras` in the end), makes it impossible to do certain things. For instance, if you want to typehint an input as `keras.Model`, t...
closed
2024-10-28T09:17:36Z
2025-03-13T03:10:09Z
https://github.com/keras-team/keras/issues/20420
[ "type:support" ]
adrinjalali
7
xlwings/xlwings
automation
1,592
add support for mybook.refresh_all()
https://docs.microsoft.com/en-us/office/vba/api/excel.workbook.refreshall
open
2021-05-17T08:30:28Z
2024-11-27T16:57:01Z
https://github.com/xlwings/xlwings/issues/1592
[ "enhancement" ]
fzumstein
9
clovaai/donut
computer-vision
99
Questions for DocVQA
Suppose I want to do some VQA on bank statements. Can I directly use donut-base-finetuned-docvqa for this task? If not, should I use donut-base or donut-base-finetuned-docvqa for fine tuning? Can you share some ground truth examples for DocVQA Task1? Something similar to the ones shown in https://huggingface.co/dat...
open
2022-11-30T20:59:55Z
2023-01-07T13:28:52Z
https://github.com/clovaai/donut/issues/99
[]
htcml
1
harry0703/MoneyPrinterTurbo
automation
207
为什么我部署完运行之后不显示呢?
![WX20240409-141822](https://github.com/harry0703/MoneyPrinterTurbo/assets/154891002/024913e4-ee12-4cd2-8bcf-67b260fbcdeb) 都已经部署完了,运行之后就是打不开!
closed
2024-04-09T06:19:55Z
2024-04-10T02:16:07Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/207
[]
lkmufan
1
autogluon/autogluon
scikit-learn
4,457
[BUG] refit_every_n_windows doesn't reduce training time for long time series
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [x] I confirmed bug exists on the latest mainline of AutoGluon via s...
open
2024-09-06T13:37:42Z
2025-01-06T10:32:15Z
https://github.com/autogluon/autogluon/issues/4457
[ "bug: unconfirmed", "Needs Triage", "module: timeseries" ]
loek-scholt
1
graphistry/pygraphistry
pandas
475
[BUG] donations demo fails midway
More merge branch testing: 1. umap() calls print memoization failure warnings Ex: ```python g = graphistry.nodes(ndf).bind(point_title='Category') g2 = g.umap(X=['Why?'], y = ['Category'], min_words=50000, # encode as topic model by setting min_words high n_topics_target=4, # tur...
closed
2023-05-01T06:21:32Z
2023-05-26T23:29:48Z
https://github.com/graphistry/pygraphistry/issues/475
[ "bug" ]
lmeyerov
12
Lightning-AI/pytorch-lightning
data-science
19,920
The training process will stop unexpectedly
### Bug description It seems to be caused by using callback or logger recording in multiple processes? ### What version are you seeing the problem on? v2.2 ### How to reproduce the bug _No response_ ### Error messages and logs ```shell Traceback (most recent call last): File "/home/username/.conda/envs/envna...
open
2024-05-30T03:03:11Z
2024-06-02T13:39:46Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19920
[ "bug", "needs triage", "repro needed" ]
5huanghuai
1
facebookresearch/fairseq
pytorch
5,052
I cant install fairseq on Windows 11.
## 🐛 Bug my PC is running windows11 with gcc and python3.10. when i try to install fairseq, some errr occured. ### To Reproduce E:\vscode1\VC\Tools\MSVC\14.35.32215\include\yvals.h(17): fatal error C1083: 无法打开包括文件: “crtdbg.h”: No such file or directory error: command 'E:\\vscode1\\VC\\Tools\\MSVC...
closed
2023-04-03T07:25:58Z
2023-08-28T12:41:28Z
https://github.com/facebookresearch/fairseq/issues/5052
[ "bug", "needs triage" ]
glowingstone124
2
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
684
pix2pix need the absolute paired image?
I find the code with default parse, the load_size is 286 and the crop_size is 256, the preprocess is resize_and_crop. So how to ensure the paired image after crop also matched each other ? or we just resize the pair all to 256 and train , hope to your replay.
closed
2019-06-25T13:14:40Z
2019-06-26T03:14:55Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/684
[]
wadesunyang
2
deeppavlov/DeepPavlov
nlp
1,088
Телеграм бот
Из туториала создания простого бота не понял для чего нужны файлы validation/test (assistant-val.json and assistant-tst.json), если по шаблонам и тренировкам все ясно, то с этими у меня возникли вопросы. Как их заполнять в зависимости от задачи, что там происходит?
closed
2019-11-30T19:32:13Z
2019-12-05T16:25:45Z
https://github.com/deeppavlov/DeepPavlov/issues/1088
[]
Elfreezy
1
pytest-dev/pytest-html
pytest
736
TypeError: sequence item 0: expected str instance, div found
INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/scm/project/.env/lib/python3.10/site-packages/_pytest/main.py", line 271, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> File "/home/scm/project/.env/lib/python3.10/site-packages/_pytes...
closed
2023-09-14T07:20:29Z
2023-09-20T01:27:30Z
https://github.com/pytest-dev/pytest-html/issues/736
[]
shaobo-zhang-senscomm
4
predict-idlab/plotly-resampler
data-visualization
115
After upgrading from 0.3 to 0.8.1, one of my notebook cells with resampler runs indefinitely
I have several figures in a notebook. All other figures plot correctly and I can wrap PlotlyResampler around and show them. However, one particular figure plots just fine, but when I wrap it in PlotlyResampler my cell keeps running indefinitely. This unfortunately blocks my update to 0.8.1. Do you have any idea @jonasv...
closed
2022-08-25T12:15:47Z
2022-12-02T11:21:01Z
https://github.com/predict-idlab/plotly-resampler/issues/115
[]
Alexander-Serov
25
strawberry-graphql/strawberry
graphql
3,536
field level relay results limit
## Feature Request Type - [ ] Core functionality - [x] Alteration (enhancement/optimization) of existing feature(s) - [x] New behavior ## Description ### Current: The maximum of returned results for a relay connection defaults to 100 and can be changed by a schema wide setting: https://github.com/strawb...
open
2024-06-08T14:45:40Z
2025-03-20T15:56:45Z
https://github.com/strawberry-graphql/strawberry/issues/3536
[]
Eraldo
5
pytest-dev/pytest-xdist
pytest
258
404 links in OVERVIEW.md
https://github.com/pytest-dev/pytest-xdist/blob/master/OVERVIEW.md links to: > [execnet](http://codespeak.net/execnet/) and its [gateways](http://codespeak.net/execnet/basics.html#gateways-bootstrapping-python-interpreters) Both of which are 404. codespeak.net is @hpk42's site. The pages should be fixed on cod...
closed
2017-12-21T09:18:40Z
2018-01-21T05:54:30Z
https://github.com/pytest-dev/pytest-xdist/issues/258
[]
hugovk
1
SciTools/cartopy
matplotlib
2,216
Packaging dependency requirement
### Description `packaging` is only listed as a test dependency, but we are now version gating in the main importable code section. We should either figure out a different way to do the version checks within the code or add it as a primary dependency. ping @rcomer it looks like this came in these two PRs: #2213, ...
closed
2023-07-17T13:47:36Z
2023-08-01T03:46:58Z
https://github.com/SciTools/cartopy/issues/2216
[ "Component: installation" ]
greglucas
4
pytorch/vision
computer-vision
8,244
Yolo v8 model
### 🚀 The feature Pre-trained models of the YOLO family ### Motivation, pitch I would like to be able to use pre-trained models of the YOLO family to further train them on my own small dataset, yolo is much faster than RetinaNet ### Alternatives _No response_ ### Additional context _No response_
open
2024-02-01T12:08:53Z
2024-02-01T12:08:53Z
https://github.com/pytorch/vision/issues/8244
[]
ksv87
0
zappa/Zappa
django
1,068
`zappa invoke --no-color` should decode result before printing
<!--- Provide a general summary of the issue in the Title above --> Currently, when using the `zappa invoke` or `zappa manage` CLI tools with the `--no-color` argument, Zappa directly prints the result of base64-decoding the [`LogResult`](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html#API_Invoke_Response...
closed
2021-11-08T17:25:57Z
2021-11-22T21:47:07Z
https://github.com/zappa/Zappa/issues/1068
[]
rolandcrosby-check
0
inducer/pudb
pytest
539
Add --config to use customize configuration file
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** ```bash $ pudb3 --help usage: pudb3 [options] [-m] SCRIPT-OR-MODULE-TO-RUN [SCRIPT_ARGS] positional arguments: script_args Arguments to pass to script or module optional arguments: -...
open
2022-07-30T12:21:48Z
2022-08-08T16:47:45Z
https://github.com/inducer/pudb/issues/539
[ "enhancement" ]
Freed-Wu
2
horovod/horovod
machine-learning
3,918
Building wheel for horovod (setup.py) ... error
**Environment:** 1. Framework: TensorFlow 2. Framework version: 2.12.0 3. Horovod version: horovod-0.27.0 4. MPI version: openmpi-4.1.5 5. CUDA version: 11.8 6. NCCL version: ![image](https://user-images.githubusercontent.com/70320549/237003435-b9fa802a-5268-41b0-944a-b6899cc557c3.png) 7. Python version: 3.9...
open
2023-05-09T05:57:44Z
2024-07-09T20:25:00Z
https://github.com/horovod/horovod/issues/3918
[ "bug" ]
JJDawn
3
tfranzel/drf-spectacular
rest-api
838
Token is sent in the header, not in the cookie
**Describe the bug** I'm using a custom JWT authentication sent in a cookie. When I authorize using the green button in the swagger-generated API, the authorization token is sent in the header, not in the cookie. **To Reproduce** ``` class JWTCookieAuthenticationScheme(OpenApiAuthenticationExtension): name ...
closed
2022-10-24T07:34:07Z
2022-11-21T16:31:19Z
https://github.com/tfranzel/drf-spectacular/issues/838
[]
KarolBorkowski
2
K3D-tools/K3D-jupyter
jupyter
66
Problem while drawing single point
A single k3d.points() object is not drawn properly if only one position is given instead of a list of positions. That caused sierpinski3d sample fail
closed
2017-10-05T23:45:14Z
2017-10-20T13:16:12Z
https://github.com/K3D-tools/K3D-jupyter/issues/66
[]
Kotrix
2