text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Checkpointing during MCMC Body: Hi devs, thanks for your contributions to this tool! Is it possible to save the MCMC chains while the chains are running? I'm using numpyro on multiple GPUs in an HPC environment and would like to checkpoint my jobs in case of preemption.
1medium
Title: Investigate allowing `predict_likelihood_parameters` for auto-regression with quantile likelihoods Body: Check whether we could allow `predict_likelihood_parameters=True` for auto-regression with quantile likelihoods. Would be interesting to see how the quantiles compare if we just feed the model with the last ...
1medium
Title: Reopen Shelly Ble Problem Body: ### The problem Is the same like https://github.com/home-assistant/core/issues/140889 ### What version of Home Assistant Core has the issue? 2025.3.x ### What was the last working version of Home Assistant Core? 2024.x ### What type of installation are you running? Home A...
1medium
Title: 'BERTopic' object has no attribute 'reduce_outliers' Body: i am not able to use reduce_outliers as it is showing a error as shown below ![Screenshot 2023-07-12 152526](https://github.com/MaartenGr/BERTopic/assets/73096699/ea67cc9b-9399-49a3-aa08-4397b0fb93bf) Can you guide me on how do i solve this?
1medium
Title: [Support Us]: LogicalCube Body: Thank you for letting us use your organization's name on the repository read.me page and letting other customers know that you support the project! If you would like us to also display your organization's logo. please raise a pull request to provide an image file for the logo. ...
0easy
Title: Can't save models via the ModelCheckpoint() when using custom optimizer Body: ### Bug description Dear all, I want to use a [Hessian-Free LM optimizer](https://github.com/ltatzel/PyTorchHessianFree) replace the pytorch L-BFGS optimizer. However, the model can't be saved normally if I use the ModelCheckpoint(...
1medium
Title: Allow passing parameters to signal receiver Body: ## Summary Allow passing parameters to a signal receiver (when self is not available) I.e. ``` crawler.signals.connect(receiver=cls.engine_stopped, signal=signals.engine_stopped, cb_kwargs={"lazy": True}) @classmethod def engine_stopped(cls, lazy: b...
1medium
Title: [BUG] ViT models can't load pretrained weights from models with different `cls_token`/`no_embed_class` settings Body: **Describe the bug** The title says it all. ViT models currently support changing some hyperparameters when loading pretrained weights (such as `img_size`). This is useful, when the loaded wei...
2hard
Title: gradio demo don't work in huggingface space Body: ### Describe the bug when deploying demo code of doc on huggingface space, it will produce a bug "gradio.exceptions.error: 'data incompatible with the messages format'". Because the version of gradio is 5.0.1 when deploying and can not change, I can not fix it b...
1medium
Title: UnicodeDecodeError when using subprocess.getstatusoutput Body: I've made this script for finding corrupt images using Imagemagick. Full code: ``` from pathlib import Path import time import subprocess import concurrent.futures from tqdm import tqdm _err_set = set() def _imgerr(_img): global _e...
1medium
Title: DOC grammar issue in the governance page Body: ### Describe the issue linked to the documentation In the governance page at line: https://github.com/scikit-learn/scikit-learn/blob/59dd128d4d26fff2ff197b8c1e801647a22e0158/doc/governance.rst?plain=1#L161 there is a reference attached to "Enhancement proposal...
0easy
Title: Image preprocessing parameters Body: The function `preprocess_input()`, in encoders/_preprocessing.py, takes 'mean' and 'std' as parameters and apply the normalization on the data in the following way: ``` if mean is not None: mean = np.array(mean) x = x - mean if std is not None...
1medium
Title: select_related with ManyToMany through Body: **Describe the bug** Trying to query a ManyToMany through relationship and getting this error: ```bash ormar.exceptions.RelationshipInstanceError: Relationship error - ForeignKey EffortResource is of type <class 'int'> while <class 'weakref.ProxyType'> passed as a ...
2hard
Title: Incorrect(?) use of db.session in flask_appbuilder.AppBuilder Body: ### Environment Flask-Appbuilder version: 4.1.3 ### Describe the expected results We have an Azure SQL database that we use with flask-appbuilder. This database requires that we request a new token every hour or so (expiry on the token ...
2hard
Title: API not capturing conversion_id property update Body: ### Describe the problem/bug When converting an input measurement the 'conversion_id' prop of "device measurement settings" in the API stays null while the db reflects the update ### Versions: - Mycodo Version: 8.10.1 - Raspberry Pi Version: 3B+ ...
1medium
Title: [Storage] Bump GCSFuse to 2.4.0+ Body: [GCSFuse 2.4.0](https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v2.4.0) introduces parallel downloads which helps with loading large files (e.g., model checkpoints). We should bump GCSFuse version + investigate the tradeoffs of enabling parallel downloads (by...
1medium
Title: Feature Request: Automatic reloading for existing scripts? Body: While jupyter notebook is a great place for doing the initial development, at some point you want to move your automations out from it. It would be great if (at least the existing scripts) would be automatically reloaded on change, i.e., by using i...
1medium
Title: Plotly min.js import missing .js suffix Body: When running this cell in a JupyterLab instance: ```python import plotly.io as pio pio.renderers.default = "notebook_connected" import plotly.graph_objects as go go.Figure() ``` The first time Plotly is loaded, the figure is blank and the following errors appear in t...
1medium
Title: Fix Frontend Failing Test: paddle - creation.paddle.assign Body: To-do List: https://github.com/unifyai/ivy/issues/27500
1medium
Title: swipe滑动操作不够平滑 #884 Body: 我在用airtest测试自动滑动解锁验证码,但很多页面的滑动解锁会通过js判断滑动操作是人为还是机器,比较生硬的滑动操作会被判定为机器。 目前使用的是基于windows页面识别的swipe操作,具体滑动代码如下: swipe({图片},vector=[0.1776,0.0056],duration=0.2,steps=randint(2,5)) 无论怎么调用参数,swipe的滑动操作其实都是针对指定距离向量进行分段滑动操作,滑动过程都比较生硬容易被识别。 能否提供比较拟人的滑动解决方案?
1medium
Title: Errbot 4.2.2 python 2.7. Error with command errbot. Body: In order to let us help you better, please fill out the following fields as best you can: ### I am... * [ ] Reporting a bug * [ ] Suggesting a new feature * [x ] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] He...
1medium
Title: Background upscale isn't working / Real-ESRGAN ignored? Body: Hello, Thank you for this great project! 💙 I'm running this on Windows 10 and Anaconda, Installation was very easy and simple to follow thanks to your step-by-step instructions, I appreciate it. ### Problem Description: I've added the argume...
1medium
Title: Cannot send message? Object of type Message is not JSON serializable Body: Whenever i try to send a message using this function: ```py async def generate_response(message): with open("message.txt", "w") as f: for chunk in client.send_message("capybara", message): f.write(chunk["text...
1medium
Title: losing DatasetInfo in Dataset.map when num_proc > 1 Body: ### Describe the bug Hello and thanks for developing this package! When I process a Dataset with the map function using multiple processors some set attributes of the DatasetInfo get lost and are None in the resulting Dataset. ### Steps to reprod...
1medium
Title: DataArray.rolling fails with chunk size of 1 or 2 (reemergence of issue #9862) Body: ### What happened? The problem is exactly as written in closed issue #9862, but I'm using: - xarray: 2025.1.2 - dask: 2025.2.0 Since everything is the same (including traceback and behavior when pasted into console or binder...
1medium
Title: Union + __fields__() has misleading error message Body: While the error is misleading (I should fix that), in GraphQL you can't select fields of an union type directly, you must use fragments to select depending on each type you want to handle. In your case, could you try: ```py import sgqlc from sgqlc.o...
1medium
Title: dask-expr is now a hard dependency Body: dask-expr is now a hard dependency of dask[dataframe]. We still need to update - `distributed/continuous_integration/recipes` (see conda build workflow on distributed, currently failing) - https://github.com/conda-forge/dask-feedstock - distributed gpuci failing - ...
1medium
Title: "Add to Slack" Button throws OAuth error Body: The "Add to Slack" button here https://api.slack.com/docs/slack-button fails with the error Oops, Something Went Wrong! Please try again from here or contact the app owner (reason: invalid_browser: This can occur due to page reload, not beginning the OAuth flow ...
1medium
Title: Display Addition: Generic 20x4 LCD Body: Hi Kyle, Can you add support for generic 20x4 LCD displays? I was able to set one up and get it to display data using the 16x4 option, but it’s limited to 16 characters wide. ![2673A1FF-FA58-4B77-8A0A-5E319AF771D8](https://user-images.githubusercontent.com/1071...
1medium
Title: the issue with next parameter not accessible anywhere, in the custom adapter Body: # 🛑 Stop The issue tracker has been moved to https://codeberg.org/allauth/django-allauth/issues. Please submit your issue there. NEXT after google/login/callback is empty or none, no proven way to target or access next_url a...
1medium
Title: How to open doc2vec trained on an older version of gensim? Body: I have a large number of models trained on older gensim ? I recently updated my python library, and gensim was bumped to the latest version. The problem is the Doc2Vec.load is refusing to load the older versions. Is there a compatibility mode ava...
1medium
Title: See country total instead of province. Body: I don't know if I'm just missing it, but I can't seem to find a query parameter that returns the latest cases per country, instead of per province, as is currently the case. Is the only possibility at the moment to go through each province belonging to a country and t...
1medium
Title: Sitting with "about:blank" in Chrome Ubuntu 24.10 Body: ### Bug Description Fails to run with Ubuntu 24.10 on x86_64 Code: `from langchain_ollama import ChatOllama` `from browser_use import Agent, Browser, BrowserConfig` `from pydantic import SecretStr` `import asyncio` `from dotenv import load_dotenv` `load...
1medium
Title: Enable Ruff format implicit string concatenation Body: When this is stable, revisit `ISC001` disable lints. - https://github.com/astral-sh/ruff/issues/9457#issuecomment-2437519130
1medium
Title: Set Library Search Order not working in child suites when used in __init__ file Body: There is a bug in Robotframework that when I set the `Set Library Search Order`, it is not honored anymore in the child suites, when I initially set it in a `__init__.robot` I use this Search Order with the python remote serve...
1medium
Title: `test_expected_minimum` failure Body: One test for the expected minimum function fails somewhere deep in scipy. Any ideas on how to track this down? ``` $ pytest --pdb -x -m 'not slow_test' skopt/tests/test_utils.py (skopt) ============================= test session starts =========================...
1medium
Title: wrong histograms Body: Hi, I am having problems plotting histograms. I think there is a very good chance that it is not because of a bug in tensorboard-pytorch, but I'm not sure what I could be doing wrong, and I'm not sure where to ask, so if someone could help I would appreciate it. I am trying to plot his...
1medium
Title: Value Error Body: Last Error Received: Process: MDX-Net If this error persists, please contact the developers with the error details. Raw Error Details: ValueError: "zero-size array to reduction operation maximum which has no identity" Traceback Error: " File "UVR.py", line 6059, in process_start...
1medium
Title: [BUG] DQ Anomaly Metrics should not be displayed when we do count aggregation on a categorical column Body: ## Describe the bug If we create a KPI with metric column type categorical and count as aggregation, DQ mean and Max graphs are displayed empty and DQ count graph is only displayed. ## Explain the envi...
1medium
Title: Unhandled Exception (26a2b144c) Body: Autosploit version: `4.0` OS information: `Linux-5.2.0-2parrot1-amd64-x86_64-with-Parrot-4.7-stable` Running context: `autosploit.py` Error mesage: ``hosts.txt` and `/home/arc/AutoSploit/hosts.txt` are the same file` Error traceback: ``` Traceback (most recent call): File "...
1medium
Title: [Bug]: failed to fetch;failed to connect 54323,but 5050 report status ok Body: ### What happened? A bug happened! http://localhost:3000/login,After I entered my account and password,web report "failed to fetch". And I checked the [5050](http://localhost:5050/), it said"{"status":"OK"}".but i failed to connect ...
1medium
Title: Wrong hompage in package description Body: ### What version of GlobaLeaks are you using? 4.13.12 ### What browser(s) are you seeing the problem on? Other ### What operating system(s) are you seeing the problem on? macOS ### Describe the issue Due to the shell command 'dpkg -s globaleaks' the information o...
0easy
Title: [FEATURE] Add Microsoft markdown files Body: ### Description Add updated code of conduct and security markdown files ### Expected behavior with the suggested feature CODE_OF_CONDUCT.md matching: https://github.com/microsoft/repo-templates/blob/main/shared/CODE_OF_CONDUCT.md SECURITY.md matching https://git...
1medium
Title: 自定义词 添加到 CustomDictionary 里面就可以被识别,自己加载词典就不被识别 Body: <!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[G...
1medium
Title: Train my own recognition model Body: i want to use english_g2.pth to train my own recognition model,is there any Tutorial? The deep-text-recognition-benchmark model looks like 200MB,It's a little big for me,thanks
1medium
Title: Train model with more than 1 image per person Body: * face_recognition version: 1.2.3 * Python version: 2.7.15 * Operating System: Windows 10 ### Description I Would like to train the model with more than 1 image per each person to achieve better recognition results. Is it possible? One more question ...
1medium
Title: Link to "Edit in Github" still broken on project homepage Body: This is a continuation of issue #146. The link seems to still be broken. # Steps to Repro: - Go to the project homepage http://drivendata.github.io/cookiecutter-data-science/ - In the top right there is a button "Edit on Github" that links to...
1medium
Title: [BUG] NameError: name 'pq' is not defined if pyarrow is not installed Body: <!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** ```python mars/services/lifecycle/api/oscar.py:19: in <modu...
1medium
Title: fix dfs warnings in get_recommended_primitives Body: in `_recommend_non_numeric_primitives` we make a call to dfs to generate features for all valid primitives. That list of valid primitives usually includes many numeric primitives that don't get used and cause an UnusedPrimitive warning.
1medium
Title: Can not add graph for dataparallel model Body: Hi there, I get a `KeyError: '322'` when I try to `add_graph` for data parallel model on multiple GPU. Here is a mini-example which can reproduce the error: So what should I do for this error? ``` import torch import torchvision.models as models from tenso...
1medium
Title: [Bugs] RuntimeError: No CUDA GPUs are available in transformers v4.48.0 or above when running Ray RLHF example Body: ### System Info - `transformers` version: 4.48.0 - Platform: Linux-3.10.0-1127.el7.x86_64-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.27.1 - Safetensors version: ...
2hard
Title: AttributeError: module 'PIL.Image' has no attribute 'ExifTags' Body: When trying to load an image dataset in an old Python environment (with Pillow-8.4.0), an error is raised: ```Python traceback AttributeError: module 'PIL.Image' has no attribute 'ExifTags' ``` The error traceback: ```Python traceback ~/h...
1medium
Title: unable to like Body: i get the unable to load media error( for like 4.5 posts ) and after that it gets a media post and After getting the post when is time to click the like button the app stops Traceback (most recent call last): File "C:\Users\ribei\Downloads\Reddit\insta.py", line 32, in session.like_b...
1medium
Title: A question about document tokenization Body: Hi, I found a very interesting result to tokenize a document. The example code is: ``` import spacy nlp = spacy.load("en_core_web_sm") # doc = nlp("Apple is looking at. startup for $1 billion.") # for token in doc: # print(token.text, token.pos_, token.d...
3misc
Title: KL Loss. Body: Hi, I just noticed that the KL Loss in the VAE paper would look like this: 0.5 * torch.sum(torch.exp(logVar) + mean ** 2 - 1. - logVar) And here, the KL Loss is: torch.mean(0.5 * torch.sum(torch.exp(logVar) + mean ** 2 - 1. - logVar, 1)) What's your thought in this?
1medium
Title: UTF-8 – CP1252 encoding issue in exported HTML report Body: <!-- **NOTE** Please use this template to open issues, bugs, etc., only. See our [GitHub Discussions Board](https://github.com/datapane/datapane/discussions) to discuss feature requests, general support, ideas, and to chat with the community. --> ...
1medium
Title: Is it possible to implement custom email validation in AccountAdapter instead of overriding RegisterSerializer.validate_email? Body: Hi, I'm writing a multitenant app and wanted to use AllAuth. However, it [does not have an option to replace `EmailAddress`](https://github.com/pennersr/django-allauth/issues/245...
2hard
Title: Package Error: python-dateutil Body: Would you please support the newest version of python-dateutil? ``` ERROR: zappa 0.48.2 has requirement python-dateutil<2.7.0,>=2.6.1, but you'll have python-dateutil 2.8.0 which is incompatible. ```
1medium
Title: [BUG] Some parts of the UI are light in dark theme Body: **Describe the bug** Some parts of the UI are light in dark theme. Some of those parts are not readable because the text and the background are white. **To Reproduce** Some searches ![image](https://user-images.githubusercontent.com/10577978/17323635...
1medium
Title: Running locally almost halts the computer Body: The first time I ran this locally, my computer slowed to a crawl after Python used up 100% of my RAM and CPU. I waited 20 minutes, and ended the task. Is there some setting to ensure it doesn't consume so many resources? My PC is a year old, and pretty decent: ...
2hard
Title: S3 credentials in links missing for private buckets after upgrade to Django 5.1 Body: Hi @jschneier! I found an issue with Django 5.1. After the upgrade (using django-storages 1.14.4), all GET-parameter credentials for private S3 buckets are not being added to the links in my templates anymore. This means tha...
2hard
Title: 400 Error? Body: Hi, I'm trying to spin up a simple socket connection w/ React + Flask... I'm unfortunately getting a 400 error... any thoughts around why this is? Happy to answer any questions around configs. <img width="498" alt="Screen Shot 2019-08-27 at 2 44 14 PM" src="https://user-images.githubuserconte...
1medium
Title: import tushare后logging打不出来日志 Body: Python 3.8.16,下面这样是可以打出日志的 ``` import logging # import tushare logging.basicConfig(level=logging.INFO) logging.info("a info log") ``` 只要把import tushare的注释去掉,logging就打不出来日志了 求助一下要如何解决
1medium
Title: How to access Params from Post-Create Hook? Body: #### Description I am using this package with SQLAlchemy models. My goal is to use a factory to create a model instance, along with a number of associated model instances. Both specific and generic associations, like these two use cases: ```py # use two ne...
1medium
Title: Challenges with LLMs Not Respecting Provided Fields in JSON Outputs Body: When utilizing Large Language Models to extract data from documents such as invoices and generate structured outputs like JSON files, a common issue arises: the LLM does not always adhere strictly to the provided fields and sometimes inven...
1medium
Title: Batch generator hangs with multithread Body: When using alongside the keras `ImageDataGenerator` with `multithreading=True`, the process hangs on `recv()`. Switching the number of workers to 0 (i.e. no multithread) works as expected. > Versions: imgaug: 0.2.5 (from master 13May18) python: 3.5 keras: 2.1.3...
1medium
Title: Stooq: futures, indices, cash, currency, bond yield tickers don't feed Body: Hello, I'm trying to scrape multiple historical quotes from Stooq. Equities and indicies work well, while futures, indices, cash, currency, bond yield don't feed. Shall I type the tickers somehow differently? Below is the code exa...
1medium
Title: ImportError: dynamic module does not define module export function (PyInit__pydantic_core) Body: Hello, I am trying to import openai in my visual studio code and face with "ImportError: dynamic module does not define module export function (PyInit__pydantic_core)" error, I really dont have any idea of how resolv...
1medium
Title: example rand_exit_choice_nb can not run Body: Hi, I find an example can not run: https://github.com/polakowo/vectorbt/blob/master/vectorbt/signals/factory.py#L316 ```python File "D:\Users\Kan\miniconda3\envs\py38_vectorbt\lib\site-packages\vectorbt\signals\factory.py", line 61, in __init__ Indi...
1medium
Title: unhandled exception in script -- when run py to exc in windows Body: Traceback (most recent call last): File "labelImg.py", line 18, in <module> ModuleNotFoundError: No module named 'PyQt5' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "l...
1medium
Title: Support Narwhals DataFrames including DuckDB relation and Dask. Body: In https://github.com/panel-extensions/panel-graphic-walker/pull/22 I will add more support for more data sources to `panel-graphic-walker`. I add general DataFrame support via [Narwhals](https://github.com/narwhals-dev/narwhals) because its ...
1medium
Title: Docker image - arm64 please? Body: Hi - longtime user of this project on a raspi. Recently jumped to using docker and am reinstalling everything in containers. Discovered tonight that while the repository works well on raspbian, some of the dependent libraries have platform specificity. Since the image on doc...
1medium
Title: Simple instructions for a self referential table Body: ### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How...
1medium
Title: DocBin.to_bytes fails with a "ValueError: bytes object is too large" Spacy v 3.7.2 Body: <!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour I am trying to train a model from scratch (NER) on a corpus which has around 8 million sentences...
2hard
Title: 为何录制教学版视频 - ApacheCN Body: http://ailearning.apachecn.org/why-to-record-study-ml-video/ ApacheCN 专注于优秀项目维护的开源组织
3misc
Title: 导入AutoencoderKLWan, WanPipeline的问题 Body: from diffusers import AutoencoderKLWan, WanPipeline提示 from diffusers import AutoencoderKLWan, WanPipeline ImportError: cannot import name 'AutoencoderKLWan' from 'diffusers' (E:\PyCharm2023.3.2\python\pythonProject\.venv\Lib\site-packages\diffusers\__init__.py). Did yo...
1medium
Title: Error during face_encodings - code: 7, reason: A call to cuDNN failed Body: * face_recognition version: v1.2.2 * Python version: 3.6.7 * Operating System: Ubuntu 18.04 (Jetson Nano) ### Description Following the JetsonNano instructions and incorporating ZED Camera feed by replaced cv2.VideoCapture with cam...
2hard
Title: Can't display an ipydatagrid in mercury Body: Hello, the below code is not rendering the grid as it should: df = pd.DataFrame(data=np.random.randn(5,10)) datagrid=DataGrid(df) datagrid Mercury is not displaying the grid with the below output: ![image](https://github.com/mljar/mercury/assets/80507466/7dd...
1medium
Title: Add "raw" endpoint to return raw, unparsed request data? Body: If possible, please consider adding a `/raw` or `/echo` endpoint that returns the raw HTTP request that the server received. This feature can be used to help diagnose misbehaving applications (e.g. sending duplicate headers with different values o...
1medium
Title: Local to cell __name__ Body: ### Documentation is - [x] Missing - [ ] Outdated - [ ] Confusing - [ ] Not sure? ### Explain in Detail I've been trying to use smolagents library in marimo and was investigating why one of the functions `push_to_hub` not works as expected. There were several reasons that it doesn...
1medium
Title: fix: Densenet Documentation Body: This is code for DenseNet121 in Keras ``` keras.applications.DenseNet121( include_top=True, weights="imagenet", input_tensor=None, input_shape=None, pooling=None, classes=1000, classifier_activation="softmax", name="densenet121", ) ``...
0easy
Title: Crash on new install launch Body: Press any button or wait 20 seconds to continue. 2016-11-15 12:11:05,838 [ cli] [INFO] PokemonGO Bot v1.0 2016-11-15 12:11:05,846 [ cli] [INFO] commit: 30dbcc0d 2016-11-15 12:11:05,849 [ cli] [INFO] Configuration initialized 2016-11-15 12:11:05,850 [pokem...
2hard
Title: after importing agent with .json KeyError 'chat_history' Body: ### Description ![image](https://github.com/Josh-XT/AGiXT/assets/34012548/515b67c3-72b0-4168-84dd-178ed8f84451) ### Steps to Reproduce the Bug 1.Go import agent with .json format from export 2.go to chat error will show ### Expected Behavior ...
1medium
Title: how to make loss visualization Body: 如何使训练损失loss通过图的形式呈现
1medium
Title: Factors that influence distance between face embeddings Body: Hi, I am using the facenet project in order to calculate the distances between two faces in images in order to evaluate if the two persons depicted are the same or not according to the compare.py file. normally it is claimed that if the distanc...
1medium
Title: Swagger throws Internal Server Error when using reverse relationships in serializer Body: **error:** File "/usr/local/lib/python3.6/dist-packages/drf_yasg/inspectors/field.py", line 85, in field_to_swagger_object raise SwaggerGenerationError("cannot instantiate nested serializer as " + swagger_object_type...
1medium
Title: Update torch version in Dockerfile Body: Currently, the CPU build of Docker still uses torch 1.x. Update to the latest version.
1medium
Title: WebTransport server script Body: Is there a webtransport server script? Or does [http3_server.py](https://github.com/aiortc/aioquic/blob/main/examples/http3_server.py) script can receive the streams(unidi&bidi) and datagrams ? If yes, does it also work with WebTransport javascript client?
1medium
Title: Request: Plotting parameters in WhatifComponent Body: As far as I can see, WhatifComponent includes ShapContributionsGraphComponent, but does not include plot styling parameters such as "sort" and "orientation". I think it makes sens to add these :-)
1medium
Title: [feature] Add possibility to save the backup per command Body: **Version and OS** Synology DSM 7.2.1 with docker **Is your feature request related to a problem? Please describe.** It would be great to have the possibility to have an automatic export function of the link that his didn't has to be done by han...
1medium
Title: Convert image to geometric parameters in python Body: I try use tutorial from kaggle site https://www.kaggle.com/c/facial-keypoints-detection#getting-started-with-r They perform face recogntion using the R language, but the analysis is not important. It doesn't matter!!! It is important that they work wit...
1medium
Title: Autorange values stored in dcc.Graph.figure['layout']['xaxis' 'yaxis']['range'] no longer available after version v0.30.1 Body: I was using the initial autorange values to "hold" my plotly.graph_objs.Layout plot axes from recalculating when dynamically adding or removing plotly.graph_objs.scatter.Markers. Three...
1medium
Title: Support cafile in NATS streaming source Body: https://github.com/mage-ai/mage-ai/blob/d0eaef32a40a771b9ac8485e14ed08da83ca2dc6/mage_ai/data_preparation/templates/data_loaders/streaming/nats.yaml#L20 Issue with NATS template: ```python Traceback (most recent call last): File "/usr/local/lib/python3.10...
1medium
Title: Text Properties Support Body: Hi Team, Is it possible to extract text properties like font-size, font-width, font-style, font-color.
1medium
Title: [Feature Request] Render table can add Grand Total Body: Thanks so much for your interest in Dash! Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation que...
1medium
Title: asyncpg.exceptions.DataError: invalid input for query argument $1: <Record chat_id=-1001218255164> (an integer is required (got type asyncpg.Record)) Body: <!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please an...
1medium
Title: Advance NLP with spaCy load issue Body: In the the online course https://course.spacy.io/ import spacy failing to load in exercises (see Section 2 Getting Started)
1medium
Title: question about max_time Body: It appears that `max_time` sets a time limit for the time spent retrying, that does not include the initial try. If that is correct, if all I have is, for example, the total time budget for an API call, then I have to subtract the maximum time the initial attempt take from `max_ti...
1medium
Title: config.env database_url not working Body: i run a postgresql container in docker, and add this in config.env: `DATABASE_URL=postgresql://postgres:docker@localhost:5432/postgres` but every time i run: `python manage.py setup_dev` it will creates data-dev.sqlite ps:the db name and password is correct,i can...
1medium
Title: New Core ML Spec Released Body: Some features are added so this tool needs to be updated accordingly. See [their spec](https://apple.github.io/coremltools/coremlspecification/index.html) for details.
1medium