text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Alicevision Meshroom support for custom data format and reusable for gsplat as well? Body: **Is your feature request related to a problem? Please describe.** I'm running the SFM pipeline from Alicevision Meshroom, but I don't find a supporting np-process-data pipeline explicitly handle the Meshroom output. I se...
1medium
Title: 如何通过点击跳转到新页面? Body: 目前看到的案例里面都是页面通过register_admin 在初始化的时候已经设定好了。我在测试的时候需要通过点击某个item(比如一个列表)然后这个列表会打开或跳转到一个新页面 (比如ArticleOverviewPage)。而这个页面并没有在初始化的时候就设定好。 请问有没有实现的例子呢?多谢各位。
1medium
Title: AssertionError: Batch size 4 is wrong. It must be a multiple of # GPUs 3. Body: [python3.6 run.py --input_folder test_images/old_w_scratch_gpu012/ --output_folder old_w_scratch_output-gpu-012/ --GPU 0,1,2](url) Error comming... help please -------------------------------- File "test_face.py", line 15, in ...
1medium
Title: Steam Provider doesn't appear in socialaccounts in Response from _allauth/browser/v1/config Body: Hey, I'm trying to integrate Steam into my Django Rest + SolidJS Project. To understand how allauth headless works, I downloaded the react-spa example from the repo and added these things: In INSTALLED_APPS: "al...
1medium
Title: How to calculate relevance/score for a query asked by the user against the trained document on a scale of 0-1 Body: **Question** How to calculate relevance/score for a query asked by the user against the trained documents ? **Additional context** @abhishekraok @DmitryKey As relevance/score for the ...
1medium
Title: FilterSet fields associated with CharField with choices are not converted into graphene.Enum Body:
1medium
Title: CHUNK_SIZE defaults to 1, so unless explicitly set, prefetching won't work Body: **Describe the bug** Not setting `CHUNK_SIZE` in your resource will cause it to default to being set to 1. Since we need to paginate the queryset to enable prefetching, this means we iterate over the queryset row by row, which prev...
1medium
Title: performance issue Body: I have a big performance issue, 1.5s using the raw query, more than 16s using the sqlalchemy core version of it. ``` raw_query = str(stmt.compile(dialect=postgresql.dialect(), compile_kwargs={"literal_binds": True})) conn = await asyncpg.connect(str(databaselake.url)) ...
2hard
Title: Python Script Killed when I am running auto profiling. It's executing for few mins and just when summarising the dataset it throws one column name and says "Killed". The machine is a 16GB node unix server Body:
2hard
Title: How to make `irfft` in ONNX Body: # Ask a Question ### Question Hello! Can you point out how `irfft` can be used? I found issues and documentation on using `rfft`, but didn't find anything about `irfft`. I found that https://github.com/onnx/onnx/issues/1646 and https://github.com/onnx/onnx/issues/3573 w...
1medium
Title: Big bug on create || post > id increment on fail post wasting unique id and spamming db Body: ![275183896-3cbf1fb2-d7a8-4a3f-a2bf-921c4475ef92](https://github.com/tortoise/tortoise-orm/assets/103671642/b51756b6-d52d-4f42-924c-d9ebe773fa65) id keep keep increase even on fail post while this issue not occur ...
2hard
Title: AddToBrightness not deterministic/reproducible Body: I have found that the result of `AddToBrightness` is not deterministic, even when a seed is provided. Given that other probabilistic augmentations such as `Dropout` do seem to be deterministic when a seed is provided, I assume this is unexpected behavior. T...
1medium
Title: access previous execution Body: Please add option to access notebooks from previous execution. The parameters values should be displayed and the notebook.
1medium
Title: Stateless app loading hook exceptions should be captured and not propagated Body: A side effect of the misconfiguration in #330 is that it exposes a lack of exception handling around the hook to locate a stateless app. The code in [get_local_stateless_by_name](https://github.com/GibbsConsulting/django-plotly-...
1medium
Title: Do not deserializing to python decimal.Decimal is a nightmare for floating numbers in JSON Body: Python uses floats for it's JSON library. Herein lies the problems. $ python >>> import json >>> json.dumps(10.001) '10.000999999999999' >>> json.loads('{"blaa": 0.333331}') {u'blaa': 0.33333099999999999} >>...
2hard
Title: [New transform] PadIfNeeded3D Body:
1medium
Title: PackageNotFoundError Body: Traceback (most recent call last): File "main.py", line 4, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module File "whisperx\__init__.py", line 1, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module Fil...
1medium
Title: [docs] "Adding custom CSS to your demo" is not updated for 5.0 Body: ### Describe the bug "For additional styling ability, you can pass any CSS to your app using the css= kwarg. You can either the filepath to a CSS file, or a string of CSS code." silently fails for css from a file path since 5.0. This is men...
0easy
Title: feature request about resuming model training with epochs change Body: ### Scene given trained model total 100 epochs done, then I want to resume training based on previous trained model and increasing/decreasing some epochs. first 100 epochs: ```python model = YOLO("yolo.pt") results = model.train( data="...
1medium
Title: The popover doesn't hide when it's inside a fragment and depends on another widget to be visible. Body: ### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided suffici...
1medium
Title: A flag to disable running code entirely and give replies only Body: ### Is your feature request related to a problem? Please describe. Hello, it seems like there is no way to disable the running code by default when returning responses which can cause the response to freeze waiting in a infinite loop for a y/n....
1medium
Title: Argument to PredictionError is overwritten Body: **Describe the bug** Argument `is_fitted` is overwritten when Instantiating a `PredictionError` or `ResidualsPlot`. **To Reproduce** ```python from yellowbrick.regressor import PredictionError from sklearn.linear_models import Lasso visualizer = Predi...
1medium
Title: Error: Convert Pytorch model to IR model Body: I trained the model with pytorch and used torch.save() to save the whole model including weights and network but when I run "mmtoir -f pytorch -d mn --inputShape 1,28,28 -n xxx.pth", I got the error > "AttributeError: Can't get attribute 'Net' on <module '__ma...
1medium
Title: Dedicated yaml tab for Trials Body: /kind feature **Describe the solution you'd like** Our goal is to create a new yaml tab that will show the full YAML as it comes from the backend using the new Editor component introduced in https://github.com/kubeflow/kubeflow/pull/6733. Related issue: https://github....
1medium
Title: Tabulator : tooltips Body: Hello all, #### ALL software version info MacOs with Chrome, Safari or FireFox bokeh 3.6.1 and panel >= 1.5.2 #### Description of expected behavior and the observed behavior The issue occurs in Tabulator when using `header_tooltips` with a `FastListTemplate`. The background and fo...
1medium
Title: 1.2.6 不能用javacap连接竖屏模式下的模拟器, 只能连接横屏模式 Body: **描述问题bug** 根据教程连接emulator时选择"use javacap",然后就会无法连接处于竖屏模式下的模拟器,我尝试了mumu emulator (oversea version) 和 ldplayer 都不行,但是在横屏模式就可以完美连接。如果不勾选"use javacap",使用minicap也可以在竖屏模式下连接,但图像比较模糊,还是希望可以使用javacap。 ***Use javacap connect portrait mode log (mumu emulator)***: ``` [07:...
1medium
Title: Minor fix for Meta docs Body: The documentation says that attribute name of Meta defaults to `the lower-case of the model’s class name` but it actually defaults to the [lower-case of the model's table name](https://github.com/biosustain/potion/blob/af3f52173e97ef41bddfa8f4775280c9b8d3188d/flask_potion/contrib/al...
0easy
Title: Shebang on vba_extract.py set incorrectly in wheel Body: The shebang at the beginning of vba_extract.py is set to `#!/Users/John/.pythonbrew/pythons/Python-2.7.2/bin/python` which is specific to a particular installation. It should probably be changed to just `#!python`. Example which demonstrates the problem: ...
0easy
Title: Keep pool connections count not less than min_size Body: Is there a way to specify min_size of the pool, so that even in case if connection isn't used longer than `max_inactive_connection_lifetime` it won't be closed if pool has exatly min_size connections oppened? From what I see in the code, there is no su...
1medium
Title: ForeignKeyWidget through a OneToOneField w/ self as input Body: My model is based on a network connection: # models.py class NetworkPort(models.Model): label = models.ForeignKey( NetworkPortLabel, on_delete=models.PROTECT, ) asset = models.ForeignKey( Asset, ...
1medium
Title: Incorrect type annotations for untyped JSON schema arrays Body: **Describe the bug** When a JSON schema field is declared as `"type": "array"` with no further details, the generated data model code fails typechecking: ``` src/_models/__init__.py:1990: error: Missing type parameters for generic type "List"...
1medium
Title: Questions about new NMS Export for Detect, Segment, Pose and OBB YOLO 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 questions. ### Que...
1medium
Title: Add Swahili Stopwords Body: From #2800
1medium
Title: keyerror ONLINE_LAST_MINUTES Body: I clone the repo and follow the doc to deploy my flaskbb, but when I run command : python manage.py createall it hints not found the command , so I use command "python manage.py initdb" instead I also do the command : cp flaskbb/configs/production.py.example flaskbb/configs/pr...
1medium
Title: ImproperlyConfigured: Error loading psycopg2 or psycopg module on AWS Body: <!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Z...
1medium
Title: Ray tests are flaky Body: Ray tests have shown to be flaky, especially with GPU (Buildkite CI). There are two places that cause these flakiness: 1. Some tests fetch `ray.available_resources()` at the beginning of the test and compare the `dict` against `ray.available_resources()` after the test: `assert chec...
2hard
Title: Unable to start subprocesses Body: ## Expected behavior Trying to extract faces from data_src ## Actual behavior Extracting faces... Error while subprocess initialization: Traceback (most recent call last): File "D:\depfak lab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\DeepFaceLab\core\jobli...
2hard
Title: DFL crashed with 3080 Body: DFL crash and then I got his error. =============== Model Summary =============== == == == Model name: Matt2_SAEHD == == == == Current iteration: 3594 == == ...
2hard
Title: Improve docs and checks for sink when using ASGI Body: Currently there is no documentation or checks in `add_sink` that require an async function when using the asgi app. This is a follow up of https://github.com/falconry/falcon/pull/1769#discussion_r531449969 cc @vytas7
1medium
Title: mallet falls asleep Body: i'm using mallet-2.0.8 with Python 3 and Jupyter Notebook. Recently it worked just fine. But now it falls asleep while showing it's still working even with a small dataset. The problem is with following function: def compute_coherence_values(dictionary, corpus, texts, limit, start=2,...
1medium
Title: Ollama run error Body: ```error Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\unsia\anaconda3\Scripts\interpreter.exe\__main__.py", line 7, in <module> File "C:\Users\unsia\anaconda3\Lib\site-pac...
1medium
Title: Can't seem to create a stream to get trade updates. (RuntimeError: This event loop is already running) Body: So I am trying to get a stream of trade updates from the alpaca api, I run the following command. ``` import alpaca_trade_api as tradeapi import time import datetime api = tradeapi.REST('xxx','http...
1medium
Title: Feeds RSS/Atom Body: Implement RSS feeds https://github.com/pythonhub/quokka/blob/master/quokka/core/views.py#L228 ContentFeed should return a specific Content SubContents (useful for contentblocks and to return images in a gallery) ChannelFeed should return all the contents inside that channel, if homepage i...
1medium
Title: Bug: Litestar Logging in Python3.11: Unable to configure handler 'queue_listener' Body: ### Description I have been seeing this issue in our production Litestar application a few times. It happens after a few hours the app has been running, and restarting it (temporarily) fixes the issue. It looks related ...
1medium
Title: How can we stream USD margined quarterly futures order book data using the ThreadedWebSocketManager? Body:
1medium
Title: Quality Issues Body: Hi there, Thank you for the amazing work. This library makes it so easy to perform OCR. However, it seems like the quality of the recognition results is not very good especially with app/web screenshots or rendered text. Detector also fails to detect single letters. Here are some of the f...
1medium
Title: jwt_optional does not give None, instead the old token Body: ``` @api.route("/") class Payment(Resource): @jwt_optional @api.header("Authorization", "access token", required=False) @api.doc(payment_fields) @api.expect(payment_fields) def post(self): username = get_jwt_iden...
1medium
Title: how to set timezone in UnitTest Body: I see there is a way to set timezone in init() but how can I set timezone in UnitTest ```python import os import pytest from tortoise.contrib import test from tortoise.contrib.test import finalizer, initializer @pytest.fixture(scope="session", autouse=True) d...
1medium
Title: Torchao `int4_weight_only` save error when passing layout Body: ### System Info Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points. - `transformers` version: 4.49.0.dev0 - Platform: Linux-4.18.0-425.3.1.el8.x86_64-x86_64-with-glibc2.39 - Python version: 3.12.3 - Huggingface_hub...
1medium
Title: JSONDecodeError: Expecting value: line 1 column 1 (char 0) Body: Hello Abhishek I try today with the latest changes but still is not working for me. Now I get "Internal Server Error" using FastAPI Swagger UI (see picture) ![image](https://user-images.githubusercontent.com/27162948/91198589-05676d00-e6fd-11e...
1medium
Title: voicemod-pro-crack | voicemod-pro | voicemod | voicemod-crack | voicemod-cracked | voicemod-crack-2024 | voicemod-free | voicemod-2024 | voicemod-pro-free | voicemod-free-crack | voicemod-cracked-2023 | voicemod-pro-crack-2023 | voicemod-2023-crack-free | voicemod-pro-crack-2024-free | voicemod-cracked-version-2...
3misc
Title: OAuth2 password credential doesn't work in SwaggerUI Body: In SwaggerUI which created by flask-restplus, just simple request is working well. But, if I trying to use oauth2 with password credential then the credential popup doesn't show up. To make sure this problem, I tried to use SwaggerUI from SwaggerUI pro...
1medium
Title: [mteamtp] (updating) The cookies provided by FlareSolverr are not valid Body: **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue may have already been fixed. ### How to enable debug and html trace...
1medium
Title: TK网页可登录,用的是v2rayNG全局,VMESS服务器,提取TK视频时候读取很久然后报错 Body: 程序检测到上次运行可能没有正常结束,您的作品下载记录数据可能已经丢失! 数据文件路径:C:\Users\ASUS\Desktop\JDM软件\TikTokDownloader_V5.2_WIN\_internal\cache\IDRecorder.txt 检测到 IDRecorder 备份文件,是否恢复最后一次备份的数据(YES/NO): yes IDRecorder 已恢复最后一次备份的数据,请重新运行程序! >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
1medium
Title: [Bug]: Batch embedding inference is inconsistent with hf Body: Below is the minimal reproduction script, you may firstly setup an embedding server of 'intfloat/multilingual-e5-large-instruct' on 8000 port. [batch_embedding.txt](https://github.com/user-attachments/files/19429471/batch_embedding.txt) ### Your cur...
1medium
Title: append not working as expected Body: I have a dataframe stored in mongodb using arctic and I would like to append to the existing dataframe, e.g. updating daily prices. I've tried using version storage and the append() function, however it gives me not implemented for handler error " File "C:\Anaconda\lib\site-...
1medium
Title: [🐛 BUG] Filtering on string in tables has a bad icon Body: ### What went wrong? 🤔 Since [PR#2087](https://github.com/Avaiga/taipy/pull/2087), addressing #426, there's an icon in the string field indicating whether or not the filtering should take into account the casing. This icon is ugly: ![image](http...
1medium
Title: mfdataset - ds.encoding["source"] to retrieve filename not valid key Body: ### What happened? Looking at the doc https://docs.xarray.dev/en/stable/generated/xarray.open_mfdataset.html > preprocess ([callable()](https://docs.python.org/3/library/functions.html#callable), optional) – If provided, call this fu...
1medium
Title: Is polygon.historic_agg_v2 adjusted for dividends as well? Body: I know that the polygon.historic_agg_v2 is adjusted for splits, but is it adjusted for dividends as well? If not, what is a good way to adjust both dividends and splits for historical prices?
1medium
Title: Forwarding remote tracks received from one peer to all other peers . Body: Hi @jlaine , First of all thank you for this amazing frame work I'm facing issue with forwarding tracks received from one peer to all other peers which are running in separate threads 1. I'm receiving remote tracks and i'm adding...
1medium
Title: Are there any suggestions for one to many queries? Body: Are there any suggestions for one to many queries?
1medium
Title: 404 error on a valid URL with the '/url' API Body: Hi, A few weeks ago, I uploaded a ipynb file to a web site available at http://www.logilab.org/file/187482/raw/quandl-data-with-pandas.ipynb and could see the notebook thanks to a simple http://nbviewer.ipython.org/url/www.logilab.org/file/187482/raw/quandl-da...
1medium
Title: Portable Orange3-3.33.0. could not find pythonw.exe Body: win10 64bit Portable Orange [Orange3-3.33.0.zip](https://download.biolab.si/download/files/Orange3-3.33.0.zip) No installation needed. Just extract the archive and open the shortcut in the extracted folder. double click the shortcut,Orange ,it‘s tar...
1medium
Title: Create Daily Sentiment Reader for IEX? Body: Hi - all - an additional reader for IEX for the link below would be great. I tried creating something based on pandas_datareader.iex.daily.IEXDailyReader but couldn't get it to work. Ideally getting a data frame back with daily sentiment between two dates (start, end...
1medium
Title: Custom colors Graph dashboard doesn't work Body: ## Mycodo Issue Report: - Specific Mycodo Version: 6.1.2 - Chromium Version 60.0.3112.89 (Developer Build) Built on Ubuntu 14.04, running on Raspbian 9.4 (32-bit) #### Problem Description Please list: When enabling custom colors in Graph dash the color ...
1medium
Title: How can i load pretrained model? Body: I have pretrained XLNET model in Georgian lagnuage. Training has generated this files: ![image](https://user-images.githubusercontent.com/39549813/60965506-130a3980-a327-11e9-9194-4a5d7aae7d67.png). Now i want to load pretrained XLNET model and for one sentence get sent...
1medium
Title: docker-compose and gunicorn_conf.py file preparation? Body: Hi, I want to pass custom settings for Gunicorn and Uvicorn for `workers` settings. I have followed this [file ](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/622470ec9aedb5da2cd2235bbca3f9e8e6256cdb/docker-images/gunicorn_conf.py#L21) So ...
1medium
Title: Seaborn Heatmap Documentation Body: Hi all I was looking at your [heatmap example](https://seaborn.pydata.org/examples/spreadsheet_heatmap.html) and found that the `pandasDataframe.pivot()` function does not work locally as called. I had to change `flights = flights_long.pivot("month", "year", "passengers")...
0easy
Title: Document endpoint supporting both many=True and many=False Body: I have a viewset that currently supports creation of a single or multiple items at once. It looks something like this: ```python class FooViewSet(viewsets.ModelViewSet): def create(self, request, *args, **kwargs): if not isinstance(...
2hard
Title: Version releases according to semantic versioning Body: Hello, The release version numbers of `tableauserverclient` follow `<major.minor>`. Would it be possible to use `<major.minor.patch>`, as advised by semantic versioning (https://semver.org/)? Following your current releases, it should be easy to simply us...
0easy
Title: Handle Django multi-table inheritance Body: I try to blend instance of child model with `commit=False`. The model is inherited from `auth.User` model, using multi-table inheritance. I get following error: ``` Cannot generate a unique value for user_ptr ```
1medium
Title: [FEATURE] More time parameters on make_simpleseries Body: Good morning, currently make_simple_series only generates daily data, this is not fit for my example where I reed a higher granularity. Given that in order to generate dates it is using pd.date_range, I want to add those parameters in the generation o...
1medium
Title: pip install d2l==1.0.0b0 Fails to Install on Linux Mint/Ubuntu 22.04 Body: Error Message: Collecting d2l==1.0.0b0 Using cached d2l-1.0.0b0-py3-none-any.whl (141 kB) Collecting jupyter (from d2l==1.0.0b0) Using cached jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB) Requirement already satisfied: numpy in /...
1medium
Title: Create workflow management systems (WMS) Body: We should industrialise our workflow management by developing a system following this [scheme](https://www.figma.com/board/s8D352vFbVGXMERi6XOPV6/Workflow-Management?node-id=0-1&node-type=canvas&t=pSjkemXnvBGdf2wO-0)
2hard
Title: Can you do a start_background_task on eventlet async mode and never join/kill it? Body: Before anything else, I would like to apologize in advance for the grammar and english mistakes I'm probably going to make. It's not my first language. So i'm working on a project and so far everything is working perfectly...
2hard
Title: Failed to install Horovod Body: **Environment:** 1. **Framework**: TensorFlow, PyTorch 2. **Framework version**: - TensorFlow: 2.18.0 - PyTorch: 2.4.1 3. **Horovod version**: Attempting to install latest via pip 4. **MPI version**: Microsoft MPI (attempted with version 10) 5. **CUDA version**: 11.8 ...
2hard
Title: [Question] Does RIFE interpolate by only using there two frames next to each other, or there are something more when Video Interpolation? Body: There is no discuss panel so I would just only ask a question here. Does RIFE interpolate by only using there two frames next to each other? (Like the **Image Interpo...
3misc
Title: [ASK] Question on ndcg_at_k calculation Body: ### Description <!--- Describe your general ask in detail --> Why are we using rank ('first) to get the order of the ideal ranking instead of rank('min') or rank('average)? https://github.com/microsoft/recommenders/blob/main/recommenders/evaluation/python_evalu...
1medium
Title: Clipped outputs Body: For several of the large output results, the output is clipped. Can the max output length be increased. ![image](https://user-images.githubusercontent.com/7877955/233410837-195241d0-cbf2-42c1-8b20-5bf68156566f.png)
0easy
Title: Update experiment instance status failed: the object has been modified Body: /kind bug **What steps did you take and what happened:** I got error when update experiment status in experiment controller. ``` {"level":"info","ts":"2024-03-04T01:39:38Z","logger":"experiment-controller","msg":"Update experime...
1medium
Title: Pydantic >2.0 makes `prisma generate` crash Body: Thank you for the awesome work on this project. ## Bug description Prisma Generate fails when using Pydantic >2.0 because of a warning ## How to reproduce * Step 1. In a project with an existing prisma.schema, install Prisma as well as Pydantic > 2.0....
1medium
Title: Question About Long Running Mutations And Asynchronous Tasks Body: Hello, We're using Flask, Graphene and SQLAlchemy on our project. The API is currently executed on our server using uWSGI and Nginx. Some of the mutations we have created trigger long running jobs (like 2 to 5 minutes). We realized that: - Wh...
1medium
Title: [RFC] Support for Vault authentication through EC2 metadata service Body: **Is your feature request related to a problem? Please describe.** I'm currently running an app in a EC2 instance, where I'd like to integrate dynaconf with Vault for my configurations. However, it seems dynaconf [current only supports AW...
1medium
Title: Vertical recognition Body: Hi there, I think there are few issues with vertical words. Shouldn't this function https://github.com/JaidedAI/EasyOCR/blob/master/easyocr/easyocr.py#L344 output `max_width` as well in order to update `max_width = max(max_width, imgH)` in the next line ? It seems that if there i...
1medium
Title: Table loading-state behaves incorrectly Body: Using the same example as defined in the server test https://github.com/plotly/dash-table/blob/dev/tests/cypress/dash/v_data_loading.py, typing into the input causes the focus to be moved back to the table's cell in `dash>=1.3.0`. The table should not steal away t...
1medium
Title: [Bug]: 在使用一些过滤符操作的时候,出现了datasets.builder.DatasetGenerationError: An error occurred while generating the dataset报错,想知道原因,谢谢。 Body: ### Before Reporting 报告之前 - [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。 - [X] I have read the [README](h...
1medium
Title: Field Directive Is Not "Inherited" From Interface Body: I was adding query complexity analysis into [graphql-utilities](https://github.com/melvinkcx/graphql-utilities) while I came across this strange behavior. In the following schema, the `@cost` directive of `createdAt` in `TimestampedType` is not found in...
1medium
Title: Update template tag documentation Body: There are undocumented template tags, as noted in #48 Ideally the [documentation](https://django-plotly-dash.readthedocs.io/en/latest/template_tags.html) should be extended to cover them.
1medium
Title: 字错误率100%,loss下降很慢 Body: 大家好,我在Google Cloab上运行python train_mspeech.py,一直得到语音单字错误率和dev单字错误率为100%,而且loss到了210左右下降很慢,请问正常吗? ` *[测试结果]语音识别dev集语音单字错误率:100.0% [message epodh. Have train datas11000+ Epoch 1/1 500/500[ ========================]-145s291ms/step-loss:209.9455 测试进度:0/4 *[测试结果]语音识别 train集语音单字错误率:100...
1medium
Title: Torchmetrics Accuracy issue when dont shuffle test data. Body: ### Bug description I am creating CNN model to recognize dogs and cats. I trained it and when I evaluate accuracy of it by hand it has 80-85% accuracy on an unseen data. But, when I try to use library torchmetrics.accuracy to calculate my accura...
1medium
Title: Remove dependency on scikit-learn's six Body: We don't support Python 2 any more so can remove this anyhow.
1medium
Title: 玩锤子,demo都报错 Body: **Describe the bug 描述bug** A clear and concise description of what the bug is. **To Reproduce 复现方法** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Screenshots 截图** If applicable, add screenshots to help explain your probl...
1medium
Title: Violin plot graph export after new widget-base Body: After biolab/orange-widget-base/pull/208 was merged Violin plot graph export does not work. The problem should be looked at. Also, we should add a widget test that executes graph saving for all widgets which allow that. Just to see if anything crashes...
1medium
Title: [Type 1] Implement Tableau Cloud-specific requests for the Subscriptions endpoint Body: ## Description: The Subscriptions endpoint works somewhat differently for Tableau Cloud & Tableau Server, in that the subscription schedule needs to be defined as part of the request for Tableau Cloud. As of now, TSC only su...
1medium
Title: About the problem of falling mAP when learning YOLOV8 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 questions. ### Question With the ...
1medium
Title: Unable to deploy a project with Werkzeug >= 2.0 Body: ## Context After creating a new virtual environment and installing my project dependencies, including Zappa 0.54.1, I am no longer able to deploy my project. My Django project does not use Werkzeug, but Werkzeug 2.0.2 gets installed by Zappa. After...
1medium
Title: Validate button shows incomprehensible SyntaxError when the solution trips the timeout limit Body: ### Operating system Arch Linux ### `nbgrader --version` ``` Python version 3.11.5 (main, Sep 2 2023, 14:16:33) [GCC 13.2.1 20230801] nbgrader version 0.9.1 ``` ### `jupyterhub --version` (if used w...
1medium
Title: the request for pywsgi WSGIServer still in queue, not parallel. Body: * gevent version: 20.6.2 * Python version: Please be as specific as possible: "pyenv Python3.7.5 downloaded from python.org" * Operating System: Please be as specific as possible: "Centos7.4" ### Description: the request for pywsgi WSG...
1medium
Title: Cannot replicate LSTUR results for MIND large test Body: Hello, I cannot replicate the results of LSTUR model with MIND test set. I used the scripts provided to generate `embedding.npy`, `word_dict.pkl` and `uid2index.pkl` for test set because they are not provided with MINDlarge_utils.zip. I use the last line...
1medium
Title: [QUESTION] How can I set num_workers in the underlying torch module? Body: When running the `score` function from a `ForecastingAnomalyModel` I am getting this warning: ``` [python3.10/site-packages/pytorch_lightning/trainer/connectors/data_connector.py:425): The 'predict_dataloader' does not have many workers ...
1medium