text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Public release of model weights Body: Congratulations on the fine-tune! We have observed some fantastic performance through the provided web interface. AFAIK the original Llama model was released under GNU/GPL, you should be able to distribute derivative work respecting this original license, correct? (Even i...
3misc
Title: 是否有必要记录每期生成的时间 Body: ## 项目推荐 - 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址 - 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习) - 项目后续更新计划: - 项目描述: - 必写:这是个什么项目、能用来干什么、有什么特点或解决了什么痛点 - 可选:适用于什么场景、能够让初学者学到什么 - 描述长度(不包含示例代码): 10 - 256 个字符 - 推荐理由:令人眼前一亮的点是什么?解决了什么...
3misc
Title: ResourceProtector decorator doesn't work with class-based Django views Body: **Describe the bug** When using the ResourceProtector decorator (as documented [here](https://docs.authlib.org/en/latest/django/2/resource-server.html)) on a Django REST Framework **class-based view**'s method: ```python class My...
1medium
Title: .transform() does not generate probability distribution despite calculate_probabilites=True Body: When I fit BERTopic on my documents and embeddings with fit_transform(), I get a list of topic assignments and a 2d array of soft clustering probability distributions out. But if I then take that fitted model and fe...
1medium
Title: test FAILED QuantizeLinearOpMLFloat16Test.Float8 Body: # Bug Report When executing the build command given below, the build failed with a failed test case. Also, there appear to be memory leaks detected. The build.log is attached. ### Describe the bug [ FAILED ] QuantizeLinearOpMLFloat16Test.Float8 ...
2hard
Title: [BUG] Unable to work with Autogluon Object Detection Body: **Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [x...
1medium
Title: [Doc]: Multipage PDF: unclear which backend supports and which does not support attach_note() Body: ### Documentation Link https://matplotlib.org/stable/gallery/misc/multipage_pdf.html ### Problem The issue is in the first two paragraphs of the page. > This is a demo of creating a pdf file with several pag...
0easy
Title: github actions on ubuntu 18.04 fail to start because the image was removed Body: github actions on ubuntu 18.04 fail to start because the image was removed: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ this mi...
1medium
Title: Add EfficientLoFTR model Body: ### Model description EfficientLoFTR is an image matching model performing dense matching (contrary to SuperPoint + SuperGlue). It is a variant to LoFTR that runs in realtime (at most 40ms for inference). The base model performances are ok, but with the soon release of [MatchAnyth...
1medium
Title: Why does SlimPruner utilize the WeightTrainerBasedDataCollector instead of the WeightDataCollector before model compressing? Body:
1medium
Title: How to import evaluate_cy? Body: try: from torchreid.metrics.rank_cylib.rank_cy import evaluate_cy IS_CYTHON_AVAI = True except ImportError: IS_CYTHON_AVAI = False warnings.warn( 'Cython evaluation (very fast so highly recommended) is ' 'unavailable, now use python evaluati...
0easy
Title: Widgets with return type annotation `List[LayerDataTuple]` don't get their layers added to the `Viewer` Body: ### 🐛 Bug Report In `0.5.0` we dropped support for python 3.8, which included some typing changes. Notably, the `list` type no longer needed importing `from typing import List`, but could be used direc...
1medium
Title: bound_sympy() produces incorrect result for mod Body: ### 🐛 Describe the bug `bound_sympy(s0 - (s0 % 8))` produces an incorrect range of [-5, inf], when the correct answer is [0, inf] (s0 has a bound of [2, inf]. My guess is this happens because each term is evaluated individually, with s0 resolving to [2, in...
1medium
Title: How to show all x-tick labels with seaborn.objects? Body: How do I make it so that it shows all x ticks from 0 to 9? ``` import pandas as pd import seaborn.objects as so diff_df = pd.DataFrame({'bin': [0,1,9,3,4,2,3,4,7,5,6,7,8,9], 'diff': [1,0,1,1,1,3,2,4,1,2,3,0,2,1]}) ( so.Plot(x='bin', y='diff', ...
1medium
Title: [Bug]: Error when using --precision full Body: ### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of ...
1medium
Title: Permissions: applying IsAuthenticated directive to entire schema Body: Hi there, Instead of applying the `IsAuthenticated()` directive to individual fields, I'm looking to apply this to an entire schema. I'd wondered if this might work, but it doesn't: ```python authenticated_schema = gql.Schema( ...
1medium
Title: [Bug]: LinearSegmentedColormap returns different results for int/float when used as a function Body: ### Bug summary When invoking a `LinearSegmentedColormap`  object as a function, the output can differ based on whether you pass an integer or a float. For example, in the code snippet below, `cmap(1)` returns ...
1medium
Title: [Bug]:我添加了个随机抽样的操作符,并且已经测试成功,但是在配置文件中使用的时候报错如下,是为什么呢? 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](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully a...
1medium
Title: JSONDecodeError: Expecting value: line 1 column 1 (char 0) while opening RequestQueue Body: ### Issue description Hi crawlee team. Thank you for the great work. I encounter the following error while I try to run the crawler for the second time: ``` Traceback (most recent call last): File "/home/sadaf/store...
1medium
Title: Is there a sample I can use to paint an image without cutting it? Body: I more or less understood the test, but is there any way to paint images (I trained a small model with references on how to do it) without having to lower the quality so much? if the image is 256 you can hardly see anything even if you raise...
1medium
Title: Add type hints for mypy Body: ### Description I would like to propose adding type hints to cartopy so that mypy can be used with the project. #### Code to reproduce Using the following code (adapted from the [global map](https://scitools.org.uk/cartopy/docs/latest/gallery/lines_and_polygons/global_map.h...
2hard
Title: iterable gets refiltered by resolve_queryset but iterable might be promise Body: I'm trying to use DataLoader but I got a problem in DjangoConnectionField. According to the comment, does that means I can't DataLoader here? My iterable here is Promise. https://github.com/graphql-python/graphene-django/blob/0...
1medium
Title: SyntaxWarning with python 3.8 Body: Hello, a SyntaxWarning occurs when using SAlib with python 3.8 ``` \lib\site-packages\SALib\util\_ _init__.py:222: SyntaxWarning: "is" with a literal. Did you mean "=="? elif row['group'] is 'NA': \lib\site-packages\SALib\util\r esults.py:15: SyntaxWarning: "is not" w...
0easy
Title: Docker build horovod-nvtabular fails Body: `pip` installing `cudf-cu11` results in an error: ``` #12 [ 7/37] RUN pip install --no-cache-dir cudf-cu11 dask-cudf-cu11 --extra-index-url=https://pypi.ngc.nvidia.com/ #12 1.247 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com/ #12 2.285 Col...
1medium
Title: timeline in interactive html view Body: Hi! I love the timeline feature, it really helps me understand the order of operation and get my mind wrapped around execution flow. I get an error when using the `timeline=True` from inside any of the output / open functions except for text output. I guess if this is the ...
1medium
Title: [BUG] Passing empty dataframe from Data Transformer to Data Exporter clears/removes the columns (headers) Body: ### Mage version v0.9.74 ### Describe the bug We have a use case where in the Data Transformer, it maps an incoming list to a pandas dataframe. In some cases, the incoming list is empty resulting i...
1medium
Title: How to tweak query structure from relationships Body: I'm working on a simple CRUD REST API to learn GraphQL & SqlAlchemy. I have a Movie table ``` class Movie(Base, Serializer): __tablename__ = 'movie' id = Column(Integer, primary_key=True, index=True) movie = Column(String(50), nullable=Fals...
1medium
Title: [Migrated] How to update app without downtime? Body: Originally from: https://github.com/Miserlou/Zappa/issues/2103 by [xncbf](https://github.com/xncbf) In the case of AWS Beanstalk, can be deployment without downtime through environment replication and url swap. Is it possible to perform a similar practice on ...
1medium
Title: Migrate to multiple databases simultaneously Body: Greetings. I am doing a project and I need to migrate to several databases simultaneously. For example, I have bind 2 databases in SQLALCHEMY_BINDS like that : **app.config['SQLALCHEMY_BINDS'] = { 'bobkov1': 'postgresql://postgres:zabil2012@lo...
1medium
Title: Image uploading and updating is not working with django-filer Body: I have integrated django-jet for all it's beautiful design and customized functionalities. I'm also using django-filer for file and image uploading. But I'm facing this issue when using djang-filer with django-jet. - > I'm unable to chan...
1medium
Title: pymorphy2 0.9.1 is released Body: Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. **What problem are we trying to solve?**: Current `pymorphy2` requirement [is obsolete](https://github.com/deepmipt/De...
0easy
Title: setup>functions>conditional measurement stops working all the time Body: ## Mycodo Issue Report: - Specific Mycodo Version: 6.4.5 #### Problem Description Setup conditional measurement control to turn on a relay. Conditional control stops working after some time. Works for hours sometimes. Only way to...
1medium
Title: Unhandled Exception (495ff691e) Body: Autosploit version: `3.0` OS information: `Linux-4.15.0-45-generic-x86_64-with-Ubuntu-18.04-bionic` Running context: `autosploit.py` Error meesage: `global name 'Except' is not defined` Error traceback: ``` Traceback (most recent call): File "/home/peerles/源代码/Autosploit/au...
1medium
Title: PolyFit is not robust to missing data Body: ```python so.Plot([1, 2, 3, None, 4], [1, 2, 3, 4, 5]).add(so.Line(), so.PolyFit()) ``` <details><summary>Traceback</summary> ```python-traceback --------------------------------------------------------------------------- LinAlgError ...
1medium
Title: is it possible to train chatterbot on memes? Body: I couldnt find anything on my light google search so I thought id ask. I was wondering if i can train chatterbot on a csv with a meme in the message and response field. Im new to this whole machine learning thing so sorry if its a dumb question Thank y...
1medium
Title: LOCI fails on MacOS with Python 2.7 (caused by np.count_nonzero) Body: It is noted running **LOCI** model on **MacOS** with **Python 2.7** may fail. One potential cause is the following code, as np.count_nonzero returns **int** instead of **array**. I am currently investigating how to fix it. Please stay tuned...
1medium
Title: mode on `axis=1` Body: The `mode` method in a `dask` `DataFrame` does not allow for the argument `axis=1`. It would be great to have since it seems that in `pandas`, that operation is very slow and seems straightforward to parallelize. I would like to be able to do this in dask. ``` import pandas as pd impo...
1medium
Title: About RNN Body: I wrote a RNN program that i did't use nn.model so that I could see the structure. But I find some problem. Code and the datasets are as follow https://github.com/VeritasXu/RNN Can you run and see the structure? I think my program is correct, but the input type of add_graph function results...
1medium
Title: It does not support mobile links [BUG] - Your Error Here Body: # Read Below!!! If this doesn't fix your issue delete these two lines **You may need to install chromedriver for your machine globally. Download it [here](https://sites.google.com/a/chromium.org/chromedriver/) and add it to your path.** **Describ...
1medium
Title: Objects accept node parameter for choosing extra node Body: Objects accept node parameter for choosing extra node
1medium
Title: Gfpgan Not working on colab Body: ![Uploading Screenshot_20240321_084829.jpg…]() I'm regularly using gfpgan on colab to upscale my AI generated images but last two weeks im facing an problem.the image is not upscale please check and correct that please.i tried many times to solve that but I couldn't.please h...
1medium
Title: Should init scale matrix as diagonal form? Body: Hi, Phil: I noticed the LayerScale part in the `CaiT`, in the original paper the scale matrix is a diagonal form `(b,d,d)`, but in this implement, it just initialized in a form of vector(maybe can broadcast afterwards, but would it be better just initialize as ...
1medium
Title: Add support for active session timeout in Airflow Web UI Body: ### Description Currently, Airflow only support inactive session timeout via the `session_lifetime_minutes` config option. This handles session expiration after a period of inactivity, which is great - but it doesn't cover cases where a session shou...
1medium
Title: Error with trying to get the evolution chain Body: So Im trying to get the evolution chain for pokemon using this link: https://pokeapi.co/api/v2/pokemon-species/2 But it keeps telling me KeyError Im using discord.py to make this into a command btw
1medium
Title: Introduction of https://www.conventionalcommits.org/ for PullRequest Titles? Body: I would consider it useful to introduce https://www.conventionalcommits.org/ at least at PullRequest title level. We could only recommend it, or check it directly with e.g. the following Github Action Use. https://github.com/mark...
1medium
Title: Feature request: Ability to import uvicorn in django to enable websocket support Body: ### Checklist - [X] There are no similar issues or pull requests for this yet. - [ ] I discussed this idea on the [community chat](https://gitter.im/encode/community) and feedback is positive. ### Is your feature relate...
1medium
Title: Loss is constant Body: I'm using CLIP to train on my custom dataset with the following params: Dataset size : 50k image-text pairs Batch size : 128 Image Size : 224 Gpus : 1 Epochs : 500 It's been running for a while now, I'm on my 15th epoch, and the loss hasn't changed at all. It isn't a constant n...
1medium
Title: MAP和AP50 Body: 如果我的数据集只有一个类别,这时候输出的指标里MAP和AP50应该差不多吧?为什么MAP才0.3,AP50倒是有0.7。怎么修改相应指标呢,如果我想输出其他的指标,例如准确率,召回率或者自定义的一些指标
1medium
Title: You're accessing the development server over HTTPS, but it only supports HTTP. Body: You're accessing the development server over HTTPS, but it only supports HTTP. This error always shows up while assessing a dj-rest-auth view
1medium
Title: Testing: add mypy and pylint to the pre-commit Body: A lot of lines to fix.
1medium
Title: Yahoo Finance Options tests raises ValueError: time data 'August 28, 2015' does not match format '%B %d, %Y' Body: Hello, some Yahoo Finance Options tests raises ``` ValueError: time data 'August 28, 2015' does not match format '%B %d, %Y' ``` I can see this exception using ``` $ nosetests -s -v ==========...
1medium
Title: Provide a way to configure the SA engine Body: Hi all, Unless I'm mis-reading the code, there is no way to provide engine creation options. One of them that appears with SA 1.2 is [pool_pre_ping](http://docs.sqlalchemy.org/en/latest/core/pooling.html#pool-disconnects-pessimistic). I'm not sure I can provi...
1medium
Title: why 1machine (TITAN RTX ) +1 machine( RTX 3060) training time are slower any one machine Body: python -m torch.distributed.launch --nproc_per_node=1 --nnodes=2 --node_rank=0 --master_addr="192.168.8.131" --master_port=12581 train.py configs/ms1mv2_mbf python -m torch.distributed.launch --nproc_per_...
2hard
Title: Without any api key Body: Can I use this library without keys? Because gpt has a free version, can I use the same?
3misc
Title: Change font size of title. Body: If the length of title is too big , cropping occurs instead of reducing the font size
1medium
Title: [layoutlmv3]: Issue with label format? Inference yields boundary boxes that are too short. Body: Hi, I am working on object detection with layoutlmv3. I am using the publaynet fine tuned model and have a training set with about 600 documents. The issue that I am facing is that the predicted boundary b...
2hard
Title: How to change model for indexing? Body: gpt3 sucks at math and code! I'm trying to use gpt4 for indexing but with no luck. It'd be great if there was a model parameter for indexing commands. currently, it only supports while querying which is not helpful if the context is written using gpt3. I also tried set...
1medium
Title: Plan to release the web demo code Body: Hi, thanks for sharing your work, this is amazing! Do you plan to release the web demo code ?
3misc
Title: How to Freeze Detection Head Layers in YOLOv8m-segment and Train Only Segmentation Head? 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 q...
1medium
Title: 17. add `print(np.nan in set([np.nan])) # True` Body: print(np.nan == np.nan) # False print(np.nan in set([np.nan])) # True
0easy
Title: Loading indicator needs to be shown for longer Body: I have a notebook that I've published via github pages. It's very nice, and marimo does a wonderful job. But a number of people who have visited have said that they thought it was broken because it initially showed a spinning circle saying "Initializing...",...
1medium
Title: ModelSummary does not account for every type of precision strings Body: ### Bug description The `precision_to_bits` dictionary in https://github.com/Lightning-AI/pytorch-lightning/blob/master/src/lightning/pytorch/utilities/model_summary/model_summary.py#L219 does not account for every type of precision, e.g., ...
1medium
Title: Create a version of DLAI lesson "Self-Reflecting Agents with Loops" (entity extraction) using ChatGenerator Body: We need to better understand how complex and difficult to understand Haystack example code would get if we used ChatGenerator instead of the regular Generators. For that purpose, let's create a versi...
2hard
Title: DOC: pandas.DataFrame.aggregate return value Body: ### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/docs/dev/reference/api/pandas.Data...
1medium
Title: Enhancement: Add new apps via uploading jupyter notebooks via drag and drop in the browser Body: It would be nice, if users could create new apps via uploading their custom jupyter notebooks via drag and drop in the browser on the home screen of mercury. Due to security concerns, this feature should only be e...
1medium
Title: exclude db from .gitignore Body: Hello Please, exclude db from .gitignore because it doesnt work with ci. Image can't start ``` Traceback (most recent call last): File "/app/./venv/bin/libretranslate", line 8, in <module> Loaded support for 3 languages (4 models total)! sys.exit(main()) File "...
1medium
Title: Dropdown and LinePlot buggy interaction Body: ### Describe the bug Interactive dropdowns (```gr.Dropdown(options, interactive=True)```) do not work if a LinePlot (probably similar with ScatterPlot and others, but untested) is provided in the same block. This also happens if the plot is in other columns and ro...
1medium
Title: server.jobs.get_by_id failing inconsistently with 401002: Unauthorized Access error Body: Hello, I am writing a python script to trigger and monitor extract refreshes for a given set of datasource IDs. First, I trigger the refresh using `server.datasources.refresh(datasource)` for all the given datasource ...
1medium
Title: Regarding zone problem Body: ### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Currently, learning two yolov8 model, one for person detection other for object detection : Main problem is ...
2hard
Title: Cannot navigate signal with 1D or 2D navigator with keyboard on macOS Body: #### Describe the bug Hi everyone, not sure what I'm doing wrong here... I cannot navigate a signal on my macOS v15.1 with HyperSpy v2.2. I've tried left/right with all modifier keys (shift, control, option, and command) and combinat...
1medium
Title: performance issues when building custom components using dash-component-boilerplate Body: When using the [dash-component-boilerplate] to build my custom React component, the component becomes very sluggish. This component is related to rendering graphics on a canvas. React framework show this ![lazy1](...
2hard
Title: Cannot load more than Body: When I try to embed pygwalker in `streamlit`, I get the following error: ``` Dataframe is too large for ipynb files. Only 14862 sample items are printed to the file. ``` Is it a known issue that pygwalker cannot handle large datasets? Thanks a lot for the work, the projec...
1medium
Title: selene_sdk issue Body: i got this error message and couldn't find where's the issue ``` ValueError Traceback (most recent call last) <ipython-input-3-c4059c3098d2> in <module> ----> 1 parse_configs_and_run(configs, lr=0.01) 2 print("Fin de Exécussion") ~/anaconda3/envs/s...
1medium
Title: Discussion: arguments `old_min` and `old_max` should be removed from `min_max_scale` Body: ```python >>> import pandas as pd >>> import janitor # Use one column dataframe to avoid scaling the entire data or the column data problem >>> df = pd.Series([0, 1, 2]).to_frame() # use the minimum and maximum ...
1medium
Title: No code coverage on __main__.py Body: https://github.com/alteryx/featuretools/pull/1882 Is passing for all CI checks except for code coverage, where suddenly there's no coverage of `__main__.py`. That PR's scipy update could be to blame, or it could be some untracked change (setuptools 60.8 vs setuptools 60.7). ...
1medium
Title: Error in GraphQL Mutation Expected value of type ID Body: Model ```python class Series(models.Model): title = models.CharField(max_length=255, unique=True, db_index=True) desc = RichTextUploadingField(verbose_name="Description", default= "Coming Soon...", max_length=10000) series_type = models.F...
1medium
Title: User facing changelog for the 0.5.0 release Body: <!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--> <!--You can feel free to delete the sections that do not apply.--> ### Problem We should highlight the major changes landing in `0.5.0` instead of ju...
1medium
Title: Branch editing error Body: **Describe the bug** Branch editing in python is not working properly. **Screenshots to reproduce** ![image](https://user-images.githubusercontent.com/20046591/212927983-d4ccdd65-1983-4cd2-9915-e789710f4ff2.png) ![image](https://user-images.githubusercontent.com/20046591/21292508...
1medium
Title: Testing Result Body: How do I get the image files names for the visrank_topk during testing for the query images? I want to show the file names from the gallery set that have high match with the query image.
1medium
Title: bidirectional buffered stream? Body: Hello, since the API rewrite, it looks like I need to use a `BufferedByteReceiveStream` to use `receive_exactly`. But the class is only for receiving, not writing. Is it by intention that I need to carry around two objects if I want both `receive_exactly` and `send`? Tha...
1medium
Title: Fix Ivy Failing Test: paddle - elementwise.not_equal Body:
1medium
Title: Bug: `litestar run` CLI has several readability issues Body: ### Description First problem: low contrast on light theme: <img width="788" alt="Снимок экрана 2024-10-16 в 23 04 11" src="https://github.com/user-attachments/assets/7cb84b46-ea93-4b53-84d8-a7fd7f05d6f2"> I can hardly read what grey and yello...
0easy
Title: [KeyPoints] - extend `from_mediapipe` with Google MediaPipe FaceMesh Body: # Description Much like #1174 and #1232 adding pose landmark support, we'd also like to add face detection support to the `from_mediapipe` method. * Add `Skeleton.FACEMESH_TESSELETION` of size `468` to the [Skeleton](https://github....
1medium
Title: Extend label issue detection in Datalab to work even without pred_probs input Body: Goal: extend the label issue check in Datalab to work even if user only provided: `features`, `labels` to `Datalab.find_issues()`. There are multiple ways this can be achieved: Option 1 (easiest): Use sklearn `KNNclassifier...
1medium
Title: PBS - Unable to extract Body: ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to...
1medium
Title: Multi-label classification with two labels Body: ### Bug Description <!--- A clear and concise description of what the bug is. --> ImageClassifier classification head treats the multi-label classification with 2 labels as multi-class classification one-hot encoded labels. ### Bug Reproduction Code for...
1medium
Title: Proxy attributes to stored JSON Body: This way as the GitHub API expands, even if we don't explicitly set it, people can still do things like ``` py pr = github3.pull_request('user', 'project', number) pr.merged ``` It won't be documented in our docs but they'll be able to use it at least
1medium
Title: Dropdown Options Extending Beyond Container Body: For a space-limited dashboard, it's common to have dropdown options with names that are much longer than the space allocated for the dropdown button. Additionally, for my application assume that: - Each option needs to be a single line - The full option text ...
1medium
Title: Less readable for panel.pane.DataFrame in Jupyter Dark Theme Body: <!-- Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](...
1medium
Title: [Feature Request]: Add Hypernetwork Refresh API for API Mode. Body: ### Is there an existing issue for this? - [x] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Hello, I've recently been working with Stable Diffusion and my project is deplo...
1medium
Title: Upstreaming OpenMP changes discussion Body: This is just an attempt to start a discussion about what it would take to upstream the changes (or perhaps some another solution) for codon.
1medium
Title: Don't npm install on every serve Body: No reason to install all the node modules every time you run the app, it adds a ton of time to startup needlessly. There should be a dockerfile for the Frontend app that does this and finally just runs the serve command.
1medium
Title: [Question] How to get logs like Zappa Body: Hi there I followed this tutorial to get FastAPI up into a Lambda function: https://adem.sh/blog/tutorial-fastapi-aws-lambda-serverless It seems to be working, but when I tail the logs (`sls logs --function app --stage test`), I see my 'hello' INFO log in there, ...
1medium
Title: test code in rst files Body: for each transformer, and also in the quickstart we have code in rst files. I would like to introduce tests, so when we make changes, the tests would highlight if something is broken and needs fixing. At the moment, we need to manually check. This will get worse when we add more c...
1medium
Title: AttributeError: '_WindowsSelectorEventLoop' object has no attribute 'acquire' Body: async with pool.acquire() as conn: async with conn.cursor() as cur: # await cur.execute("SELECT 42;") insert_sql = "insert into article_test(title) values('{}') ".format(title) ...
1medium
Title: Flagged by Imperva Body: I've been getting "Error 15" after trying to login to "https://driverpracticaltest.dvsa.gov.uk/login". This is the same issue as #690, however the suggested workaround on that thread no longer works as you don't get an instant captcha, so no cookies to grab. I'm able to get the login p...
1medium
Title: The reasoning result is abnormal Body: ### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug I'm training on a custom dataset that has only one category,The training is all...
1medium
Title: TypeError: cannot unpack non-iterable NoneType object Body: ## 🐛 Bug I met this bug when I try to load a fairseq translation model. I could see the same issue is still open in fairseq GitHub repo. I tried installing torch and torchvision packages as mentioned in the below link but still I am facing the same is...
1medium
Title: Irrelevance fields Appear for Rendition (they are Image specific fields) Body: Fields like title,focal_point_x,focal_point_y,focal_point_width,focal_point_height,file_hash,collection,tags are Image specific but they appear for Rendition type and obviously cause error they are coming from `BaseImageObjectType` t...
1medium
Title: Set create_db callback's parameter to False by default Body: Backend - InfluxDB v1.8 When authorizing with credentials for _non-admin_ user that has access for single database inside InfluxDB instance like so: ``` from cryptofeed import FeedHandler from cryptofeed.backends.influxdb import TradeInflux from...
0easy