text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Layoutlmv3 for RE Body: **Describe** when i use layoutlmv3 to do RE task on XFUND_zh dataset, the result is 'eval_precision': 0.5283, 'eval_recall': 0.4392. i do not konw the reason of the bad result. maybe there is something wrong with my RE task code? maybe i need more data for training? is there some sugg...
1medium
Title: [Bug]: GPU memory leak in TextPairRegressor when embed_separately is set to `False` Body: ### Describe the bug When training a `TextPairRegressor` model with `embed_separately=False` (the default), via e.g. `ModelTrainer.fine_tune`, the GPU memory slowly creeps up with each batch, eventually causing an OOM ev...
2hard
Title: How do I programmatically access the sample requests from the generated swagger UI Body: **Ask a question** For a given restx application, I can see a rich set of details contained in the generated Swagger UI, for example for each endpoint, I can see sample requests populated with default values from the restx ...
1medium
Title: Request body is saved in a non human-readable format when it contains special characters Body: Hello and thank you for creating this tool, it looks very promising! The overall experience has been good so far, but I did notice an issue that's a bit inconvenient. I've created a `POST` request which contains let...
1medium
Title: Voila not displaying Canvas from IpyCanvas Body: <!-- Welcome! Before creating a new issue please search for relevant issues and recreate the issue in a fresh environment. --> ## Description When executing the Jupyter Notebook, the canvas appears and works as intended, but when executing with Voila, its a...
1medium
Title: Error when loading multiple models - Tensor name not found Body: In my code, I'm loading two DNN models. Model A is a normal DNN with fully-connected layers, and Model B is a Convolutional Neural Network similar to the one used in the MNIST example. Individually, they both work just fine - they train properly,...
2hard
Title: Programmatically create tasks based on the product of the task executed in the previous pipeline step Body: I would like to understand how to programmatically create tasks based on the product of the task executed in the previous pipeline step. For example, `get_data` creates csv-file and I want to create ta...
1medium
Title: Bug: `Unsupported type: <class 'msgspec._core.StructMeta'>` Body: ### Description Visiting /schema when a route contains a request struct that utilizes a `msgspec` Struct via default factory is raising the error `Unsupported type: <class 'msgspec._core.StructMeta'>`. Essentially, if I have a struct like this: ...
1medium
Title: Bokeh: BokehJS was loaded multiple times but one version failed to initialize. Body: Hi team, thanks for your hard work. If possible, can we put a high priority on this fix? It's quite damaging to user experience. #### ALL software version info (this library, plus any other relevant software, e.g. bokeh, pyt...
1medium
Title: --base-image not recognise as valid argument Body: Related with https://github.com/jupyterhub/repo2docker/issues/487 https://github.com/jupyterhub/repo2docker/blob/247e9535b167112cabf69eed59a6947e4af1ee34/repo2docker/app.py#L450 should make `--base-image` a valid argument for `repo2docker` but I'm getting ...
1medium
Title: [Bug] pip install TTS failure: pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000 Body: ### Describe the bug Can't make pip installation ### To Reproduce **1. Run the following command:** `pip install TTS` ``` C:>C:\Python38\scripts\pip install TTS ``` **2. Wait:** ``` Collecting TTS ...
2hard
Title: BleakDotNetTaskError Could not get GATT characteristics AccessDenied Body: * bleak version: 0.12.1 * Python version: 3.9 * Operating System: Win 10 [Version 10.0.19042.1083] * BlueZ version (`bluetoothctl -v`) in case of Linux: * Bluetooth Firmware Version: HCI 8.256 / LMP 8.256 ### Description Simil...
1medium
Title: hanlp+jupyter的docker镜像 Body: **Describe the feature and the current behavior/state.** 目前官方文档里没有提供更快上手HanLP 的方式,所以我做了一个HanLP + Jupyter 的Docker镜像,可以帮助感兴趣的人更快上手体验。 walterinsh/hanlp:2.0.0a41-jupyter [https://github.com/WalterInSH/hanlp-jupyter-docker](https://github.com/WalterInSH/hanlp-jupyter-docker) 如果满足你...
1medium
Title: 新增swift语言时候出现的问题。 Body: 在languages内添加了 _swift_lang_config = { "run": { "exe_name": "t.swift", "command": "/usr/bin/swift {exe_path}", "seccomp_rule": None, } } 并且在JudgeServer 容器内安装了swift环境,并且在容器内可运行swift代码。(swift也无需编译可运行) 但是最终在项目中运行时,会出现运行时错误。 最终在此次运行的文件地址(在挂载的judege_server/r...
1medium
Title: installer 打包时候会提示错误 Body: 1.2.62可以打包成功,但是在请求数据的时候会报403错误 1.2.84打包的时候报错 UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd7 in position 2556: invalid continuation byte
1medium
Title: Docs are not clear about installation requirements Body: The docs say: > Eve is powered by Flask, Redis, Cerberus, Events but it does not indicate if all of those are required. Specifically, I have failed to find anywhere in the docs if Redis is an optional dependency. Looking into the requirements.txt and r...
1medium
Title: Preventing useless queries when listing entities Body: Hello, On an application with about 100k entries, listing them takes minutes. This surprised me because listing entries should be fairly quick, even if there are many of them. It appears that **for each entry** it produces a query to **each** relationship...
2hard
Title: 在使用文本相似度比较时,两个字符串交换一下位置,得出来的文本相似度不一样 Body: <!-- 感谢找出bug,请认真填写下表: --> **Describe the bug** 在使用文本相似度比较时,两个字符串交换一下位置,得出来的文本相似度不一样 **Code to reproduce the issue** ![image](https://user-images.githubusercontent.com/77441902/236605940-f5f62acf-d3f8-4a9b-adb1-b2d2edf342d3.png) ```python ``` **Describ...
1medium
Title: [PR] Fix an issue with mistakenly added Bearer auth in addition to Basic auth Body: > <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-11-19 22:31:04+00:00_ > Origina...
1medium
Title: [core] Guard ray C++ code quality via unit test Body: ### Description Ray core C++ components are not properly unit tested: - As people left, it's less confident to guard against improper code change with missing context; - Sanitizer on CI is only triggered on unit test; - Unit test coverage is a good indicator...
1medium
Title: Namespace expect without model Body: @ns.expect(someModel) def get(self): pass Instead of having a model passed to expect decorator, can I have a custom JSON? No model required in the application.
1medium
Title: `Card` component's `ma-{margin}` class takes precedence to `classes` Body: The view below does not seem to respect my CSS class, at least not my `margin-bottom: ... !important` property. I see that `Card` prepends `ma-{margin}` to the class order. On inspection, I see that `ma-0` is applied as `.v-applicati...
1medium
Title: pre.py 改进建议 Body: **Summary[问题简述(一句话)]** 使用 `pre.py` 时如何暂停以及开始 **Env & To Reproduce[复现与环境]** 各依赖环境正常 使用 `pre.py` 开始训练后,无法停止 按 `Ctrl + C` 后报错,但计算未停止 看了一下 `pre.py` 源码,应该是 `multiprocessing` 的问题,其进程实例需人为停止 可以考虑使用 : `p.terminate()` `p.join()`
1medium
Title: [CG, Core] Add Ascend NPU Support for RCCL and CG Body: ### Description This RFC proposes to provide initial support for RCCL and CG on Ascend NPU. Original work by [@Bye-legumes](https://github.com/ray-project/ray/pull/47658) and [@hipudding](https://github.com/ray-project/ray/pull/51032). However, we need t...
2hard
Title: Field names which begins and ends with underscores being prefixed with `field` Body: **Describe the bug** There was a PR some time ago: https://github.com/koxudaxi/datamodel-code-generator/pull/962 It restricts usage of protected and private variables, but it doesn't consider variables with double-underscore...
1medium
Title: Release v0.12.0 Body: Release tracker issue for v0.12.0. Mostly opening so that it gets issue #3000, which is satisfying.
3misc
Title: Use httpx.Client Directly Body: As of version 0.6.1, the generated `Client` is somewhat configurable - headers, cookies, and timeout. However, these are all abstractions which have to then be handled explicitly within each generated API method. Would it be simpler to just make calls using an `httpx.Client` or...
1medium
Title: RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)` Body: ![image](https://user-images.githubusercontent.com/31000405/130337837-6c317318-2018-45bd-b8d9-e144b220b12a.png) 训练一半后出现这个,谁能解决help
2hard
Title: Move Model documents to different files (MongoEngine) Example Body: I am trying to figure out how I can create the `MongoEngine.Document` classes in separate files and still use the instance variable here: https://github.com/biosustain/potion/blob/dc71f4954422f6edfde5bfa86f65dd622a35fdea/examples/mongoengine_...
1medium
Title: Refactor tests Body: Test files starts to be too dense. Refactor to split into more files.
1medium
Title: Apparent leaks between tests with (customised) qapp Body: The [pytest-qt documentation](https://pytest-qt.readthedocs.io/en/latest/qapplication.html#testing-custom-qapplications) explains how to create a `QApplication` subclass from your own project which will then take the place of the default fixture `qapp` us...
1medium
Title: No module named 'textblob' Body: Hi there, I am a starter of Python and I would like to use 'textblob'. I am a MacOS High Sierra user. What I tried is to install textblob on a new anaconda environment by `conda install -c conda-forge textblob` and `conda install -c conda-forge/label/gcc7 textblob`. It gets i...
0easy
Title: Wan2.1 result is black, when using --use-sage-attention and setting weight_dtype to fp8_e4m3fn. Body: When using --use-sage-attention and setting weight_dtype to fp8_e4m3fn, the result is black, Using --use-sage-attention, --force-upcast-attention and setting weight_dtype to fp8_e4m3fn, the result is still bla...
2hard
Title: [Bug] xtts OrderedVocab problem Body: ### Describe the bug > TRAINING (2023-10-28 18:37:37) The OrderedVocab you are attempting to save contains a hole for index 5024, your vocabulary could be corrupted ! The OrderedVocab you are attempting to save contains a hole for index 5025, your vocabulary could be cor...
1medium
Title: Error in exe file which made by Pyinstaller Body: ### System Info python = 3.11.7 pandasai = 1.15.8 openai = 1.10.0 I made executable file by pyinstaller using following code. ============================================================================= import pandas as pd from pandasai import Smart...
1medium
Title: [BUG] AttributeError: 'method' object has no attribute '_ninja_operation' Body: **Describe the bug** When I'm trying to create a class-based router using the ApiRouter class as a base class, I receive this error at the time of self.add_api_operations: ``` view_func._ninja_operation = operation # type: ...
1medium
Title: Make media codecs optional Body: For some use-cases, I think that media codecs are not required. For example, I am just interested in data channels. Would you accept a PR that moves `av` to [extra_require](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-thei...
1medium
Title: BUG: GUI silently crashes if `classes.txt` is not found Body: When a folder is opened in `labelImg` GUI that doesn't have `classes.txt`, the GUI silently crashes without showing any error popup. ### Steps to Reproduce - Put some images and corresponding annotation text files in a test folder. - DON'T create...
1medium
Title: np.fromfile not supported Body: How to do np.fromfile to use it like np.load ```python def xnumpy_fromfile(filepath_or_buffer, *args, download_config: Optional[DownloadConfig] = None, **kwargs): import numpy as np if hasattr(filepath_or_buffer, "read"): return np.fromfile(filepath_or_...
1medium
Title: Search filter for Djoser auth/users view ? Body: Hi, Is there a way to add a search filter (https://www.django-rest-framework.org/api-guide/filtering/#searchfilter) to the `auth/users/` GET endpoint of Djoser ? I would like to add a username filter without having to use an extra endpoint. Would it make sense ...
1medium
Title: How to unit test the application without a create_app function due to known bug with socketio Body: Hello, I'm struggling to unit test my application because I don't have a create_app() function which I think I need for the unit tests. I heard it was a known bug with socketio that you can't use a create_app() fu...
1medium
Title: Browser opens but no further actions Body: Just opens the browser and sits there with both Firefox and Chrome Browsers - Firefox ESR & Chromium 68.0.3440.75 This is in the geckodriver.log [Child 2489] ###!!! ABORT: Aborting on channel error.: file /build/firefox-esr-TVuMhV/firefox-esr-52.9.0esr/ipc/...
1medium
Title: `torch.device.__enter__` does not affect `get_default_device` despite taking precedence over `set_default_device` Body: ### 🐛 Describe the bug Using a `torch.device` as a context manager takes precedence over `set_default_device`, but this isn't reflected by the return value of `get_default_device`. ```python...
1medium
Title: [FR] Update Anthropic tracing to handle thinking blocks for claude-3.7-sonnet Body: ### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary The current MLflow integration for Anthropic doesn't properly handle the new "thinking" feature in Claude Sonnet. When thinki...
1medium
Title: Deprecation of the Python client Body: Hello everyone, it's been long time coming but I'm officially stopping development of the Prisma Python Client. This is for a couple of reasons: - I originally built the client just for fun while I was a student, nowadays I don't have enough free time to properly maintain ...
3misc
Title: Getting duplicate logs with t2t_trainer,t2t_decoder,t2t_eval Body: I am getting duplicate logs for each t2t command. How can I avoid that?Like While I run t2t_eval script., It evals on eval dataset and then again starts eval and logs same as previous logs.
1medium
Title: [DOC] We need release notes! Body: This one is definitely on me. Starting with version 0.18.1, we should start collecting release notes in CHANGELOG.rst.
0easy
Title: [bug] Opacity parameter not working in geemap.deck Layer API Body: ### Environment Information Tue Jan 28 16:21:45 2025 UTC -- OS | Linux (Ubuntu 22.04) | CPU(s) | 2 | Machine | x86_64 Architecture | 64bit | RAM | 12.7 GiB | Environment | IPython Python 3.11.11 (main, Dec 4 2024, 08:55:07) [GCC 11.4.0] geemap |...
1medium
Title: Review docs: Feedback Body:
0easy
Title: "Let's make a giant string!" code example is not representative Body: `add_string_with_plus()` and `add_string_with_join()` take the same time in the example. It implies that CPython's `+=` optimization is in effect (unrelated to the example in the very next section with a possibly misleading title: ["String co...
1medium
Title: Errors with Zarr v3 and da.to_zarr() Body: I'm having various issues and errors with `da.to_zarr()` using: ``` dask==2025.1.0 zarr==3.0.1 fsspec==2024.12.0 ``` ``` from skimage import data import dask.array as da import zarr dask_data = da.from_array(data.coins(), chunks=(64, 64)) da.to_zarr(dask_data, "test...
1medium
Title: Cite SciPy family of packages and seaborn Body: The final sentence of your paper states: > The underlying packages involved (numpy, pandas, scipy, matplotlib, and seaborn) are familiar parts of the core scientific Python ecosystem, and hence very learnable and extensible. missingno works "out of the box" with...
0easy
Title: add security policy Body:
3misc
Title: Release test microbenchmark.aws failed Body: Release test **microbenchmark.aws** failed. See https://buildkite.com/ray-project/release/builds/34295#01954658-83ea-482b-b817-7731040b6ee1 for more details. Managed by OSS Test Policy
2hard
Title: datatable_experiments does not display Body: Love the boilerplate mate! Keep up with the good work. I am trying to implement one of the datatables (via import dash_table_experiments ) but they do not seem to work. Take the code from this [example](https://github.com/plotly/dash-recipes/blob/master/dash-datat...
1medium
Title: Cannot Import U2NET Body: I am trying to ```from model import U2NET`` but its not working. Module "model" does not exist. How to fix it?
1medium
Title: Add a .register() option to accept self-signed certificates (no validation) Body:
1medium
Title: A content in `extra_navbar` is no longer shown after updating to 0.15.0 Body: ### Describe the bug **context** A content in `extra_navbar` for `html` in `_config.yml` is no longer shown after updating to 0.15.0 **expectation** I expected the content to be shown. **bug** No error message. ### Reprod...
1medium
Title: MultiLabelField not being indexed correctly with pre-trained transformer Body: This is probably a user error but I cannot find a jsonl vocab constructor which works correctly with a MultiLabelField (i.e. a multi-label classifier). I need to set the vocabs `unk` and `pad` token as I'm using a huggingface trans...
2hard
Title: Building `horovod-cpu` image failed with cmake errors Body: **Environment:** 1. Framework: TensorFlow, PyTorch, MXNet 2. Framework version: 2.5.0, 1.8.1, 1.8.0.post0 3. Horovod version: v0.23.0 4. MPI version: 3.0.0 5. CUDA version: None 6. NCCL version: None 7. Python version: 3.7 8. Spark / PySpark ver...
2hard
Title: [提问] {获取弹幕的时候,现在报错KeyError: 'total'} Body: **Python 版本:** 3.12 **模块版本:** x.y.z **运行环境:** Linux 这个还在维护嘛 --------------------------------------------------------------------------- # 这是我的代码 # 获取rank排行 实时查询查询在线观看人数 收集弹幕 import asyncio from bilibili_api import video # 实例化 v = video.Video(bvid="BV1...
1medium
Title: RuntimeError During Pytest Collection Because no App Context is Set Up Yet Body: ## Current Behavior My application uses the factory method for setting up the application, so I use a pattern similar to the following: ```python # ./api/__init__.py from flask import Flask from flask_sqlalchemy import SQLA...
1medium
Title: Error: PolicyBasedRL Body: **Describe the issue**: I tried running the the following models space with PolicyBasedRL and I will also put in the experiment configuration: #BASELINE NAS USING v2.7 from nni.retiarii.serializer import model_wrapper import torch.nn.functional as F import nni.retiarii.nn.pytor...
1medium
Title: [BUG] Whoogle personal cloud docker instance suddenly showing arabic and right to left layout Body: I setup an instance of whoogle on a ubuntu oracle cloud server last week. I used docker to get the latest version of whoogle and have been using it on my fedora laptop and my Pixel 6 phone. It's been working fine ...
1medium
Title: I try use one backbone and neck to achieve a multitask model (include pose and seg) Body: ### 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 questi...
2hard
Title: Bad dependencies in v1.3.0 Body: The packaged v1.3.0 has a dependency of >=2, < 3 for Django version. This should be relaxed to be >=2 in `setup.py` to match `requirements.txt` In addition, whilst it requires Dash < 1.11 it doesn't constrain dash-core-components (1.9.0) or dash-renderer (1.3.0) which also le...
1medium
Title: building go-bot in russian Body: Good day! I want to build a go-bot using DeepPavlov in russian language (on example of this [notebook](https://colab.research.google.com/github/deepmipt/DeepPavlov/blob/master/examples/gobot_extended_tutorial.ipynb)). I created dataset by DSTC2 format. Now i want add NER trai...
1medium
Title: Training with various input sizes? Body: I have various photographs of different sizes that I am trying to train and I keep getting errors similar to `RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 16 and 17 in dimension 3` I've tried setting `--preprocess` to either ...
1medium
Title: Factories cannot randomly generate missing parameters for child factories if all params passed on higher level Body: When at least one field doesn't passed in nested objects all child objects created right way: ```python from pydantic_factories import ModelFactory from pydantic import BaseModel class A(B...
1medium
Title: [Feature] Add Key-value attributes/properties Body: **Is your feature request related to a problem? Please describe.** For a data set which is going to be used for instance segmentation, I want to add for each annotation certain properties with non-discrete values. For example I have dataset of objects and I w...
1medium
Title: [BUG] 抖音-获取指定视频的评论回复数据 返回400 Body: 大佬你好, 拉去项目后,测试 抖音-获取指定视频的评论回复数据 返回400 之后仔细查看文档,并在你的在线接口测试同样也返回400 https://douyin.wtf/docs#/Douyin-Web-API/fetch_video_comments_reply_api_douyin_web_fetch_video_comment_replies_get ![Image](https://github.com/user-attachments/assets/a1192500-676f-469a-8c33-954ea3f282cf)
1medium
Title: pro 建议增加页面编辑 Body: ![image](https://user-images.githubusercontent.com/37129638/67481379-7c267a80-f694-11e9-9c7c-9daa0346645e.png) ![image](https://user-images.githubusercontent.com/37129638/67481430-982a1c00-f694-11e9-91c5-0e227c2e54c7.png) ![image](https://user-images.githubusercontent.com/37129638/6748...
1medium
Title: LAST_INSERT_ID() returns 0 when sharing a cursor.execute(...) call with INSERT Body: Windows 10 Home 1903 (18362.720) Python 3.8.2 x64, aiomysql 0.0.20 MariaDB 10.4 Using `Pool` with `auto_commit=True` Querying `SELECT LAST_INSERT_ID();` within the same `await cursor.execute(...)` call as the `INSERT...;...
1medium
Title: Missing photos counter wrong Body: ## 🐛 Bug Report ### What Operating system and version is LibrePhotos running on: unknown ### What architecture is LibrePhotos running on: x64 ### How is LibrePhotos installed: Docker ### Description of issue: [u/nagarrido_96](https://old.reddit.com/user/nagarr...
1medium
Title: [Feature request] Provide a means to convert to numpy array without byteswapping Body: ### System information ONNX 1.15 ### What is the problem that this feature solves? Issue onnx/tensorflow-onnx#1902 in tf2onnx occurs on big endian systems, and it is my observation that attributes which end up converting to...
1medium
Title: Export torch script with dynamic batch , nms and FP16 Body: ### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description I want to get this model for Triton Server with pytorch backend ### ...
2hard
Title: Extra ) in apps.py? Body: ### Issue Summary Is there an extra parenthesis [here](https://github.com/django-oscar/django-oscar/blob/master/src/oscar/apps/catalogue/reviews/apps.py#L26)? Should ``` path('<int:pk>)/vote/', login_required(self.vote_view.as_view()), name='reviews-vote'), ``` be ``` path...
0easy
Title: Suggest customizing the model directory Body: Suggest customizing the model directory Download to C drive by default Will occupy C drive space -------------------------------------------- It is best to display a list of models and their addresses Convenient for users to download in bulk ```python re...
1medium
Title: No registered handler for event Body: ### The problem I have a Reolink E1 Zoom camera and I can see the following in the HA log: 2025-03-12 10:54:27.698 WARNING (MainThread) [homeassistant.components.onvif] Cam1: No registered handler for event from c4:3c:b0:07:40:80: { 'SubscriptionReference': None, '...
1medium
Title: [Feature request] Speed up voice cloning from the same speaker Body: <!-- Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support! ---> **🚀 Feature Description** Thanks to the project. We had a try and the result is pretty good. However, there is one major issue, the ...
1medium
Title: [BUG] @model_validator(mode="before") issue Body: **Describe the bug** When using something like this, `values` is a `DjangoGetter` instance which is somewhat unexpected to me. Prior to 1.0 and the pydantic update you would get a plain dictionary. ```python class SomeSchema(Schema): somevar:int...
1medium
Title: Create a 'hidden-digest-auth' Body: Add a new service "hidden-digest-auth" similar to "hidden-basic-auth" returning 404 instead of 401. This is specially necessary because digest authentication responding with 401 in ajax applications will cause the browser to always prompt the user for the credentials in the fi...
1medium
Title: I want to train fast-rcnn model but it is got a bug :TypeError: __init__() got an unexpected keyword argument 'proposal_file' Body: after_run: (BELOW_NORMAL) LoggerHook -------------------- Traceback (most recent call last): File "tools/train.py", line 121, in <module> main(...
1medium
Title: Enable plt.close() to clear memory Body: I've been using Vizualiser to extract the variables elbow_value_ and elbow_score_ for multiple batches of training data. While looping through each batch, the corresponding figure is automatically rendered and plotted which consumes a lot of memory. I suggest enabling the...
1medium
Title: Split out individual events in the event base.py to their own files Body: Things are getting real crowded in there.
1medium
Title: Reusing 'parametrize' values? Body: Hi, is there any way to reuse parameterize values? For example, I have the following test configuration: ```yaml --- test_name: Successfully returns the auto registration history includes: - !include stage.async-result.yaml marks: - parametrize: key: v...
1medium
Title: Uwsgi using the wrong python version Body: Hello, I'm trying to update my app to Python 3.7 with new `tiangolo/uwsgi-nginx-flask:python3.7-alpine3.8` image. When launching the image with Docker compose, it seems like uwsgi is using Python 3.6.6 instead. ``` Attaching to fakeimg fakeimg | Checking for scr...
1medium
Title: Surprising FIFO behaviour of lifecycle hooks Body: ## Describe the (maybe) Bug I'm surprised that various lifecycle hooks (`on_operation`, `on_parse`, `on_validate`, `on_execute`) are completed in a FIFO fashion, rather than LIFO. I would expect that if we're wrapping an operation with `on_operation` with ...
1medium
Title: Conda install -c esri arcgis not working ! Body: **Describe the bug** I can't install Arcgis API with anaconda distribution. I insert at Anaconda Prompt in a new enviroment conda install -c esri arcgis My virtual env called ArcGIS_API and I have not installed any other packages. error: ```UnsatisfiableE...
1medium
Title: Legend position gets overwritten / can not be set Body: When plotting with the new `seaborn.objects` Plot method including a legend (like `.add(Line(), legend=True)`), the position of the legend gets hardcoded to specific positions (https://github.com/mwaskom/seaborn/blob/master/seaborn/_core/plot.py#L1612-L1624...
1medium
Title: XGBOD model file is too large Body: Hello! I spent an hour on my data set training an XGBOD model, and it worked well on the test set, but after saving the model file with PICKLE, I found that the file size was 1.2G! Is there a way to reduce the size of the model file ? (the size of my data set is (30412, 8...
1medium
Title: Multi-gpu training Body: Hi, I am stuck on how multi-GPU training would work for loss functions with more than one negative, particularly [NTXentLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#ntxentloss). In [SimCLR](https://arxiv.org/abs/2002.05709), the number of _negatives_ per some...
2hard
Title: [BUG] Trailing newlines when using progress bar in notebook Body: - [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [X] I can't find my issue in the [FAQ](https://gi...
1medium
Title: KeyError when indexing into Series after calling `to_series` on Scalar Body: <!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewr...
1medium
Title: quality is insanely horrid Body: even when using large recordings, uncompressed .wav, short audio "text", its just hissing and weird glitchyness..
2hard
Title: Can't build the thing, requires outdated visual c++ Body: C:\MyProjects\___MECHANIKOS\GPUCloudDeepLearningResearch>pip install aiohttp aiortc opencv-python Requirement already satisfied: aiohttp in c:\python36-32\lib\site-packages (3.5.4) Collecting aiortc Using cached https://files.pythonhosted.org/package...
2hard
Title: Query are sending INSERT request with back_propagate Body: I am not sure this is a bug or not, but it seems strange that launching a query would send an INSERT request. Here is a repository to replicate the bug. https://github.com/Noezor/example_flask_sqlalchemy_bug/ ### Expected Behavior For the models...
1medium
Title: Leaks memory when input is not a numpy array Body: If you run the following program you see that `nansum` leaks all the memory it are given when passed a Pandas object. If it is passed the ndarray underlying the Pandas object instead then there is no leak: ``` import psutil import gc def f(): x = np...
2hard
Title: error: (-215:Assertion failed) !buf.empty() in function 'imdecode_' Body: First I met the error as follow: ![微信图片_20220829224154](https://user-images.githubusercontent.com/24863806/187227959-c08fef3e-b593-4288-852e-6c7da217db37.png) Then I add int at ’quality‘ as [https://github.com/TencentARC/GFPGAN/issues/93...
1medium
Title: Disable `DiscreteNorm` by default for `imshow` plots? Body: <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Descript...
1medium