repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
huggingface/datasets | numpy | 6,650 | AttributeError: 'InMemoryTable' object has no attribute '_batches' | ### Describe the bug
```
Traceback (most recent call last):
File "finetune.py", line 103, in <module>
main(args)
File "finetune.py", line 45, in main
data_tokenized = data.map(partial(funcs.tokenize_function, tokenizer,
File "/opt/conda/envs/ptca/lib/python3.8/site-packages/datasets/dataset_dict.... | open | 2024-02-08T17:11:26Z | 2024-02-21T00:34:41Z | https://github.com/huggingface/datasets/issues/6650 | [] | matsuobasho | 3 |
schenkd/nginx-ui | flask | 51 | Is this maintained? | Hey folks,
is this repo still being maintained or does anybody know which fork is?
Kind regards,
Marcel | open | 2022-11-01T21:15:54Z | 2024-05-25T00:14:43Z | https://github.com/schenkd/nginx-ui/issues/51 | [] | Segelzwerg | 1 |
ipython/ipython | jupyter | 14,075 | Add %mamba magic to install packages in current kernel | If you wish, you could define a `%mamba` magic similarly to how `%pip` and `%conda` are defined in #11524
_Originally posted by @jakevdp in https://github.com/ipython/ipython/issues/9517#issuecomment-848985175_
| closed | 2023-05-11T20:02:00Z | 2023-10-01T17:18:28Z | https://github.com/ipython/ipython/issues/14075 | [] | dshean | 10 |
chatanywhere/GPT_API_free | api | 178 | vscode codegpt插件使用 | ** 描述bug**
请问最新版的vscode codegpt插件如何使用该api?
我查询了该插件目录,并未找到hostname字段并可修改为api.chatanywhere.com.cn
在之前的codegpt版本中我是可以正常使用的。
**Screenshots 截图**

**Tools or Programming Language 使用的工具或编程语言**
win10 os
| closed | 2024-01-17T14:39:32Z | 2024-03-25T19:42:21Z | https://github.com/chatanywhere/GPT_API_free/issues/178 | [] | gumbp | 3 |
ivy-llc/ivy | pytorch | 27,865 | Fix Frontend Failing Test: paddle - non_linear_activation_functions.torch.nn.functional.hardswish | closed | 2024-01-07T23:07:22Z | 2024-01-07T23:35:57Z | https://github.com/ivy-llc/ivy/issues/27865 | [
"Sub Task"
] | NripeshN | 0 | |
miguelgrinberg/Flask-SocketIO | flask | 2,067 | Is Eventlet Still The Best Option? | I'm quoting from documentation:
"[eventlet is the best performant option, with support for long-polling and WebSocket transports.](https://flask-socketio.readthedocs.io/en/latest/intro.html)"
But when I check Eventlet's documetation I see:
"[New usages of eventlet are now heavily discouraged!](https://eventlet.rea... | closed | 2024-05-31T18:08:52Z | 2024-05-31T18:38:50Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/2067 | [] | ebram96 | 1 |
graphql-python/graphene-django | graphql | 1,467 | Caching attribute on query resolver | I have a query that calculates 1 value on each resolver value like this:
```
class ProductType(ObjectType):
product = graphene.GlobalID(required=True)
@staticmethod
def resolve_products(root, info):
q = calculate()
def resolve_item(root, info):
q = calculate()
```
Have some m... | open | 2023-10-01T15:06:21Z | 2023-10-01T15:06:21Z | https://github.com/graphql-python/graphene-django/issues/1467 | [
"🐛bug"
] | manhtd98 | 0 |
nltk/nltk | nlp | 3,057 | NLTK data path issue coming in GCP / cloud | I have deployed one docker-based Microservice in the GCP cloud.
The basic structure in the docker file is as follows
```
FROM python:3.9
RUN apt-get update && apt-get upgrade -y
RUN pip3.9 install nltk==3.6.6
WORKDIR /home/
ADD <Remote customized NLTK path> .
RUN unzip nltk_data.zip
RUN rm -rf nltk_data.zip
... | closed | 2022-09-30T13:33:49Z | 2022-12-16T10:20:28Z | https://github.com/nltk/nltk/issues/3057 | [] | pradeepdev-1995 | 10 |
jina-ai/serve | machine-learning | 5,729 | docs: create new sub-section or relocate retries section | Currently the [retry handling section](https://docs.jina.ai/concepts/client/callbacks/#transient-fault-handling-with-retries) is put under the `Callbacks` sub section which is not correct. | closed | 2023-03-01T08:35:34Z | 2023-06-15T00:19:46Z | https://github.com/jina-ai/serve/issues/5729 | [
"Stale"
] | girishc13 | 1 |
mwaskom/seaborn | pandas | 3,654 | countplot taking long time for Series and not Pandas | In my Jupyter Notebook and Google Colab running version 13.2 Latest, I noticed that the countplot is going in a ever ending loop
```
import pandas as pd
from tensorflow.keras.datasets import mnist
(X_train, y_train), (X_test, y_test) = mnist.load_data()
pd.Series(y_train).value_counts() # Results immediate
... | closed | 2024-03-14T03:37:31Z | 2024-03-15T03:15:42Z | https://github.com/mwaskom/seaborn/issues/3654 | [] | sarath-mec | 1 |
microsoft/nni | data-science | 5,770 | Anyone have some idea of time series forecasting problem using DARTS strategy over the search space of Recurrent neural networks? | **Describe the issue**:
I go through different 3 types of Neural Networks for the forecasting problem. All of them have the similar structure: Recurrent layer, and two dense layer. However when I tried with just modify the Recurrent layer to Layerchoice, there always have some problem like
File [~/Documents/GitHub... | open | 2024-04-18T05:40:50Z | 2024-04-18T05:40:50Z | https://github.com/microsoft/nni/issues/5770 | [] | franciszh0716 | 0 |
fastapi-users/fastapi-users | asyncio | 550 | Unable to use with both Routers and MongoDB | ## Describe the bug
[Details in this StackOverflow question](https://stackoverflow.com/questions/65930477/how-can-i-use-fastapi-routers-with-fastapi-users-and-mongodb). Essentially, fastapi-users relies on a MongoDB client instance, which could be set up globally in one's `main.py`. However, if I want to split up... | closed | 2021-03-15T15:35:41Z | 2021-03-20T09:10:41Z | https://github.com/fastapi-users/fastapi-users/issues/550 | [
"bug"
] | hamx0r | 1 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 309 | 数据集可以只采用thchs30进行训练和预测吗? | open | 2022-12-20T10:07:21Z | 2022-12-20T10:07:21Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/309 | [] | Frederick666666 | 0 | |
JaidedAI/EasyOCR | deep-learning | 407 | Can we run EasyOCR to just predict numbers with highest accuracy by removing english characters? | First of all, Thanks to the developer team at EasyOCR for their great efforts!
I need a little help here.
I am trying to use EasyOCR to extract numbers from images which are like OCR-A font along with usual numbers. if there could be a way to remove predictions for english letters, i think my task will be done.
Than... | closed | 2021-03-30T21:36:52Z | 2021-05-18T09:50:01Z | https://github.com/JaidedAI/EasyOCR/issues/407 | [] | sgupta65lti | 1 |
collerek/ormar | sqlalchemy | 1,381 | Random error when prefetching models | **Describe the bug**
I am seeing random errors when prefetching a model with ormar 0.20.1
Identified the bug in ```translate_list_to_dict``` using a dict as a default argument
**To Reproduce**
```translate_list_to_dict(["aa", "aa__inner", "bb"], default={})```
**Expected behavior**
ret = {"aa": {"inner... | closed | 2024-07-13T18:29:16Z | 2024-12-04T14:54:24Z | https://github.com/collerek/ormar/issues/1381 | [
"bug"
] | cadlagtrader | 1 |
hzwer/ECCV2022-RIFE | computer-vision | 200 | weird errors | ```
~/opencv/morefps/arXiv2020-RIFE main ?1 python3 inference_video.py --exp=2 --video=/home/france1/Downloads/demo.mp4 INT ✘
Traceback (most recent call last):
File "/home/france1/opencv/morefps/arXiv2... | closed | 2021-09-27T12:22:07Z | 2021-09-29T05:39:49Z | https://github.com/hzwer/ECCV2022-RIFE/issues/200 | [] | arch-user-france1 | 4 |
axnsan12/drf-yasg | django | 832 | I have the same issue | # Bug Report
Internal Server Error http://127.0.0.1:8000/api/v1/docs/?format=openapi
## Description
Here are my URL patterns:
urlpatterns_api = [
path('', ApiHome, name="api home"),
re_path(r'^docs/$', schema_view.with_ui('swagger', cache_timeout=0), name='schema-swagger-ui'),
re_path(r'^docs(?P<for... | open | 2023-01-24T06:56:30Z | 2025-03-07T12:10:51Z | https://github.com/axnsan12/drf-yasg/issues/832 | [
"triage"
] | calvincaniSA | 0 |
ultralytics/yolov5 | deep-learning | 12,725 | train.py in YOLOv5 no information is displayed, program executes with no error messages, but weights are not saved | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Training
### Bug
I am running the command:
!python train.py --img 256 --epochs 1 --batch-size 16 --data dataset.yml --weights yolov5n... | closed | 2024-02-09T22:50:47Z | 2024-10-20T19:39:25Z | https://github.com/ultralytics/yolov5/issues/12725 | [
"bug",
"Stale"
] | artduurrr | 7 |
pytest-dev/pytest-cov | pytest | 322 | spurious files marked as uncovered _pytest/capture and pytest_cov/embed | when running with `pytest --cov=/src/redacted/ -n auto`
```
[run]
branch = True
concurrency =
multiprocessing
# pytest-twisted runs a twisted reactor in a greenlet
greenlet
```
```
pytest-4.5.0, py-1.8.0, pluggy-0.9.0
plugins: xdist-1.29.0, twisted-1.10, lazy-fixture-0.5.2, forked-1.0.2, cov-2.... | open | 2019-08-15T14:20:49Z | 2019-08-16T15:38:10Z | https://github.com/pytest-dev/pytest-cov/issues/322 | [] | graingert | 12 |
stanfordnlp/stanza | nlp | 426 | Failed to download model - The connection to nlp.stanford.edu timed out | **Describe the bug**
I 'm trying to download a model using ```stanza.download("el")```. It fails with the following error:
```
Downloading https://raw.githubusercontent.com/stanfordnlp/stanza-resources/master/resources_1.0.0.json: 120kB [00:00, 597kB/s]
2020-08-12 17:36:49 INFO: Downloading default packages fo... | closed | 2020-08-12T14:29:42Z | 2022-01-30T17:39:34Z | https://github.com/stanfordnlp/stanza/issues/426 | [
"bug"
] | giorgosera | 5 |
docarray/docarray | fastapi | 1,661 | chore: draft release note v0.34.0 | # Release Note
This release contains 2 breaking changes, 3 new features, 11 bug fixes, and 2 documentation improvements.
## :bomb: Breaking Changes
### Terminate Python 3.7 support
:warning: :warning: DocArray will now require Python 3.8. We can no longer assure compatibility with Python 3.7.
We decided ... | closed | 2023-06-19T13:01:46Z | 2023-06-21T08:25:02Z | https://github.com/docarray/docarray/issues/1661 | [] | samsja | 0 |
stanford-oval/storm | nlp | 193 | [BUG] Outputting numerous 403 errors when running Co-STORM | **Describe the bug**
When running the Co-STORM example, I get numerous 403 errors output in the terminal. These errors are then followed by some trafilatura errors and errors complaining about 'The API deployment for this resource does not exist'.
Despite all this, the final report is seemingly output just fine. Th... | closed | 2024-10-01T22:06:31Z | 2024-10-28T15:51:53Z | https://github.com/stanford-oval/storm/issues/193 | [] | ColtonBehannon | 1 |
minimaxir/textgenrnn | tensorflow | 121 | a info keras | open | 2019-04-12T22:35:22Z | 2019-04-19T19:54:19Z | https://github.com/minimaxir/textgenrnn/issues/121 | [] | phoenixfire71 | 2 | |
mherrmann/helium | web-scraping | 107 | Issue when using Helium with Tkinter | Can't use the library at all when combining with tkinter and selenium:
raceback (most recent call last):
File "C:\Python311\Lib\tkinter\__init__.py", line 1948, in __call__
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\customtkinter\windows\widgets\ctk_button.py... | open | 2023-05-23T11:47:30Z | 2023-06-08T10:52:08Z | https://github.com/mherrmann/helium/issues/107 | [] | DanielBooysenjr | 1 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 105 | Remove default values for optional fields in dynamically generated resume | ## **Steps to Reproduce**
1. Edit the **`plain_text_resume.yaml`** file
2. Remove the **`exams`** section under **`education_details`**
3. Generate a resume using the AI job applier
## **Current Behavior**
The dynamically generated resume includes default values for courses and GPAs that were not provided in... | closed | 2024-08-28T14:18:25Z | 2024-10-23T23:42:12Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/105 | [] | zackcpetersen | 4 |
huggingface/transformers | pytorch | 36,817 | Add EuroBert Model To Config | ### Model description
I would like to have the EuroBert model added to the config (configuration_auto.py) :)
Especially the 210M version:
https://huggingface.co/EuroBERT
This would probably solve an issue in Flair:
https://github.com/flairNLP/flair/issues/3630
```
File "C:\Users\nick\PycharmProjects\flair\.venv\Lib... | open | 2025-03-19T09:56:20Z | 2025-03-19T15:27:30Z | https://github.com/huggingface/transformers/issues/36817 | [
"New model"
] | zynos | 1 |
biolab/orange3 | scikit-learn | 6,831 | TypeError: entry_points() got an unexpected keyword argument 'group' | I tried installing Orange on Zorin OS using these commands:
```
sudo apt-get install python3-pyqt5.qtsvg
pip3 install PyQt5 PyQtWebEngine
pip3 install pyqt5==5.15
pip3 install orange3
python3 -m Orange.canvas
```
And I'm getting this error:
stefan@glitch:~/dev/orange$ python3 -m Orange.canvas... | closed | 2024-06-13T12:49:01Z | 2024-07-11T17:08:39Z | https://github.com/biolab/orange3/issues/6831 | [
"bug report"
] | stefan-reich | 2 |
django-oscar/django-oscar | django | 3,451 | Category management is broken for django-oscar 2.1.0 | ### Issue Summary
After upgrading django-oscar to 2.1.0, categories seem to not work anymore. It is impossible to neither add new category nor change the existing ones. It's also affecting child categories as I couldn't delete them.
To be sure I've created new environment with fresh install and unfortunatelly it wa... | closed | 2020-07-16T13:50:15Z | 2020-07-17T13:04:40Z | https://github.com/django-oscar/django-oscar/issues/3451 | [] | develucas | 3 |
FactoryBoy/factory_boy | sqlalchemy | 879 | Factory with sqlalchemy_get_or_create calls post_generation allways with create as True | #### Description
Factory with sqlalchemy_get_or_create calls post_generation allways with create as True.
#### To Reproduce
Running the following example:
```py
from sqlalchemy import Column, Unicode, create_engine
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import relations... | closed | 2021-08-06T10:37:19Z | 2024-09-04T06:36:39Z | https://github.com/FactoryBoy/factory_boy/issues/879 | [] | BorjaEst | 0 |
elesiuta/picosnitch | plotly | 41 | Inaccurate Received Bytes | Hi,
To test out **picosnitch**, I installed it and ran the following in a terminal:
```
wget https://ash-speed.hetzner.com/100MB.bin
```
After the download completes, the TUI shows a lot less than 100MB. Running the following SQL on `snitch.db` gave the following:
```
> SELECT SUM(recv) FROM connections ... | open | 2024-09-29T12:02:35Z | 2024-09-29T12:02:35Z | https://github.com/elesiuta/picosnitch/issues/41 | [] | ossie-git | 0 |
PokeAPI/pokeapi | api | 245 | Download of Default Front Image slow | Hello everyone,
First of all I would like to thank you for your great API, it is very useful to me.
I'm currently creating an application which helps building Pokemon Teams.
For this I retrieve all Pokemon with their default sprites and save them into an XML file for not needing to contact the API too often.
Unfortuna... | closed | 2016-08-01T20:18:51Z | 2016-08-01T21:48:19Z | https://github.com/PokeAPI/pokeapi/issues/245 | [] | DigitalFlow | 2 |
deeppavlov/DeepPavlov | nlp | 1,430 | Multi class emotion classification for text in russian | Как использовать BERT Classifier для multi class классификаций текста? У меня есть свой датасет, нужно тренировать модель на этом датасете.
Пример Input:
Я сегодня чувствую себя не очень хорошо
Output:
Sadness
Классов должно быть 5 или 6
Знаю что есть rusentiment_bert.json. Это как я понимаю pretrained и здес... | closed | 2021-04-14T22:16:44Z | 2021-04-19T13:17:03Z | https://github.com/deeppavlov/DeepPavlov/issues/1430 | [
"enhancement"
] | MuhammedTech | 1 |
babysor/MockingBird | pytorch | 551 | 有没有提供一个便于使用的函数用于合成? | 自己想做一些魔改,但代码没有看懂 | closed | 2022-05-14T02:38:11Z | 2022-05-14T04:07:12Z | https://github.com/babysor/MockingBird/issues/551 | [] | SunchinSekian | 1 |
hzwer/ECCV2022-RIFE | computer-vision | 282 | 如何对任意时刻进行插帧 | 注意到RIFE设计为对t=0.5处进行插帧,再利用迭代方式获取更多帧数。如果我想在任意时刻进行插帧,请问如何修改? | open | 2022-09-29T15:14:29Z | 2022-12-16T08:25:37Z | https://github.com/hzwer/ECCV2022-RIFE/issues/282 | [] | QMME | 4 |
FlareSolverr/FlareSolverr | api | 1,069 | Exception: Error getting browser User-Agent. HTTP Error 404: Not Found | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-02-16T22:47:05Z | 2024-02-17T07:53:48Z | https://github.com/FlareSolverr/FlareSolverr/issues/1069 | [] | pokemaster974 | 4 |
miguelgrinberg/Flask-Migrate | flask | 227 | flask_migrate.upgrade(directory=..) breaks logging | On app start, we do migrations before the actual app gets running.
Procedure:
```
* create_app
* register extensions (DB, migrate, cache, ...)
* ping dependencies
* migrate
<<< HERE IS THE PROBLEM >>>
* start app
```
Note: do not worry why migration is done on every app start or about the concurrency during m... | closed | 2018-09-13T10:59:39Z | 2021-10-19T06:04:17Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/227 | [
"question"
] | roman-telepathy-ai | 11 |
xuebinqin/U-2-Net | computer-vision | 340 | How to get the evaluation metrics value? | Hello, I'm doing research on salient object detection. However, I'm new to the field and deep learning in general.
I trained u2net but I don't know how to plot the training curve, and also the values for the evaluation metrics (PR curve, F-measure, MAE, Sm, etc. Could you provide the code to plot the training curve an... | open | 2022-11-20T14:29:09Z | 2023-08-01T13:01:23Z | https://github.com/xuebinqin/U-2-Net/issues/340 | [] | AbrahamMulat | 3 |
ageitgey/face_recognition | python | 946 | how to activate a function only once? | Hello,
i tried this code and its awesome.
I added a code
```python
if name is 'Bill Gates' and not printed:
printed=True
print("Hello Bill!")
if name is not 'Bill Gates':
printed=False
```
printed is False by default.
I want when Bill is in detection to say just once "Hello BIll" (or do ... | open | 2019-10-07T20:07:47Z | 2023-03-04T20:17:20Z | https://github.com/ageitgey/face_recognition/issues/946 | [] | vmaksimovic | 2 |
vitalik/django-ninja | django | 1,145 | [BUG] Handler functions with same path but different http method can't use different path variable names | Given two handler functions:
This works fine:
```
@router.get(path='/{category_slug}', response=CategorySchema)
def get_category(request, category_slug: str):
@router.delete(path='/{category_slug}', response={204: None})
def deactivate_category(request, category_slug: str)
```
But this doesn't and resul... | open | 2024-05-01T21:12:47Z | 2024-05-02T22:59:19Z | https://github.com/vitalik/django-ninja/issues/1145 | [] | Marclev78 | 0 |
huggingface/transformers | tensorflow | 36,252 | `padding_side` is of type `bool` when it should be `Literal['right', 'left']` | ### System Info
main branch
### Who can help?
@amyeroberts
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give details below)
### Reproduction
https:/... | closed | 2025-02-18T10:12:48Z | 2025-03-03T00:55:44Z | https://github.com/huggingface/transformers/issues/36252 | [
"bug"
] | winstxnhdw | 2 |
joeyespo/grip | flask | 333 | CSS styling missing | Hi I'm having trouble converting Markdown files to html/pdf. I installed grip on Ubuntu 20.04 by running:
```
sudo apt install grip
```
and then, when I try to display a Markdown file, like the README of this repo:
```
grip grip.md
```
I get this result:

| closed | 2024-04-11T12:24:52Z | 2024-04-14T10:50:06Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/236 | [] | Vinci0007 | 4 |
robinhood/faust | asyncio | 649 | autodiscover does not actually log errors on discovery | ## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
```python
# proj/app.py
import faust
app = faust.App(
'proj',
version=1,
autodiscover=['proj.users'],
ori... | open | 2020-09-12T14:38:32Z | 2022-08-21T11:55:19Z | https://github.com/robinhood/faust/issues/649 | [] | jmaroeder | 3 |
tensorlayer/TensorLayer | tensorflow | 584 | Improve `tl.models` | We now only support MobileNetV1, SqueezeNet and VGG16. However, we need to support all of these: https://github.com/tensorlayer/pretrained-models#cnn-for-imagenet | closed | 2018-05-16T12:02:58Z | 2019-05-13T15:22:08Z | https://github.com/tensorlayer/TensorLayer/issues/584 | [
"help_wanted",
"feature_request"
] | DEKHTIARJonathan | 1 |
jowilf/starlette-admin | sqlalchemy | 352 | Enhancement: Batch Actions on Searched and Selected records. Keep the selection in memory while paginating. | **Is your feature request related to a problem? Please describe.**
Let's say that I have a table with 10K records and pagination limit is set to 50 records per page for the view.
What do I do to apply a batch action to 1K records? I would have to paginate 20 times to accomplish this, that's OK but what if that action ... | open | 2023-10-23T01:39:34Z | 2024-01-29T23:18:01Z | https://github.com/jowilf/starlette-admin/issues/352 | [
"enhancement"
] | hasansezertasan | 0 |
schemathesis/schemathesis | graphql | 2,312 | [BUG] `negative_data_rejection` false positive for URL parameters | ### Checklist
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [x] I am using the latest version of Schemathesis
... | closed | 2024-07-02T09:34:38Z | 2024-07-16T11:15:11Z | https://github.com/schemathesis/schemathesis/issues/2312 | [
"Priority: High",
"Type: Bug",
"Core: Data Generation"
] | Panaetius | 6 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 739 | [BUG]: Installation: error: Preparing metadata (pyproject.toml) ... error | ### Describe the bug
error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Cargo, the Rust package manager, is not installed or is not on PATH. This package requires Rust and Cargo to compile extensions. In... | closed | 2024-11-04T07:24:48Z | 2024-11-04T13:25:23Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/739 | [
"bug"
] | agispas | 0 |
flasgger/flasgger | api | 369 | api definitions appear twice when basePath is not '/' | if you define basePath: '/base_api/' in the template file
and the a few APIs like
```
@swag_from(template_file='swg_def.yaml')
def api_1(*args, **kw):
pass
```
you get both "/api_1" and "/base_api/api_1" in the api_docs descriptions. Only the first one is valid. | open | 2020-03-08T14:21:42Z | 2020-03-08T14:21:42Z | https://github.com/flasgger/flasgger/issues/369 | [] | rejoc | 0 |
deepfakes/faceswap | deep-learning | 580 | python faceswap.py convert ,all the image were No alignment found for 887051092_0.jpg, skipping | 
| closed | 2019-01-08T05:33:19Z | 2022-01-17T07:30:20Z | https://github.com/deepfakes/faceswap/issues/580 | [] | horizonheart | 4 |
sqlalchemy/alembic | sqlalchemy | 1,544 | Support for auto-generated SQL migrations in online mode | **Describe the use case**
Not everyone wants to use an ORM to add and edit database migrations. For enterprise graded production databases, reading raw SQL might even be more useful for database administrators. Alembic does currently not support that, other then the [offline mode](https://alembic.sqlalchemy.org/en/lat... | closed | 2024-09-25T12:46:41Z | 2024-09-25T13:32:52Z | https://github.com/sqlalchemy/alembic/issues/1544 | [
"use case"
] | basvandriel | 0 |
scikit-hep/awkward | numpy | 3,414 | Revisit `.raw()/._raw()` for `VirtualArray`s | In https://github.com/scikit-hep/awkward/pull/3364, we make `.raw()/._raw()` calls materialize. Some more thinking can be put into whether this should be the case. Perhaps we need a materializing and a non materializing `raw` for different use cases? | closed | 2025-03-07T14:34:12Z | 2025-03-18T14:39:20Z | https://github.com/scikit-hep/awkward/issues/3414 | [] | ikrommyd | 1 |
proplot-dev/proplot | matplotlib | 397 | GeoAxes features request | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
Hello, I am a regular user of proplot with which I can draw ... | closed | 2022-11-11T04:11:17Z | 2023-03-29T00:25:57Z | https://github.com/proplot-dev/proplot/issues/397 | [
"duplicate",
"feature"
] | Dearsomeone | 1 |
STVIR/pysot | computer-vision | 102 | How to achieve multiple targets tracking | Is there a way to achieve simultaneous tracking of multiple targets? Thanks | closed | 2019-07-11T08:09:41Z | 2020-04-23T14:34:48Z | https://github.com/STVIR/pysot/issues/102 | [
"wontfix"
] | pangr | 7 |
mirumee/ariadne | api | 11 | make_executable_schema resolvers arg should accept dict of dicts or list of dicts of dicts | The `make_executable_schema` utility should optionally take list of dicts of dicts (AKA "resolvers map"), this would allow larger projects to easily split and compose resolvers as needed:
```python
from ariadne import make_executable_schema
from products.graphql import resolvers as products_resolvers
from users... | closed | 2018-08-02T16:26:14Z | 2018-10-01T09:26:40Z | https://github.com/mirumee/ariadne/issues/11 | [
"help wanted",
"roadmap"
] | rafalp | 0 |
scikit-learn-contrib/metric-learn | scikit-learn | 285 | Question: Re: Feature selection | Hi,
Thank you for making this fantastic library available!
I have been using it to reduce dimensionality of my dataset prior to machine learning applications. While deciding how many features I must keep, I tried to calculate a Variable Importance Measure or Explained Variance measure, but it wasn't easy. Coeffic... | closed | 2020-04-09T16:36:29Z | 2020-04-22T12:05:03Z | https://github.com/scikit-learn-contrib/metric-learn/issues/285 | [] | ttumkaya | 2 |
tpvasconcelos/ridgeplot | plotly | 279 | More comprehensive docs for all coloring options | Refer to #226 for more context.
Would also be nice to add a [glossary](https://sublime-and-sphinx-guide.readthedocs.io/en/latest/glossary.html) section 📚 | open | 2024-11-18T15:47:46Z | 2024-11-24T22:53:54Z | https://github.com/tpvasconcelos/ridgeplot/issues/279 | [
"DOCS",
"good first issue",
"COLOR"
] | tpvasconcelos | 0 |
tox-dev/tox | automation | 2,836 | py35, usedevelop setup hangs | ## Issue
py35 setup with usedevelop fails with "incorrect request to backend", hangs.
## Environment
Provide at least:
- OS: Linux
- `pip list` of the host Python where `tox` is installed:
```console
$ pip list
Package Version
------------- -------
cachetools 5.2.0
chardet 5.1.0
col... | closed | 2023-01-08T07:50:55Z | 2023-01-09T20:21:51Z | https://github.com/tox-dev/tox/issues/2836 | [] | scop | 5 |
cleanlab/cleanlab | data-science | 529 | Docs: short (one-line) name for tutorials in sidebar | Names of tutorials in sidebar currently take up too much vertical space (see picture). Rather than displaying full title of each tutorial, would be better to only display an abbreviated one-line name in the sidebar. Eg. "Audio Classification with SpeechBrain and Cleanlab" could have short-name "Audio Classification" in... | closed | 2022-11-08T04:58:16Z | 2022-12-02T19:58:53Z | https://github.com/cleanlab/cleanlab/issues/529 | [
"enhancement",
"good first issue"
] | jwmueller | 0 |
automagica/automagica | automation | 39 | PressHotKey() doesn't work with some combinations including shift | Hello,
I'm trying to resize some images in a PPT presentation, using `ctrl-shift-up` or `ctrl-shift-left`, `shift-up` or `shift-left` combinations. However, it seems that it ignores `shift`, since it moves images up or left, without resizing.
In Visual Studio Code, when simply running `PressHotkey('ctrl', 'shift', ... | closed | 2018-12-19T09:09:51Z | 2018-12-19T09:37:52Z | https://github.com/automagica/automagica/issues/39 | [] | dedeswim | 1 |
aimhubio/aim | tensorflow | 2,907 | No such file or directory: '~/.aim_profile' | ## 🐛 Bug
When running a slurm job, the latter tries to access the file '~/.aim_profile' without having the necessary permission, and it fails with no such file error.
The exception is thrown on the following: https://github.com/aimhubio/aim/blob/c7f6bbc28500433e29cc958f92ad53cf6b900f60/src/python/aim/_ext/tracking... | open | 2023-07-11T13:39:21Z | 2023-07-19T12:23:47Z | https://github.com/aimhubio/aim/issues/2907 | [
"type / bug",
"help wanted",
"phase / ready-to-go"
] | tamohannes | 0 |
MaartenGr/BERTopic | nlp | 1,818 | DTM Data Extraction | How do I cull out the results of the DTM operations, i.e. the FREQUENCY of each topic at different times? | open | 2024-02-18T16:35:06Z | 2024-02-20T13:07:39Z | https://github.com/MaartenGr/BERTopic/issues/1818 | [] | starsream | 4 |
plotly/dash | data-science | 2,225 | Dropdown maxHeight being overridden by something in DataTable [BUG] | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip l... | closed | 2022-09-12T17:34:32Z | 2024-06-21T15:04:58Z | https://github.com/plotly/dash/issues/2225 | [
"dash-data-table"
] | lukeallpress | 3 |
trevismd/statannotations | seaborn | 110 | Only displaying tests that are significant | The tests that are displayed are defined by what's fed into the argument `pairs` of `Annotator` but we don't know prior to running `apply_and_annotate` what tests are significant. I don't think there's an easy way to eliminate from the list fed to `pairs` the `pairs` that are not significant. | closed | 2023-02-13T10:44:27Z | 2023-10-01T18:12:34Z | https://github.com/trevismd/statannotations/issues/110 | [] | JasonMendoza2008 | 6 |
zihangdai/xlnet | tensorflow | 214 | Multigpus memory leak during pretraining | These are my gpus,
```
2019-08-16 23:34:38.383605: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties:
name: Tesla V100-DGXS-32GB major: 7 minor: 0 memoryClockRate(GHz): 1.53
pciBusID: 0000:08:00.0
2019-08-16 23:34:38.385992: I tensorflow/core/common_runtime/gpu/gpu_device.cc:... | closed | 2019-08-16T15:39:15Z | 2020-09-28T15:28:26Z | https://github.com/zihangdai/xlnet/issues/214 | [] | huseinzol05 | 4 |
keras-team/autokeras | tensorflow | 1,655 | Issues using autokeras | When I try to follow [this example](https://blogs.rstudio.com/ai/posts/2019-04-16-autokeras/) and fit an image classification model, I keep receiving the following error. I have not been able to find a resolution and I would be grateful for your insight.
Error in py_call_impl(callable, dots$args, dots$keywords)... | open | 2021-12-17T08:58:09Z | 2021-12-18T08:17:49Z | https://github.com/keras-team/autokeras/issues/1655 | [] | avrenli2 | 1 |
awesto/django-shop | django | 508 | Button labels in add to cart widget | We have three buttons there at the moment:
* Show Cart
* Continue Shopping
* Cancel
Instead of "Show Cart", I suggest something like "Go to checkout".
"Cancel" is misleading. It just takes the user back to the product page. I'd expect it to cancel the add-to-cart oprtation, but that is not what it does. Do w... | open | 2017-03-17T13:22:40Z | 2021-09-21T05:49:38Z | https://github.com/awesto/django-shop/issues/508 | [
"easy-picking"
] | rfleschenberg | 1 |
amidaware/tacticalrmm | django | 1,203 | Migrate to PostgreSQL for MeshCentral | **Is your feature request related to a problem? Please describe.**
I would like to use PostgreSQL for all my applications, even MeshCentral.
**Describe the solution you'd like**
TRMM currently uses MongoDB for the MeshCentral database. It would be nice if TRMM supported/used PostgreSQL for MeshCentral.
**Descri... | closed | 2022-07-08T21:55:05Z | 2023-07-05T18:44:56Z | https://github.com/amidaware/tacticalrmm/issues/1203 | [
"enhancement"
] | NiceGuyIT | 7 |
piskvorky/gensim | nlp | 3,211 | NameError: name 'Similarity' is not defined | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2021-08-07T02:11:04Z | 2021-08-07T20:08:35Z | https://github.com/piskvorky/gensim/issues/3211 | [] | keyuchen21 | 3 |
ivy-llc/ivy | pytorch | 28,333 | Fix Frontend Failing Test: jax - math.tensorflow.math.is_strictly_increasing | To-do List: https://github.com/unifyai/ivy/issues/27496 | closed | 2024-02-19T17:26:39Z | 2024-02-20T09:26:01Z | https://github.com/ivy-llc/ivy/issues/28333 | [
"Sub Task"
] | Sai-Suraj-27 | 0 |
OpenVisualCloud/CDN-Transcode-Sample | dash | 104 | [Bug]GUI Tool Unexpected quit | The gui tool will unexpected quit when it is used.
| closed | 2019-11-26T02:08:23Z | 2019-11-26T02:24:17Z | https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/104 | [] | chuan12x | 0 |
ranaroussi/yfinance | pandas | 1,945 | Pip install fails 3.13.0b1 | I tried the Python Beta Windows 64 release 3.13.0b1 and Yfinance failed to install.
It was the only Pip out of 15 or so that failed. I dont know if this is Yfinance issue or not.
I went back to 3.12.xxx and pip started working again. | closed | 2024-05-20T11:58:49Z | 2025-02-16T18:40:15Z | https://github.com/ranaroussi/yfinance/issues/1945 | [] | hardworkindog | 0 |
rthalley/dnspython | asyncio | 271 | Migration to pycryptodome | `pycryptodome` is a replacement for the seemingly-abandoned `pycrypto`, which hasn't seen a git update since 2014. Gentoo is in the process of migrating all packages depending on `pycrypto` to `pycryptodome` (see [Gentoo bug #611568](https://bugs.gentoo.org/show_bug.cgi?id=611568)). It seems `dnspython` needs a human t... | closed | 2017-07-21T01:50:08Z | 2018-10-11T01:49:14Z | https://github.com/rthalley/dnspython/issues/271 | [] | maxcrees | 14 |
noirbizarre/flask-restplus | api | 196 | Swagger parameters in path vs. method | Placing the @api.param() decorator after a route definition generates a Swagger definition that works perfectly, but the "parameters" JSON is placed in the "paths" section. I need to make sure that the "parameters" actually shows up under each of the method definitions, as Amazon API Gateway needs this. Strictly speaki... | closed | 2016-08-29T15:12:32Z | 2020-01-02T21:13:18Z | https://github.com/noirbizarre/flask-restplus/issues/196 | [] | dmulter | 2 |
FlareSolverr/FlareSolverr | api | 267 | FlareSolverr aborts during build | I'm attempting to install FlareSolver to work with Jackett and it aborts before it stats building. I'm assuming from the below it's a permissions issue. Any suggestion on how to correct it? Thanks
Manjaro KDE 21.2rc1 Arch based
Latest Jacket-Develop version
~~~
-> Found flaresolverr.sysusers
-> Found flare... | closed | 2021-12-23T13:50:10Z | 2022-01-23T19:49:16Z | https://github.com/FlareSolverr/FlareSolverr/issues/267 | [
"fix available"
] | CummingCowGirl | 2 |
wkentaro/labelme | computer-vision | 786 | [Copy annotation] sometimes it is difficult to annotate same objects on different images, it will be really helpful if we can get a feature that can copy annotations from one image to another, if already exists, please explain. | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2020-10-08T12:33:56Z | 2022-06-25T04:54:15Z | https://github.com/wkentaro/labelme/issues/786 | [] | vishalmandley | 0 |
voxel51/fiftyone | computer-vision | 4,762 | [BUG] Unable to get `Frames` info after serializing/de-serializing the video samples | ### Describe the problem
I am using apache beam framework to process my dataset. This requires serializing samples before creating an iterator for the beam pipeline(as is suggested [here](https://github.com/voxel51/fiftyone/blob/develop/fiftyone/utils/beam.py#L118-L120)), my sample media type is video and I need to ... | closed | 2024-09-02T18:29:44Z | 2024-09-03T18:13:45Z | https://github.com/voxel51/fiftyone/issues/4762 | [
"bug"
] | CompilerBian | 1 |
ultralytics/yolov5 | machine-learning | 13,315 | RuntimeError: The size of tensor a (6) must match the size of tensor b (7) at non-singleton dimension 2 | ### 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.
### Question
I installed CUDA 12.6, cuDNN, and YOLOv5 to train a model for traffic light detection. Ho... | open | 2024-09-15T06:01:57Z | 2024-11-09T07:02:27Z | https://github.com/ultralytics/yolov5/issues/13315 | [
"question"
] | YounghoJo01 | 2 |
JaidedAI/EasyOCR | pytorch | 630 | readtext doesn't work with latest opencv version | Windows 10 64bit
easyocr 1.4.1
opencv-python 4.5.5.62
## Problem
When using reader.readtext I was getting an error message from opencv
```
\lib\site-packages\easyocr\craft_utils.py", line 31, in getDetBoxes_core
nLabels, labels, stats, centroids = cv2.connectedComponentsWithStats(text_score_comb.astype(np.... | closed | 2021-12-29T21:15:09Z | 2023-06-24T11:11:42Z | https://github.com/JaidedAI/EasyOCR/issues/630 | [] | SHA65536 | 6 |
LAION-AI/Open-Assistant | python | 3,021 | Summarize Chat as Chat title | Currently the chat name is just the initial prompt, but we should do something similar to ChatGPT and ask the model to summarize the conversation and have that as the chat title automatically.
Maybe only use one of the smallest models so inference is extremely cheap and smaller models perform pretty well at summari... | closed | 2023-05-03T05:18:45Z | 2023-05-03T05:28:11Z | https://github.com/LAION-AI/Open-Assistant/issues/3021 | [] | z11h | 1 |
axnsan12/drf-yasg | rest-api | 285 | flex is not maintained anymore | https://github.com/pipermerriam/flex/commit/b94c2d57d0ee85eb00a9b4d341fd7fbf6b01c1de
It should probably get removed from the README, `extras_require[validation]` etc? | closed | 2019-01-08T09:26:10Z | 2019-02-12T21:46:46Z | https://github.com/axnsan12/drf-yasg/issues/285 | [] | blueyed | 4 |
hack4impact/flask-base | sqlalchemy | 99 | same setUp function code for testing should be extracted | https://codeclimate.com/github/hack4impact/flask-base/tests/test_basics.py
<img width="437" alt="screen shot 2017-01-28 at 4 27 14 pm" src="https://cloud.githubusercontent.com/assets/4250521/22399960/a89ea1dc-e576-11e6-8449-d7fcaf901df1.png">
| closed | 2017-01-28T21:26:19Z | 2017-02-28T02:35:24Z | https://github.com/hack4impact/flask-base/issues/99 | [] | yoninachmany | 0 |
flasgger/flasgger | rest-api | 634 | persistAuthorization implemented? | Is this setting wired up/passed through to whatever swagger expects? I tried below in three different places as I wasn't sure which was in play. None of them worked individually. I have them in there concurrently just to show the levels where I tried.
```
app.config['SWAGGER'] = {
'title': 'test API',
... | open | 2025-03-12T14:43:41Z | 2025-03-12T14:43:41Z | https://github.com/flasgger/flasgger/issues/634 | [] | agibson-fl | 0 |
joke2k/django-environ | django | 382 | Detect mismatched default data type | The following does not raise an error:
```py
SECRET_KEY = env.bool('SECRET_KEY', 'some random key')
```
`SECRET_KEY` will be the default value of type `str`.
When someone tries to override the default, it will break. | open | 2022-04-19T00:20:03Z | 2022-04-19T00:41:47Z | https://github.com/joke2k/django-environ/issues/382 | [] | jayvdb | 1 |
scrapy/scrapy | web-scraping | 5,923 | ValueError: Cannot use xpath on a Selector of type 'json' | <!--
Thanks for taking an interest in Scrapy!
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
Keep in mind that by filing an iss... | closed | 2023-05-05T12:13:51Z | 2025-02-03T16:03:41Z | https://github.com/scrapy/scrapy/issues/5923 | [] | damodharheadrun | 8 |
mherrmann/helium | web-scraping | 27 | Is it possible to get the pixel color at coordinates (x;y)? | Hi,
I need to know the color of a given pixel within a canvas with Helium.
How to do it?
Thank you in advance!
Best regards, | closed | 2020-05-13T10:13:30Z | 2020-05-13T11:12:11Z | https://github.com/mherrmann/helium/issues/27 | [] | Jars-of-jam-Scheduler | 2 |
dropbox/PyHive | sqlalchemy | 439 | precision and scale not supported for DECIMAL type | The [current implementation of `DECIMAL` (/`NUMERIC`)](https://github.com/dropbox/PyHive/blob/master/pyhive/sqlalchemy_hive.py#L176-L178) does not support the precision and scale attribute which is supported [since hive 0.13](https://cwiki.apache.org/confluence/display/hive/languagemanual+types#LanguageManualTypes-Nume... | open | 2022-12-01T09:53:24Z | 2022-12-01T09:53:24Z | https://github.com/dropbox/PyHive/issues/439 | [] | leo-schick | 0 |
ansible/awx | django | 15,361 | Command run_callback_receiver Gives error: MetricsServer failed to start for service 'callback_receiver | OSError: [Errno 98] Address already in use | ### 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 duplicates.
- [X] I understand that AWX is open source software provide... | closed | 2024-07-15T07:41:05Z | 2024-07-24T17:24:38Z | https://github.com/ansible/awx/issues/15361 | [
"type:bug",
"component:api",
"needs_triage",
"community"
] | debeste123 | 2 |
pywinauto/pywinauto | automation | 520 | How to click on Objects that are not listed in Control Identifier? | Hi there, I am new with Pywinauto. I am trying to do some things with my Application called iCUE.
I have listed all objects in this program by using print_control_identifier(). The result:
```
Control Identifiers:
Dialog - 'iCUE' (L0, T0, R1280, B680)
['Dialog', 'iCUEDialog', 'iCUE', 'Dialog0', 'Dialog1']
c... | closed | 2018-07-12T08:39:54Z | 2018-07-22T20:51:40Z | https://github.com/pywinauto/pywinauto/issues/520 | [
"question"
] | pvase666 | 1 |
mckinsey/vizro | pydantic | 383 | CSS of AG Grid `floatingFilter` option buggy | ### Description
Floating filter not looking ideal. This sort of buggy behaviour may arise with a few other AG Grid options that we have not explicitly tested. In an ideal world we would build our own custom theme that takes care of all potential options automatically.

[err1.txt](https://github.com/Sanster/lama-cleaner/files/7885972/err1.txt)
I'm on CUDA 11.1 (I've tr... | closed | 2022-01-18T03:34:18Z | 2022-03-23T02:18:39Z | https://github.com/Sanster/IOPaint/issues/9 | [] | amooose | 8 |
modelscope/modelscope | nlp | 528 | @grindr | **Describe the feature**
Features description
**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-party implemen... | closed | 2023-09-07T19:09:41Z | 2023-09-14T06:07:54Z | https://github.com/modelscope/modelscope/issues/528 | [] | Jucasan22 | 0 |
seleniumbase/SeleniumBase | web-scraping | 2,801 | UC Mode no longer working for Cloudflar turnstiles? | is this code still supposed to be working?
```
from seleniumbase import SB
with SB(uc=True, test=True) as sb:
url = "https://gitlab.com/users/sign_in"
sb.driver.uc_open_with_reconnect(url, 3)
if not sb.is_text_visible("Username", '[for="user_login"]'):
sb.driver.uc_open_with_reconnect(url... | closed | 2024-05-24T01:29:34Z | 2024-05-24T02:29:46Z | https://github.com/seleniumbase/SeleniumBase/issues/2801 | [
"question",
"UC Mode / CDP Mode"
] | davidjivan | 3 |
twopirllc/pandas-ta | pandas | 671 | ADX has a different value from TradingView | **Which version are you running? The lastest version is on Github. Pip is for major releases.**
**0.3.14b0**
**Do you have _TA Lib_ also installed in your environment?**
**Yes, I have.**
**Describe the bug**
Some indicator provide some value not equal as TradingView
I know that this issue is not that new but... | open | 2023-03-28T05:54:52Z | 2025-03-08T17:08:18Z | https://github.com/twopirllc/pandas-ta/issues/671 | [
"duplicate"
] | NAYjY | 4 |
vaexio/vaex | data-science | 1,359 | [FEATURE-REQUEST] | Not sure if this feature request has been already submitted. Is an outer join feature for dataframes being worked on? If yes, by when would it be avbl? | closed | 2021-05-19T17:51:40Z | 2021-05-19T20:28:08Z | https://github.com/vaexio/vaex/issues/1359 | [] | upenbendre | 1 |
satwikkansal/wtfpython | python | 295 | Add translation for POLISH | Expected time to finish: ~8 weeks. I'll start working on it from 11.06.2022.
Hey,
It would be amazing to translate your project to Polish language. Very helpful stuff, and during that work a lot to learn for me 🧑🏭
As I understood: `fork -> 3.0 -> translating -> inform when done`, right? | closed | 2022-06-10T19:33:51Z | 2025-02-24T08:35:59Z | https://github.com/satwikkansal/wtfpython/issues/295 | [] | achoruzy | 6 |
ultralytics/ultralytics | computer-vision | 19,644 | The True Negative(TN) value in the confusion matrix is absent. | ### 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
first off, let me clarify my question, imagine 3 scenarios:
**scenerio 1:**
... | open | 2025-03-11T16:03:44Z | 2025-03-11T16:16:06Z | https://github.com/ultralytics/ultralytics/issues/19644 | [
"question",
"detect"
] | shahin-ss51 | 2 |
matterport/Mask_RCNN | tensorflow | 2,468 | masks of my data | HI all,
I hope you are all coping well with these difficult times.
I have my data and their masks to feed maskrcnn.
I tried the nucleus code , their masks are separated in png files, but mine are not , they are all together in one png file for each image they are all the same class.
I really help modifying th... | open | 2021-01-22T20:12:31Z | 2021-01-22T20:12:31Z | https://github.com/matterport/Mask_RCNN/issues/2468 | [] | Hadeelmas | 0 |
aleju/imgaug | machine-learning | 203 | Avoid 1-hot encoding in SegmentationMapOnImage | `SegmentationMapOnImage` converts masks to a 1-hot representation (see https://github.com/aleju/imgaug/blob/69ac72ef4f2b9d5de62c7813dcf3427ca4a604b5/imgaug/imgaug.py#L4825).
However, this has two drawbacks:
* It is required to know the (at least upper bound) number of classes
* The representation is wasteful and, ... | open | 2018-11-07T00:55:35Z | 2019-09-28T10:02:01Z | https://github.com/aleju/imgaug/issues/203 | [
"enhancement"
] | martinruenz | 4 |
modAL-python/modAL | scikit-learn | 87 | Conda package | I am creating a conda package for modal: https://github.com/conda-forge/staged-recipes/pull/11734
For the next version, it's a good practice to include the LICENSE file in the pypi archive. | closed | 2020-05-27T18:09:57Z | 2020-05-31T21:54:31Z | https://github.com/modAL-python/modAL/issues/87 | [] | hadim | 1 |
kymatio/kymatio | numpy | 608 | Serious-ish sounding warnings in TF '2.2.0-rc1' | Am running the 1D classification example from [here](https://www.kymat.io/gallery_1d/classif_keras.html#sphx-glr-gallery-1d-classif-keras-py) in my colab notebook and got the following warnings:
```
WARNING:tensorflow:AutoGraph could not transform <function <lambda> at 0x7feae3685048> and will run it as-is.
Please... | closed | 2020-03-28T19:51:58Z | 2020-07-07T21:58:36Z | https://github.com/kymatio/kymatio/issues/608 | [] | vinayprabhu | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.