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
unionai-oss/pandera
pandas
1,164
When trowing validation errors print all errors, not just the first one
**Is your feature request related to a problem? Please describe.** I am writing data schemas and then validating that they actually fit our source data, and then tweaking it (i.e. "oh this column is actually nullable."). however with a table with many rows I will have to continuously run validate, change run, run, cha...
open
2023-04-23T07:16:39Z
2023-04-24T19:49:41Z
https://github.com/unionai-oss/pandera/issues/1164
[ "enhancement" ]
C0DK
3
TencentARC/GFPGAN
deep-learning
72
如何训练不上色的模型
我现在用自己的图片数据(ffhq不加美颜)尝试重新训练,但是出来的图片等颜色都发生了改变。黑白照也给上了色,如果要去掉这个的话,应该修改哪里呢?把color jitter关掉够吗
closed
2021-09-24T07:29:25Z
2021-09-29T18:29:09Z
https://github.com/TencentARC/GFPGAN/issues/72
[]
jorjiang
0
plotly/dash-html-components
dash
120
Backwards incompatibility with 1.0.0
It seems the public module `dash_html_components.version` was removed with no deprecation warning.
closed
2019-06-20T20:28:06Z
2019-06-21T17:29:23Z
https://github.com/plotly/dash-html-components/issues/120
[]
moorepants
1
tatsu-lab/stanford_alpaca
deep-learning
235
How to modify llama-Xb-hf/tokenizer_config.json from HuggingFace?
As title, I found that the content of llama-Xb-hf/tokenizer_config.json is like the following, ``` {"bos_token": "", "eos_token": "", "model_max_length": 1000000000000000019884624838656, "tokenizer_class": "LLaMATokenizer", "unk_token": ""} ``` How did your team modify this file so that the experiment can be ru...
open
2023-04-21T00:46:47Z
2023-04-23T08:32:00Z
https://github.com/tatsu-lab/stanford_alpaca/issues/235
[]
foreveronehundred
1
dpgaspar/Flask-AppBuilder
rest-api
1,437
Trouble alpha sorting Multi Select field data and options in Edit View
### Problem I have Product object with a view that shows a many-many multi select field. The field holds a list of countries where there are often 20-30 countries selected. When they are rendered in the select field, they are ordered by db ID. **I want them ordered by their name field.** My attempted solutions fai...
closed
2020-07-14T17:56:19Z
2020-10-23T14:29:13Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1437
[ "stale" ]
jnorton2
2
babysor/MockingBird
pytorch
390
数据集预处理时报错
1.如果我在train目录下新建一个文件夹,并把音频文件放进去的话,pre.py就会一直卡住不动: Using data from: d:\asoul\aidatatang_200zh\corpus\train aidatatang_200zh: 0%| | 0/1 [00:00<?, ?speakers/s] 2.如果我把音频文件直接放在tran目录下就会报这样的错误: Using data from: d:\asoul\aidatatang_200zh\...
closed
2022-02-15T09:35:40Z
2023-07-01T08:26:25Z
https://github.com/babysor/MockingBird/issues/390
[]
yrsn509
3
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
878
Can a self supervised technique be used for generating paired image?
Hi, I have used your pix2pix GAN model with my custom dataset. But the process of generating image pairs takes a lot of time. I have very less data around 100 image pairs. Even when I tried cycle GAN the results were not great. I came across the term self-supervised learning. My question is whether can I use self-su...
closed
2019-12-14T11:07:56Z
2020-06-26T13:52:11Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/878
[]
kalai2033
1
Avaiga/taipy
data-visualization
1,862
CouchBase Datanode
### Description CouchBase is a widely used NoSQL Database. The purpose of this issue is to implement a CouchBase Datanode similar to the MongoDatanode. More information in the comments: https://github.com/Avaiga/taipy/issues/1862#issuecomment-2404783206
closed
2024-09-30T16:01:11Z
2024-11-25T16:21:05Z
https://github.com/Avaiga/taipy/issues/1862
[ "Core", "🟨 Priority: Medium", "✨New feature", "🔒 Staff only", "Core: ⚙️ Configuration", "Core: 📁 Data node" ]
jrobinAV
10
serengil/deepface
deep-learning
552
Error: Tensorflow
I was trying to use the terminal tool and got this error: `ModuleNotFoundError: No module named 'tensorflow.python.trackable` Python version: 2.7.18 OS: Ubuntu 20.04 ``` deepface analyze -img_path ~/SMILE_5307421.jpg Traceback (most recent call last): File "/home/hannibal/.local/bin/deepface", line 5, in <modu...
closed
2022-09-03T00:52:00Z
2022-09-03T15:47:01Z
https://github.com/serengil/deepface/issues/552
[ "dependencies" ]
goldentechie
1
babysor/MockingBird
pytorch
583
vocoder pt
I'm training a HIFI vocoder for now and I was wondering which is the difference between the **do_hifigan.pt** and the **g_hifigan.pt** ! Also I noticed that the gound_truth argument in the vocoder_train.py script is not actually used in the train script, Am I wrong?
closed
2022-05-26T13:41:14Z
2022-05-30T12:41:03Z
https://github.com/babysor/MockingBird/issues/583
[]
ireneb612
4
flasgger/flasgger
rest-api
252
@swag_from("relative_path.yml") throws ImportError: No module named 'home' when using venv environments
EDIT: SCRATCH THAT. This was an unfortunate side effect of mixing up `-` and `_` in file names. Flasgger couldn't find the file, and then tried to import it as a module, which worked with importlib due to _ and - import rules. There's still a problem in using imp, but I just hit an unfortunate corner case, so I'm closi...
closed
2018-10-11T10:31:09Z
2018-10-12T06:33:00Z
https://github.com/flasgger/flasgger/issues/252
[]
jkgeyti
4
desec-io/desec-stack
rest-api
599
Add Webapp to Feature List on Landing Page
Me and a friend is looking for a new dns hosting after learning that gratisdns.dk is moving all of their 200.000 domains into one.com, and one of the promising solutions is desec. But the «Docs» link on the front page only discusses how to do things using curl and the API. Is it really not possible to manage domain...
closed
2022-02-13T19:31:05Z
2024-10-07T17:00:03Z
https://github.com/desec-io/desec-stack/issues/599
[ "enhancement", "help wanted", "prio: medium", "gui" ]
solbu
3
awtkns/fastapi-crudrouter
fastapi
130
Use CRUD functions internally
Is it possible to the call the CRUD functions inside the application from other parts of the code? How do I do that? ie: `user = users.get(f"/user/{user_id}")` or something like that?
open
2022-01-02T17:13:04Z
2022-09-11T20:23:24Z
https://github.com/awtkns/fastapi-crudrouter/issues/130
[]
Zaffer
2
ultralytics/ultralytics
machine-learning
19,298
Training Time
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hi, so i have trained and tuned the yolov8 model quite a lot of times before...
open
2025-02-18T17:12:21Z
2025-03-12T17:27:36Z
https://github.com/ultralytics/ultralytics/issues/19298
[ "question", "detect" ]
rhalder2023
35
serengil/deepface
deep-learning
507
Videos stored on local HardDrive
Hi Sefnik, I wanted to point out that adding the functionality of running videos instead of just a webcam through the stream function can also be a good feature to add to this repo.
closed
2022-07-10T00:55:44Z
2022-07-10T19:24:10Z
https://github.com/serengil/deepface/issues/507
[]
mjan2021
0
hyperspy/hyperspy
data-visualization
2,917
AttributeError raised by spikes_removal_tool
Hello Everyone, On the `release_next_minor ` version of hyperspy I have been facing a weird issue in interactive spikes removal. Upon clicking "Find next", the widget freezes and AttributeError is raised. ```python File "C:\Users\NicolasTappy\Miniconda3\envs\hsd\lib\site-packages\traitsui\qt4\ui_base.py", lin...
closed
2022-04-01T12:59:12Z
2022-04-02T09:59:02Z
https://github.com/hyperspy/hyperspy/issues/2917
[ "type: bug" ]
LMSC-NTappy
2
sqlalchemy/sqlalchemy
sqlalchemy
10,662
use quote_plus to encode for string url
### Describe the bug sqlalchemy.engine.url.URL's [render_as_string](https://github.com/sqlalchemy/sqlalchemy/blob/main/lib/sqlalchemy/engine/url.py#L629) function [url encodes](https://github.com/sqlalchemy/sqlalchemy/blob/main/lib/sqlalchemy/engine/url.py#L910C39-L910C43) some but not all characters for passwords. ...
closed
2023-11-20T17:53:07Z
2024-01-09T16:28:09Z
https://github.com/sqlalchemy/sqlalchemy/issues/10662
[ "bug", "engine" ]
jachien
6
biolab/orange3
data-visualization
6,052
CSV file autoformat error
In the "CSV File import" widget, the automatic type assigned to numbers truncates values to N e+16. In this example, it's also strange that the column _"Feat2"_ is shown as descriptive after the "Group by" action. Interposing a "Select column" does not give any improvement. Here attached, the files to reproduce the...
closed
2022-07-04T10:18:21Z
2022-07-05T21:44:04Z
https://github.com/biolab/orange3/issues/6052
[ "bug report" ]
hydrastarmaster
4
alteryx/featuretools
data-science
2,458
Add AgeToDesignation primitive
The following are the American Medical Associations’ age designations: - Neonates or newborns (birth to 1 month) - Infants (1 month to 1 year) - Children (1 year through 12 years) - Adolescents (13 years through 17 years. They may also be referred to as teenagers depending on the context.) - Adults (18 years or ol...
open
2023-01-20T17:03:05Z
2023-06-26T19:16:19Z
https://github.com/alteryx/featuretools/issues/2458
[]
gsheni
0
babysor/MockingBird
pytorch
445
使用WaveRNN报错
报错如下 > Traceback (most recent call last): File "D:\Apps\Anaconda3\lib\site-packages\flask\app.py", line 2447, in wsgi_app response = self.full_dispatch_request() File "D:\Apps\Anaconda3\lib\site-packages\flask\app.py", line 1952, in full_dispatch_request rv = self.handle_user_exception(e) File "D:\A...
open
2022-03-09T06:14:50Z
2022-03-17T16:59:07Z
https://github.com/babysor/MockingBird/issues/445
[]
JerryZRF
2
plotly/dash-bio
dash
292
APP QA 2: Oncoprint
- [ ] Should be a Dash DAQ color picker: ![image](https://user-images.githubusercontent.com/1865834/55285122-3e0de600-5353-11e9-8d15-9c7827e65b3b.png) - [ ] From the explainer, it's still hard to understand how to interpret this chart
closed
2019-03-31T05:23:41Z
2019-04-24T15:10:20Z
https://github.com/plotly/dash-bio/issues/292
[ "App QA" ]
jackparmer
1
OpenBB-finance/OpenBB
python
6,921
[🕹️] [oss.gg hackathon] Starry-eyed supporter
### What side quest or challenge are you solving? Starry-eyed supporter ### Points 150 ### Description Got five friends to star OpenBB repository. ### Provide proof that you've completed the task ![1](https://github.com/user-attachments/assets/5325e42f-6bac-47b4-82e2-639bff85ea8e) ![2](https://git...
closed
2024-10-31T04:48:58Z
2024-11-02T07:40:46Z
https://github.com/OpenBB-finance/OpenBB/issues/6921
[]
Shrinivasdumbali
1
PrefectHQ/prefect
data-science
16,910
consolidate use of `pendulum` so that it can be replaced
this will be a long-lived issue that's a follow on to https://github.com/PrefectHQ/prefect/pull/16356 ### Describe the current behavior `pendulum` is no longer actively maintained and is blocking our ability to support 3.13 see https://github.com/pydantic/pydantic-extra-types/issues/239 ### Describe the proposed be...
open
2025-01-30T18:24:08Z
2025-02-12T04:44:45Z
https://github.com/PrefectHQ/prefect/issues/16910
[ "development" ]
zzstoatzz
1
DistrictDataLabs/yellowbrick
matplotlib
329
Cannot import Rank 1-D
Import error <img width="1102" alt="screen shot 2018-03-10 at 3 54 07 pm" src="https://user-images.githubusercontent.com/24282993/37246647-51c0268e-247b-11e8-8aaa-8ce3784ef9bc.png">
closed
2018-03-10T20:54:47Z
2018-03-28T20:56:12Z
https://github.com/DistrictDataLabs/yellowbrick/issues/329
[ "priority: high" ]
wagner2010
6
nerfstudio-project/nerfstudio
computer-vision
3,601
How to render images with the same pose of GT from checkpoint.
Can anybody help me I have trained my model , and I want to render some images to caculate PSNR, SSIM and LPIPS. The pose has been optimised in my metheod. I have tried "ns-render dataset " .Maybe there is a gap , The LIPIS is ok , but PSNR and SSIM is very bad .
open
2025-02-21T07:09:41Z
2025-02-22T07:22:11Z
https://github.com/nerfstudio-project/nerfstudio/issues/3601
[]
sunbeam-217
2
zappa/Zappa
django
1,285
Manually created API Gateway method not working after zappa update
## Context We use zappa to deploy our Django api. I wanted to enable caching on one of the endpoints in API Gateway. In API Gateway I created the required resources and GET method and linked it to my Lambda function. After that in the Method request tab I created the necessary URL query string parameters and in the In...
closed
2023-11-23T12:28:28Z
2024-04-13T20:36:59Z
https://github.com/zappa/Zappa/issues/1285
[ "no-activity", "auto-closed" ]
KenSentMe
4
deepset-ai/haystack
nlp
8,587
`ChatMessage` - introduce `text` property
(motivation in #8583) - Introduce a `text` property that mirrors `content` - If users/applications directly access the `content` attribute, show a deprecation warning telling that `content` will be removed in 2.9.0 and to use `text` instead - Update all Haystack components to access `text` instead of `content`
closed
2024-11-26T16:43:18Z
2024-11-28T10:18:40Z
https://github.com/deepset-ai/haystack/issues/8587
[]
anakin87
1
matplotlib/matplotlib
matplotlib
29,067
[Bug]: `secondary_xaxis` produces ticks at incorrect locations
### Bug summary It is possible I'm doing this incorrectly, but for a very simple example `secondary_xaxis` puts tick marks at incorrect locations. Modifying slightly the interpolation example from here https://matplotlib.org/stable/gallery/subplots_axes_and_figures/secondary_axis.html: ### Code for reproduction ```P...
closed
2024-11-04T14:34:54Z
2024-11-21T20:44:19Z
https://github.com/matplotlib/matplotlib/issues/29067
[ "Documentation: tutorials" ]
dkweiss31
9
plotly/dash-bio
dash
246
ManhattanPlot is buggy and missing some features
The ManhattanPlot app is missing some features of the other apps, such as: * the option to download a sample dataset/upload a dataset * multiple datasets to choose from * any graph coloring options In addition, isolating a trace and subsequently changing the threshold causes all of the traces (including the h...
closed
2019-03-19T16:07:31Z
2021-05-04T20:27:48Z
https://github.com/plotly/dash-bio/issues/246
[ "App QA" ]
shammamah-zz
1
nltk/nltk
nlp
2,586
PunktTokenizer: Inconsistency in two snippets, different languages
I am trying to work with the following example snippet [I found on StackOverflow](https://stackoverflow.com/questions/29746635/nltk-sentence-tokenizer-custom-sentence-starters) **Example 1: Works** ```py from nltk.tokenize.punkt import PunktSentenceTokenizer, PunktLanguageVars class BulletPointLangVars(PunktLan...
closed
2020-08-20T20:04:05Z
2020-09-06T17:32:28Z
https://github.com/nltk/nltk/issues/2586
[]
jerinphilip
5
autogluon/autogluon
data-science
4,841
[BUG] References to Python 3.8 in workflow files may break builds
**Describe the bug** Some GitHub workflow configuration files still reference Python 3.8, which is no longer supported by AutoGluon. These outdated references may lead to errors during the build process or unintended issues in the CI/CD pipeline. The following files and lines contain references to Python 3.8: https:/...
closed
2025-01-26T10:06:07Z
2025-01-29T20:13:24Z
https://github.com/autogluon/autogluon/issues/4841
[ "code cleanup", "Needs Triage" ]
celestinoxp
0
deepfakes/faceswap
machine-learning
582
ERROR :Caught exception in child process: 14128
GUI Extract error ### GUI log Loading... 01/08/2019 21:48:29 INFO Log level set to: INFO 01/08/2019 21:48:31 INFO Output Directory: F:\Python\faceswap-master\output 01/08/2019 21:48:31 INFO Input Video: F:\Python\faceswap-master\input\1.mp4 01/08/2019 21:48:31 INFO Loading Detect from Mtcnn ...
closed
2019-01-08T14:19:09Z
2019-01-11T07:49:28Z
https://github.com/deepfakes/faceswap/issues/582
[]
dream80
3
plotly/dash
data-visualization
2,702
Pages should do recursive search for image files
When creating meta tags, Pages only searches the root of the assets folder for image files. It would be better to do a recursive search since it's common to use folders within `/assets` in larger projects. This would still be consistent with the docs which states: > The image value must be the name of a file...
closed
2023-11-27T15:22:21Z
2023-11-28T21:04:37Z
https://github.com/plotly/dash/issues/2702
[]
AnnMarieW
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,642
[Bug]: REinstalling mmcv on every launch
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported ...
open
2024-11-11T05:54:36Z
2024-11-12T08:53:19Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16642
[ "bug-report" ]
venzen
1
keras-team/keras
data-science
20,388
Inconsistent loss/metrics with jax backend
Training an LSTM-based model with `mean_squared_error` loss, I got the following training results, for which the math doesn't add up: the values of the loss (MSE) and metric (RMSE) are inconsistent. Would anyone have an insight as to what could be happening here? Thank you in advance. <img width="1859" alt="Scree...
closed
2024-10-21T21:37:52Z
2024-11-12T12:39:49Z
https://github.com/keras-team/keras/issues/20388
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
dkgaraujo
9
Lightning-AI/LitServe
fastapi
443
cannot pickle '_io.BufferedRandom' object
litserve 0.2.4 ## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ### To Reproduce I meet the " cannot pickle '_io.BufferedRandom' object" when I request a simple file <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> The server ...
closed
2025-03-04T06:50:20Z
2025-03-20T22:58:26Z
https://github.com/Lightning-AI/LitServe/issues/443
[ "bug", "help wanted" ]
ywh-my
5
yunjey/pytorch-tutorial
deep-learning
115
pretrained files
Sorry,can you provide a download link of your pretrained files,i can't open it in your README.
open
2018-05-15T13:52:15Z
2020-07-07T08:43:15Z
https://github.com/yunjey/pytorch-tutorial/issues/115
[]
ultimate-fly
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,069
Result is not what i expected
Maybe i'm missing something, but i've got some voice sample from videogame Thief II, and i used this file to make my text sound like character from the game. It doesn't. I even recorded the process, take a look? https://youtu.be/lDbpoaaBJSo
open
2022-05-25T19:46:01Z
2022-05-31T23:33:29Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1069
[]
vorob1
3
litestar-org/litestar
asyncio
3,893
Ehancement: CLI - Better error message for invalid `--app` string
### Description A condition is missing for the case that `app_path` does not contain a colon. ``` Using Litestar app from env: 'invalid' Traceback (most recent call last): File "/home/henry/miniconda3/envs/facefusion/bin/litestar", line 8, in <module> sys.exit(run_cli()) File "/home/henry/miniconda3/...
closed
2024-12-07T13:27:44Z
2025-03-20T15:55:03Z
https://github.com/litestar-org/litestar/issues/3893
[ "Enhancement" ]
henryruhs
3
ploomber/ploomber
jupyter
499
consider setting static_analysis to False by default
users have reported problems with this, it isn't clear for new ones what the error mean (for example, when adding a new parameters in pipeline.yaml) but not in the script/notebook Another alternative would be to have three modes for static analysis: one that checks code + params, another one that only checks code, a...
closed
2022-01-28T13:38:33Z
2022-02-09T04:30:40Z
https://github.com/ploomber/ploomber/issues/499
[]
edublancas
2
ploomber/ploomber
jupyter
640
ploomber {cmd} --help does not work if missing entry point
Commands that require an entry point (i.e. `pipeline.yaml`) throw an error if the entry point is missing. This is expected. However, this should not happen when the user passes `--help`: ``` ploomber build --help ``` Prints: ``` usage: ploomber build [-h] [--log LOG] [--log-file LOG_FILE] [--entry-point EN...
open
2022-03-06T02:21:39Z
2024-07-09T19:32:09Z
https://github.com/ploomber/ploomber/issues/640
[]
edublancas
1
iterative/dvc
machine-learning
9,731
Support OmegaConf custom resolvers when using Hydra integration
It seems that currently custom resolvers (described here: https://omegaconf.readthedocs.io/en/2.1_branch/custom_resolvers.html) are not supported when using DVC with Hydra integration. I would like to do the following: ```yaml pipeline: - func: some_transform_name params: some_...
closed
2023-07-13T09:02:42Z
2024-01-23T14:13:15Z
https://github.com/iterative/dvc/issues/9731
[ "feature request", "p3-nice-to-have", "A: hydra" ]
asiron
17
biolab/orange3
pandas
6,929
File reader improvement
<!-- Thanks for taking the time to submit a feature request! For the best chance at our team considering your request, please answer the following questions to the best of your ability. --> **What's your use case?** <!-- In other words, what's your pain point? --> <!-- Is your request related to a problem, or ...
closed
2024-11-13T17:49:25Z
2024-11-15T11:08:16Z
https://github.com/biolab/orange3/issues/6929
[]
borondics
3
s3rius/FastAPI-template
graphql
220
Request: Please add support/templating for dapr.io
FIrst of all, thank you for creating such a wonderful, feature-rich cookiecutter template. I have a use case where I want to use [dapr.io](https://dapr.io/) and its Python SDK so I can use a uniform API for pub/sub, DB, caching etc without being concerned about the vendor for each of those components. As a reque...
closed
2024-07-19T20:15:30Z
2024-11-16T17:03:26Z
https://github.com/s3rius/FastAPI-template/issues/220
[]
cicdguy
3
google-deepmind/sonnet
tensorflow
152
Difference between sonnet and tensorflow
Hi, I am using sonnet version 1.32. I found that it is so confusion between sonnet and tensorflow. In sonnet, we don't have placeholders. From this perspective, it seems work like Pytorch. But when I want to check the output of the networks, it is still a tensor. What's happening there?
closed
2019-11-17T16:24:45Z
2020-03-27T17:14:15Z
https://github.com/google-deepmind/sonnet/issues/152
[]
huiwenzhang
1
voila-dashboards/voila
jupyter
1,019
Voila won't recognize certain labextensions bundled with python packages, reverts to older version on CDN
<!-- Welcome! Before creating a new issue please search for relevant issues and recreate the issue in a fresh environment. --> ## Description For certain labextensions, which are bundled alongside their python packages as of JupyterLab 3, voila fails to find the bundled files. Notably this affects `k3d 2.11.0`:...
closed
2021-11-01T08:32:20Z
2023-08-03T13:50:36Z
https://github.com/voila-dashboards/voila/issues/1019
[ "bug" ]
Archemedes
5
litestar-org/litestar
api
3,762
Bug: Swagger and Redoc docs don't work for Piccolo ORM in Litestar>2.11.0
### Description Piccolo ORM has a feature for scaffolding simple ASGI applications for various ASGI frameworks. I notice that `Swagger` and `Redoc` docs do not work with the latest version of Litestar. The latest working version is `Litestar==2.11.0`. For scaffolding ASGI apps, we don't use `PiccoloDTO` but Piccol...
closed
2024-09-28T06:04:21Z
2025-03-20T15:54:56Z
https://github.com/litestar-org/litestar/issues/3762
[ "Bug :bug:" ]
sinisaos
2
ymcui/Chinese-LLaMA-Alpaca
nlp
522
请教一下模型合并后unpermute 函数的作用是什么
为什么需要对wq和wk进行维度交换,前面没有找到可以与之对应的permute代码,有没有参考资料 非常感谢🙏
closed
2023-06-06T09:59:40Z
2023-06-07T02:08:03Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/522
[]
angonger
1
ets-labs/python-dependency-injector
flask
387
Q: Singleton Provider Referencing a Singleton Provider
Amazing library! Thank you for building this! One question I had was in regards to Singletons referencing other Singleton providers and how [reset](https://python-dependency-injector.ets-labs.org/api/providers.html?highlight=reset#dependency_injector.providers.Singleton.reset) comes into play. For example if I ha...
closed
2021-02-03T01:11:54Z
2021-02-04T13:18:59Z
https://github.com/ets-labs/python-dependency-injector/issues/387
[ "question" ]
cameroncurrey
4
httpie/cli
api
722
--ssl — TLS 1.3 & Python 3.7 compatibility
Now that TLS1.3 is out **[1]** it would be great to add that to the list of supported ssl parameters. ` [--ssl {ssl2.3,tls1,tls1.1,tls1.2}] [--cert CERT]` **[1]** https://tools.ietf.org/html/rfc8446
open
2018-10-17T10:04:07Z
2023-12-19T19:12:50Z
https://github.com/httpie/cli/issues/722
[]
jaimejim
4
cupy/cupy
numpy
8,633
Can't compile on Arch Linux with `cudnn 9.2.1.18` and cuda `12.6.1`
### Description i'm getting this error both when trying to install with `pip` or build manually: ``` INFO:root:g++ -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-pr...
closed
2024-10-01T05:03:06Z
2024-10-31T01:53:32Z
https://github.com/cupy/cupy/issues/8633
[ "issue-checked" ]
actionless
10
feature-engine/feature_engine
scikit-learn
809
Request to use polars dataframe package directly
Thank you for creating a great package. polars is a next-generation high-performance dataframe package that will replace pandas. After converting polars to pandas using to_pandas(), you can use the feature-engine package. However, it would be even better if you could directly process polars dataframe in the feature-...
open
2024-09-02T23:18:19Z
2024-10-31T00:24:25Z
https://github.com/feature-engine/feature_engine/issues/809
[]
jnhyeon
3
kymatio/kymatio
numpy
194
Inconsistency in the position of J across Scattering*d constructors
A follow-up on a discussion with @janden and @eickenberg in #158 At the moment, the order of positional arguments in the scattering constructors are: Scattering1d: `T, J, Q` Scattering2d: `M, N, J` Scattering 3d: `M, N, O, J, L, sigma_0` The only parameter that is truly common to each of these classes is `J`....
closed
2018-11-24T22:50:59Z
2018-11-27T04:58:41Z
https://github.com/kymatio/kymatio/issues/194
[ "API" ]
lostanlen
1
Avaiga/taipy
data-visualization
2,381
Remove login visual element
### Description The issue consists of removing the login visual element from taipy community. Indeed, it is made to cover a use case with some authentication, which is part of the taipy enterprise package. In parallel of this breaking change, another issue should be opened to add a login visual element into taipy-en...
open
2025-01-06T10:17:51Z
2025-01-31T13:26:20Z
https://github.com/Avaiga/taipy/issues/2381
[ "🖰 GUI", "🟧 Priority: High", "✨New feature", "🔒 Staff only", "Enterprise", "Enterprise: 🙍🏼User management" ]
jrobinAV
1
deepfakes/faceswap
machine-learning
1,256
Failed to convert image: 'data_dst_000001.png' UnboundLocalError: local variable 'out' referenced before assignment
path: \plugins\convert\mask\mask_blend.py -line 161 ` mask = self._get_mask(detected_face, predicted_mask, centering, sub_crop_offset) raw_mask = mask.copy() if self._mask_type != "none": out = self._erode(mask) if self._do_erode else mask out = np.minimum(ou...
closed
2022-08-13T12:03:35Z
2022-08-18T18:36:24Z
https://github.com/deepfakes/faceswap/issues/1256
[]
LongHuW
1
kornia/kornia
computer-vision
2,845
[Bug] RandomJPEG does fails if sides are not divisible by 16
### Describe the bug RandomJPEG does fails if sides are not divisible by 16 ### Reproduction steps ```bash In [1]: from kornia.augmentation import RandomJPEG In [2]: import torch ...: rng = torch.manual_seed(0) ...: images = 0.1904 * torch.ones(2, 3, 33, 37) ...: aug = RandomJPEG(jpeg_quality=(1.0, 5...
closed
2024-03-15T20:24:19Z
2024-07-01T17:47:42Z
https://github.com/kornia/kornia/issues/2845
[ "help wanted" ]
ternaus
6
jonaswinkler/paperless-ng
django
1,682
Custom css - overrides.css is not loaded.
Hello, I just discovered this great program and thank the developers for that. My installation is done with Docker and works very well. I want to customize a little interface especially the primary color. I followed the documentation by creating a file overrides.css in the media folder, but it is not loaded. ...
open
2022-03-06T16:32:43Z
2022-03-06T16:33:08Z
https://github.com/jonaswinkler/paperless-ng/issues/1682
[]
go-ten
0
django-import-export/django-import-export
django
1,891
Importing AND displaying related models at importing preview
I have this Course model (also look at the many to many fields): ``` class Course(models.Model): class Meta: unique_together = ('name', 'year', 'semester') name = models.CharField(primary_key=True, max_length=250, null=False, blank=False) year = models.IntegerField(null=False) semes...
closed
2024-06-27T10:31:08Z
2024-07-20T19:10:37Z
https://github.com/django-import-export/django-import-export/issues/1891
[ "question" ]
hector-macias1
1
zappa/Zappa
django
1,132
Not recognizing virtaulenv created with pyenv.
<!--- Provide a general summary of the issue in the Title above --> ## Context If .python-version does not exist in the current path, the virtual environment of pyenv is not recognized. <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make su...
closed
2022-05-10T08:08:11Z
2022-12-01T10:02:40Z
https://github.com/zappa/Zappa/issues/1132
[ "bug", "next-release-candidate" ]
iml1111
1
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,732
[Bug]: ImportError: cannot import name 'computed_field' from 'pydantic'
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
closed
2024-12-19T11:25:20Z
2024-12-19T12:18:08Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16732
[ "bug-report" ]
nagikoru
1
fastapi-users/fastapi-users
fastapi
245
Register router treat email as case-sensitive
Hi, I've just noticed that the default provided router for /register POST endpoint treat email-addresses as case-sensitive. As a result two "identicals" email-addresses with different cases writing are treated as different users. eg: during registration John.Doe@company.com is verified as a different user than j...
closed
2020-07-06T11:56:46Z
2020-07-09T16:49:18Z
https://github.com/fastapi-users/fastapi-users/issues/245
[ "enhancement" ]
MariusMez
8
agronholm/anyio
asyncio
304
`anyio.to_thread.run_sync()` hangs IPython when using top-level await expressions
Not sure if this is a problem with IPython, `anyio` or something else. If you launch a IPython shell, like so: ```bash $ ipython Python 3.10.0b2+ (heads/3.10:9c89d62, Jun 2 2021, 20:22:16) [GCC 10.3.0] Type 'copyright', 'credits' or 'license' for more information IPython 7.24.1 -- An enhanced Interactive Pytho...
closed
2021-06-03T01:05:47Z
2021-06-15T08:14:49Z
https://github.com/agronholm/anyio/issues/304
[ "bug", "asyncio" ]
alexdelorenzo
3
jupyter/nbgrader
jupyter
1,052
Try Azure Pipelines for greater test speed
We've found that Azure Pipelines is much faster on tests than Travis for CPython. NumFOCUS projects are currently free on Azure Pipelines. This may help with tests esp. on Windows.
closed
2018-12-15T18:15:24Z
2019-11-02T16:30:03Z
https://github.com/jupyter/nbgrader/issues/1052
[ "enhancement", "good first issue" ]
willingc
0
aio-libs/aiomysql
asyncio
5
Impossible to install via PyPI
Hi, I can't install aiomysql via PyPI with pip. It's ok via Git repository. You should add a Manifest.in file to include RST files. Log message: ``` (pyvenv) lg@steroids:~/tmp$ pip install aiomysql Downloading/unpacking aiomysql Downloading aiomysql-0.0.1.tar.gz (44kB): 44kB downloaded Running setup.py (path:/ho...
closed
2015-02-17T21:39:23Z
2015-02-17T22:26:13Z
https://github.com/aio-libs/aiomysql/issues/5
[]
ludovic-gasc
2
microsoft/nni
machine-learning
4,954
NNI v2.9 Iteration Plan
- Release manager: @ultmaster - Release start date: 6.22 - Feature freeze date (at most 30 days): ~7.22~ 8.1 - First test package (1 week since feature freeze): ~7.29~ ~8.12~ 8.16 - Release date (3 weeks since feature freeze): ~8.12~ 9.7 ## Top selling points - Official announcement of NAS search space hub -...
closed
2022-06-22T02:27:28Z
2022-09-23T02:11:24Z
https://github.com/microsoft/nni/issues/4954
[ "iteration-plan", "nnidev" ]
ultmaster
4
K3D-tools/K3D-jupyter
jupyter
188
Plot a textured surface
Hi, Great library! I was wondering if there is a way to plot a textured surface using the `3d.surface` function, something similar to Matlab `surf(Z,C)` functionality.
closed
2019-11-07T21:45:20Z
2024-05-10T19:32:12Z
https://github.com/K3D-tools/K3D-jupyter/issues/188
[]
eladrich
7
LAION-AI/Open-Assistant
python
2,682
Open Assistant AI
closed
2023-04-17T22:24:16Z
2023-04-18T08:01:45Z
https://github.com/LAION-AI/Open-Assistant/issues/2682
[]
Lotusfan70
0
plotly/plotly.py
plotly
4,341
remove `Loading [MathJax]/extensions/MathMenu.js` message
I am working with plotly but the output image show the watermark: My code: ``` df = pd.read_json(os.path.join(path_rq12, 'macro-topics.json')) categories = [] frequency_p = [] frequency_k = [] for index, group in df.groupby('Challenge_topic_macro'): categories.append(macro_topic_indexing[index]) f...
open
2023-08-27T18:45:36Z
2024-08-12T21:05:47Z
https://github.com/plotly/plotly.py/issues/4341
[ "bug", "P3" ]
zhimin-z
4
pydantic/FastUI
fastapi
121
DarkMode
a toggle somewhere for switching to dark mode would be awesome
closed
2023-12-22T14:20:43Z
2023-12-22T14:45:05Z
https://github.com/pydantic/FastUI/issues/121
[]
shroominic
1
mirumee/ariadne
api
1,079
GraphiQL Explorer error message for subscriptions after switching to graphql-ws
Hi, I am using the latest Ariadne 0.19 and just switched from the deprecated `subscriptions-transport-ws` protocol to `graphql-ws` for my GraphQL subscriptions. The change went smoothly for my client application, but now GraphiQL explorer displays the following error message, when I try to test a subscription via Gr...
open
2023-04-26T12:46:24Z
2024-03-25T08:22:50Z
https://github.com/mirumee/ariadne/issues/1079
[ "to do" ]
fabiangfd
2
giotto-ai/giotto-tda
scikit-learn
127
Make static plotting functions take a Mapper pipeline as input instead of a Mapper graph
#### Description For consistency with the interactive plotting API, we might wish to change `create_network_2d` and `create_network_3d` to take a `MapperPipeline` object `pipe` as first argument instead of a graph. As per (#126), we might also wish to clone this pipeline to avoid side effects.
closed
2019-12-23T15:45:01Z
2020-01-16T12:53:31Z
https://github.com/giotto-ai/giotto-tda/issues/127
[ "enhancement", "discussion", "mapper" ]
ulupo
2
satwikkansal/wtfpython
python
323
A f**king problem with sys.path
## Problem If you import some file or object with different path, it will have different id.. Look like this The directory tree: ```bash . ├── hole │ ├── __init__.py │ ├── base.py │ └── caller.py └── main.py ``` hole/__init__.py ```python import sys from pathlib import Path # allow importe...
open
2023-12-14T09:09:45Z
2024-10-16T08:15:56Z
https://github.com/satwikkansal/wtfpython/issues/323
[]
R4v3nl0
1
K3D-tools/K3D-jupyter
jupyter
437
compatibility with jlab4 ?
quick question as this is not outlined in global README.md, but is the jupyterlab extension expected to be compatible with jupyterlab 4 as published earlier in June ? thanks in advance !
closed
2023-11-28T13:19:02Z
2024-01-04T15:03:31Z
https://github.com/K3D-tools/K3D-jupyter/issues/437
[]
parmentelat
2
albumentations-team/albumentations
deep-learning
1,797
GaussNoise broken in 1.4.9
## Describe the bug `GaussNoise` does not give the same results in 1.4.9 as in 1.4.8. ### To Reproduce ```py import cv2 import albumentations as A import numpy as np # Generate an image using numpy which is a simple color gradient image = np.zeros((128, 128, 3), dtype=np.uint8) image[:, :, 0] = np.ar...
closed
2024-06-19T09:30:49Z
2024-06-19T22:17:28Z
https://github.com/albumentations-team/albumentations/issues/1797
[ "bug" ]
voegtlel
12
TencentARC/GFPGAN
deep-learning
152
Are the decoders finetuned?
From the training script I dont believe the decoders are being fine-tuned but when I play with the colab code I am getting weird results. In the colab code, if I make conditions empty, it should return the results without SFT, however, the results are bad. ` image, _ = self.stylegan_decoder( ...
open
2022-01-24T18:09:05Z
2023-07-31T07:35:03Z
https://github.com/TencentARC/GFPGAN/issues/152
[]
mchong6
1
omnilib/aiomultiprocess
asyncio
155
I use it in linux and windows and the program gets stuck after 1-2 days of running, see the process is not killed, it just hibernates
### I use uvicorn to start my Fastapi program, there is a long task in it, I use aiomultiprocess to speed up my httpx requests, but it always stops after the program runs for a while, I can't find the problem, nest Tried some configurations but nothing helped ### Details import httpx from aiomultiprocess i...
open
2022-05-06T03:52:31Z
2022-05-06T03:52:31Z
https://github.com/omnilib/aiomultiprocess/issues/155
[]
dyuzhou
0
graphdeco-inria/gaussian-splatting
computer-vision
328
CondaEnvException: Pip failed
note: This is an issue with the package mentioned above, not pip. hint: See above for details. failed CondaEnvException: Pip failed (base) C:\Users\abc6\gaussian-splatting>
open
2023-10-17T08:57:18Z
2023-11-01T07:48:55Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/328
[]
Vaidik501
2
deepspeedai/DeepSpeed
pytorch
5,602
[BUG] Zero3 causes AttributeError: 'NoneType' object has no attribute 'numel' in continual training
I was training LLaVA model using deepspeed zero3. What I want to do is continually train the model to different datasets. I create LLaVA model and in the for-loop, I create new dataset and new trainer, then calls `trainer.train()`. At the first iteration of the for-loop, the training works properly. However, at the...
closed
2024-06-03T02:56:58Z
2025-03-10T16:06:21Z
https://github.com/deepspeedai/DeepSpeed/issues/5602
[ "bug", "training" ]
thkimYonsei
9
miguelgrinberg/flasky
flask
375
8e: send confirmed email failed.
This morning , the code runned normally.(can normally send email). But this afternoon there is no change to code.App can't send email. This is the report: > 127.0.0.1 - - [11/Aug/2018 14:03:11] "GET /auth/confirm HTTP/1.1" 302 - 127.0.0.1 - - [11/Aug/2018 14:03:11] "GET / HTTP/1.1" 302 - 127.0.0.1 - - [11/Aug/2...
closed
2018-08-11T06:12:48Z
2018-10-14T22:16:29Z
https://github.com/miguelgrinberg/flasky/issues/375
[ "question" ]
Kevin-Zhang225
4
pyg-team/pytorch_geometric
deep-learning
9,560
TorchScript compilation of MessagePassing _check_input on torch 1.10.2
### 🐛 Describe the bug The following causes an issue on torch 1.10.2 because if size is provided then the output type will be `List[int]` but otherwise the output with be `List[Optional[int]]`. I've also tested this on torch 2.3.0 and it works so there's a problem with older versions of Torch. Unfortunately I can't...
closed
2024-08-02T02:10:19Z
2024-08-07T06:22:17Z
https://github.com/pyg-team/pytorch_geometric/issues/9560
[ "bug" ]
MFairley
0
docarray/docarray
pydantic
1,555
Url types are not aware of extension during validation
Url types do not perform validation on the url extension. For instance, if a url has extension to an audio file (.wav), ImageURL can still accept it. in the screenshot below, when a field is defined like this `item: Union[ImageUrl, AudioUrl, str]`, when it is initialized like this : MyClass(item='link to audio') it w...
closed
2023-05-19T10:53:25Z
2023-06-27T14:02:11Z
https://github.com/docarray/docarray/issues/1555
[]
alaeddine-13
1
glumpy/glumpy
numpy
293
Shader library support to GLSL version > 140
Shader library yields this error when compiling glsl version higher than 140: ``` Error in Fragment shader 5 (<string>) -> error C7616: global function texture1D is removed after version 140 ... 365 vec3 colormap_user(float t) 366 { 367 return texture1D(colormap, t).rgb; 368 } 370 vec3 colormap_us...
closed
2021-07-06T14:57:15Z
2021-07-23T01:23:03Z
https://github.com/glumpy/glumpy/issues/293
[]
jstreibel
3
Lightning-AI/pytorch-lightning
deep-learning
19,950
Autocast "cache_enabled=True" failing
### Bug description The autocast argument `cache_enabled=True` is actually not caching the layer weights when using a Trainer. ### What version are you seeing the problem on? v2.2 ### How to reproduce the bug ```python from pathlib import Path import pytorch_lightning as pl import torch from pytorch_lightni...
open
2024-06-05T18:15:54Z
2024-06-05T18:58:43Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19950
[ "bug", "needs triage" ]
thomassajot
1
neuml/txtai
nlp
171
Add reindex method to embeddings
With the addition of #168, txtai embedding indices can now be re-run through indexing given that the data is available. This method will: - Read all database records - Write the records to a new ANN index with new configuration
closed
2021-12-14T00:32:07Z
2021-12-19T21:31:31Z
https://github.com/neuml/txtai/issues/171
[]
davidmezzetti
0
jpadilla/django-rest-framework-jwt
django
332
Invalid signature
When inputting a JWT key on https://jwt.io/ it actually tells me that the signature is invalid? Is anyone else having the same issue? I am using this library through https://github.com/Tivix/django-rest-auth
closed
2017-05-14T18:42:36Z
2017-06-12T20:54:15Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/332
[]
philippeluickx
2
mitmproxy/pdoc
api
106
Option to export only members in subclasses that differ from their parent's version
I have class A which has a lot of members, and class B which extends A and overrides/adds a single function or variable. I'd prefer the documentation for B to only show documentation for that one member, and not reproduce all the other members from A which are identical. In cases where class A has several trivial subcl...
closed
2016-05-26T23:52:30Z
2021-01-20T08:04:51Z
https://github.com/mitmproxy/pdoc/issues/106
[]
JPLeBreton
4
deezer/spleeter
tensorflow
143
Is this only for stereo audio? can i use for mono audio too?
<!-- Please respect the title [Discussion] tag. -->
closed
2019-11-28T07:10:45Z
2019-11-28T08:57:03Z
https://github.com/deezer/spleeter/issues/143
[ "question" ]
rameezrehman83
1
explosion/spaCy
nlp
13,690
403 Server Error: Downloading `en_core_web_sm` fails due to "Compatibility table not found for Spacy v3.7.5"
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> Not sure if it's easily reproducible (it isn't even for me consistently), but d...
open
2024-11-13T13:40:51Z
2024-12-09T08:52:27Z
https://github.com/explosion/spaCy/issues/13690
[]
mkh1991
9
ansible/awx
django
15,228
Improve User Feedback and Terminology Consistency in Ansible AWX UI
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
closed
2024-05-25T04:58:19Z
2024-06-05T15:51:11Z
https://github.com/ansible/awx/issues/15228
[ "type:enhancement", "component:ui", "needs_triage", "community" ]
akashthemosh
0
adap/flower
tensorflow
4,361
How can I implement a YOLO model using the Flower framework?
### What is your question? ## How to Pass Weights as Parameters in Flower? I’m trying to use the Flower framework to train a YOLO model in a federated learning setting. I’m having trouble figuring out how to properly pass the model weights as parameters between the server and clients. Here’s what I’ve tried so f...
closed
2024-10-24T04:20:44Z
2025-02-11T16:13:46Z
https://github.com/adap/flower/issues/4361
[ "bug", "part: examples", "stale" ]
wkqco33
7
plotly/dash-table
plotly
195
editing the dropdown doesn't trigger an update on `data_timestamp`?
See examples here: https://dash-docs-pr-232.herokuapp.com/datatable/dropdowns
closed
2018-11-01T15:07:10Z
2018-11-01T16:31:43Z
https://github.com/plotly/dash-table/issues/195
[]
chriddyp
1
healthchecks/healthchecks
django
346
API @authorize decorator doesn't allow read-only for Single Check
We need to rewrite the `@authorize` decorator to allow for a read-only API key to do a GET request on the `single` view. Current thought would be to merge the write and read-only decorators and handle the request based on the `request.method` parameter. Without this, you currently need to use a full-access key to...
closed
2020-03-24T03:19:30Z
2020-03-24T14:14:50Z
https://github.com/healthchecks/healthchecks/issues/346
[]
jameskirsop
1
sigmavirus24/github3.py
rest-api
425
Notes are required for Oauth, but optional in the api
To reproduce, follow the [documentation](https://github3py.readthedocs.org/en/develop/examples/oauth.html) but omit the `note`. Relevant github docs here: https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization (Tested with 2-factor-auth. Not sure if the problem exists with "normal" logins.)...
open
2015-07-30T21:20:10Z
2016-11-15T19:39:36Z
https://github.com/sigmavirus24/github3.py/issues/425
[]
miketwo
1
PokeAPI/pokeapi
graphql
387
What units are being used for the height and weight values?
I noticed that I was pulling in values for the pokemon without units and was about to add them, but I can't figure out which units the values are measured in. For example, Bulbasaur's height value pulls in as 7, but his height is neither 7 inches, 7 feet, 7 meters, or 7 yards. The official Pokemon website says that Bul...
closed
2018-10-27T04:37:50Z
2025-03-08T23:18:35Z
https://github.com/PokeAPI/pokeapi/issues/387
[]
SilasOtoko
4
encode/apistar
api
525
how to use bootstrap with apistar?
Hi, i see bootstrap files in repository, what is the best way to make bootsrap project with apistar? May anybody show some example?
closed
2018-05-10T08:03:40Z
2018-07-03T14:58:02Z
https://github.com/encode/apistar/issues/525
[]
avonar
2
davidsandberg/facenet
computer-vision
625
How to choose the far_target
I was wondering if the far_target is chosen in a random way or someway else. I am currently running FaceNet with my own face dataset, but I got a bad validation rate (14%) when I use 1e-3 as the far_target, and in this case my threshold was 0.25, it is strange. I though the threshold should be 1.021.
closed
2018-01-22T13:30:12Z
2018-04-01T21:29:09Z
https://github.com/davidsandberg/facenet/issues/625
[]
LiuNull
3
fugue-project/fugue
pandas
50
[BUG] datetime column (pd.DataFrame) returned in Transformer is causing spark error
**Minimal Code To Reproduce** ```python import pandas as pd # schema: a:datetime def t(sdf:pd.DataFrame) -> pd.DataFrame: sdf["a"]=pd.to_datetime(sdf["a"]) return sdf with FugueSQLWorkflow(SparkExecutionEngine()) as dag: dag.df([["2020-01-01"]], "a:str").transform(t).show() ``` **Describe ...
closed
2020-09-27T00:46:34Z
2020-09-27T06:24:56Z
https://github.com/fugue-project/fugue/issues/50
[ "version dependent", "spark" ]
goodwanghan
1
inducer/pudb
pytest
312
Changing the keyboard shortcut to invoke pudb
Would it be possible to change he keyboard shortcut to invoke pudb? The documentation states that we should hit `Ctrl+c`. The problem is that signal is also used by Django runserver to kill the web server. Therefore, when I hit `Ctrl+c`, I get in the debugger, then (by pressing c), the web server stops.
closed
2018-09-14T14:46:47Z
2018-10-24T17:23:52Z
https://github.com/inducer/pudb/issues/312
[]
jaepetto
4
mirumee/ariadne
graphql
210
Example not working [similar to #177]
Using Ariadne==0.5.0 and Uvicorn==0.8.3, following the example on [https://ariadnegraphql.org/docs/django-integration](url), where it is in a list called `http_routes`, and used in a ProtocalTypeRouter: ``` http_routes = [] http_routes.append(path("graphql/", GraphQL(schema, debug=True))) router = ProtocolTypeRou...
closed
2019-07-04T04:09:31Z
2019-09-13T12:42:08Z
https://github.com/mirumee/ariadne/issues/210
[]
ghost
6
unit8co/darts
data-science
2,543
[QUESTION] NaN handeling in model.fit()
I am facing this error when using XGBoost model since i have NaN values in my target TimeSeries object. ``` Check failed: valid: Label contains NaN, infinity or a value too large ``` I have seen multiple solutions suggested here - fill missing values by darts.utils.missing_values.fill_missing_values() - use ...
closed
2024-09-26T07:53:51Z
2024-09-27T13:55:54Z
https://github.com/unit8co/darts/issues/2543
[ "question" ]
SafetyMary
2