text
stringlengths
20
57.3k
labels
class label
4 classes
Title: [BUG] For MIND small dataset utils, it can not download. Body: ### Description ### In which platform does it happen? Local Host: Ubuntu 18.04 ### How do we replicate the issue? use example/00_quick_start/lstur_MIND.ipynb and change the MIND_TYPE to 'small'. ### Expected behavior (i.e. solution) run...
1medium
Title: Flaky test: `tests/chainer_tests/links_tests/loss_tests/test_crf1d.py::TestCRF1d` Body: https://jenkins.preferred.jp/job/chainer/job/chainer_pr/1816/TEST=chainer-py2,label=mn1-p100/console >`FAIL tests/chainer_tests/links_tests/loss_tests/test_crf1d.py::TestCRF1d_param_1_{initial_cost='random', dtype=float16,...
1medium
Title: Formatted Strings Body: I noticed that there is no documentation on how to use formatted strings which is a great help for strings that may require **multiple variables** which one can encounter in real life situations and other situations.
0easy
Title: Is 2D CNN's description correct ? Body: > This layer creates a convolution kernel that is convolved with the layer input over a single spatial (or temporal) dimension to produce a tensor of outputs. If `use_bias` is True, a bias vector is created and added to the outputs. Finally, if `activatio...
0easy
Title: Error when running demo_cli.py. Please Help! Body: When I run demo_cli.py I get this error: Traceback (most recent call last): File ".\demo_cli.py", line 96, in <module> mels = synthesizer.synthesize_spectrograms(texts, embeds) File "D:\Users\Jay\Desktop\Deepvoice\synthesizer\inference.py", line 77, in synthe...
1medium
Title: For small data distable stacking and allow 10-fold cv Body:
1medium
Title: Option to allow one-time password login for old users when using SOCIALACCOUNT_ONLY Body: One of my sites would like to migrate to allowing login only using social accounts, but has existing users with passwords. I think it would be good to have a configuration with the concept of a "legacy password login" op...
1medium
Title: Wrong results with yolo running inference multiple times with Qt backend Body: I'm getting wrong results when running this simple code (essentially the YOLO demo example) using the Qt backend for matplotlib. Both on CPU and GPU. The first inference gives correct results, the following ones return nonsense. Thi...
1medium
Title: `adrf` (Async DRF) Support Body: It was recently decided that the "official" async support for DRF would be the [`adrf`](https://github.com/em1208/adrf) package: - https://github.com/encode/django-rest-framework/discussions/7774#discussioncomment-5063336 - https://github.com/encode/django-rest-framework/issu...
1medium
Title: Ability to poll db to pull current alembic version Body: ### **Desired Behavior** When running a new build from Jenkins it creates a new build environment 'flask db init' migration folder and has the ability to poll the database to pull the current alembic version and then perform migration, upgrade, downgrad...
1medium
Title: Error after loading a JS file Body: Hello, I have created a folder called "1" in _/var/globaleaks/scripts_ and I have uploaded the file _custom_script.js_ (example I have seen in the forum from _https://github.com/AjuntamentdeBarcelona/bustia-etica-bcn/tree/master/theme_ -changing GLClient by GL-). I resta...
1medium
Title: Jumpy scroll in a Dash DataTable Body: When scrolling the DataTable on a mobile phone, the DataTable is jumpy. Issue first reported on [Forum](https://community.plotly.com/t/jumpy-scroll-in-a-dash-datatable/67940) The community member created [this sample app](https://datatable-scroll-issue.onrender.com/)...
1medium
Title: BT discovery crashes on MacOS 12.2, "attempted to access privacy-sensitive data without a usage description" Body: * bleak version: 0.14.2 * Python version: 3.10.2 * Operating System: MacOS 12.2 * Hardware: Apple Silicon/arm64 ### Description Bluetooth discovery crashes (segfaults). ### What I Did ...
1medium
Title: When trying to count relationship instances, it returns wrong result Body: **Describe the bug** When following the README, I tried to insert one author with some books, and when I tried to call len(author.books) it returned a wrong number of result in one case and a good number in another. **To Reproduce**...
1medium
Title: 显示api_key错误 Body: **Describe the bug 描述bug** 游玩游戏时需要chatgpt的API key,但输入这个项目得到的API key(免费版)后显示API key错误。 **To Reproduce 复现方法** 1. 游戏名称:世界尽头与可爱猫娘 ~ 病娇AI女友;下载网址:[网址](https://helixngc7293.itch.io/yandere-ai-girlfriend-simulator) 2. 进入设置选项输入API key 3. 进入游戏游玩,显示“Incorrect API key provided” **Screenshots 截图**...
1medium
Title: Freqtrade CI pipeline failing on ERROR: Failed to build installable wheels for some pyproject.toml based projects (blosc2) Body: <!-- Have you searched for similar issues before posting it? If you have discovered a bug in the bot, please [search the issue tracker](https://github.com/freqtrade/freqtrade/issues?...
1medium
Title: Multiple Profiles Body: ## Summary I would love it if tableau authentication behaved more [like AWS](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials) I obviously can build wrappers for this, but this seems like pretty common functionality in python api pack...
1medium
Title: Object has no attribute 'set_camera_orientation' Body: First off, I'm not sure whether this error is related more to Manim or Python so don't kill me for that. So I've tried to run this program from a YouTube video ([here it is](https://www.youtube.com/watch?v=oqDQwEvHGfE&ab_channel=Visualization101)), which is ...
1medium
Title: add a tooltip option on icon, button, ... component Body: Components that have an `ss-click` event should have a setting to configure a tooltip on mouseover. ![image](https://github.com/streamsync-cloud/streamsync/assets/159559/bdb24d46-d044-435d-a2b2-00a67c8a71b1) If the tooltip field is empty, nothing ap...
1medium
Title: --test-filter works but not with a normal execution Body: I just set up urlwatch with 4 urls. My first one went great, and also the second one, here is my urls.yaml: ``` name: "Ransomfeed" kind: url url: "https://www.ransomfeed.it/?country=ITA" filter: - xpath: "//div[@class='table-responsive']//tbody/t...
1medium
Title: Prepare universal http interceptor for both static and browser crawlers tests Body: Currently in our tests sometimes respx is used to mock http traffic for static crawlers and for PlaywrightCrawler mostly real requests are done. It would be convenient, faster and more robust to create a fixture that can mock bot...
1medium
Title: docs: explain idempotent requests Body: Idempotent requests are a standard of the REST POST and PUT api's wherein duplicate requests or re-tried requests for certain use cases have a single effect and outcome. For example, user account creation is unique and retries will return an error response. In a similar wa...
1medium
Title: The answer of statsmodels.sandbox.stats.runs is not the same with R. Body: My code of statsmodels: ``` '''Step 1: Importing libraries''' from statsmodels.sandbox.stats.runs import runstest_1samp import numpy as np '''Step 2: Loading (Importing) the Data''' seq = np.array([1,0,1,1,0,1,1,0,1,0,0,1,1,0,0 ...
1medium
Title: [Bug]: Possible defect in backend selection with Python 3.13 on Windows Body: ### Bug summary I've ran into this while upgrading some CI to Python 3.13 Apparently a test as simple as `plt.subplots()` will crash specifically on Python 3.13 + Windows I created a minimal reprod repo, where I run the same test ...
1medium
Title: Ray Tune AimLoggerCallback not support repo server? Body: ### What happened + What you expected to happen ![Image](https://github.com/user-attachments/assets/f6ffcc1c-5ae9-4c6c-ae73-4036cb5b4b85) the aim config see above, but the result in aim ui is below, only one trail track on aim, the other trial experment ...
2hard
Title: CryptoCurrencies.get_digital_currency_exchange_rate doesnt work Body: This funtion sends the api call: https://www.alphavantage.co/query?function=CURRENCY_EXCHANGE_RATE&symbol=BTC&market=EUR&apikey=XXXX&datatype=json The right one would be: https://www.alphavantage.co/query?function=CURRENCY_EXCHANGE_R...
1medium
Title: Composite (multi-column) features Body: ### Feature request Structured data types (graphs etc.) might often be most efficiently stored as multiple columns, which then need to be combined during feature decoding Although it is currently possible to nest features as structs, my impression is that in particul...
1medium
Title: [Bug] Tacotron2-DDC denial of service + bizarre behavior when input ends with "?!?!" Body: ### Describe the bug Before I start, I just want to say this is funniest bug I've come across in my 20+ years of software development. To keep the issue a bit more readable, I've put the audio uploads in detail tags....
2hard
Title: Remove pandas and plotly from dependency Body: Congratulations on the release! Is it possible to remove pandas and plotly from dependency?
1medium
Title: Uvicorn 0.3.30 only accepts keyword arguments. Body: Looks like the argument `app` no longer exists in uvicorn's run function and only kwargs can be passed. https://github.com/kennethreitz/responder/blob/be56e92d65ca59a7d532016955127328ab38cdd8/responder/api.py#L656 ``` def run(**kwargs): ``` https://...
1medium
Title: [BUG] SAR needs to be modified due to a breaking change in scipy Body: ### Description <!--- Describe your issue/bug/request in detail --> With scipy 1.10.1, the item similarity matrix is a dense matrix ``` print(type(model.item_similarity)) print(type(model.user_affinity)) print(type(model.item_similarity...
2hard
Title: question for hootnot 2 Body: #### CONTEXT 1. imagine a situation where _multiple_ trades are open in the _same subaccount_, _same instrument_, and _unit quantity_... Like this: ![image](https://user-images.githubusercontent.com/93844523/215911596-a906972f-a152-4fec-ba27-b790ad30fa23.png) 2. attempting to...
3misc
Title: Improve "Link existing booking" feature Body: When you click on "Link existing booking", you are redirected to the bookings page: ![image](https://github.com/user-attachments/assets/86e072ac-ac22-4d91-8cca-ffd40481bda2) There are two things we could improve here: - Currently, the bookings page uses the curr...
1medium
Title: Re-Export apis like we do models Body: **Is your feature request related to a problem? Please describe.** Sometimes there are a lot of apis to import to even do a simple thing **Describe the solution you'd like** Models are re-exported, allowing us to ```python import my-openapi-lib.models as m fr...
1medium
Title: locking on to a single person in a multi-person frame 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 Hi, I am ...
1medium
Title: [DEV-1122] [feature proposal] Add native support for pandas API Body: For now, pygwalker kernel computation uses sql + duckdb for data queries. Another approach might be using the native pandas API for all those computations. Benefits of this implementation include: + Test and switch to different high-performan...
2hard
Title: 对于post请求a_bogus参数是如何生成的? Body: 对于post请求a_bogus参数是如何生成的?猜测会用到请求的data和param
2hard
Title: How to modify the generative script to take an input image? Body: To calculate the latent variable for it (by running the encoder), modify the latent variable by adding/subtracting an attribute vector, and then generate a new image by running the decoder
2hard
Title: 文档教程考虑重写吗 Body: **Describe the feature** **Motivation** A clear and concise description of the motivation of the feature. Ex1. It is inconvenient when \[....\]. Ex2. There is a recent paper \[....\], which is very helpful for \[....\]. **Related resources** If there is an official code release or third...
3misc
Title: script_location PATH config is not OS agnostic Body: **Describe the bug** This setting is different if you are running on Windows OS or Linux OS ``` script_location = app/db/migrations ``` **Expected behavior** I am developing on Windows machine and i set the value of the setting to "app\db\migrations"...
1medium
Title: Clickable Container Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Hi, it would be very nice, if I could turn a st.container clickable (with a...
1medium
Title: Dashtable case-insensitive filter causes exception when the column contains null value Body: If a column in the table contains null value at some rows and you try to do a case insensitive filtering like "ine foo', a javascript exception "Cannot read property 'toString' of null" exception" will occur. Apparently ...
1medium
Title: Adjusting Blur Mask Modifier Changes The Brightness Body: I've never noticed this before, but I just installed the 2/3/20 nvidia version. When I adjust the blur higher or lower, the face gets significantly brighter or darker depending which way I go. Here's a video I just shared on Google Drive illustrating th...
1medium
Title: AssertionError: MMCV==1.7.2 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0. Body: Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://mmdetection.readthedo...
1medium
Title: Hatch Test Environment Dependency Resolution Fails for Python 3.10+ Body: **Describe the bug** Running `hatch run test:lint` in the default Haystack `test` environment fails for Python 3.10+ due to dependency resolution issues with `llvmlite`. The error occurs because `openai-whisper` (included in the default ...
1medium
Title: vector_animation_k3d.ipynb Body: Widgets show double objects. Interestingly "screenshot" is For example: OS - screenshot: <img width="666" alt="screen shot 2018-06-21 at 16 52 07" src="https://user-images.githubusercontent.com/1192310/41727078-c78f06fc-7573-11e8-9d72-1483bf96f3fc.png"> ![k3d-1529592599276](...
1medium
Title: Cannot use gensim 3.8.x when `nltk` package is installed Body: #### Problem description > What are you trying to achieve? What is the expected result? What are you seeing instead? In my script i'm trying to `import gensim.models.keyedvectors` and also import another package, that requires `nltk` package in...
2hard
Title: Feature Request: Support formatting in MQTT response topic Body: I am able to use variables to paramaterize the URL when doing HTTP tests. Additionally, when publishing via MQTT, the publish topic can be parameterized. However, the response topic does not allow parameters. All the examples and references to topi...
1medium
Title: Choropleth map behavior Body: Hi, I was looking at the choropleth map function of this module, but the input argument seems a little bit confusing: 1) The first input argument, df, is the "data being plotted". From your example, I deduced that df should be the information obtained from some shapefiles. If thi...
1medium
Title: 视频分辨率低和同分辨率下码流异常 Body: 博主 ![image](https://github.com/JoeanAmier/TikTokDownloader/assets/32630090/84c7de0e-f265-4b00-a4c8-9bfa81b6b00e) 地址 ``` https://www.douyin.com/user/MS4wLjABAAAAJ6Lr2yJ-SAFg7GjMu7E2nHZd1nhGhzsygP7_uqQXlI0 ``` --- 下面截图的视频ID为```7214153200159558973``` ![image](https://git...
1medium
Title: 【开源自荐】UtilMeta | 极简高效的 Python 后端元框架 Body: ## 推荐项目 - 项目地址:https://github.com/utilmeta/utilmeta-py - 类别:Python - 项目标题:UtilMeta | 极简高效的 Python 后端元框架 - 项目描述: UtilMeta 是一个用于开发 API 服务的后端元框架,基于 Python 类型注解标准高效构建声明式接口与 ORM 查询,能够自动解析请求参数与生成 OpenAPI 文档,高效开发 RESTful 接口,产出的代码简洁清晰,并且支持使用主流 Python 框架(django, flas...
3misc
Title: Using Chronos and Chronos-bolt models in offline machine Body: ## Description In the moudle `timeseries`, there is no way to change the configuration to work in a offline machine when I have already the models in that machine. How can I handle with that?
1medium
Title: latest dbfixtures release breaks unit tests Body: See this commit: https://github.com/ClearcodeHQ/pytest-dbfixtures/commit/572629afc475f446fda09fabc4d33a613dd2af6f Note that passing '?' into the fixtures (see https://github.com/manahl/arctic/blob/master/arctic/fixtures/arctic.py#L15 ) looks to be no longer sup...
1medium
Title: Support GAN based model training with deepspeed which need to setup fabric twice Body: ### Description & Motivation I have same issue like https://github.com/Lightning-AI/pytorch-lightning/issues/17856 when training dcgan with fabric + deepspeed. The official example works fine with deepspeed: https://github...
2hard
Title: No `tensorboardX.__version__` attribute Body: Title says it all... it would be nice to have a `__version__` attribute on this module. I'm running under Python 3.6.6. ```>>> import tensorboardX >>> tensorboardX <module 'tensorboardX' from '/home/dave/.conda/envs/dk_env/lib/python3.6/site-packages/tensorboard...
0easy
Title: support `accept` header for /status/{codes} endpoint Body: currently v 0.9.2 the `/status/{codes}` endpoints always returns `text/plain` content type. could you please provide new feature: if `accept: some-mime-type` defined in request then this mime-type should be returned in a response `content-type` hea...
1medium
Title: The results are not the same each time Body: Over the past six months, I have been working with MMDetection, and I would like to seek advice from the community. I have observed that, despite using the same dataset and code, the results vary with each run. To address this, I have explicitly set randomness = dict(...
1medium
Title: Support "Let’s Encrypt"? Body: https://letsencrypt.org/pt-br/
1medium
Title: `train` parameter should be explained before `download`, `transform` and `target_transform` parameter Body: ### 📚 The doc issue In [the doc](https://pytorch.org/vision/stable/generated/torchvision.datasets.QMNIST.html) of `QMNIST()`, `train` parameter is located before `**kwargs` which are `download`, `transfo...
0easy
Title: [Client] Reconnection attemps won't stop even if a connection has successfully established. Body: ### Summary When a connection can't be made, it tries to reconnect multiple times at the same time. When a connection is finally established, the other recconectionn threads don't stop. ### My Code **wss.py** ...
1medium
Title: HTTPS Production Environment Support Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Streamlit [docs](https://docs.streamlit.io/develop/api-refe...
1medium
Title: Setting UMAP random seed seems to break the model results Body: I have a dataset of scientific abstracts. When I run the following code, I get ~65 topics: ``` sentence_model = SentenceTransformer('allenai/scibert_scivocab_cased') topic_model = BERTopic(embedding_model=sentence_model) topics, probs = topic_...
1medium
Title: Allow alt_response on MethodView Body: It would be a nice enhancement to allow the usage of the `alt_response`-Decorator on `MethodView`-classes. It could act as a shortcut to decorating every endpoint of the view with `alt_response`. An example use case would be a custom converter that rejects any pet_id no...
1medium
Title: @dag imported from airflow.sdk fails with `AttributeError: 'DAG' object has no attribute 'get_run_data_interval'` Body: ### Apache Airflow version from main. 3.0.0b4 ### What happened? (This bug does not exist in beta3, only got it in the nightly from last night, can't get current main to run so could not tes...
1medium
Title: Application is_usable not checked when using bearer token in validate_bearer_token Body: **Describe the bug** We extended the provider application model and add enabled db and allowed_ips fields to it. ``` class MyApplication(oauth2_provider_models.AbstractApplication): enabled = models.BooleanField(defa...
1medium
Title: p2pd test nat traversal Body: ![image](https://user-images.githubusercontent.com/3491902/109007737-89ef7400-76bd-11eb-9320-959a0e20963b.png) Create a simple setup with 3 nodes where - node S1 starts first; it is available publicly; it is a full DHT node - nodes A and B are _bootstrap_-ed from S1 and - all...
2hard
Title: Can anyone explain how the bbox is calculated? Body: I have read YOLO paper, and I just can not understand how this net can calculate som boxes from a new image!
1medium
Title: Allow to pass **kwargs to optimizers.get Body: https://github.com/keras-team/keras/blob/f6c4ac55692c132cd16211f4877fac6dbeead749/keras/src/optimizers/__init__.py#L72-L97 When dynamically getting an optimizer by using tf.keras.optimizers.get(<OPT_NAME>), it would be extremely useful if one could also pass extr...
1medium
Title: Auto-generate API integration tests based on Swagger's API doc… Body: It seems like this should be the next logical step from auto-generating the doc with Swagger: auto-generate basic integration tests that check for input-output according to Swagger's schema (potentially with hooks/config to do more sophisticat...
1medium
Title: Users keep getting repeated Activation Emails even though they are already active Body: Hi, I am using Djoser with the SimpleJWT plugin and for some reason my users get constant user Activation emails from my server even after they have activated in the past. If they click on the activation link again it jus...
1medium
Title: Lite: Plotly doesn't work when installed along with altair Body: ### Describe the bug In the `outbreak_forecast` demo running on Lite, Plotly throws the following error. `plotly==6.0.0` was released and it depends on `narwhals>=1.15.0` (https://github.com/plotly/plotly.py/blob/v6.0.0/packages/python/plotly/rec...
1medium
Title: TypeError: Object of type timedelta is not JSON serializable Body: In newer versions of python the following line produces and error. To fix it convert it to string. https://github.com/anselal/antminer-monitor/blob/6f9803e891296c0c2807125128532f4d52024c0f/antminermonitor/blueprints/asicminer/asic_antminer.py...
0easy
Title: Geopackage Views seem not to work, or is the DateTime column? Body: Not sure if I do something wrong or if I hit an issue: Trying to create a scatter/line plot from a view from a Geopackage (Time-Value) where Time is a DateTime do not show up in DataPlotly: ![Screenshot-20200508163103-1269x910](https://use...
1medium
Title: [LoRA] loading LoRA into a quantized base model Body: Similar issues: 1. https://github.com/huggingface/diffusers/issues/10512 2. https://github.com/huggingface/diffusers/issues/10496 <details> <summary>Reproduction</summary> ```py import torch from diffusers import BitsAndBytesConfig as DiffusersB...
2hard
Title: Easy way to build a nested dict from factory? Body: #### The problem My situation is similar to this one raised https://github.com/FactoryBoy/factory_boy/issues/68#issuecomment-363268477 I have nested factories that use SubFactory When I want to use factory.build to create a dict, the nested factory com...
1medium
Title: PingAggregator returns inf for all servers that use relays Body: It seems that something is wrong with calling `rpc_ping()` for such servers (since https://health.petals.dev is able to reach such servers in 5 sec successfully).
1medium
Title: [BUG] print does not work well with DefaultDict 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://github.com/Tex...
1medium
Title: Docs should use RTD theme for local dev builds Body: This should help avoiding issues like #683 where the default theme does not show these issues. https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html
1medium
Title: Add recursive option to `repository.tree(sha, recursive=False)` Body: # Overview GitHub Tree API allow to get tree recursively - https://developer.github.com/v3/git/trees/#get-a-tree-recursively # Ideas It should be pretty simple for now it works even like this (a hack): ```python repository.tree('sha...
1medium
Title: Error:no arguments have been passed Body: Hi, why do I report this error after I enter the api interface? ![image](https://user-images.githubusercontent.com/45706420/54551243-a91cfb80-49e8-11e9-81bd-4d8ea5e8efc8.png)
1medium
Title: Very strange behavior of two-number ocr Body: Hi, I'm trying to apply OCR to a captcha image and I'm getting some strange results to share. When I use `reader = easyocr.Reader(['en'])`, the original captcha image is not recognized at all, but the `255-image` is recognized just fine. Intuitively, this is very ...
1medium
Title: Bridge from R plotly visualization to Python Dash Body: I'm currently using ggplot2 and plotly in R for a project since a specific package that I am using is only available in that language. However, when attempting to create my app in dashR, I'm finding it extremely difficult to do so, specifically because the...
1medium
Title: Having an error when executing vocoder_preprocess.py Body: I'm trying to train vocoder after training synthesizer. But I have this error when executing vocoder_preprocess.py. ![error](https://user-images.githubusercontent.com/63226383/113960047-cf779300-985e-11eb-991c-b36f6a010fb7.PNG) So I checked tacotro...
1medium
Title: Python Crashing after starting demo_toolbox.py or demo_cli.py Body: _(Onlyone) C:\Users\Tomas\Documents\Ai For Work\Voice\Real Time Clone>python demo_cli.py C:\Users\Tomas\anaconda3\envs\Onlyone\lib\site-packages\h5py\__init__.py:40: UserWarning: h5py is running against HDF5 1.10.5 when it was built against 1.1...
1medium
Title: Failed to install imagededup on linux using pip install imagededup Body: Hi, I got the following errors: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. daal4py 2021.3.0 requires da...
1medium
Title: Unable to change nginx.conf in the image Body: This may seem a little strange, but I am not able to change nginx.conf file inside /etc/nginx/conf.d/nginx.conf Here is what I did: ## Method1: Change in Dockerfile My Dockerfile looks like this: ``` FROM tiangolo/uwsgi-nginx-flask:flask COPY ./app /app C...
1medium
Title: Optimum Image size Body: * face_recognition version:1.0 * Python version:3.5.3 * Operating System:Windows ### Description Wanted to check what is the optimum size of the image. This should depend on the CNN initial input nodes used? also how will the number_of_times_to_upsample parameter can get tune...
1medium
Title: audio file as input parameter for model.transcribe works well but ndarray-typed parameter captured with sounddevice does not work Body: `model.transcribe` works well when I use an audio file as an input parameter. But when I use sounddevice to record a period of speech and save the speech result as ndarray and ...
1medium
Title: ValueError: Cannot process this value as an Image, it is of type: <class 'tuple'> Body: ### Describe the bug Tried gr.load("models/black-forest-labs/FLUX.1-schnell").launch() and sometimes it throws this error. It is not consistent as sometimes it generates the image and sometimes throws this error. I tried bot...
1medium
Title: SSL configuration in multisite istance Body: **Describe the bug** First subsite configuration in multi site configuration OK Second site, after manual configuration of SSL certs, error 400 (bad request) in subsite **To Reproduce** Sites created in MODE "Default" (MODE WHISTLEBLOWINGPA throw Internal server...
1medium
Title: Wrong Confusion Matrix Results when Training Yolov5 with a custom Dataset Body: ### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Questio...
1medium
Title: 请教 如何把多个作者的视频文件直接下载保持到一个同一的文件夹 Body: 请教作者和各位前面, 如何把若干个视频作者的视频mp4文件下载到同一个文件夹,而不再区分子文件夹,比如 "root": "C:\\Users\\observer\\Desktop\\project2\\download", 不再保存到各自的路径,路径不再加uid C:\Users\observer\Desktop\project2\download\UID1799271955046775_rv1_发布作品 去掉路径中的“UID1799271955046775_xxx_发布作品” , 直接保存到 C:\Users\observer\Des...
1medium
Title: CursorPage returns total always null Body: > from fastapi_pagination.cursor import CursorPage returns total always null. Is it that it can't return a coursor at all?
1medium
Title: TypeError: modelscope.msdatasets.utils.hf_datasets_util.load_dataset_with_ctx() got multiple values for keyword argument 'trust_remote_code' Body: 1.17版本(pip 当前最新版本) MsDataset.load()的 trust_remote_code=True 这个 arg 报错 估计是另一个issue #962 导致的:datasets 未引入到 modelscope 安装包的requires,导致需要手动pip install datasets,但这个手动安装...
1medium
Title: [ Gradio Client ] Handling a local audio file. ReadTimeout: The read operation timed out. Body: Hello, I'm following the tutorial to run the whisper example on the documentation with a local file. However, I'm having a couple of errors. I'm using gradio_client `1.5.4`, but I tried `1.5.0` and `1.4.3`. The s...
1medium
Title: python 3.10+ MutableMapping ImportError Body: After python 3.9 collections migrate MutableMapping from collections to collections.abc which causes an import error in this library. I am currently running 3.11 and get the following error message: ![image](https://user-images.githubusercontent.com/77159128/184784...
1medium
Title: problem install with PostgreSQL database Body: Hello I'm trying using PostgreSQL database to make your example work. I have problem with logs error like this > Traceback (most recent call last): File "/home/me/.virtualenvs/flask-noota-api/lib/python3.5/site-packages/sqlalchemy/engine/base.py", line 1182...
1medium
Title: Local Calendar - Repeating Events on 1st Saturday of Month Body: ### The problem When creating a new event in the Local Calendar integration, using the Repeat Event - 1 Saturday (or any day) doesnt create the event on the first Saturday, it creates it on the 1st day of each month. ### What version of Home Assi...
1medium
Title: The work of versions is not clear! Body: First of all, I would like to thank the authors for this wonderful module...) **Describe the bug** I don't quite understand the behavior of this module specifically in my case. I write my API with the following architecture: ![Снимок экрана 2024-02-29 092940](http...
1medium
Title: cannot set 3 different labels on the same image Body: I'm trying to label 3 different labels to the same image, but all of them appears to be right. <img width="932" alt="screen shot 2017-07-30 at 18 33 51" src="https://user-images.githubusercontent.com/985808/28754821-05bf570c-7556-11e7-94e2-f470104af3a6.png...
1medium