text
stringlengths
20
57.3k
labels
class label
4 classes
Title: CPU use only efficiency core Body: Hello, I recently upgrade my computer from i5 9400f to i9 12900k before I upgrade(i5 9400f) deepfacelab using my cpu around 100% and after I upgrade to i9 deep face use efficiency core and not use performance core. ![Screen Shot 2564-12-28 at 21 18 23](https://user-images....
1medium
Title: `fastui-bootstrap` allow more customisation Body: `fastui-bootstrap` should take functions matching `CustomRender` and `ClassNameGenerator` to those functions respectively, so you can use `fastui-bootstrap` while still overriding some components.
1medium
Title: Is it possible to use classic mapping? Body: SqlAlchemy allows the user to use classic mapping - http://docs.sqlalchemy.org/en/rel_1_0/orm/mapping_styles.html#classical-mappings But how can I use classic mapping when using flask-sqlalchemy?
1medium
Title: 🧑‍💻Add conf ngnix for upload in dev mode Body: ## Feature Request Add conf ngnix for upload with local dev mode working with docker-compose. We have 2 ways to develop in local mode, with `Tilt` (k8s stack) and with `docker-compose` (docker-compose stack), the upload image process works with Tilt but not ...
1medium
Title: CI test darwin://python/ray/tests:test_placement_group_3 is consistently_failing Body: CI test **darwin://python/ray/tests:test_placement_group_3** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge-macos/builds/4657#01955f62-ed51-458c-8bfb-a4a96b5b7134 - https://buildkite...
1medium
Title: Multi class emotion classification for text in russian Body: Как использовать BERT Classifier для multi class классификаций текста? У меня есть свой датасет, нужно тренировать модель на этом датасете. Пример Input: Я сегодня чувствую себя не очень хорошо Output: Sadness Классов должно быть 5 или 6 Зн...
1medium
Title: [BUG-REPORT] Group By memory Issue Body: Hello, I have a project running on vaex v4.0.0, I also have it wrapped around flask to have API's running off it. I was hopping to get some help related to memory. I do face memory leak issues while using group by here's an example. df.groupby(['rooms_count'], ag...
1medium
Title: Bug(CI): Updated lockfile changes type checking CI causing failures Body: ### Description https://github.com/litestar-org/polyfactory/actions/runs/8928572773/job/24524431663 ``` mypy.....................................................................Failed - hook id: mypy - exit code: 1 polyfactory/va...
1medium
Title: Code Conventions Guide for Documentation and Examples Body: In our documentation and code examples, we have several different styles around referring to the workflow and how to format code examples. It would be helpful to identify and establish a handful of code conventions that we follow to reduce the cognit...
1medium
Title: Doc suggestion - Docker run Body: Hi, great project! I just wanted to share a quick-and-dirty docker run one liner if anyone feel a docker container is useful there as I did. You may close this issue without changing anything if you want. I didn't know where else to share this. Cheers guys ``` # Access th...
0easy
Title: replace ORM loader depth warning with notes in cache disabled message Body: ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10895
1medium
Title: [🐛 BUG] Data Node Selector does not display nodes with CYCLE Scope Body: ### What went wrong? 🤔 When I create a Scenario with Cycles (that is, I add Scope.CYCLE to certain Data Node configuration objects + I add a Frequency to the Scenario), I can't see the Data Node in the Data Node selector. I see the GLOBA...
1medium
Title: Swagger-codegen params order is changing with every update on the backend breaking the frontend Body: When using swagger-codegen to generate typescript-angular swagger the params order is changed thus breaking my frontend application. ![screenshot_2019-02-21_14-14-15](https://user-images.githubusercontent.com...
1medium
Title: Swagger issue for endpoints register & update Body: Hi, First of all, great job. It's a very useful library. However, after having setup my project. I noticed a few issues in the generated Swagger documentation. Indeed, the request body is pre-filled with the following information: ``` { "id": "string"...
1medium
Title: Keystroke ] not detected on Windows Body: In Powershell and cmd.exe I encountered that sorting didn't work in both orders. The `[` shortcut was detected and had its effect, but the `]` didn't. I narrowed it down to a problem with `windows-curses`, and in turn with its dependency `PDCurses`: https://github.com/ze...
1medium
Title: live update of the chart Body: I have data streaming through API calls to Alpaca and it is real time stock market data, it is using the code below to get data, and "on_message" event triggers I parse the data to pandas dataframe object dfObj, then plot the candlestick chart. Now the issue is the chart will need...
1medium
Title: Rebrand Body: Rename to `respx` for shorter and more alike `httpx`.
1medium
Title: Significant Response Delay After Idle Period in Version 3 Body: ### Checklist - [X] I am sure the error is coming from aiogram code - [X] I have searched in the issue tracker for similar bug reports, including closed ones ### Operating system Oracle Linux 7 ### Python version 3.9 ### aiogram version 3.6.0...
1medium
Title: Make dashboard page a true dashboard for productivity? Body: Hi, first I really like the dashboard / intro page as it's pretty informative for first-start users. But if you work a lot with the application, I noticed, that it doesn't help me to do work, so I only skip it. Instead, it could help me as a person...
1medium
Title: Could not find Source.Txt file in dataset Body: Hi In ENCODER, speaker.py reads source.txt from data set which is not found. When i run the train loop , it is showing me error: FileNotFoundError: Caught FileNotFoundError in DataLoader worker process 0. Original Traceback (most recent call last): File "...
1medium
Title: Cannot install horovod[spark] for Tensorflow 2.6 Body: **Environment:** 1. Framework: TensorFlow 2. Framework version:2.6.2 3. Horovod version: 0.23 4. MPI version:4.1.1 5. CUDA version:N/A 6. NCCL version:N/A 7. Python version: 3.7 8. Spark / PySpark version: 2.4.5 9. Ray version:N/A 10. OS and versio...
1medium
Title: pip3 install detectron2 Body: I'm trying to run a Docker file and install layoutparser using the following pip command RUN pip3 install layoutparser torchvision && pip install "git+https://github.com/facebookresearch/detectron2.git@v0.5#egg=detectron2" I get the following error message back `#15 354.2 ...
2hard
Title: Error installing vaex on win10 Body: Error installing vaex on win10 **Description** I try to install vaex on **windows 10**, **amd64** cpu inside a **venv**. with command: - `pip install vaex` - `pip install vaex-core vaex-viz vaex-jupyter vaex-server vaex-hdf5 vaex-astro vaex-ml` with the same problem...
2hard
Title: Include PySocks package in st2client module. Body: ## SUMMARY By default, the st2client cli doesn't support SOCKS proxy connection using `HTTP_PROXY`, `HTTPS_PROXY` because it lacks the `pysocks` pypi package. ### STACKSTORM VERSION ``` ❯ st2 --version st2 3.5.0, on Python 3.8.12 ``` ### OS, envir...
1medium
Title: [BUG] How to convert <class 'pandas.core.frame.DataFrame'> to Lux dataframe Body: Hello, Is there any method to explicitly convert pandas dataframe to lux dataframe. Because when I'm trying to convert pandas dataframe df.save_to_html then pandas dataframe is not supporting. I'm getting error as : AttributeErr...
1medium
Title: ValueError("loaded state dict contains a parameter group " 使用別人的訓練合成器延續訓練下去都會出錯。 Body: D:\MockingBird-0.0.1\MockingBird-0.0.1>python synthesizer_train.py CZC D:\Down\Ai\SV2TTS\synthesizer Arguments: run_id: CZC syn_dir: D:\Down\Ai\SV2TTS\synthesizer models_dir: synthesize...
2hard
Title: why does my gevent run slowly than the normal program ? Body: Python Version : 3.7.3 IDE : pycharm problems : I make a speed testing. I am trying to read the local file whihc are more then 2000 , it took for 6.5 seconds when i use the gevent moulde, another took for 2.8 seconds when normally i used 'for ...
1medium
Title: Set different Cache Directory for the Predictor.from_path api Body: Hi all, I am using Dataiku platform for my project developement and there I need allennlp in my pipeline. But while using the **Predictor.from_path** api, I am basically facing a Permission Denied issue, as Dataiku is not allowing to create ...
1medium
Title: if _name is not defined in HPO space, the experiment will not stop. Body: **Describe the issue**: When testing nested sub-search-space in HPO, if _name is not defined, the experiment will not stop. **Environment**: - NNI version: 2.10 - Training service (local|remote|pai|aml|etc): local - Client OS: lin...
1medium
Title: Plugin: nonebot-plugin-searchgames Body: ### PyPI 项目名 nonebot-plugin-searchgames ### 插件 import 包名 nonebot_plugin_searchgame ### 标签 [{"label":"Steam","color":"#ea5252"},{"label":"switch","color":"#ea5252"}] ### 插件配置项 _No response_
3misc
Title: [3.x] aiogram is looking for redis when aioredis is installed (fix imports) Body: ### Checklist - [X] I am sure the error is coming from aiogram code - [X] I have searched in the issue tracker for similar bug reports, including closed ones ### Operating system macos 12.2.1 (21D62) ### Python version 3.9 ##...
1medium
Title: AsyncClient does not recognize a `cert` has been passed. Body: I'm capable of doing the following ``` $ curl https://foobar.com --cert /path/to/cert ``` However, when using a Session instance of `httpx.AsyncClient`, passing the cert gives me error from the server that no certs have been passed.
1medium
Title: No rename method on GoogleCloudStorage Body: I'm using the following to allow renaming: ``` @deconstruct.deconstructible class GoogleCloudStorage(gcloud.GoogleCloudStorage): def path(self, name) -> typing.AnyStr: raise NotImplementedError() def get_accessed_time(self, name) -> datetime....
1medium
Title: During training of RTMDet loss_box and loss_mask are always 0 Body: **Describe the bug** When trying to train an RTMDet model of any size using MMDetection on a COCO format dataset, during training the loss and loss_cls parameters will descend as normal, but the loss_box and loss_mask parameters start and stay ...
2hard
Title: Example "volume_render" does not work Body: I'm trying to run an example [volume_renderer](https://github.com/K3D-tools/K3D-jupyter/blob/master/examples/volume_renderer.ipynb) and I have error. In the case of Binder, module 'nibabel' don't exist. If I try locally with installed 'nibabel' - there is no 3D object,...
1medium
Title: Swagger UI assumes body payload when using api_ns.expect(model) for HTTP GET handler Body: Looking through the the [docs](http://flask-restplus.readthedocs.io/en/stable/swagger.html), there's an example of setting a model as an expected input to the get request handler, and to me it would be reasonable to assume...
1medium
Title: Add ability to specify extra during checkout Body: **Is your feature request related to a problem? Please describe.** Saving extra data on order (eg. "phone number") during the checkout requires an additional POST request to `/api/basket/extra/`. **Describe the solution you'd like** When sending a POST requ...
1medium
Title: It prompts ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject Body: ``` from d2l import torch as d2l ``` ``` Traceback (most recent call last): File "/xxx/pytorch/linear_regression/linear_regression.py", line 6, in <module> ...
1medium
Title: Notification Rules for unread reports Body: ### Proposal At the moment the notifications for unread reports are sent to all recipients of a context, also if one of them as already read the report. Ex. Context with 3 recipients: A, B, C. If A has read the reports, notifications should not be sent to B and C ...
1medium
Title: Please provide updated example code of pruning Body: <!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: provide updated example code of pruning **Why is this needed**: I got warning: `WARNING: The old API trainer,traced_optimizer,criterion,tr...
1medium
Title: Add support for async functions to @capture_logging Body: `@capture_logging` won't work for async functions, but it should be possible to make it do so. `pytest-asyncio` for example allows async methods to be run as tests.
1medium
Title: [Bug]: Possible performance issue with _LazyTickList Body: ### Bug summary The descriptor seems to get called twice and thus the expensive `instance._get_tick(major=True)` is executed twice. Ping @anntzer, who helped craft the implementation. ### Code for reproduction When adding the following into `_La...
1medium
Title: Bug: BufferError in confluent kafka broker Body: **Describe the bug** Hello, everyone! I have a question when processing messages using Confluent Kafka. If I have multiple subscribers going that all process mesages and publish them to another topic, I quickly get a `BufferError`. Updating `max_batch_size` on ...
1medium
Title: How can I use this model for Feature Extraction. Everytime i reload the model, i get different set of feature values (output from the last hidden state)for the same image Body:
1medium
Title: problem, random cells write as zero Body: Hi hi :3 I found this writing data with pandas + xlsxwriter, actually some formulas just don't are written correctly, and are not exactly random, lets test with this code: ``` import pandas a=[] for i in range(50): a.append("=1+1.0") dd = pandas.Data...
1medium
Title: ERROR: Cannot install jina because these package versions have conflicting dependencies. Body: When trying to install clip_server, I am getting this error with the jina package. The error showed up a few hours ago (was fine yesterday on September 4). pip install jina ERROR: Cannot install jina because these ...
1medium
Title: Better UX Body: #### Problem Description The software lacks of basic features that would make user experience much better #### Proposal - Delete button should have a dropdown menu entry to delete all intercepted requests - Keyboard key `delete` should delete selected intercepted request - There should...
1medium
Title: Add text input Body: Add text input. Please remember to sanitize the input.
1medium
Title: Bug: Boolean Issue Body: ### Current behavior The issue occurs in locally installed Microsoft Office 365, when a spreadsheet generated by xlsxWriter contains a column of type BOOLEAN. When I open the worksheet I get a message saying that a problem was found, and Excel asks me if I want it to recover the work...
1medium
Title: some notes on MAPE and infinite values Body: Lecture 9 describes MAPE and other metrics. As noted by @amber4eg it's good to mention that these metrics can explode around zero.
1medium
Title: add an example for processing independent chunks Body: This is a recurrent pattern and a few users have asked us about it so we should have a working example. Assume you're getting data on batches, users want to pass the batch through the full pipeline when the next batch arrives, they want to repeat the proc...
1medium
Title: Example code for speech to text using tensor2tensor Body: ### Description Hi, Can you please share an example code to convert speech to text using Tensor2Tensor (maybe with transformer) mode? This will help a lot. Thanks Nagaraju ... ### Environment information Python 3.7.7 tensor2tensor 1.15.7...
1medium
Title: How to smooth 3D surface plot Body: I have a 3D surface plot like this: ![image](https://github.com/plotly/plotly.py/assets/144340455/567b26e0-e501-42ff-b108-ef67af0391dd) I am not sure how to smooth this plot, I searched but could not find any information.
1medium
Title: Login in sub sites not work Body: ### What version of GlobaLeaks are you using? 4.14.3 ### What browser(s) are you seeing the problem on? All ### What operating system(s) are you seeing the problem on? Linux ### Describe the issue Hi, I have created subsites in globaleaks, but when creating users withi...
1medium
Title: Implement some form of web interface Body: It's annoying to write scripts to save / delete runs. We should just run a bootstrap frontend or something. Probably to do when / after we refactor the server.
1medium
Title: Clean up README.md Body: Some possible corrections: 1. Say somewhere one needs to install pyyaml and import yaml 2. In the first code snippet in 'Creating a login widget', replace `Loader=SafeLoader` by `Loader=yaml.SafeLoader` Or something like that as I struggled to realize the above from the README.md...
0easy
Title: AssertionError: View function mapping is overwriting an existing endpoint function: api.specs Body: Hello, I'm working on an API using Flask (full library versions available below) and Flask-Restx and [importing via Blueprints](https://flask-restx.readthedocs.io/en/latest/scaling.html#use-with-blueprints) wit...
1medium
Title: Voila and Jupyterlab notebook command interactions Body: <!-- Welcome! Before creating a new issue please search for relevant issues and recreate the issue in a fresh environment. --> Thank you for the work behind Voila. It is the perfect tool for the demos I had the opportunity to show in the past years. I a...
1medium
Title: UserWarning "this overload of nonzero is deprecated" when using with PyTorch 1.6 Body: Hi, Not really a big deal, just started getting a deprecation warning after updating to the PyTorch 1.6: ``` /opt/conda/lib/python3.7/site-packages/pytorch_metric_learning/utils/loss_and_miner_utils.py:79: UserWarning: Th...
1medium
Title: Enhancing of validate_argument_spec documentaiton Body: ### Summary The documentation lack clarity and information about options. For example, default and required are mutually exclusive but it is only listed in the spec of the module https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flo...
1medium
Title: 使用MUGE微调时,训练日志里面的Image2Text Acc与评测时的R@1的召回指标不一致? Body: 评测时top1的召回, 与训练日志里的acc不一致,是两者的计算方式有差别吗?
1medium
Title: Fix Ivy Failing Test: jax - searching.nonzero Body:
1medium
Title: add_graph raises RuntimeError when parsing constant node Body: Hello I got "RuntimeError: VariableType::ID() not implemented" when parsing constant nodes in the computation graph. code to reproduce the RuntimeError: ```python class SimpleModel(nn.Module): def __init__(self): super().__init...
1medium
Title: alpn custom config Body: درود alpn رو در پنل تعین میکنم ولی با کاستوم کانفیگ منتقل نمی شود کانفیگ reality و vless ws tls رو تست کردم
1medium
Title: Cannot install package `d2l` due to failure of collecting `matplotlib` version 3.4 Body: Dear all, I am on Macbook Pro Early 2011 and macOS 10.13.6. I was trying to install the `d2l` package and it outputs the following. I have `matplotlib` version 3.6.2 and `matplotlib-inline` version 0.1.6 installed on my m...
1medium
Title: How to use of anogan ?? Body: Hello Sir, I have interesting on Anomaly Detection Task. My task is to detect anomaly on Image. So I tried to find anogan model and I got some source from another github-site. Surprisingly, PyOD already has anogan. (But I think that PyOD's input type is feature vector-based...
1medium
Title: [Bug]: 'Stock' object has no attribute 'df' Body: ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I get the following error and could not check if data is updated: `'Stock' object has no attribute 'df'` ### Expected Behavior I should not get any err...
1medium
Title: No way to manually serialize objects? Body: If I write my own route, that for example creates a new object, sometimes I would want to send that object back to the client as JSON. It's not possible to return a SQLAlchemy object - I get: ``` raise TypeError(repr(o) + " is not JSON serializable") ``` Is there ...
1medium
Title: Support hierarchical hyperparameter combinations Body: /kind feature **Describe the solution you'd like** I'd like to be able to do hyperparameter tuning over a hierarchical hyperparameter space. Specifically, I'd like to be able to do something like this Optuna example: https://github.com/optuna/optuna...
1medium
Title: Error 504 Gateway Time-out while executing a schedule 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/issues) for dupl...
1medium
Title: UserWarning: ``square=True`` ignored in clustermap Body: Hi, Whenever I run ``` sb.clustermap( master_table_top_10_pearson.transpose(), square=True ) ``` for my DataFrame which looks like a perfectly normal DataFrame ![image](https://user-images.githubusercontent.com/21954664/1673...
1medium
Title: Where can I get trained models? Body: Hi, everyone, I want some trained models (VGG, Inception, AlexNet) for feature extraction, but I cannot find any. For me, because of the GTX980 memory limitation, retraining a VGG model on imagenet is impossible. I'll be very grateful if someone could offer some trained mod...
1medium
Title: Cannot install on windows 10 Body: I am having trouble installing on windows 10, I get the error "The system cannot find the path specified: 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\PlatformSDK\\lib". Does it have to use visual studio 14? How would I be able to change it to use the versi...
1medium
Title: "Choose your search engine" google chrome popup Body: Since this week this popup appears, which seems to be very similar to the popup about privacy which could be solved with this argument: --add_argument('--disable-features=PrivacySandboxSettings4'). Maybe someone has a clue how to get past this one. The htm...
1medium
Title: cannot load localhost:8000 Body: whenever I run `docker-compose up -d` everything works, but when I go to `localhost:8000` nginx returns `499` then `504`, and it does this every time.
1medium
Title: Handle Exception on mangum Body: Thank you for creating great library!! I found the not good behavior when calling `exception_handler` with `Exception` on `FastAPI` I defined `exception_hanlder` for `Exception` which returns `JSONResponse`. ``` @app.exception_handler(Exception) def all_exception_handler...
1medium
Title: [BUG] Cannot install from source Body: **Describe the bug** $ pip install -vvv --no-build-isolation -e . Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/vic/workspace/AutoGPTQ/setup.py", line 111, in <module> local_arch_list = detect_local_sm_archi...
1medium
Title: Run python -m unittest seq2seq.test.pipeline_test on win7 Body: when i run python -m unittest seq2seq.test.pipeline_test on win7 after 1 step,there is an "Permission denied" error, is the "ResourceWarning: unclosed file <_io.BufferedRandom name=6>" warning case this error? 2017-08-31 22:07:39.700066: W C:\tf_je...
2hard
Title: Bug Report: Alpha setting with Panel not working Body: **Describe the bug** When Adding a plot mpf.make_addplot((df['SPY']),color='black',alpha=0.3,panel=0) the Alpha Setting is not reflected once Panel number is assigned. The line remains a solid black. **To Reproduce** Steps to reproduce the behavior: 1....
1medium
Title: DML RETURNING omits other mapped cols due to bulk insert assumptions Body: ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/12327 ```py from __future__ import annotations from sqlalchemy import create_engine from sqlalchemy import ForeignKey from sqlalchemy import update from sqlalchemy.o...
2hard
Title: I am getting this type of error Body: 2023-12-13 11:53:05,058 - crypto_trading_logger - INFO - Starting bridge bridge hourtokeepscouthistory hourtokeepscouthistory scout_multiplier scout_multiplier scout_sleep_time scout_sleep_time api_key api_key api_secret_key api_secret_key tld tld current_coin...
1medium
Title: ValueError: Cannot convert a partially known TensorShape to a Tensor: (1, 0, ?) Body: F:\tensorflow3\lib\site-packages\tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '...
2hard
Title: url "schema" should be "scheme" Body: https://github.com/psf/requests/blob/590350f8d094c216051510ed1dd18fe871b53b72/requests/models.py#L388-L392 I don't believe the first part of a URL is ever called a "schema." Exceptions and error messages referring to an incorrect schema are confusing, especially in contex...
0easy
Title: Improve the Structure of the Metrics Table Body: ## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Improve the structure of the metrics table by reorganizing the columns/groups. ### Motivation <!-- Please outline the motivation for the proposal. Is your feature request ...
1medium
Title: [Bug]: 跑llama3-8b的sft微调时,报错 KeyError: 'eval_accuracy' Body: ### 软件环境 ```Markdown - paddlepaddle-gpu: 0.0.0.post120 - paddlenlp: 3.0.0b2 ``` ### 重复问题 - [X] I have searched the existing issues ### 错误描述 ```Markdown 跑llama3-8b的sft微调时,报错 Traceback (most recent call last): File "/home/LAB/huangjx/new/Padd...
1medium
Title: [FR] Import CSV to Add Materials in One Click Body: ### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement Hello, First, thank you for your great work on Inventree! I would like to know if it is possible to i...
1medium
Title: Intermittent long delay during connection upgrade Body: **Summary** We are using `python-socketio` to push out regular service status updates to browser clients, which are using the `socket.io` JS client library. Most of the time it works fine but we are intermittently seeing a situation where there is a ~30 s...
2hard
Title: Document ID doesn't updated upon metadata update Body: **Describe the bug** If you assign the `meta` field post initialization to a `Document`, the id of the document doesn't get updated. This is e.g. done in the [PyPDFConverter](https://github.com/deepset-ai/haystack/blob/28ad78c73d6c11c9b77089aba42799508178a...
1medium
Title: Sphinx Theme Body: Currently the Sphinx theme is Alabaster which I have always found... difficult. Any object to changing this to the RTD theme?
1medium
Title: 如何修改下链接订阅源导入的文字 Body: 想修改一下一导入订阅源的网址就显示的名称,“Charles Xu”这样改成其他的名称像坚果面馆这样,不知道是那个源码配置文件;随便再问个问题,close的issue是不是没有通知提示了?因为仓库一直无人问津,所以这方面不是很清楚。 ![rss](https://s1.ax2x.com/2018/04/25/8JGwr.png)
1medium
Title: I met this error: Body: Hi, @jtoy @hunkim @Kongsea @DingKe @JayParks I met this error: sgiO2:image_captioning sgi$ python build_vocab.py loading annotations into memory... Traceback (most recent call last): File "build_vocab.py", line 77, in <module> main(args) File "build_vocab.py", line ...
1medium
Title: Introduction to CVAT and Datumaro Body: I have a data set uploaded and annotated on CVAT and want to add images to the dataset. It's not obvious how to do this. Create a new project/task etc. ? But how are the images added to the existing data set?
1medium
Title: Topic 2: typos Body: In `mlcourse.ai-master/jupyter_english/topic02_visual_data_analysis/topic2_visual_data_analysis.ipynb` "ellpise" instead of "ellipse"
0easy
Title: 在运行官方给的Advanced Usage示例时报错 Body: 运行Basic Usage没有问题,但运行Advanced Usage时出现以下报错 Traceback (most recent call last): File "xxx/test1.py", line 10, in <module> rand_spk = chat.sample_random_speaker() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "xxx/ChatTTS/ChatTTS/core.py", line 160, in sample_rando...
1medium
Title: Setting to disable new user registration (the `/register` endpoint) Body: ### Checklist * [x] I read [Contribution Guidelines](https://github.com/apragacz/django-rest-registration/blob/master/CONTRIBUTING.md#issues) * [x] I searched [the documentation](https://django-rest-registration.readthedocs.io/) to...
1medium
Title: [k8s] Make `ports: ingress` reuse API server's nginx controller Body: Currently if users deploy the API server with our helm chart, we create an ingress controller and expose it through a NodePort svc (or optionally, LoadBalancer svc). We can (and should) piggyback on this existing ingress controller for exposi...
1medium
Title: OperatorExtra links xcom keys should be pushed to xcom db Body: ### Body After #45481, we need to check if the operator extra links are being pushed to the right place and not to the custom xcom backend. ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
1medium
Title: Issue running task of an asset decorated dag Body: ### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Serialisation issue is coming when triggering a dag which is asset decorated and decorator has name attribute. <img width=...
1medium
Title: cache_data and cache_resource not working with DuckDB on Motherduck connection 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 sufficient information bel...
1medium
Title: VBox widget not scrollable Body: I am trying to build a custom widget class that I want to use for popups in a couple of ipyleaflet Markers. The custom widget consists of a main HBox, which itself contains two VBoxes.. something like this: ![image](https://github.com/user-attachments/assets/55f1da8c-6616-4304...
1medium