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
katanaml/sparrow
computer-vision
29
Random prediction and wrong prediction in repeated characters
Hello, I have trained a donut base model on our custom dataset, which consists of a total of 12,480 images. I then fine-tuned this base model with default parameters. During the analysis of predictions, I observed certain patterns in the JSON output. Specifically, when similar keys appear almost simultaneously, t...
closed
2023-11-07T18:51:32Z
2023-11-07T18:59:18Z
https://github.com/katanaml/sparrow/issues/29
[]
Asha-12502
1
graphql-python/graphene
graphql
870
Resolver Not Receiving Arguments when Nested
I have a list of classes stored in memory that I am trying to parse through various types. It is referenced through the method `get_inventory()`. When I call the classes individually, they resolve as I would expect. But when I try to nest one in the other, the value is returning null. The code, followed by som...
closed
2018-11-26T18:56:26Z
2019-08-05T21:18:01Z
https://github.com/graphql-python/graphene/issues/870
[ "wontfix", "👀 more info needed" ]
getglad
5
mwouts/itables
jupyter
328
2 Problems with SearchPanes
In this code , there are 2 problems : 1. 'Header of the column is not shown without a reset_index() 2. Only the first column appears in the searchPanes although 3 are asked. Can someone help me please ? Thanks I tried the most recent version and version 2.0 of itables import itables from itables.sample_d...
closed
2024-10-21T11:56:10Z
2024-11-02T22:38:50Z
https://github.com/mwouts/itables/issues/328
[]
tomnobelsAM
2
sgl-project/sglang
pytorch
3,802
[Feature] SGlang_router start with healthy given worker_urls
### Checklist - [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [x] 2. Please use English, otherwise it will be closed. ### Motivation the router start fails if not all the given ...
open
2025-02-24T03:36:18Z
2025-03-20T09:31:30Z
https://github.com/sgl-project/sglang/issues/3802
[]
slr1997
2
seleniumbase/SeleniumBase
web-scraping
3,284
dublicate url when using sb.open in cycle
https://www.sofascore.comhttps//www.sofascore.com/ru/football/match/pharco-fc-enppi/owrsdJWb#id:13015449 getting like this when using def get_games_info(self, links): games_info = [] for link in links: self.sb.open(link) time.sleep(1)
closed
2024-11-22T17:09:30Z
2024-11-22T17:55:42Z
https://github.com/seleniumbase/SeleniumBase/issues/3284
[ "invalid" ]
SenseiSol
1
matplotlib/cheatsheets
matplotlib
16
Image for "Basic plots - plot" should hint at markers
Currently the image is just sine line, which could trick users in thinking that `plot` is for lines and `scatter` is for markers. ![grafik](https://user-images.githubusercontent.com/2836374/86639818-dde80400-bfd9-11ea-92df-39921907cf84.png) I propose to additionally show another set of values with markers, e.g....
open
2020-07-06T20:42:10Z
2020-07-07T20:26:42Z
https://github.com/matplotlib/cheatsheets/issues/16
[]
timhoffm
9
sqlalchemy/sqlalchemy
sqlalchemy
11,282
Unable to close a connection
### Describe the bug when using the method .close() in my code (on **sqlalchemy.engine.base.Connection** object), and then checking the connections in the container, I still see the connection. <img width="641" alt="image" src="https://github.com/sqlalchemy/sqlalchemy/assets/102469772/ecd2d3e7-0e8d-4a21-b3a3-09219872...
closed
2024-04-17T13:09:27Z
2024-04-17T17:16:22Z
https://github.com/sqlalchemy/sqlalchemy/issues/11282
[]
rshunim
0
Neoteroi/BlackSheep
asyncio
218
docs: Error in `dispose_http_client`
**Describe the bug** A description of what the bug is, possibly including how to reproduce it. How it should be: ```diff async def dispose_http_client(app): - http_client = app.services.get(ClientSession) # obtain the http client + http_client = app.service_provider.get(ClientSession) # obtain the http clie...
closed
2021-12-15T14:45:11Z
2021-12-15T18:50:58Z
https://github.com/Neoteroi/BlackSheep/issues/218
[]
q0w
2
mckinsey/vizro
plotly
566
How to make an editable table/Ag Grid be the source for a chart/figure
Hello all 👋 , based on a recent user question I wanted to show how one can make an editable table power a graph. The original request was: > I would like to create a Table in my dashboard (in default blank) that allows the user to input values (the index are dates). Once clicking on a "Save" button, the data is ...
open
2024-07-04T12:44:10Z
2024-07-08T15:03:27Z
https://github.com/mckinsey/vizro/issues/566
[ "General Question :question:" ]
maxschulz-COL
0
dgtlmoon/changedetection.io
web-scraping
2,935
Resetting of watch group tab selection when interacting with UI.
**Describe the bug** Resetting of watch group tab selection when interacting with UI. **Version** 0.49.0 **How did you install?** pip **To Reproduce** You already fixed couple of UI actions reseting tab selection here https://github.com/dgtlmoon/changedetection.io/issues/2785 (big thank you for that!!!) There are c...
open
2025-01-29T01:01:13Z
2025-01-30T14:54:53Z
https://github.com/dgtlmoon/changedetection.io/issues/2935
[ "user-interface", "triage" ]
gety9
3
littlecodersh/ItChat
api
973
微信机器人
open
2022-12-10T17:19:48Z
2022-12-10T17:19:48Z
https://github.com/littlecodersh/ItChat/issues/973
[]
oucos
0
xonsh/xonsh
data-science
5,623
[docs] Cli command examples in guides should be fully copy&pasteable, i.e., without @
## Current Behavior You can't copy&paste a line from a guide and run it, but need to cleanup `@` symbol For example > We suggest using the branchname:: `@ cp TEMPLATE.rst branch.rst` When triple-clicking it on https://xon.sh/devguide.html you get `@` Interestingly enough, the front page https://xon.sh seem...
open
2024-07-23T04:57:22Z
2024-07-23T11:25:46Z
https://github.com/xonsh/xonsh/issues/5623
[ "docs" ]
eugenesvk
0
microsoft/nni
tensorflow
5,720
NNI is starting, it's time to run an epoch but there's no value in the page?
**Describe the issue**: it's time to run an epoch but there's no value in the page? **Environment**: - NNI version:2.5 - Training service (local|remote|pai|aml|etc):local - Client OS:Win10 - Server OS (for remote mode only): - Python version: 3.7 - PyTorch/TensorFlow version:PyTorch - Is conda/virtualenv/v...
open
2023-12-10T11:22:42Z
2023-12-10T11:22:42Z
https://github.com/microsoft/nni/issues/5720
[]
yao-ao
0
jmcnamara/XlsxWriter
pandas
313
Minor gridlines in scatter chart do not support log_base
I am trying to set Y in log base 10 with minor gridlines. If I add minor gridlines the log_base category do not work anymore: ``` chart.set_y_axis({ 'minor_gridlines': { 'visible': True, 'line': {'width': 1.25, 'dash_type': 'solid'}, 'log_base' : 10 }, }) chart.set_y_axis({'log_base': 1...
closed
2015-11-10T07:52:36Z
2015-11-17T08:04:44Z
https://github.com/jmcnamara/XlsxWriter/issues/313
[ "question", "ready to close" ]
MichalMisiaszek
2
igorbenav/fastcrud
pydantic
209
[Bug / Skill Issue] many to many relationship
**Describe the bug or question** I would like to have a class for the Assosciate table that references the ids, from 2 other tables as Foreign Keys and make the records in there to be deleted when one of the referred objects gets deleted (cascade). **To Reproduce** Please provide a self-contained, minimal, and reprodu...
closed
2025-03-18T20:34:45Z
2025-03-18T22:45:46Z
https://github.com/igorbenav/fastcrud/issues/209
[]
maktowon
1
dynaconf/dynaconf
flask
1,075
[CI] Update codecov configuration file
I've closed #990 but forget to create an issue about the codecov configuration issue. Apparently, we should have a `coverage.yml` file for the Codecov app/github-action, but I'm not sure how this will go with local coverage reports, which seems to use `.coveragerc`. This require a little investigation. The goal ...
open
2024-03-06T12:42:47Z
2024-03-06T12:42:48Z
https://github.com/dynaconf/dynaconf/issues/1075
[ "enhancement", "CI" ]
pedro-psb
0
noirbizarre/flask-restplus
flask
54
No way to configure .../swagger.json to go over HTTPS?
Hello, I have an application deployed using Flask-RESTPlus. Everything works nicely when it goes over http, but soon as I switch to https, it can't load the swagger.json because it is making requests to http://host/swagger.json and not https://host/swagger.json The endpoints are registered properly with blueprints, b...
closed
2015-06-25T17:54:24Z
2022-01-05T01:52:28Z
https://github.com/noirbizarre/flask-restplus/issues/54
[]
Iulian7
11
zappa/Zappa
django
526
[Migrated] Deployed flask endpoint not working: [run_wsgi_app TypeError: 'NoneType' object is not callable] App function file missing in Lamda zip package
Originally from: https://github.com/Miserlou/Zappa/issues/1396 by [NakedKoala](https://github.com/NakedKoala) ## Context I am trying to deploy my deep learning model to lambda. The entire deployment package is over 1 GB. I am using slim-handler. The app function file looks like this: ``` import logging fro...
closed
2021-02-20T09:43:57Z
2022-07-16T07:15:31Z
https://github.com/zappa/Zappa/issues/526
[]
jneves
1
coleifer/sqlite-web
flask
24
UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)
classic unicode issue, please fix, thanks
closed
2016-09-13T09:58:41Z
2016-09-17T17:45:05Z
https://github.com/coleifer/sqlite-web/issues/24
[]
hugowan
7
vllm-project/vllm
pytorch
15,217
[Bug]: RuntimeError: please ensure that world_size (2) is less than than max local gpu count (1)
### Your current environment ```text Collecting environment information... PyTorch version: 2.7.0a0+git6c0e746 Is debug build: False CUDA used to build PyTorch: N/A ROCM used to build PyTorch: 6.3.42133-1b9c17779 OS: Ubuntu 22.04.5 LTS (x86_64) GCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Clang version: 18.0.0g...
open
2025-03-20T12:44:35Z
2025-03-20T12:44:35Z
https://github.com/vllm-project/vllm/issues/15217
[ "bug" ]
chn-lee-yumi
0
plotly/dash
plotly
3,201
Typescript Components which have props with hyphens generate a syntax error in Python
When converting components which have props containing a hyphen, e.g. "aria-expanded", the generated Python class has "area-expander" in its parameters, which throws an invalid syntax error. ``` def __init__(self, children=None, value=Component.REQUIRED, aria-expanded=Component.UNDEFINED, **kwargs): self....
open
2024-04-29T16:16:12Z
2025-03-07T14:15:49Z
https://github.com/plotly/dash/issues/3201
[]
tsveti22
0
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,342
Wizard cannot be completed
When reinstalling, the wizard starts as usual. Unfortunately, it does not continue at step 5, the confirmation of the license. When pressing the "continue" button nothing happens and no error is displayed. We have tested it on different systems and with different browsers - unfortunately without any result. We trie...
closed
2023-02-03T13:58:36Z
2023-02-06T08:37:48Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3342
[]
stefan-h3
2
serengil/deepface
machine-learning
1,323
[FEATURE]: support pipx install on Ubuntu 24.04, fails with "ValueError: You have tensorflow 2.17.0 and this requires tf-keras package. Please run `pip install tf-keras` or downgrade your tensorflow"
### Description It would be good if `pipx install` worked for Ubuntu 24.04: ``` pipx install deepface==0.0.93 ``` but then: ``` deepface help ``` blows up with: ``` 2024-08-27_21-42-31@ciro@ciro-p14s$ deepface help ...
closed
2024-08-27T20:46:13Z
2024-10-22T17:04:49Z
https://github.com/serengil/deepface/issues/1323
[ "enhancement", "dependencies" ]
cirosantilli
2
flairNLP/flair
nlp
3,081
[Question]: Combining BERT & Flair
### Question Hey, I have some questions regarding the [following tutorial](https://github.com/flairNLP/flair/blob/master/resources/docs/TUTORIAL_4_ELMO_BERT_FLAIR_EMBEDDING.md) for creating a multi-lingual Flair Stacked embedding model that combines Flair Embeddings & BERT. https://github.com/flairNLP/flair/blob/...
closed
2023-02-06T07:25:35Z
2023-02-07T17:31:38Z
https://github.com/flairNLP/flair/issues/3081
[ "question" ]
Guust-Franssens
1
xlwings/xlwings
automation
1,777
Unable to include Image comment in xlwings
#### OS (e.g. Windows 10 or macOS Sierra) Windows 10 #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) 0.24.9, Office 2019 and Python 3.9.7 #### Describe your issue (incl. Traceback!) I unable to include image in XL comment. In Excel, if we follow the following steps we would abl...
open
2021-12-02T06:04:26Z
2022-02-01T13:26:50Z
https://github.com/xlwings/xlwings/issues/1777
[]
agrangaraj
1
pydantic/pydantic-ai
pydantic
1,143
Validation errors for _GeminiResponse
### Initial Checks - [x] I confirm that I'm using the latest version of Pydantic AI ### Description I get the below error when trying to run simple agent with Gemini provider: ``` lib/python3.11/site-packages/pydantic/type_adapter.py", line 468, in validate_json return self.validator.validate_json( ^^...
closed
2025-03-16T23:08:50Z
2025-03-17T09:49:05Z
https://github.com/pydantic/pydantic-ai/issues/1143
[ "bug" ]
torayeff
2
Lightning-AI/pytorch-lightning
data-science
20,110
CSV Logger acts weirdly in Callbacks
### Bug description I use CSV logger inside callbacks as the following ``` pl_module.log('epoch_throughput', throughput, on_epoch=True, logger=True, sync_dist=True, reduce_fx="sum") pl_module.log('epoch_time', epoch_time, logger=True, on_epoch=True, sync_dist=True) ``` When I use two callbacks to log data at the ...
open
2024-07-20T19:17:17Z
2024-07-20T19:17:31Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20110
[ "bug", "needs triage", "ver: 2.2.x" ]
oabuhamdan
0
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
4,154
Translation issue in "Revoke access"
### What version of GlobaLeaks are you using? 4.15.8 ### What browser(s) are you seeing the problem on? Microsoft Edge ### What operating system(s) are you seeing the problem on? Windows ### Describe the issue The "close" button in the Revoke Access window is forced to be in English in all language...
closed
2024-08-14T13:34:01Z
2024-09-06T16:37:48Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4154
[ "T: Bug", "C: Client" ]
evariitta
1
open-mmlab/mmdetection
pytorch
11,777
Is it possible to calculate a validation loss?
I want to conduct an experiment with an object detection model that I trained. My experiment is as follows: I want to understand a little more about the images in my test set. For this, I would like to obtain some individual metrics per image from the test dataset, in addition to getting the loss (validation) for each ...
open
2024-06-07T22:40:25Z
2024-06-07T22:43:20Z
https://github.com/open-mmlab/mmdetection/issues/11777
[]
psantiago-lsbd
0
tensorpack/tensorpack
tensorflow
876
Save Model
Hi, i have a question about TrainConfig. How to save model in specific steps rather than every epoch.
closed
2018-08-28T12:15:38Z
2018-09-06T20:06:40Z
https://github.com/tensorpack/tensorpack/issues/876
[ "usage" ]
lizaigaoge550
1
microsoft/unilm
nlp
724
Question about learning performance when finetuning LayoutLM V3 on PubLayNet-like dataset
I'm trying to finetune _LayoutLM V3_ [Base model](https://huggingface.co/microsoft/layoutlmv3-base) using the provided `dit/train_net.py` script on my own custom dataset that is similar to _PubLayNet_. The learning starts well but after reaching the first checkpoint (2000 iterations) and doing the first evaluation the ...
closed
2022-05-19T21:16:13Z
2022-05-23T03:18:37Z
https://github.com/microsoft/unilm/issues/724
[]
naourass
3
TencentARC/GFPGAN
deep-learning
290
Enhanced
open
2022-10-13T18:49:37Z
2022-10-13T18:49:37Z
https://github.com/TencentARC/GFPGAN/issues/290
[]
abhaydasah
0
vimalloc/flask-jwt-extended
flask
481
Refresh with cookies
I have a pretty standard refresh endpoint with the intent to create a new access token and set the new access token as a cookie. ```python @identity_bp.get('/refresh') @jwt_required(refresh=True) def refresh_token(): identity = get_jwt_identity() access_token = create_access_token(identity=identity) ...
closed
2022-06-02T03:01:40Z
2022-06-02T03:16:55Z
https://github.com/vimalloc/flask-jwt-extended/issues/481
[]
leelerm
2
piskvorky/gensim
machine-learning
3,368
CoherenceModel does not finish with computing
#### Problem description When computing coherence scores, it newer finishes with computing on a bit bigger dataset. Run the code below (with the provided dataset) to reproduce. #### Steps/code/corpus to reproduce ```python with open("coherence-bug.pkl", "rb") as f: model, tokens = pickle.load(f)...
closed
2022-07-25T07:23:04Z
2022-12-06T07:38:18Z
https://github.com/piskvorky/gensim/issues/3368
[ "bug", "difficulty easy", "impact HIGH", "reach LOW" ]
PrimozGodec
5
modoboa/modoboa
django
2,569
LDAP: password sync is broken
# Impacted versions * OS Type: Debian * OS Version: bullseye 11.4 * Database Type: MySQL / MariaDB * Database version: 10.5.15 * Modoboa: 2.0.1 * installer used: yes * Webserver: nginx # Steps to reproduce 1. have openldap / slapd installation (i can certainly get more info on this, but i was only tas...
closed
2022-07-21T18:00:13Z
2023-03-11T13:49:10Z
https://github.com/modoboa/modoboa/issues/2569
[ "feedback-needed", "stale" ]
elgarfo
7
davidsandberg/facenet
computer-vision
852
error when running Validate_on_lfw
I am new to the machine learning @davidsandberg I am trying to run the (Validate_on_lfw .py) in windows but i get this error: Model directory: pretrained_model Metagraph file: model-20180402-114759.meta Checkpoint file: model-20180402-114759.ckpt-275 Traceback (most recent call last): File "C:\Users\user\De...
closed
2018-08-22T09:28:34Z
2021-02-15T16:33:18Z
https://github.com/davidsandberg/facenet/issues/852
[]
nonameever95
17
httpie/cli
rest-api
527
httpie hangs in MobaXterm
I am attempting to use httpie in [mobaXterm](http://mobaxterm.mobatek.net/) (version 8.6) on Windows 7 Ultimate, but httpie hangs and never returns a result. ![ss](https://cloud.githubusercontent.com/assets/20407777/19347367/6e362696-9116-11e6-95e1-1e328baf1cf6.png) ![ss2](https://cloud.githubusercontent.com/assets/2...
closed
2016-10-13T11:32:23Z
2020-06-18T08:26:13Z
https://github.com/httpie/cli/issues/527
[]
knilling
4
pyeve/eve
flask
879
XML Parsing Error: not well-formed
Hi, I am doing some codes with **python-eve**. I got an issue. In a **blog editor** page, I have a **textarea** to store **markdown style** string and the other **textarea** to store the **html tags style** string. Then post this two big long strings to the **mongodb** by **eve**. Then I find the blog list by API _http...
closed
2016-06-27T17:04:01Z
2016-06-28T12:25:12Z
https://github.com/pyeve/eve/issues/879
[]
Penguin7z
2
pydantic/pydantic
pydantic
11,508
Add Unicode string normalization tests
### Initial Checks - [x] I have searched Google & GitHub for similar requests and couldn't find anything - [x] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing ## Description I'd like to add a test coverage to test_edge_cases.py for Unicode string normalization. ...
closed
2025-02-28T19:01:53Z
2025-03-03T17:51:50Z
https://github.com/pydantic/pydantic/issues/11508
[ "feature request" ]
saturnines
2
encode/apistar
api
8
Request Data
This is a bit of a missing component ATM. Parse the request body, raising 400 or 415 if required. We'll want to automatically created TypedRequestData components for type arguments on POST requests.
closed
2017-03-30T09:41:05Z
2017-08-17T11:38:55Z
https://github.com/encode/apistar/issues/8
[ "Component" ]
tomchristie
1
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
99
Huge delay in filling the forms
It takes around 30 seconds to fill one single input field. Needed to be optimized.
closed
2024-08-28T04:04:52Z
2024-08-29T12:55:37Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/99
[]
sanjeethboddi
1
Yorko/mlcourse.ai
numpy
369
Docker Image
The Docker image needs to be updated to the latest packages versioning, maybe...
closed
2018-10-10T12:09:24Z
2018-10-11T13:47:20Z
https://github.com/Yorko/mlcourse.ai/issues/369
[ "enhancement" ]
AdityaSoni19031997
1
anselal/antminer-monitor
dash
64
Fan speed color
For the S9 we have to two fans. One front and one rear. Antminer-monitor display both of them. We should think of a color code. If the fan is less than 5000 = green, 5000 or more = yellow and more than 6000 = red. More important, if the rear fan speed is faster than the front, then the rear **fan speed should bl...
open
2018-01-28T15:12:23Z
2018-02-22T09:33:28Z
https://github.com/anselal/antminer-monitor/issues/64
[ ":sparkles: enhancement :sparkles:" ]
carlcbilodeau
7
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
269
关于faster rcnn的评价指标
您好,关于关于faster rcnn的评价指标有点问题向您请教下。就是您代码中给出的评价指标是map,是按照coco数据集的格式给出的,但是现在我想指导具体的每一类的ap指,不知道应该从哪里去修改代码呢?
closed
2021-05-23T08:08:52Z
2022-07-27T08:32:42Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/269
[]
hhhuuuh
2
polakowo/vectorbt
data-visualization
157
Change line color in plot
I'm trying to change the line color of the RSI plot that I make from red to green. I looked through the documentation and tried to mimic an example. Here is the code: ```python import vectorbt as vbt btc_prices = vbt.BinanceData.download('BTCUSDT', interval='1d') rsi = vbt.RSI.run(btc_prices.get('Close')) long_e...
closed
2021-06-04T14:06:34Z
2021-06-04T16:30:57Z
https://github.com/polakowo/vectorbt/issues/157
[]
aclifton314
12
biolab/orange3
scikit-learn
6,312
Row number as a variable
**What's your use case?** When using Select Rows, it should also be possible to select by row number. For example, in some datasets from connected products, the first x rows originate from prototypes or they are otherwise not representative, for instance due to start-up problems. In such cases it is useful to be abl...
closed
2023-01-24T14:22:43Z
2023-01-25T21:11:59Z
https://github.com/biolab/orange3/issues/6312
[]
wvdvegte
5
iperov/DeepFaceLab
deep-learning
5,609
NEW to DFL wanna try it with the DFL, it works fine with 3090 but cant run SAEHD with 4080 HELP! Can run with QUICK tho
Running trainer. [new] No saved models found. Enter a name of a new model : new Model first run. Choose one or several GPU idxs (separated by comma). [CPU] : CPU [0] : NVIDIA GeForce RTX 4080 [0] Which GPU indexes to choose? : 0 [0] Autobackup every N hour ( 0..24 ?:help ) : 0 [n] Write preview...
open
2023-01-09T13:54:26Z
2023-06-08T23:08:08Z
https://github.com/iperov/DeepFaceLab/issues/5609
[]
kknpnfrom
4
ultralytics/yolov5
machine-learning
12,828
Batch Inference with Fine-tuned YOLOv5x6 Model on Custom Data
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question How can I perform batch inference to speed up image processing with a YOLOv5x6 model that...
closed
2024-03-19T08:12:10Z
2024-10-20T19:41:45Z
https://github.com/ultralytics/yolov5/issues/12828
[ "question" ]
Bycqg
8
mckinsey/vizro
plotly
571
Connecting Backend Paging with a Graph
### Question Hey team, I have a question regarding the use of Connecting Backend Paging with a Graph. Based on the filtering of the table graph needs to be change, How we can achieve the same by using vizro. Thank you so much for the amazing work on this tool, and for the help in advance! ``` from das...
open
2024-07-08T05:53:08Z
2024-07-10T16:33:56Z
https://github.com/mckinsey/vizro/issues/571
[ "General Question :question:" ]
BalaNagendraReddy
2
Evil0ctal/Douyin_TikTok_Download_API
fastapi
23
国际Tiktok 下载的是720p, 可以下1080p 吗?
国际Tiktok 下载的是720p, 可以下1080p 吗?
closed
2022-05-05T16:50:45Z
2022-11-09T21:10:24Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/23
[ "Fixed" ]
EddyN8
13
litestar-org/polyfactory
pydantic
77
Bug: pytest plugin causing runtime error
Looks like introduced in #74 ``` app_1 | File "/app/./app/main.py", line 14, in <module> app_1 | from starlite import Provide, Starlite app_1 | File "/usr/local/lib/python3.10/site-packages/starlite/__init__.py", line 1, in <module> app_1 | from starlite.app import Starlite app_1 | ...
closed
2022-10-08T12:31:24Z
2022-10-08T16:45:23Z
https://github.com/litestar-org/polyfactory/issues/77
[]
peterschutt
0
huggingface/datasets
deep-learning
7,440
IterableDataset raises FileNotFoundError instead of retrying
### Describe the bug In https://github.com/huggingface/datasets/issues/6843 it was noted that the streaming feature of `datasets` is highly susceptible to outages and doesn't back off for long (or even *at all*). I was training a model while streaming SlimPajama and training crashed with a `FileNotFoundError`. I can ...
open
2025-03-07T19:14:18Z
2025-03-22T21:48:02Z
https://github.com/huggingface/datasets/issues/7440
[]
bauwenst
5
pydata/xarray
numpy
10,169
Grouping first and last on numpy datetime data with missing groups fails on flox
### What happened? I have a data array of datetime values and I want to get the first value for each group. If there are any missing groups, the operation fails as numpy can't promote datetime data to float. This is new in xarray 2025.3. ### What did you expect to happen? I expected to receive the first value for e...
open
2025-03-24T16:10:37Z
2025-03-24T17:15:12Z
https://github.com/pydata/xarray/issues/10169
[ "bug", "topic-groupby" ]
aulemahal
0
Avaiga/taipy
data-visualization
1,922
Make a navbar to be sticky
### What went wrong? 🤔 The navbar goes away after scrolling down ![Screenshot 2024-10-04 190137](https://github.com/user-attachments/assets/cb01c770-184b-46b9-8b6d-0a116cf4aaeb) ### Expected Behavior The navbar should be fixed at the top of the page ![Screenshot 2024-10-04 190649](https://github.com/user-attach...
closed
2024-10-04T13:40:36Z
2024-10-05T01:24:53Z
https://github.com/Avaiga/taipy/issues/1922
[ "💥Malfunction" ]
MOHDNEHALKHAN
3
pytorch/vision
machine-learning
8,224
`pr-labels `job is failing on CI
Our "PR label bot" hasn't been commenting on PRs for a bit. Looks like it's broken https://github.com/pytorch/vision/actions/workflows/pr-labels.yml ``` Run mshick/add-pr-comment@v1 with: message: Hey @NicolasHug! You merged this PR, but no labels were added. The list of valid labels is available at ...
closed
2024-01-19T11:38:32Z
2024-02-14T11:10:38Z
https://github.com/pytorch/vision/issues/8224
[]
NicolasHug
4
flairNLP/flair
pytorch
2,924
How can I assure the best model is saved?
I'm confused by the parameters given in https://github.com/flairNLP/flair/blob/493b61fc07f83d412928301571b0e3abe780348f/flair/trainers/trainer.py#L74 and the conditions shown in https://github.com/flairNLP/flair/blob/493b61fc07f83d412928301571b0e3abe780348f/flair/trainers/trainer.py#L796 ` if ( ...
closed
2022-08-30T10:15:20Z
2022-09-05T13:39:13Z
https://github.com/flairNLP/flair/issues/2924
[ "question" ]
Flowhill
2
alpacahq/alpaca-trade-api-python
rest-api
59
Request ability to cancel order by client order id
If we are able to tag our orders with a Client Order ID, it seems reasonable for a call like `api.cancel_order_by_client_order_id('my_custom_client_order_id')` to exist. I ask because it seems rather confusing to provide developers with a nice way of tagging orders internally, then forcing them to query for the proper ...
closed
2019-03-15T07:42:43Z
2019-05-06T21:21:23Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/59
[]
ztaylor54
1
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
10
Using CPU instead of CUDA
Is it possible to use CPU or even OpenCL instead? CUDA is nvidia proprietary code and I have an AMD laptop. Thanks.
closed
2020-09-21T03:07:12Z
2020-09-24T18:03:43Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/10
[]
jersobh
2
axnsan12/drf-yasg
rest-api
852
Update MarkupSafe version
# Update MarkupSafe package drf_yasg uses MarkupSafe==1.1.1 and it is really old. when I use a new version in my own project. I will encounter errors. errors are about drf_yasg. I will be grateful if you can use a newer version in drf_yasg
open
2023-06-11T07:04:36Z
2025-03-07T12:09:04Z
https://github.com/axnsan12/drf-yasg/issues/852
[ "triage" ]
RasoulRostami
0
joeyespo/grip
flask
15
Add authentication to increase GitHub API limit
GitHub imposes a limit of 60 unauthenticated requests per hour. This is really easy to hit when using grip, especially if you're doing other things using the API at the same time. Once your reach this limit, grip no longer functions (you see an error message about rate limiting when you try to render a page). I'd like...
closed
2013-07-06T18:55:28Z
2014-02-04T17:44:10Z
https://github.com/joeyespo/grip/issues/15
[ "enhancement" ]
joelittlejohn
2
mlflow/mlflow
machine-learning
14,841
[FR] way to bookmark/share a UI view with `Search Experiments` text box populated
### Willingness to contribute No. I cannot contribute this feature at this time. ### Proposal Summary When there are man experiments accumulated in the sidebar/database, it would be useful to be able to bookmark a view where the search field to filter the list of visible experiments is pre-populated. As far as I ca...
open
2025-03-04T19:17:59Z
2025-03-15T14:37:57Z
https://github.com/mlflow/mlflow/issues/14841
[ "enhancement", "area/uiux", "help wanted" ]
mazer-ai
5
mkhorasani/Streamlit-Authenticator
streamlit
166
Logout takes a lot of time when there is more data in the application's session state.
I have implemented the authentication module in my application and it works great. The only thing is Logout takes an ample amount of time when there is a significant amount of session data. This is because of streamlit's top-down execution model whenever there is some user interaction. Moreover, it is better to delete ...
closed
2024-05-21T15:08:00Z
2024-05-21T15:20:13Z
https://github.com/mkhorasani/Streamlit-Authenticator/issues/166
[]
harsh9898
1
strawberry-graphql/strawberry
django
3,809
Automatic object type resolution does not trigger in reference resolvers
<!-- 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. --> ## Describe the Bug <!-- A clear and concise descripti...
open
2025-03-13T16:14:33Z
2025-03-13T16:21:00Z
https://github.com/strawberry-graphql/strawberry/issues/3809
[ "bug" ]
parafoxia
0
wkentaro/labelme
deep-learning
485
I want to do a multi-category data set, where the same category in the data set has the same color,how can i do?thank you very much!
closed
2019-09-16T02:52:22Z
2019-09-19T12:44:50Z
https://github.com/wkentaro/labelme/issues/485
[]
leedoge
1
jupyter/nbgrader
jupyter
1,107
Release nbgrader 0.6.0
I am planning to make a release for 0.6.0 after we get in the changes from the hackathon, so hopefully within the next few weeks! If there is anything you'd really like to see in 0.6.0 that is currently not marked for 0.6.0, please let me know. (However, if it's a major change it's unlikely to be something that will...
closed
2019-05-30T23:11:44Z
2022-07-13T15:17:11Z
https://github.com/jupyter/nbgrader/issues/1107
[ "maintenance" ]
jhamrick
2
OpenInterpreter/open-interpreter
python
1,228
ollama llama3 How to remove the first line " ` " when generating code in Windows 11 terminal
### Describe the bug ollama llama3 "`" symbols frequently appear in the first line when generating code in Windows 11 terminal ### Reproduce ollama llama3 "`" symbols frequently appear in the first line when generating code in Windows 11 terminal ### Expected behavior ollama llama3 When generating code in Windows ...
closed
2024-04-23T13:37:39Z
2024-04-23T23:42:48Z
https://github.com/OpenInterpreter/open-interpreter/issues/1228
[]
ltsyk
3
mljar/mercury
data-visualization
436
Disable page refresh on disconnect?
Is there an option to prevent page refresh on disconnect? Currently, mercury refreshes the page when it loses connection to the server. For my use case, I want to persist whatever is on the page if the connection gets lost. It would also be nice to not "gray-out" the screen. Use case: a page takes a long ti...
open
2024-03-25T19:28:16Z
2024-03-25T21:07:59Z
https://github.com/mljar/mercury/issues/436
[]
kapily
1
litestar-org/polyfactory
pydantic
583
Bug: Strange behavior with self-reference model
### Description Encountering some strange errors with self-referencing models. In the first case, there seems to be a 50/50 chance for the `pytest` to work: ```python from __future__ import annotations from typing import Optional, Dict import pydantic as pyd from polyfactory.factories.pydantic_factory im...
closed
2024-09-13T19:12:29Z
2025-03-20T15:53:18Z
https://github.com/litestar-org/polyfactory/issues/583
[ "bug" ]
FredrikBakken
1
huggingface/datasets
tensorflow
7,364
API endpoints for gated dataset access requests
### Feature request I would like a programatic way of requesting access to gated datasets. The current solution to gain access forces me to visit a website and physically click an "agreement" button (as per the [documentation](https://huggingface.co/docs/hub/en/datasets-gated#access-gated-datasets-as-a-user)). An i...
closed
2025-01-09T06:21:20Z
2025-01-09T11:17:40Z
https://github.com/huggingface/datasets/issues/7364
[ "enhancement" ]
jerome-white
3
ultralytics/ultralytics
deep-learning
19,432
Integrate Bifpn and Coordatt into yolov8
i was trying to integrating both coordatt and bifpn into yolov8 when i modify yolov8 with bifpn alone it work perfect and when i modify yolov8 with coordatt alone it work when i try to combine them in single custom model issue arise ``` KeyError Traceback (most recent call last) [<ipy...
open
2025-02-26T00:06:01Z
2025-02-27T00:44:27Z
https://github.com/ultralytics/ultralytics/issues/19432
[ "detect" ]
Youssef-Hassan-Git
2
blb-ventures/strawberry-django-plus
graphql
86
How to work with mutations with foreignkeys
Hi Bellini, I have some problems, as always, I'm sorry. I don't think it should be an issue, but maybe you can show me in one sentence how to make things better/easier/properly? I am trying set some fields + a ForeignKey in the Create Mutation. ``` mutation createMapService { createMapService(input: {url: "ht...
closed
2022-07-20T13:28:54Z
2022-07-21T14:04:51Z
https://github.com/blb-ventures/strawberry-django-plus/issues/86
[]
zvolsky
3
mckinsey/vizro
pydantic
424
Check all links in docs and make them more accessible
Guidelines for links are as follows: * We should comply with https://vizro.readthedocs.io/en/stable/pages/development/documentation-style-guide/#language * Links should always work. ### Task (1) Fix all links Before we have perfection, we need to run through all the docs pages and fix issues like this one https...
closed
2024-04-16T05:33:06Z
2024-10-09T09:20:33Z
https://github.com/mckinsey/vizro/issues/424
[ "Help Wanted :pray:", "Docs :spiral_notepad:", "Good first issue :baby_chick:", "hacktoberfest" ]
stichbury
17
robotframework/robotframework
automation
4,482
WHILE and FOR loop contents not shown in log if running them fails due to errors
When debugging #4480 I noticed that if WHILE loop condition is invalid, the loop is totally empty in the log file. The same was true also if the loop had syntax errors (e.g. missing END) and also FOR loops had same problem. We in general try to show all data in log even if it's not run (#3842) and have, for example, en...
closed
2022-09-27T21:18:10Z
2022-09-29T21:09:09Z
https://github.com/robotframework/robotframework/issues/4482
[ "bug", "priority: medium", "rc 1" ]
pekkaklarck
0
aio-libs/aiomysql
asyncio
224
"UPDATE" has no effect
await aiomysql.create_pool(maxsize=db['pool'], host=connection['host'], port=connection['port'], user=connection['user'], password=connection['password'], db=connection['database']...
open
2017-10-30T12:03:18Z
2022-06-20T11:39:45Z
https://github.com/aio-libs/aiomysql/issues/224
[ "docs" ]
darkforest42
9
Ehco1996/django-sspanel
django
102
大佬 关于面板生成的ssr无法连接问题
大佬 前后端成功配置连接 后端使用webapi 面板显示后端在线 用户有剩余流量 但是生成的ssr连不上外网 打开软件之后甚至百度都打不开了... 我感觉是 加密方式 混淆 或者协议的问题 请问后端的在哪改呢?
closed
2018-04-20T02:36:19Z
2018-04-20T02:48:45Z
https://github.com/Ehco1996/django-sspanel/issues/102
[]
wangchencom
1
scikit-multilearn/scikit-multilearn
scikit-learn
164
'MLTSVM' object has no attribute 'wk_norms'
When I try to predict test set i have this error: 'MLTSVM' object has no attribute 'wk_norms' Here is my classifier trained params: MLTSVM(c_k=0.5, lambda_param=1.0, max_iteration=500, sor_omega=1.0, threshold=1e-06)
open
2019-04-15T06:36:12Z
2019-05-21T11:45:33Z
https://github.com/scikit-multilearn/scikit-multilearn/issues/164
[]
veseliy
1
yt-dlp/yt-dlp
python
11,732
Vimeo/Patreon link returns 403 even with cookies fetched.
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2024-12-04T17:16:26Z
2024-12-04T17:23:36Z
https://github.com/yt-dlp/yt-dlp/issues/11732
[ "question" ]
TrulyStucker
2
mars-project/mars
scikit-learn
3,220
[BUG] test_numexpr_execution.py::test_unary_execution may raises NotImplementedError: couldn't find matching opcode for 'invert_dd'
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** A clear and concise description of what the bug is. ```python Traceback (most recent call last): File "/home/vsts/miniconda/envs/test/li...
closed
2022-08-11T10:01:18Z
2022-08-19T03:30:10Z
https://github.com/mars-project/mars/issues/3220
[ "type: bug" ]
fyrestone
0
StackStorm/st2
automation
5,352
please support redis + tls (rediss)
## SUMMARY Redis with TLS not supported (rediss) ### STACKSTORM VERSION Paste the output of ``st2 --version``: ``` $ st2 --version st2 3.4.1, on Python 3.6.14 ``` ##### OS, environment, install method Post what OS you are running this on, along with any other relevant information/ - e.g. Docker,...
closed
2021-09-05T17:42:57Z
2021-09-24T13:37:26Z
https://github.com/StackStorm/st2/issues/5352
[ "documentation" ]
bkk-bcd
2
sktime/pytorch-forecasting
pandas
831
know and unknow values
- PyTorch-Forecasting version: 0.9.2 - PyTorch version: '1.10.1+cu113' - Python version: 3.7 - Operating System: ubuntu ### Expected behavior I want to use the TimeSeriesDataSet function, the description says that the UNKNOW values represent the past and the KNOW values represent what we know in the past and t...
open
2022-01-17T11:29:02Z
2022-05-12T03:04:53Z
https://github.com/sktime/pytorch-forecasting/issues/831
[]
korosig
5
microsoft/nni
pytorch
5,126
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8140): Max retries exceeded with url: /api/v1/nni/check-status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ffa090c0d00>: Failed to establish a new connection: [Errno 111] Connection refused'))
when i run ''nnictl create --config config.yml -p 8140", i get the error: ``` requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8140): Max retries exceeded with url: /api/v1/nni/check-status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ffa090c0d00>: Faile...
closed
2022-09-13T12:33:13Z
2022-09-18T13:31:15Z
https://github.com/microsoft/nni/issues/5126
[ "waiting user confirm", "support", "NNI SDK", "need more info" ]
xiangtaowong
15
onnx/onnx
deep-learning
6,302
a) Feature Request: Function sample_dirichlet, b) State of probabilistic model support?
I am very interested in converting DeepLearning models, that contain the PowerSpherical function (https://github.com/andife/power_spherical) to ONNX. Currently this fails because of the Dirichlet function (https://github.com/pytorch/pytorch/issues/116336). After my research, I came across https://github.com/onnx/on...
open
2024-08-17T04:38:43Z
2024-09-30T21:38:34Z
https://github.com/onnx/onnx/issues/6302
[]
andife
6
allure-framework/allure-python
pytest
39
Parametrized session-scoped fixtures: KeyError in logger
Reproducing: ```python import pytest @pytest.fixture(scope='session', params=['param a']) def param(request): return request.param def test_smth(param): with pytest.allure.step('Test {}'.format(param)): assert param == 'param a' ``` Trace: ``` $ py.test test.py --alluredir allure-resul...
closed
2017-02-10T13:24:34Z
2017-02-12T14:47:23Z
https://github.com/allure-framework/allure-python/issues/39
[]
i-feofilaktov
0
tqdm/tqdm
jupyter
1,476
Error when sleep() in trange with rich
>>> from time import sleep >>> from tqdm.rich import trange >>> for i in trange(10): ... sleep(1) ... /usr/lib/python3.11/site-packages/tqdm/rich.py:145: TqdmExperimentalWarning: rich is experimental/alpha return tqdm_rich(range(*args), **kwargs) 0% ━━━━━━ 0/10 [ 0:00… < -:--:… , ? ] ...
open
2023-06-03T23:19:50Z
2023-06-03T23:19:50Z
https://github.com/tqdm/tqdm/issues/1476
[]
o-murphy
0
serengil/deepface
machine-learning
770
Value error when trying to analyze emotion
ValueError Traceback (most recent call last) Cell In[16], line 1 ----> 1 objs = DeepFace.analyze(img_path = "test_photo.jpg", 2 actions = ['age', 'gender', 'race', 'emotion'] 3 ) 4 display_image_with_matplotlib(image) File ~\anaconda3\envs\tf-gpu\lib\sit...
closed
2023-06-04T20:20:52Z
2023-06-04T20:23:40Z
https://github.com/serengil/deepface/issues/770
[ "question" ]
ionut-girla
1
netbox-community/netbox
django
18,927
Shortcut to make Primary when adding new MAC
### NetBox version v4.2.4 ### Feature type Change to existing functionality ### Proposed functionality When you click the plus button to add a new MAC address to an interface, there should be a checkbox for "make this the primary MAC for the interface" on this page. This would be similar to the checkbox for select...
closed
2025-03-17T17:51:49Z
2025-03-18T12:47:55Z
https://github.com/netbox-community/netbox/issues/18927
[ "status: duplicate", "type: feature" ]
llamafilm
2
hpcaitech/ColossalAI
deep-learning
5,948
[FEATURE]: Request updates for pretraining roberta
### Describe the feature I encountered issues while trying to run the RoBERTa pretraining using the provided ColossalAI repository code. The code has not been maintained and is currently not functional. ![image](https://github.com/user-attachments/assets/cc59788a-e2f2-4616-97d2-23c772db44d3) ![image](https://github....
open
2024-07-29T09:24:02Z
2024-07-29T09:24:02Z
https://github.com/hpcaitech/ColossalAI/issues/5948
[ "enhancement" ]
jiahuanluo
0
python-restx/flask-restx
flask
549
SwaggerUIBundle is not defined
I am using `flask-restx==1.1.0` My Python is `3.8.10` Sometime I am seeing this issue in my swagger dashboard `GET https://{host}/api/swaggerui/swagger-ui-standalone-preset.js net::ERR_ABORTED 404 (NOT FOUND) {host}/:71 GET https://{host}/api/swaggerui/swagger-ui-bundle.js net::ERR_ABORTED 404 (NOT FOUND)...
open
2023-06-29T10:29:34Z
2023-07-07T03:26:03Z
https://github.com/python-restx/flask-restx/issues/549
[ "bug" ]
viveksahu56722
5
viewflow/viewflow
django
361
OrderBy for JSONField support
Seems there is no automatic way to disable sortable_by in the Django admin on the field level. So probably, its simple to recearch a way to sort by virtual column
open
2022-12-21T07:09:58Z
2022-12-21T07:09:58Z
https://github.com/viewflow/viewflow/issues/361
[ "request/enhancement", "dev/flow" ]
kmmbvnr
0
kizniche/Mycodo
automation
1,027
anyleaf __init__.py has no reference to EcSensor
### Mycodo > mycodo > inputs > anyleaf_ec.py tries to import EcSensor from anyleaf. A closed examination of anyleaf indicates that there is no EcSensor section. ### Versions: - Mycodo Version: [8.11.0] - Raspberry Pi Version: [4] - Raspbian OS Version: [Raspberry OS, latest and updated] ### Reproducibilit...
closed
2021-06-17T19:03:07Z
2021-08-30T02:47:45Z
https://github.com/kizniche/Mycodo/issues/1027
[]
keefer223
1
jmcnamara/XlsxWriter
pandas
810
Comment size stretched when intervening rows are enlarged by word wrap cells
I am using Python version 3.9.2 and XlsxWriter 1.4.3 and Excel for Mac 2016. This is very similar to problem #403, but instead can be reproduced by cells stretched in height by word wrap. In this case, the stretching will happen regardless of when the text wrap formatting is applied. ```python from xlsxwriter ...
closed
2021-06-04T21:02:28Z
2021-06-04T23:20:24Z
https://github.com/jmcnamara/XlsxWriter/issues/810
[]
rlad78
1
Kav-K/GPTDiscord
asyncio
181
/index query results are cut off for larger prompts
If the prompt is large or multiple sentences, the results for /index query run the risk of being cut off: ![image](https://user-images.githubusercontent.com/21161101/221451206-57e01a1b-61be-4dd8-9d3e-7d82439befdf.png)
closed
2023-02-27T01:25:07Z
2023-03-12T03:12:35Z
https://github.com/Kav-K/GPTDiscord/issues/181
[ "bug", "help wanted", "good first issue", "help-wanted-important" ]
Kav-K
0
jupyter/nbviewer
jupyter
450
ipythonblocks not rendering on github.com
Copied from ipython/nbconvert#204. With GitHub's [new notebook rendering](https://github.com/blog/1995-github-jupyter-notebooks-3) [ipythonblocks](https://github.com/jiffyclub/ipythonblocks) tables aren't rendered correctly as they are in nbviewer. Examples: GitHub: https://github.com/jiffyclub/ipythonblocks/blob/mas...
open
2015-05-07T21:22:11Z
2018-07-16T02:34:53Z
https://github.com/jupyter/nbviewer/issues/450
[ "type:Bug", "tag:GitHub" ]
jiffyclub
7
InstaPy/InstaPy
automation
6,104
Could not pass the login A/B test. Trying last string...
<!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht --> <!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki --> ## Expected Behavior After running the quickstart.py with valid credentials a successful login should happen. ...
closed
2021-03-04T13:43:28Z
2021-07-21T06:18:36Z
https://github.com/InstaPy/InstaPy/issues/6104
[ "wontfix" ]
SeironWP
3
explosion/spaCy
deep-learning
13,228
displacy.js for NER
https://github.com/explosion/spaCy/blob/e2a3952de51abb2620b4ff799ac461c87fec7bb4/website/docs/usage/visualizers.mdx#L417 I might fail to see where but [displacy.js](https://github.com/explosion/displacy/blob/master/assets/js/displacy.js) doesn't seem to render the NER tags but only dependency arcs.
closed
2024-01-09T15:45:18Z
2024-01-16T13:56:05Z
https://github.com/explosion/spaCy/issues/13228
[ "feat / visualizers" ]
ch-sander
1
nschloe/tikzplotlib
matplotlib
189
Manual legend
Hello, I implemented a modification of the rendering of legends that I hope you will find interesting. See the diff [here](https://github.com/nschloe/matplotlib2tikz/compare/master...haji-ali:manual-legend) When passing `manual_legend=True`, the legend is rendered using `\matrix` instead of `legend`. This is muc...
closed
2017-06-29T09:07:22Z
2019-03-21T10:53:31Z
https://github.com/nschloe/tikzplotlib/issues/189
[]
haji-ali
6
svc-develop-team/so-vits-svc
pytorch
163
[Help]: 推理时音频文件报错
### 请勾选下方的确认框。 - [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。 - [X] 我已通过各种搜索引擎排查问题,我要提出的问题并不常见。 - [X] 我未在使用由第三方用户提供的一键包/环境包。 ### 系统平台版本号 colab平台 ### GPU 型号 Tesla T4 ### P...
closed
2023-04-16T04:23:17Z
2023-04-17T01:12:32Z
https://github.com/svc-develop-team/so-vits-svc/issues/163
[ "help wanted" ]
bilbillm
1
sktime/pytorch-forecasting
pandas
1,283
info on validation methods for TFT
Hello everyone! I'm new to the library and I'm trying to understand how to approach the validation part. Let's say I want a forward chaining cross validation. To be clear, here an example. There is an initial amount of data to train on, let's say five folds in this example, and then you evaluate on the sixth fold an...
open
2023-03-31T19:37:19Z
2023-04-18T07:28:36Z
https://github.com/sktime/pytorch-forecasting/issues/1283
[]
ianux22
1
langmanus/langmanus
automation
80
Browser agent error
Query: Search OCR, object detection, and instance segmentation models and based on scenarios such as training, fine-tuning, and inference, provide a summary report on GPU consumption required by common small models. Note that the training cost is measured by multiplying the number of NVIDIA V100 32 GB graphics cards by...
closed
2025-03-20T12:09:57Z
2025-03-21T06:33:37Z
https://github.com/langmanus/langmanus/issues/80
[]
liuruijin17
0
ijl/orjson
numpy
333
Datetime serialization precision
Hi Folks, Due to compatibility with other languages, we only need milliseconds instead of microseconds in the serialized datetime. What do you think if we added a few options for specifications of time accuracy? Something like OPT_DT_PRECISION_S, OPT_DT_PRECISION_MS, OPT_DT_PRECISION_US instead of OPT_OMIT_MICRO...
closed
2023-01-12T15:22:37Z
2023-05-07T17:57:17Z
https://github.com/ijl/orjson/issues/333
[]
lejmr
6