text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Creating Pydantic objects in Rust and passing to the interpreter. Body: What's the best way to do this? I'd like to avoid passing JSON via Pyo3 to python and THEN creating the model. Use case: I am moving bounding box processing logic in my library [Docprompt](https://github.com/docprompt/Docprompt) int...
1medium
Title: Unable to get predictions for multiple sentences using TARS Zero Shot Classifier Body: Here is the example code to use TARS Zero Shot Classifier ``` from flair.models import TARSClassifier from flair.data import Sentence # 1. Load our pre-trained TARS model for English tars = TARSClassifier.load('tars-bas...
1medium
Title: Statistics log division by zero errors Body: ### The problem The statistics sensor produces division by zero errors in the log. This seems to be caused by having values that have identical change timestamps. It might be that this was caused by sensors that were updated several times in a very short time interv...
1medium
Title: ValueError: The checkpoint you are trying to load has model type `gemma3` but Transformers does not recognize this architecture. Body: ### System Info enviroment from pyproject.toml: ``` [tool.poetry] name = "rl-finetunning" package-mode = false version = "0.1.0" description = "" readme = "README.md" [tool.poe...
1medium
Title: 请问如何在嵌入式设备上使用?谢谢! Body: 请问如何在嵌入式设备上使用? 处理器:ARM 编程环境:C语言 操作系统:linux或RT-thread交叉编译 谢谢!
1medium
Title: transpose ignored in using raw_value to set column data Body: #### OS (e.g. Windows 10 or macOS Sierra) Mac Big Sur #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) python 3.8.7 xlwings 23.0 #### Describe your issue (incl. Traceback!) the second fills the column with 0 to...
1medium
Title: keyerror: all_points_y Body: I'm a beginner of deep-learning, recently, i try to use the mask-rcnn to make a project about rust detection. Firstly i watch the video how to use this code, then i modify the code of 'balloon', and have a try to train my own data, but i meet the error called keyerror: all_points_y, ...
1medium
Title: ploomber interact should also display the custom cli from pipeline parameters Body:
1medium
Title: Scene not rotating if cursor below the menu Body: If the cursor is anywhere below the controls menu, rotating via click and drag does not work. The issue seems to be that that the dg div sets as its height the entire window rather than just the height of the menu.
1medium
Title: How to pass hyper-parameters to model??? Body:
1medium
Title: ENH: Session id is prefixed with K8s namespace, when in the K8s environment Body: Note that the issue tracker is NOT the place for general support. For discussions about development, questions about usage, or any general questions, contact us on https://discuss.xorbits.io/.
1medium
Title: OpenAPI v3 Handling Issue Body: Hello, We have had a BlackSheep app running for over a year. When we attempted to upgrade to 2.0.7, we ran into this error. It seems to be an error in the fundamental OpenAPI class. Since this was working fine until today, I think that it must be a bug in 1.0.9. Here is the...
2hard
Title: setup.py does not recognize opencv2 of Anaconda Body: When run the setup, error happens. opencv is installed on Anaconda. Is it possible to install imgaug on Anaconda? ... Processing ./dist/imgaug-0.2.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last)...
1medium
Title: 504 Gateway Time-out Body: ### Describe the bug 504 gate way timeout today it's ok when i used it tow days ago , any my version is gradio-5.15.0 gradio-client-1.7.0 ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ```python import gradio as ...
1medium
Title: Fix Ivy Failing Test: paddle - creation.arange Body: To-Do List: https://github.com/unifyai/ivy/issues/27501
1medium
Title: Speeding up Loading Time of encoder in ``encoder/inference.py`` Body: Original comment from @CorentinJ: TODO: I think the slow loading of the encoder might have something to do with the device it was saved on. Worth investigating. This refers to the ``load_model`` function in the named module.
1medium
Title: Gradio Demo Malfunction on Hugging Face Spaces Body: ### Describe the bug Hi Team, We’ve been hosting a Gradio demo on Hugging Face Spaces (zero GPU) at [this link](https://huggingface.co/spaces/facebook/vggsfm), which has been running smoothly for several months. However, today a user reported that it’s no lo...
1medium
Title: NaN Representative_Docs Body: Hi @MaartenGr, I keep getting NaN values as representative documents when I load my model, after saving it with either 'safetensors' or 'pytorch'. Here is my code: ` embedding_model = SentenceTransformer('all-MiniLM-L6-v2') topic_model.save('/content/drive/MyDrive/boombust_cs...
1medium
Title: ak.stock_zh_a_hist()获取数据错误 Body: 以下涉及的是 ak.stock_zh_a_hist()返回的 df 中 "单日情况"列的值为"成交金额"对应的行的数据错误: 1 代码 stock_zh_a_hist_df = ak.stock_zh_a_hist( symbol="603777", period="daily", start_date="20240101", end_date="20250201", adjust="qfq" ) 2 错误问题 获取数据集中 收盘价有负值 3 错误问题 再次运行代码 获取数据为空 4 版本号 Py...
1medium
Title: Can it be easily used it in Microsoft Singularity? Body: Many users are using clusters. However, NNI has not support the interface to easily adaptation to run on those clusters, without support of job scheduling, job maintaining, result aggregation and metric calculating, which has significantly limited the usab...
2hard
Title: No target coloring in jointplot Body: **Describe the bug** After assigning `y` values in the `fit()` method of `JointPlot`, no heatmap of such target is drawn on the samples **To Reproduce** ```python import numpy as np from yellowbrick.features.jointplot import JointPlot X = np.random.rand(100, 2) ...
1medium
Title: [BUG] `df.sort_values` produces incorrect result 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** `df.sort_values`'s result is incorrect. **To Reproduce** ``` Python In [10]:...
1medium
Title: Didn't use Cpu on m1 Mac Body: I've been using the program for a while, and it goes well. However, I found that it barely use CPU on m1, while the GPU is fully loaded, the Cpu is barely used. Does it use Cpu on other platform or it only use gpu? I've heard that apple has built-in machine learning units in their...
1medium
Title: [BUG] Ray context GC bug 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** A clear and concise description of what the bug is. Set the `DEFAULT_SUBTASK_MONITOR_INTERVAL` to 0 in...
2hard
Title: Multi-model metrics visualizer Body: **Describe the solution you'd like** I would like to create an at-a-glance representation of multiple model scores so that I can easily compare and contrast different model instances. This will be our first attempt handling multiple models in a visualizer - so could be tri...
2hard
Title: gr.Dataframe dynamic update Body: - [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** Cannot dynamically yield Dataframe update to a gr.Dataframe() **Describe the solution you'd like** I want to dynamically update a gr.D...
1medium
Title: Functional API not work as expected when concatenating two models with multiple output & input Body: Keras version: 3.6.0 OS: Win Hello, Lets say I've got following two models `A` and `B`: ```python A_input = keras.Input(shape=(4,)) A = keras.layers.Dense(5)(A_input) A = keras.Model(inputs=A_input, ...
2hard
Title: Python socketio[client] giving the following error in Raspberry pi Body: Hi, I have a piece of code, that works fine in windows, but when I trie to run it on my raspberry pi, returns me an error and is not able to connect to the server. ``` Traceback (most recent call last): File "/home/pi/.local/lib/p...
1medium
Title: How to work with images without objects? Body: Hello! I want to detect an object type in an image. I mean, I have only 1 class. The thing is that I have images without that object but I am very interested in evaluating the algorithm on those images to see if it is a proponent of false positives on that type of ...
1medium
Title: Why can't I have multiple response codes in apispec? Body: Perhaps I'm doing this wrong, but even though my route has multiple `@blp.response` values and the actual calls return the correct information, but specs only show the top response and none of the error responses. I have this: ``` @blp.response(...
1medium
Title: Trio's nursery lifetime interacts badly with start_action Body: (Based on discussion in https://trio.discourse.group/t/eliot-the-causal-logging-library-now-supports-trio/167) Consider: ```python from eliot import start_action, to_file import trio to_file(open("trio.log", "w")) async def say(messa...
1medium
Title: EMA with high decay results in worse performance because of 1) no zero-init and 2) no debias. Body: When using [ModelEMAV2](https://github.com/rwightman/pytorch-image-models/blob/a2727c1bf78ba0d7b5727f5f95e37fb7f8866b1f/timm/utils/model_ema.py#L82) with decay >=0.99999 and ~25k iterations, performance is worse t...
1medium
Title: ENH: RST support Body: ### Feature Type - [X] Adding new functionality to pandas - [ ] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description I wish I could use ReStructured Text with pandas ### Feature Description The end users co...
1medium
Title: Question on fine-tuning document form parsing labeling requirement Body: My goal is to read a specific field (say, box 30) from a nationally standardized insurance claim form. The form has 40 boxes/fields in fixed locations and each boxed is labeled clearly with box number and title. To save annotation time...
1medium
Title: Technical Issue in code Body: ``` public class HomeController : Controller { private readonly MLContext _mlContext; private readonly PredictionEngine<SignLanguageInput, SignLanguageOutput> _predictionEngine; public HomeController() { _mlContext = new MLContext(); // Lo...
1medium
Title: Globaleaks does not start Body: **Describe the bug** Globaleaks doesn't start **To Reproduce** `globaleaks start` WARNING: The current long term supported platform is Debian 11 (bullseye) WARNING: It is recommended to use only this platform to ensure stability and security WARNING: To upgrade your syst...
1medium
Title: [KOSMOS-G] How to prepare Laion dataset? Body: Thanks for your work, I cannot see how to prepare Laion dataset when training aligner
1medium
Title: Functionality for filtering events in Subscriptions Body: It would be nice if an equivalent of the `withFilter`-function as described in Apollo Server (https://www.apollographql.com/docs/apollo-server/data/subscriptions#filtering-events) is added to Strawberry.
1medium
Title: bert文本分类评估指标问题 Body: 欢迎您对PaddleHub提出建议,非常感谢您对PaddleHub的贡献! 在留下您的建议时,辛苦您同步提供如下信息: - 您想要增加什么新特性? - 什么样的场景下需要该特性? - 没有该特性的条件下,PaddleHub目前是否能间接满足该需求? - 增加该特性,PaddleHub可能需要变化的部分。 - 如果可以的话,简要描述下您的解决方案 在使用模型库中的bert-wwm进行多文本分类项目时发现,输出的评估指标为acc,但是我需要用macro-f1来作为我的评估指标,请问paddlehub考虑增加多分类F1 Score等评估指标吗,或者如果我需要自己写自定义...
1medium
Title: improve inference time Body: Does anyone have a clue on how to fasten the inference time? I know other vocoders have been tried but they were not satisfacotry ... right?
1medium
Title: "ImportError: cannot import name 'json'" when debugging with pydevd Body: Hi! I'm receiving this error when attempting to debug with a pydevd -debugger. ``` Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1664, in <module> main() ...
1medium
Title: [MNT]: ci: ubuntu-20.04 GitHub Actions runner will soon be unmaintained Body: ### Summary The `ubuntu-20.04` GitHub Actions runner image, currently [used in the `tests.yml` workflow](https://github.com/matplotlib/matplotlib/blob/3edda656dc211497de93b8c5d642f0f29c96a33a/.github/workflows/tests.yml#L60) will soon...
1medium
Title: Needed: mechanism for deriving property values from other properties Body: We need a way to specify that a property's values should be (a function of) another property. This is most relevant for assigning the outputs of statistical operations to properties. Tt's become an acute need with the introduction of the...
2hard
Title: Cannot get nested objects when converting to dict 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 Googl...
1medium
Title: On Debug Mode my function is called twice Body: ```py import shutil import os from flask import Flask, render_template, request from datetime import datetime from os.path import isfile, join from sqlite3 import connect class Server(Flask): def __init__(self, *args, **kwargs): super().__init__(...
1medium
Title: add save to csv function Body:
1medium
Title: SmartDatalake persistently fails when asked to plot Body: ### System Info pandasai version: 1.5.13 ### 🐛 Describe the bug Asking for different plots the function keeps returning the matplotlib.pyplot module (plt) which is an unexpected return type. I persistently see this pattern trying different ...
1medium
Title: Using cursors with SQLAlchemy Body: First of all, thank you for the great job publishing this package. I would like to know how to properly use a cursor using SQLAlchemy abstraction in `aiopg`. Looks like the `sa` subpackage is using internally a cursor. Would you mind sharing an example about how to use it?
1medium
Title: TypeError: get_orderbook_tickers() got an unexpected keyword argument 'symbol' Body: **Describe the bug** TypeError: get_orderbook_tickers() got an unexpected keyword argument 'symbol' **To Reproduce** `client.get_orderbook_tickers(symbol='BTCUSDT')` **Expected behavior** using symbol parameter should b...
1medium
Title: 优化CRF分词效率的方法 Body: <!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#new...
1medium
Title: Add config option for list of stopwords to ignore with topic generation Body: Add an option to ignore words when generating topic names. This list is in addition to standard tokenizer stop words.
1medium
Title: How to replace gr.ImageEditor uploaded user image and still keep image editing features Body: ### Describe the bug **gradio==5.4.0** I want to auto resize / crop user uploaded image and replace processed image inside in gr.ImageEditor Here the code I use So after image edited the image editing feat...
1medium
Title: RFE: Implement Maximum Execution Limit for Scheduled Successful Jobs Body: ### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/i...
2hard
Title: Is there a way to control the aspect ratio of the navigation images? Body: #### Describe the functionality you would like to see. EELSSpectrum.plot() doesn't seem to take argument like plt.imshow(extent). Is there a way to control the aspect ratio of navigation images?
1medium
Title: Failed connections when running docker build to install new requirements.txt Body: Hi there! I followed your instructions on this video, very easy to follow and instructive, thank you! https://www.youtube.com/watch?v=DPBspKl2epk&t=849s However, I want to add new package dependancies to the docker image, so...
1medium
Title: [BUG] Getting Error: response status is 400 when trying to run GET /api/hybrid/video_data Body: ***Platform where the error occurred?*** Such as: TikTok ***The endpoint where the error occurred?*** Such as: API-V4/ WebApp ***Submitted input value?*** Such as: [video link ](https://www.tiktok.com/...
1medium
Title: sanic pytest Body: ### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When I made a test code with pytest, First test_client.get() function was passed. but next test_client.get() function has a trouble There is some error like this. ``` ERROR sani...
1medium
Title: Bug with 0.18.0: Matplotlib clabels become NoneType object for figs with projection=ccrs.PlateCarree() Body: Calling to ax.clabel plots contour labels as desired, yet the clabel object itself is somehow 'None' for matplotlib figures initilaized with projection=ccrs.PlateCarree(). This becomes an issue because I ...
1medium
Title: MultiIndex dropped by reset_index with default argument Body: **Describe the bug** A clear and concise description of what the bug is. - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandera. - [ ] (optional) I have confirm...
1medium
Title: Bug: "Lockfile hash doesn't match pyproject.toml, packages may be outdated" warning in pdm Body: ### Description When running `pdm install` on `litestar` repo you get: ``` Run pdm install -G:all WARNING: Lockfile is generated on an older version of PDM WARNING: Lockfile hash doesn't match pyproject.toml, ...
1medium
Title: Weird error while training a model with tabular data!!!! Some problem related self.log_dict Body: ### Bug description The code can be accessed at https://www.kaggle.com/code/vigneshwar472/notebook5a03168e34 I am working on multiclass classification task and want to train a nueral network with pytorch light...
2hard
Title: How to export cropped data Body: When I crop out the data I want on the interface, but when exporting, I can only export all the data. How can I export the cropped data.Thank you.
1medium
Title: Scheduled function truncated at 63 characters and fails to invoke Body: if I have a scheduled function with a name longer than 63 characters, then the name will be truncated in the CloudWatch event name/ARN: ``` { "production": { ... "events": [{ "function": "my_module.my_sub...
2hard
Title: UnboundLocalError: local variable 'start' referenced before assignment Body: Dear Author: I just found an code logical bug in histogram. I think here should be raise an Exception. ```python def make_histogram(values, bins): """Convert values into a histogram proto using logic from histogram.cc.""" ...
1medium
Title: DOC: Unclear Documentation for debugging Body: ### Issue with current documentation: Setting up spin and debugger setup is unclear and tedious. URL: https://numpy.org/devdocs/dev/development_environment.html I have followed the instructions here and after multiple attempts, the spin build system does not ...
1medium
Title: Graph (Synchronous) [Highstock] widget not displaying past data beyond 24 h Body: ### Versions: - Mycodo Version: 8.15.8 - Raspberry Pi Version: 400 Rev 1.1 - Raspbian OS Version: Bullseye ### Reproducibility 1. Add new Graph (Synchronous) [Highstock] Widget Configuration and any parameters to trac...
2hard
Title: Training fail when using create_mnbn_model() and Sequential() Body: When using the following model and `create_mnbn_model()` in mnist example, i got an error. model: ``` class BNMLP(chainer.Sequential): def __init__(self, n_units, n_out): super().__init__( # the size of the inpu...
2hard
Title: DHCP failure in Local Redirect mode (Windows) Body: #### Problem Description I've been experimenting with local redirect mode on a Windows 11 AWS machine, and noticed the machine loses all connectivity after mitmdump has been running for a while (could take up to an hour). In order to debug this issue I've set...
1medium
Title: Add support for asyncio (Python>=3.4) Body: It would be great if backoff would be available for use with asyncio's coroutines. This requires: 1. Handle coroutines in `on_predicate` and `on_exception` decorators. 2. Handle case when `on_success`/`on_backoff`/`on_giveup` are coroutines. 3. Use `asyncio.sle...
2hard
Title: delay_after_gen warning Body: Hello, I am using PyGAD version: 3.3.1 on Windows with python 3.10 within jupyter notebook. When I run my GA, I am getting the following user warning. This is not something I am setting. It seems to emanate from the internal pygad code. How can I avoid having this warning displa...
0easy
Title: [BUG] `dash.get_relative_path()` docstring out of date Body: Docstrings for `dash.get_relative_path()` and `dash.strip_relative_path()` still refer to the `app` way of accessing those functions, which creates inconsistency in the docs: ![Screen Shot 2023-05-02 at 2 44 32 PM](https://user-images.githubusercont...
0easy
Title: Prepared statements being recreated on every call of fetch 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 answer to the questions below. It will be much easier for us to fix the issue if a test ca...
2hard
Title: feat: Deduplicated enqueue Body: I'm wondering if hatchet has any built in support for any sort of deduplicated enqueue, where a task/step/workflow could be enqueued in an idempotent way i.e. deduplicated based on its parameters. I realize that there are some tricky details here, but this would be super nice.
2hard
Title: Starry-eyed Supporter (150 Points) Body: ### What side quest or challenge are you solving? Get 5 people to star our repository ### Points 150 points ### Description _No response_ ### Provide proof that you've completed the task ![IMG-20241015-WA0002](https://github.com/user-attachments/assets/f6bbd793-136...
3misc
Title: [Bug]: Error: CUDA error: the launch timed out and was terminated CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions. Body...
2hard
Title: DjangoObjectType duplicate models breaks Relay node resolution Body: I have exactly the same issue as #107. The proposed solution no longer works How to do this now in the current state ?
2hard
Title: tensorflow->caffe resnet_v2_152 conversion error Body: Platform :ubuntu16.04 Python version:2.7 Source framework with version ):Tensorflow 1.12.0with GPU Destination framework with version :caffe1.0.0 Pre-trained model path (webpath or webdisk path): Running scripts: mmconvert -sf tensorflow -i...
1medium
Title: Multi-node multi-GPUs training is slower than single-node multi-GPUs training[BUG] Body: **Describe the bug** I utilized zero-stage3 of Deepspeed for fine-tuning the Qianwen2-1.5b model and observed that the **training speed of 2 nodes with total 4 A10 GPUs is one time slower than that of single node with total...
2hard
Title: [Bug]: Calling start() multiple times on a macos timer doesn't stop the previous timer Body: ### Bug summary When calling `timer.start(); timer.start()` on an already running timer, the previous timer should be stopped before starting a new one. On the macosx backend this causes two timers to be running under t...
1medium
Title: Basket may be reused if an error happens after an order was placed Body: ### Issue Summary If an error happens in `OrderPlacementMixin.handle_successful_order` (e.g. a mail can't be sent) then `PaymentDetailViews.submit` will subsequently thaw the basket (https://github.com/django-oscar/django-oscar/blob/d076d0...
2hard
Title: [x] ERROR: [Error 32] El proceso no tiene acceso al archivo porque estß siendo utilizado por otro proceso: 'trape.config' Body: Despues de ingresar el ngrok token y el api key se supondria que me dejaria avanzar pero solo me tira el mensaje - Congratulations! Successful configuration, now enjoy Trape! [...
1medium
Title: Gunicorn instrumentation with statsd_host Body: I would like to configure`--statsd-host` for [Gunicorn instrumentation](https://docs.gunicorn.org/en/stable/instrumentation.html) in `tiangolo/uvicorn-gunicorn-fastapi:python3.7-alpine3.8`. So far, I have not had success e.g. with `echo "statsd_host = 'localhost:91...
1medium
Title: add feature scaling transformers Body: Whenever I want to scale some numerical features I'm always importing transformers from sklearn. preprocessing. We know that the sklearn transformers don't take our required variable names to scale (like feature engine) and they don't return a data frame. It becomes somew...
1medium
Title: jwt decorator Body: Hi, I found an issue with `jwt_required` decorator, I don't understand why works when I used like: ``` @custom_api.route('/resellers/<token>/registrations', methods=['GET']) @jwt_required def get_resellers(token): ... ``` but NOT when: I'm using https://flask-restless.readthedocs.io/en/s...
1medium
Title: Refactor BERTTokenizer Body: The [BERTTokenizer](https://github.com/ludwig-ai/ludwig/blob/00c51e0a286c3fa399a07a550e48d0f3deadc57d/ludwig/utils/tokenizers.py#L1109) is using torchtext. We want to remove torchtext as a dependency so this Tokenizer has to be refactored not using it.
1medium
Title: FR: Type Hints/Stubs Body: <!-- In the following, please describe your issue in detail! --> <!-- If some sections do not apply, just remove them. --> ### Short description <!-- This should summarize the issue. --> Feature request: Could you please add type hints to the source (and/or in stub files) and add...
1medium
Title: Out of Disk Space Body: I have had Mycodo running for a while without any issues. I haven't been keeping an eye on it. Today I connected to my Raspberry Pi where Mycodo is installed and found that I am completely out of disk space. I am using Rasbian Lite and can't imagine what besides Mycodo would have filled u...
1medium
Title: Add testing section to docs Body: It would be great to see the testing section in the documentation, especially would like to see service testing (di)
1medium
Title: Datasetbuilder Local Download FileNotFoundError Body: ### Describe the bug So I was trying to download a dataset and save it as parquet and I follow the [tutorial](https://huggingface.co/docs/datasets/filesystems#download-and-prepare-a-dataset-into-a-cloud-storage) of Huggingface. However, during the excution...
1medium
Title: Parallel processing with n_jobs > 1 failing on Azure Linux VM Ubuntu 20.04 Body: Hello, Working with autosklearn has been a journey. Running small experiments for 1 hour on my local machine (Running WSL2 and the other with Majaro Linux) ends without problems. I have been using the argument `n_jobs=-1` to run ...
1medium
Title: GoBot breaks when calling Tensorflow Body: The GoBot example from tutrorial says at runtime: 2020-05-12 08:01:47.577 INFO in 'deeppavlov.core.data.simple_vocab'['simple_vocab'] at line 101: [saving vocabulary to /home/sgladkoff/Documents/MyWork/assistant_bot/word.dict] WARNING:tensorflow:From /home/sgladkoff...
1medium
Title: Matplotlib version (>=3.0.0) backends don't support Yellowbrick Body: **Describe the issue** A clear and concise description of what the issue is. <!-- If you have a question, note that you can email us via our listserve: https://groups.google.com/forum/#!forum/yellowbrick --> <!-- This line alerts ...
1medium
Title: Docs: DTO tutorial should mention how to exclude from collection of nested union models Body: ### Summary I was going through the documentation on [this](https://docs.litestar.dev/2/tutorials/dto-tutorial/03-nested-collection-exclude.html) it mentions how to exclude the fields from a collection of nested model....
1medium
Title: TypeError: <flask_script.commands.Shell object at 0x0000000004D13C88>: 'dict' object is not callable Body: In windows 7 with Pycharm, For Chapter 5.10 "**Integration with the Python Shell**", register make_context: ‘def make_shell_context(): return dict(app=app,db=db,User=User,Role=Role) man...
1medium
Title: Add ability to document OPTIONS methods Body: Hey there, I'm trying to document a simple ModelViewSet on which I have overriden the OPTIONS method, but I can't figure out why the method does not appear in swagger. Can ```python class ViewpointViewSet(viewsets.ModelViewSet): serializer_class = Viewpo...
1medium
Title: Add support for a `sort` argument in WordNet methods Body: WordNet object methods support a series of methods, such as `hypernyms`, `antonyms`, etc., that under the hood use a private method called `_related`, that supports an argument called `sort` which by default is `True`. This argument sorts the output obje...
1medium
Title: Smart things integration gives "reached max subscriptions limit" even after it has been "fixed" on the new version Body: ### The problem I know this have been an issue before, but it still happens at version 2025.3.3 even tho I waited 10 hours as people told me. It actually gives it no matter what I do with th...
1medium
Title: dvc exp run (or dvc repro) in monorepo: inefficient crawling Body: # Bug Report <!-- ## Issue name Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug. Example: `repro: doe...
1medium
Title: api: support records that expire automatically? Body:
1medium
Title: [QUESTION] docker build on ARM Body: Hi, didn't want to file a bug report for this, because I'm sure it is not a bug per se, but rather an issue relating to architecture. I wanted to try whoogle on a Raspberry Pi, running Raspbian (an ARM version of Debian). I tried starting a Docker container, but that di...
1medium