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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
TencentARC/GFPGAN | deep-learning | 523 | billing problem | billing problem | open | 2024-03-02T11:10:58Z | 2024-03-02T11:10:58Z | https://github.com/TencentARC/GFPGAN/issues/523 | [] | skshanu1234 | 0 |
coqui-ai/TTS | pytorch | 3,063 | [Bug] xtts fine tune error | ### Describe the bug
I got this error : AttributeError: 'Xtts' object has no attribute 'get_criterion'
in this line : trainer = Trainer(....)
I try to fine tune xtts with my data. Please can you help me?
### To Reproduce
same
### Expected behavior
training
### Logs
```shell
AttributeError: 'Xtts' object has... | closed | 2023-10-13T06:33:48Z | 2024-02-07T08:10:30Z | https://github.com/coqui-ai/TTS/issues/3063 | [] | deryaguler95 | 6 |
agronholm/anyio | asyncio | 848 | raising a custom ExceptionGroup subclass from a TaskGroup gets replaced with a regular TaskGroup | ### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### AnyIO version
4.7.0
### Python version
3.12
### What happened?
see repro
### How can we reproduce the bug?
```python
i... | closed | 2024-12-29T13:45:08Z | 2024-12-29T13:48:21Z | https://github.com/agronholm/anyio/issues/848 | [
"bug"
] | graingert | 1 |
anapaulagomes/pytest-picked | pytest | 20 | Initial Update | The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.
| closed | 2018-11-13T18:20:26Z | 2018-11-13T18:21:09Z | https://github.com/anapaulagomes/pytest-picked/issues/20 | [] | pyup-bot | 0 |
dmlc/gluon-nlp | numpy | 994 | Support Python 3.5 | We no longer support python 3.5
https://github.com/dmlc/gluon-nlp/blob/bfa5503e81ae53d26b9f202bce4fedcf09e47db4/setup.py#L35-L40 .
However, the default python3 in Ubuntu 16.04 still uses 3.5 and we should not drop the support. | closed | 2019-10-29T18:20:52Z | 2019-11-15T23:39:56Z | https://github.com/dmlc/gluon-nlp/issues/994 | [
"enhancement",
"release focus"
] | sxjscience | 22 |
aiogram/aiogram | asyncio | 851 | Method to remove InlineKeyboardButton from markup | As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simpl... | closed | 2022-02-27T07:30:32Z | 2023-08-04T18:24:57Z | https://github.com/aiogram/aiogram/issues/851 | [
"enhancement",
"good first issue",
"under discussion"
] | Sciti | 1 |
lucidrains/vit-pytorch | computer-vision | 48 | Multi-label classification | My dataset contains 5 unique labels for instance:
1 0 NaN 1 0
Where 1 means it has that feature. 0 means it doesn’t and NaN means that we have no observation about that feature and it shouldn’t included in loss.
Is it possible to make ViT multi-label for a dataset like this? | closed | 2020-12-23T20:54:23Z | 2024-05-29T14:00:11Z | https://github.com/lucidrains/vit-pytorch/issues/48 | [] | ramizdundar | 5 |
LibrePhotos/librephotos | django | 1,107 | HEIC selfie images face recondition positions are off | After #1103 was fixed, we noticed that selfie HEIC image files face recognition position calculation is off. | closed | 2023-12-29T19:32:09Z | 2024-01-02T15:20:33Z | https://github.com/LibrePhotos/librephotos/issues/1107 | [
"bug"
] | sefininio | 3 |
python-restx/flask-restx | api | 571 | Flask-restx with Marshmallow schemas | **Ask a question
have marshmallow schema I want to use in Flask-restx with automated parameters which I have already defined in marshamallow schemas i want to reuse it without doing again with @api,expect()tion**
A clear and concise question
**Additional context**
Add any other context or screenshots about the fe... | open | 2023-10-04T06:51:28Z | 2023-10-06T11:18:25Z | https://github.com/python-restx/flask-restx/issues/571 | [
"question"
] | DeepakView | 2 |
nltk/nltk | nlp | 2,579 | AttributeError: 'list' object has no attribute 'get' | The issue happens in the nltk/tag/sequential.py file when trying to tag a list of words:
Stacktrace:
File "/home/mario/Desktop/Projects/AlbanianNLP/simple_test.py", line 10, in main
tagged_words = unitager.tag(words)
File "/usr/local/lib/python3.8/dist-packages/nltk/tag/sequential.py", line 63, in tag
ta... | closed | 2020-08-04T21:29:39Z | 2020-08-24T13:31:46Z | https://github.com/nltk/nltk/issues/2579 | [] | mmargegaj | 4 |
twopirllc/pandas-ta | pandas | 798 | Bollinger Bands (BBANDS) error | this is my resutl when I test Bollinger Bands (BBANDS), a lot of points have nan value!
 | closed | 2024-06-11T22:26:59Z | 2024-06-12T00:02:47Z | https://github.com/twopirllc/pandas-ta/issues/798 | [
"bug",
"wontfix"
] | Khanhlinhdang | 2 |
pennersr/django-allauth | django | 3,497 | Inconsistent Domain in Email for Sending Email Confirmation Message | This report highlights an inconsistency in the email confirmation message content. When an email is sent to confirm an account, the attached link contains a reference to "localhost" instead of the corresponding server domain. This discrepancy can cause confusion among users when accessing the confirmation link. It is r... | closed | 2023-10-26T04:53:41Z | 2023-10-27T08:03:08Z | https://github.com/pennersr/django-allauth/issues/3497 | [] | prietojulii | 1 |
plotly/dash-html-components | dash | 76 | Bug in webpack-cli breaking | I'm getting this known bug: https://github.com/webpack/webpack-cli/issues/607
E.g., in the CI here: https://circleci.com/gh/plotly/dash-html-components/328?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
I think we just need to bump `webpack-cli`, I'll see if that works. | open | 2018-11-02T13:45:42Z | 2018-11-06T02:00:46Z | https://github.com/plotly/dash-html-components/issues/76 | [] | rmarren1 | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,785 | module 'nodriver' has no attribute 'loop' | ` uc.loop().run_until_complete(main())
^^^^^^^
AttributeError: module 'nodriver' has no attribute 'loop'`
i tried to run for the first time from example code listed on `nodriver` github page but it doesnt work
`import asyncio
import nodriver as uc
async def main():
browser = await uc.start()
... | closed | 2024-03-11T03:54:27Z | 2024-03-11T04:30:09Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1785 | [] | RobertAzovski | 1 |
modin-project/modin | pandas | 6,609 | HDK: to_pandas(): Cache pandas DataFrame | Since the HDK frame is immutable, the pandas DataFrames, returned by the to_pandas() method, are always identical. Adding a cache to this method could significantly improve performance of the methods, that are defaulting to pandas. | closed | 2023-09-27T14:57:37Z | 2024-05-16T11:01:37Z | https://github.com/modin-project/modin/issues/6609 | [
"new feature/request 💬",
"HDK"
] | AndreyPavlenko | 1 |
NullArray/AutoSploit | automation | 585 | Unhandled Exception (57c1d7b4d) | Autosploit version: `3.0`
OS information: `Linux-4.19.0-kali3-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `argument of type 'NoneType' is not iterable`
Error traceback:
```
Traceback (most recent call):
File "/home/ghizoka/Downloads/AutoSploit-master/autosploit/mai... | closed | 2019-03-24T03:54:27Z | 2019-04-02T20:25:18Z | https://github.com/NullArray/AutoSploit/issues/585 | [] | AutosploitReporter | 0 |
davidsandberg/facenet | computer-vision | 1,256 | i-JOiN APP | open | 2024-10-28T08:54:00Z | 2024-10-28T08:54:00Z | https://github.com/davidsandberg/facenet/issues/1256 | [] | orb-jaydee | 0 | |
encode/apistar | api | 574 | Component initialization and finalization | In 3.x was possible to `yield` a component with the `init` function, so initialization and deinitialization was really possible. Currently the only workaround is to use hooks, which a bit confusing because a component code is then scattered in both components and hooks. However even hooks can't work everytime because d... | closed | 2018-05-30T03:33:49Z | 2018-06-03T22:26:29Z | https://github.com/encode/apistar/issues/574 | [] | pslacerda | 4 |
deepfakes/faceswap | deep-learning | 1,249 | Preview problem | Hello, I’m new, preview does not match the output folder timelapse. Is that normal? Thank you!
pictures are similar...
reinstall does not fix :/ | closed | 2022-07-15T22:50:27Z | 2022-07-16T10:08:04Z | https://github.com/deepfakes/faceswap/issues/1249 | [] | machinbidule62 | 2 |
huggingface/text-generation-inference | nlp | 2,305 | Fixes #3908 | Fixes #3908

_Originally posted by @urugator in https://github.com/mobxjs/mobx/pull/3909_ | closed | 2024-07-25T11:05:07Z | 2024-07-25T15:09:40Z | https://github.com/huggingface/text-generation-inference/issues/2305 | [] | Paxosgold | 2 |
onnx/onnx | machine-learning | 5,988 | Version converter: No Adapter From Version 16 for Identity | # Ask a Question
### Question
I meet the following issue while trying to convert the onnx model of Opset16 to Opset15 :
"**adapter_lookup: Assertion `false` failed: No Adapter From Version $16 for Identity**"
If I have to use an Opset15 and currently only have Opset16 version of the relevant onnx resources avai... | open | 2024-03-02T13:51:14Z | 2024-03-06T19:14:23Z | https://github.com/onnx/onnx/issues/5988 | [
"question"
] | lsp2 | 4 |
graphql-python/graphql-core | graphql | 173 | GraphQLSchema serialization using pickle | Is it possible to serialize an instance of GraphQLSchema?
We would like to dump and load an instance of GraphQLSchema to/from a file for performance reasons.
It does not appear to be serializable using pickle by default.
```
> res = pickle.dumps(schema)
E AttributeError: Can't pickle local object '... | closed | 2022-06-02T15:51:25Z | 2022-11-04T13:21:39Z | https://github.com/graphql-python/graphql-core/issues/173 | [
"enhancement"
] | rpgreen | 24 |
KaiyangZhou/deep-person-reid | computer-vision | 369 | Why cuhk03 only has two cameras? | Hi Bro!
I run your code to train CUHK03, but there only two cameras. However in the description of CUHK03, there are exactly five cameras.
=> Loaded CUHK03
----------------------------------------
subset | # ids | # images | # cameras
----------------------------------------
train | 1467 | 14097 ... | open | 2020-08-28T01:30:03Z | 2020-08-28T10:41:40Z | https://github.com/KaiyangZhou/deep-person-reid/issues/369 | [] | kevinbro96 | 2 |
scikit-learn/scikit-learn | machine-learning | 30,991 | Halving searches crash when using a PredefinedSplit as cv | ### Describe the bug
In some cases, it might be necessary to use a predefined split with an explicit training and testing set instead of cross-validation (for example if the data has a specific distribution of properties that should be the same in a training and testing set).
However, when attempting to use a halving ... | open | 2025-03-13T15:16:26Z | 2025-03-20T21:53:44Z | https://github.com/scikit-learn/scikit-learn/issues/30991 | [
"Bug"
] | Korne127 | 3 |
zwczou/weixin-python | flask | 68 | 能否使用此API访问其他微信公众号并获取其登录token? | 能否使用此API访问其他微信公众号并获取其登录token? | closed | 2020-05-12T03:29:12Z | 2020-12-02T08:32:47Z | https://github.com/zwczou/weixin-python/issues/68 | [] | LSHXS | 1 |
pytest-dev/pytest-xdist | pytest | 998 | how to debug crashed gw worker? | Hi,
we are running our tests environment using pytest-xdist inside kubernetes pods. during the last three weeks we started suffering from crashed workers and we don't know how to debug what is the root cause of the failure.
I would kindly ask from someone to hint me on how to start looking at it, as I see only fa... | open | 2024-01-01T13:10:34Z | 2024-07-12T07:36:56Z | https://github.com/pytest-dev/pytest-xdist/issues/998 | [] | Formartha | 2 |
JaidedAI/EasyOCR | deep-learning | 900 | How to retrain the easyocr for custom Vietnamese dataset | I want to retrain the easyocr for Vietnamese text can someone guide how to retrain the model like step by step | open | 2022-12-06T07:02:43Z | 2023-04-11T14:42:42Z | https://github.com/JaidedAI/EasyOCR/issues/900 | [] | rama298 | 1 |
modAL-python/modAL | scikit-learn | 161 | Can I use modAL with estimators from other libraries than scikit-learn like xgboost? | Hi there,
I have already trained some good working estimators (xgboost, catboost & lightgbm).
I would like to add an active learner, because we need to decide which data to label continuously.
The documentation says, that I need to use a scikit-learn estimator object. Does that mean I can't use the models from ... | open | 2022-10-27T12:52:41Z | 2023-06-28T08:48:10Z | https://github.com/modAL-python/modAL/issues/161 | [] | viandres | 1 |
explosion/spaCy | data-science | 13,222 | POS Tagging is Broken for Sliced Pipelines | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
Hey everyone,
I'm trying to lemmatize a text which I cleaned earlier. The issue I had was due to runtime so I decided to cut down certain pipelines out since I wanted lemmas only. When I only enable lemmas I got some warnings ... | closed | 2024-01-06T23:35:39Z | 2024-01-08T15:38:59Z | https://github.com/explosion/spaCy/issues/13222 | [
"lang / en",
"models",
"feat / tagger"
] | lordsoffallen | 1 |
ultralytics/yolov5 | deep-learning | 13,089 | Unable to Detect faces in single face image and giving false positives | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
I know this sound silly but I'm stuck at face detection using yolov5. The algorithm works fine for some images with multiple face... | closed | 2024-06-13T13:19:07Z | 2024-10-20T19:47:51Z | https://github.com/ultralytics/yolov5/issues/13089 | [
"bug",
"Stale"
] | Raghucharan16 | 7 |
huggingface/text-generation-inference | nlp | 2,302 | how to use the model's checkpoint in local fold? | ### System Info
ghcr.io/huggingface/text-generation-inference 2.0.4
platform windows10
Docker version 27.0.3
llm model:lllyasviel/omost-llama-3-8b-4bits
cuda 12.3
gpu nvidia rtx A6000
### Information
- [X] Docker
- [ ] The CLI directly
### Tasks
- [ ] An officially supported command
- [ ] My own modificatio... | open | 2024-07-25T04:26:44Z | 2024-08-25T01:57:54Z | https://github.com/huggingface/text-generation-inference/issues/2302 | [
"Stale"
] | zk19971101 | 2 |
tfranzel/drf-spectacular | rest-api | 1,115 | Customize ViewSet.list action to return a json-object instead of a list. | **Describe the bug**
I have a viewset that looks like this:
```python
class CadastreView(ReadOnlyModelViewSet):
pagination_class = PageNumberPagination
filterset_class = CadastreFilterSet
serializer_class = TableSerializer
def list(self, request, *args, **kwargs) -> Response:
...
``... | closed | 2023-11-28T14:39:14Z | 2023-11-29T09:46:13Z | https://github.com/tfranzel/drf-spectacular/issues/1115 | [] | Alkalit | 3 |
nteract/papermill | jupyter | 365 | Running papermill on Jupytext's `.py` notebook | I'm running papermill on [LSF](https://www.ibm.com/support/knowledgecenter/en/SSETD4_9.1.3/lsf_users_guide/job_submit.html) and for some reason I can run it locally fine but when submitting the job it just gets stuck at 60% for 20 minutes. I used [Jupytext](https://github.com/mwouts/jupytext) to convert my notebook int... | open | 2019-05-16T23:33:35Z | 2020-06-29T08:18:53Z | https://github.com/nteract/papermill/issues/365 | [] | hoangthienan95 | 16 |
jofpin/trape | flask | 170 | Error 2 No such file directory problem please help | Error 2 no such file directory
I tried unzip ngrok but I show unzip newvest version
So please solve I use ubuntu distribution | open | 2019-06-25T16:19:43Z | 2019-06-25T16:19:43Z | https://github.com/jofpin/trape/issues/170 | [] | 303103 | 0 |
seleniumbase/SeleniumBase | web-scraping | 2,183 | `PytestAssertRewriteWarning` if initializing multithreaded tests via `python` | ## `PytestAssertRewriteWarning` if initializing multithreaded tests via `python`
Steps to reproduce:
Run the the following script with `python`: (NOT `pytest` directly)
```python
import pytest
from seleniumbase import BaseCase
BaseCase.main(__name__, __file__, "-n4", "-s")
@pytest.mark.parametrize("", [[... | closed | 2023-10-13T04:33:08Z | 2023-10-13T20:08:28Z | https://github.com/seleniumbase/SeleniumBase/issues/2183 | [
"bug"
] | mdmintz | 1 |
sktime/pytorch-forecasting | pandas | 1,068 | [Feature Request] ExpectedNumInstanceSampler and BucketInstanceSampler | There are two samplers in GluonTS :
```python
class ExpectedNumInstanceSampler(InstanceSampler):
"""
Keeps track of the average time series length and adjusts the probability
per time point such that on average `num_instances` training examples are
generated per time series.
```
and
```p... | open | 2022-07-20T13:47:37Z | 2022-07-20T13:47:37Z | https://github.com/sktime/pytorch-forecasting/issues/1068 | [] | manujosephv | 0 |
huggingface/datasets | deep-learning | 7,444 | Excessive warnings when resuming an IterableDataset+buffered shuffle+DDP. | ### Describe the bug
I have a large dataset that I shared into 1024 shards and save on the disk during pre-processing. During training, I load the dataset using load_from_disk() and convert it into an iterable dataset, shuffle it and split the shards to different DDP nodes using the recommended method.
However, when ... | open | 2025-03-11T16:34:39Z | 2025-03-11T16:36:01Z | https://github.com/huggingface/datasets/issues/7444 | [] | dhruvdcoder | 0 |
psf/black | python | 4,129 | `wrap_long_dict_value_in_parens` can introduce unnecessary nesting for dicts in dicts | Originally reported at https://github.com/psf/black/issues/4042#issuecomment-1852645541
Repro:
```
class Random:
def func():
random_service.status.active_states.inactive = (
make_new_top_level_state_from_dict(
{
"topLevelBase": {
... | closed | 2023-12-28T06:14:14Z | 2024-01-20T01:13:28Z | https://github.com/psf/black/issues/4129 | [
"T: bug",
"C: preview style"
] | hauntsaninja | 0 |
unionai-oss/pandera | pandas | 1,330 | Getting failure cases with Pandera.PySpark | #### Getting failure cases with Pandera.PySpark
I noted that if I use the PySpark dataframe (in comparision with the Pandas one) I am not able to get the failure_cases and the indexes. Is there another way to still get the indexes of the rows that were invalid? Because I would like to drop these rows from the PySpa... | open | 2023-09-05T18:52:57Z | 2023-09-05T18:53:33Z | https://github.com/unionai-oss/pandera/issues/1330 | [
"question"
] | ThomasBoersma | 0 |
timkpaine/lantern | plotly | 120 | issue with plotting without type | closed | 2017-11-08T13:42:20Z | 2017-11-25T06:32:41Z | https://github.com/timkpaine/lantern/issues/120 | [
"bug",
"in progress"
] | timkpaine | 0 | |
FactoryBoy/factory_boy | django | 654 | Custom User factory fails when using a CustomUserManager in Django 2 | #### Description
Trying to use a factory to create a user instance for a user model that extends `AbstractUser` and implements `CustomUserManager` results in a `TypeError`.
#### To Reproduce
1. Implement a `CustomUserManager` in the way recommended here for a custom `User` model that extends the `AbstractUser` bas... | closed | 2019-10-18T05:33:23Z | 2019-10-25T06:56:09Z | https://github.com/FactoryBoy/factory_boy/issues/654 | [
"Q&A"
] | blairg23 | 6 |
nteract/papermill | jupyter | 301 | Guidance for how best to use papermill in a variety of situations that are common to industry | We don't have a home for guides or other advice on integration with other systems that works well or is easy to use. | open | 2019-02-04T20:00:48Z | 2019-05-06T13:49:40Z | https://github.com/nteract/papermill/issues/301 | [
"help wanted",
"new-contributor-friendly",
"docs"
] | MSeal | 0 |
paperless-ngx/paperless-ngx | django | 7,612 | [BUG] rror occurred while consuming: UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 60-61: invalid continuation byte | ### Description

Adding documents in German and getting bunch of errors like the following. Scanning the documents using ScanSnap IX1500
Here is my docker config
```
version: '3.8'
services:
brok... | closed | 2024-09-02T22:52:04Z | 2024-10-01T07:44:22Z | https://github.com/paperless-ngx/paperless-ngx/issues/7612 | [
"not a bug"
] | tural-ali | 1 |
tensorflow/tensor2tensor | machine-learning | 1,166 | Serving | Op type not registered 'PaddedBatchDatasetV2' in binary | After upgrading the t2t, and successfully training a model on a GPU machine, I tried taking the trained model, export it on a CPU machine, and serve it using tensorflow_model_server
When I run the tensorflow_model_server exec, I get: "Op type not registered 'PaddedBatchDatasetV2' in binary "
I made sure the tensorf... | closed | 2018-10-24T07:35:05Z | 2018-10-26T16:30:05Z | https://github.com/tensorflow/tensor2tensor/issues/1166 | [] | ndvbd | 6 |
netbox-community/netbox | django | 18,136 | Add branching provider to configuration | ### NetBox version
v4.1.7
### Feature type
New functionality
### Triage priority
N/A
### Proposed functionality
Add branching provider support as a configuration parameter and modify the script running code to take into account branching support.
### Use case
This will allow scripts with script parameters to b... | closed | 2024-12-02T20:49:19Z | 2025-03-13T03:10:06Z | https://github.com/netbox-community/netbox/issues/18136 | [
"status: accepted",
"type: feature",
"complexity: medium"
] | arthanson | 1 |
Layout-Parser/layout-parser | computer-vision | 5 | Steps for training a model on custom data | There are no steps to understand how to train a model on a custom dataset. I'm really looking to use this in my current workflow and kudos for developing this! | open | 2021-01-05T07:39:07Z | 2024-02-29T07:37:32Z | https://github.com/Layout-Parser/layout-parser/issues/5 | [
"enhancement"
] | DhavalThkkar | 5 |
slackapi/python-slack-sdk | asyncio | 1,500 | Error occurred while updating the thread in slack: 'file' | (Filling out the following details about bugs will help us solve your issue sooner.)
### Reproducible in:
python version 3.8
#### The Slack SDK version
Not using slack sdk
#### Python runtime version
(Paste the output of `python --version`)
3.8
#### OS info
(Paste the output of `sw_vers && uname -v... | closed | 2024-05-28T02:07:33Z | 2024-07-15T00:04:37Z | https://github.com/slackapi/python-slack-sdk/issues/1500 | [
"question",
"web-client",
"Version: 3x",
"auto-triage-stale"
] | divyakrishna-devisetty | 3 |
andfanilo/streamlit-echarts | streamlit | 37 | working with mapbox | Awesome component! I just wonder is it possible to include mapbox-gl in the frontend dependency, so that the built-in support of mapbox-gl could actually be enabled? I am trying to draw a wind visualization, just like [this example](https://echarts.apache.org/examples/en/editor.html?c=global-wind-visualization&gl=1), b... | open | 2022-05-05T16:09:48Z | 2022-05-05T16:09:48Z | https://github.com/andfanilo/streamlit-echarts/issues/37 | [] | mzy2240 | 0 |
babysor/MockingBird | deep-learning | 868 | 合成器训练何时能结束 | 运行合成器训练(RTX3060 12G显卡),C:\ProgramData\Anaconda3\envs\mockingbird\python.exe E:\workspace\MockingBird\control\cli\synthesizer_train.py mandarin e:\datasets\SV2TTS\synthesizer ,运行约38小时。出现attention如下,不知道何时能结束程序?
 | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. open a job
2. move to image that you never loaded
3. previous image is grayed out and not new images is not loaded
#... | closed | 2024-12-05T11:16:48Z | 2024-12-10T08:45:08Z | https://github.com/cvat-ai/cvat/issues/8781 | [
"bug"
] | ErezAlster | 4 |
statsmodels/statsmodels | data-science | 9,500 | BUG: an extra degree of freedom for information criterions in statsmodels.tsa.ar_model | #### Describe the bug
Functions for aic, bic, aicc, and hqic in class AutoRegResults should not add 1 to self.df_model.
$\mathrm{AIC} = 2k - 2\ln(k) $
Unlike in OLS (https://www.statsmodels.org/dev/_modules/statsmodels/regression/linear_model.html#OLS), the degree of freedom in class AutoReg (https://www.statsmodels... | open | 2025-02-02T14:10:39Z | 2025-02-02T14:10:39Z | https://github.com/statsmodels/statsmodels/issues/9500 | [] | cltdouglas | 0 |
aiogram/aiogram | asyncio | 837 | Implement utility to automatically send chat actions in background | Implement context manager that helps to send chat action every 5 seconds to the chat while long action is in progress, for example:
```python
async with chat_action("typing"):
text = await long_operation()
await message.answer(text)
``` | closed | 2022-02-16T22:11:37Z | 2022-02-20T13:04:44Z | https://github.com/aiogram/aiogram/issues/837 | [] | JrooTJunior | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,485 | AttributeError: Can't pickle local object 'get_transform.<locals>.<lambda>' | need some help with this problem 😭 | open | 2022-09-19T14:45:31Z | 2022-09-20T20:25:16Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1485 | [] | Zhou248 | 1 |
FujiwaraChoki/MoneyPrinter | automation | 19 | [-] Error: Could not find a backend to open `C:\Users\user\AppData\Local\Temp\tmp5ueaib09.png`` with iomode `ri` | Title shows the error message that is returned from the backend. It also gave a error that "Transperent" directory was not found in the back end? | closed | 2024-02-06T18:51:20Z | 2024-10-07T14:33:18Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/19 | [
"help wanted"
] | LiveQCC | 6 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 681 | convert_unicode deprecation warning with SQLAlchemy 1.3 | > _venv/lib/python3.7/site-packages/sqlalchemy/dialects/sqlite/base.py:1433: SADeprecationWarning: The create_engine.convert_unicode parameter and corresponding dialect-level parameters are deprecated, and will be removed in a future release. Modern DBAPIs support Python Unicode natively and this parameter is unnecess... | closed | 2019-03-07T00:37:38Z | 2020-12-05T20:37:38Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/681 | [] | zgoda | 2 |
tqdm/tqdm | pandas | 916 | Call set_description without access to instance methods | Currently, the description of a progress bar can only be accessed with
```python
from tqdm import tqdm
import time
def foo(i):
time.sleep(1)
# cannot access prog here easily
#tqdm.set_description('now waited', i) doesnt work
prog = tqdm(range(15))
for i in prog:
prog.set_description('p... | open | 2020-03-16T13:01:33Z | 2020-03-16T17:49:50Z | https://github.com/tqdm/tqdm/issues/916 | [
"question/docs ‽",
"p4-enhancement-future 🧨"
] | skjerns | 2 |
gradio-app/gradio | deep-learning | 10,356 | save_history ChatInterface parameter does not respect fill_height=True | ### Describe the bug
### Description
When using the `save_history` parameter in the ChatInterface, setting `fill_height=True` does not behave as expected. The chat interface does not expand to fill the height of its container.
### Expected Behavior
The chat interface should expand to fill the height of its contai... | closed | 2025-01-14T20:55:00Z | 2025-01-17T22:54:26Z | https://github.com/gradio-app/gradio/issues/10356 | [
"bug"
] | nicholasdbrady | 1 |
marshmallow-code/flask-smorest | rest-api | 50 | Schema Validation on Patch | So I was trying t implement a simple Patch use case but its proving to be a difficult affair. As Patch allows for partial submission of schema fields I tried the obvious solution and added the partial=True argument to my schema declaration.
`@blp.arguments(UserInputSchema(partial=True))`
This however leads to a ... | closed | 2019-03-21T16:15:03Z | 2021-09-12T19:20:39Z | https://github.com/marshmallow-code/flask-smorest/issues/50 | [
"question"
] | DNCoelho | 6 |
jupyterhub/repo2docker | jupyter | 553 | Package order in requirements.txt | I'm trying to switch from a conda env to a pip env for building our mybinder containers. My hope is that this will speed-up the image launch for our users, because pip envs are much lighter than conda envs.
There is an issue, however. [pip does not guarantee the install order in requirements.txt](https://github.com/... | closed | 2019-01-12T12:40:06Z | 2019-01-13T08:07:49Z | https://github.com/jupyterhub/repo2docker/issues/553 | [
"user-support",
"documentation"
] | fmaussion | 2 |
litestar-org/litestar | asyncio | 3,964 | Enhancement: Marshmallow | ### Summary
Hey,
What do you think to include `Marshmallow` as a supported library for API validation and OpenAPI?
### Basic Example
```
from marshmallow import Schema, fields, validates, ValidationError
class CompanySchema(Schema):
name = fields.String(
required=True,
metadata={
"d... | closed | 2025-01-21T13:26:43Z | 2025-01-21T13:35:58Z | https://github.com/litestar-org/litestar/issues/3964 | [
"Enhancement"
] | RoTorEx | 1 |
explosion/spaCy | nlp | 13,422 | Converting into exe file through pyinstaller-> spacy cannot find factory for 'curated transformer' | ```
import spacy
import spacy_curated_transformers
# import spacy_transformers
import curated_transformers
import spacy_alignments
import spacy_legacy
import spacy_loggers
import spacy_pkuseg
import os
nlp = spacy.load(os.getcwd()+'\\en_core_web_trf-3.7.3')
x= input()
doc= nlp(x)
result =[]
for sent... | closed | 2024-04-09T05:19:53Z | 2024-04-09T10:08:54Z | https://github.com/explosion/spaCy/issues/13422 | [
"install",
"feat / transformer"
] | estherkim083 | 1 |
mars-project/mars | pandas | 3,142 | [BUG] AttributeError: module 'asyncio' has no attribute 'create_task' | import mars.dataframe as md
Traceback (most recent call last):
File "F:/work/cii-pip-algo/mars_demo.py", line 3, in <module>
import mars.tensor as mt
File "C:\ProgramData\Anaconda3\envs\py36\lib\site-packages\mars\__init__.py", line 18, in <module>
from .core.context import get_context
File "C:\Prog... | closed | 2022-06-14T07:37:25Z | 2022-06-20T05:39:18Z | https://github.com/mars-project/mars/issues/3142 | [] | zhangyuqi-1 | 3 |
dsdanielpark/Bard-API | nlp | 243 | Does this API use the new Gemini Pro model, instead of PaLM2? | **Solution you'd like**
- Please confirm if this API uses the Gemini Pro model instead of PaLM2
- If so, include Gemini Pro on the READMEs or docs
Thanks!
| closed | 2023-12-07T16:19:09Z | 2024-01-18T15:48:09Z | https://github.com/dsdanielpark/Bard-API/issues/243 | [
"documentation"
] | hansfzlorenzana | 3 |
fastapiutils/fastapi-utils | fastapi | 318 | [BUG] Required dependency `typing_inspect`? | **Describe the bug**
If I'm using Pydantic 2, cbv.py imports package `typing_inspect`. However this is listed as an optional dependency.
**To Reproduce**
Steps to reproduce the behavior:
1. Install latest Fast API, fastapi-utils
2. Add a Resource
3. Run service using `fastapi dev ...`
4. See error
**Expe... | open | 2024-06-21T16:46:56Z | 2024-11-15T12:03:28Z | https://github.com/fastapiutils/fastapi-utils/issues/318 | [
"bug"
] | kevinhikaruevans | 4 |
coqui-ai/TTS | python | 3,603 | [Bug] `formatter` set to None for the next iteration when calling `load_tts_samples` with more than one datasets | ### Describe the bug
```python
def load_tts_samples(
datasets: Union[List[Dict], Dict],
eval_split=True,
formatter: Callable = None,
eval_split_max_size=None,
eval_split_size=0.01,
) -> Tuple[List[List], List[List]]:
"""Parse the dataset from the datasets config, load the samples as a L... | closed | 2024-02-23T11:40:26Z | 2025-01-03T09:47:56Z | https://github.com/coqui-ai/TTS/issues/3603 | [
"bug",
"wontfix"
] | yonas-g | 1 |
huggingface/pytorch-image-models | pytorch | 1,819 | Porting PyTorch weight to Jax | Assume we have a PyTorch Model and a Jax model. Is there a framework where you can port PyTorch layer weight to Jax? I might need to implement many models from PyTorch to Jax, and the only way I can think of that can test the correctness of the algorithm is by initializing and then porting the models.
| closed | 2023-05-21T03:48:39Z | 2023-05-21T22:49:47Z | https://github.com/huggingface/pytorch-image-models/issues/1819 | [
"enhancement"
] | ranlucienwang | 1 |
mwaskom/seaborn | data-science | 2,777 | Option to visualize entire range with vertical line in barplot | [Feature request]
With seaborn [barplots](https://seaborn.pydata.org/generated/seaborn.barplot.html), in addition to the bars, vertical lines (aka error bars) can be plotted to indicate the confidence interval (ci).
I have a use case where I would like to use the error bars to visualize the entire range spanned ... | closed | 2022-04-05T17:17:17Z | 2022-05-11T00:52:22Z | https://github.com/mwaskom/seaborn/issues/2777 | [] | cirnod | 1 |
JaidedAI/EasyOCR | pytorch | 794 | Adjusting Custom Model's Hyperparameter's is allowed, but not functional. | The codebase allows for custom models to have hyperparameters input programmatically, when that doesn't work. I'm sure this is intentional, but there's no documentation on the issue. There should be some sort of warning/exception for adjusting hyperparameters programmatically of a custom model, as a user may waste time... | open | 2022-07-21T17:40:01Z | 2022-07-21T17:40:01Z | https://github.com/JaidedAI/EasyOCR/issues/794 | [] | macksjeremy | 0 |
robotframework/robotframework | automation | 5,310 | Add optional sort key for ignore_value_order argument | This is a follow-up thread to some solutions to `ignore_value_order` in case when items in lists are not sortable (they are dict for example)
here https://github.com/robotframework/robotframework/pull/5220#issuecomment-2457742608 and here https://github.com/robotframework/robotframework/pull/5220#issuecomment-246818... | open | 2025-01-07T11:59:25Z | 2025-01-08T14:49:21Z | https://github.com/robotframework/robotframework/issues/5310 | [] | MarcinGmurczyk | 1 |
hankcs/HanLP | nlp | 757 | 词网与词图的区别 | 请教一下词网和词图这两种数据结构分别适用于怎样的算法。
在ViterbiSegment中使用了词网结构,每一行都是前缀词链。我觉得使用像DijkstraSegment中一样的词图,然后依次对节点选择最优解应该也可以实现Viterbi最短路切分。
那么,另外又定义的词网结构的意义是什么,它在效率上是更优吗? | closed | 2018-02-02T04:57:13Z | 2020-01-01T10:50:47Z | https://github.com/hankcs/HanLP/issues/757 | [
"ignored"
] | yunsuyunsu | 2 |
huggingface/datasets | machine-learning | 7,243 | ArrayXD with None as leading dim incompatible with DatasetCardData | ### Describe the bug
Creating a dataset with ArrayXD features leads to errors when downloading from hub due to DatasetCardData removing the Nones
@lhoestq
### Steps to reproduce the bug
```python
import numpy as np
from datasets import Array2D, Dataset, Features, load_dataset
def examples_generator():... | open | 2024-10-21T15:08:13Z | 2024-10-22T14:18:10Z | https://github.com/huggingface/datasets/issues/7243 | [] | alex-hh | 5 |
serengil/deepface | machine-learning | 984 | add preprocessing module to load image | load_image, load_base64, normalize_input should be moved to that module
Ref:
- https://github.com/serengil/deepface/blob/master/deepface/commons/functions.py#L87
- https://github.com/serengil/deepface/blob/master/deepface/commons/functions.py#L270
- https://github.com/serengil/deepface/blob/master/deepface/commo... | closed | 2024-01-29T11:57:14Z | 2024-01-31T23:45:42Z | https://github.com/serengil/deepface/issues/984 | [
"enhancement"
] | serengil | 1 |
docarray/docarray | fastapi | 1,601 | Handle `max_elements` from HNSWLibIndexer | By default, `max_elements` is set to 1024. I believe this max_elements should be recomputed and indexes resized dynamically | closed | 2023-05-31T13:08:32Z | 2023-06-01T08:00:59Z | https://github.com/docarray/docarray/issues/1601 | [] | JoanFM | 0 |
ivy-llc/ivy | numpy | 28,372 | Fix Frontend Failing Test: tensorflow - mathematical_functions.jax.numpy.minimum | closed | 2024-02-21T17:50:59Z | 2024-02-21T21:29:19Z | https://github.com/ivy-llc/ivy/issues/28372 | [
"Sub Task"
] | samthakur587 | 0 | |
httpie/cli | rest-api | 1,046 | Content-Lenght header is one byte to big | **Checklist**
- [x] I've searched for similar issues.
- [2.3.0] I'm using the the latest version of HTTPie.
---
**What are the steps to reproduce the problem?**
1.
`echo "A" | http -v POST localhost:9999`
Request:
```POST / HTTP/1.1
Host: localhost:9999
User-Agent: HTTPie/2.3.0
Accept-Encoding: gzip... | closed | 2021-03-15T08:02:37Z | 2021-03-15T09:08:02Z | https://github.com/httpie/cli/issues/1046 | [] | cynay | 1 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 438 | [Feature request] 直播间礼物和评论支持 |
希望可以提供直播间的实时礼物数据和评论数据的api
非常感谢
| open | 2024-07-05T01:45:41Z | 2024-10-31T16:31:39Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/438 | [
"enhancement"
] | liangzhupic | 1 |
recommenders-team/recommenders | deep-learning | 1,514 | [BUG] Amazon reviews data set download | ### Description
<!--- Describe your issue/bug/request in detail -->
When testing some of the DeepRec algorithms, the dataset does not download properly from Amazon reviews website.
### In which platform does it happen?
<!--- Describe the platform where the issue is happening (use a list if needed) -->
<!--- Fo... | closed | 2021-09-01T11:58:14Z | 2021-09-09T12:03:30Z | https://github.com/recommenders-team/recommenders/issues/1514 | [
"bug"
] | anargyri | 1 |
apache/airflow | data-science | 48,178 | Update "suggest change on this page" links on Airflow website | ### Body
After https://github.com/apache/airflow/pull/47798, we need to update the links on airflow website to start pointing to the new links as 2.10.x and all others will be affected, either do that or add a redirect that would go back to the old path.
Conversation which is related https://github.com/apache/airflow... | open | 2025-03-24T07:21:29Z | 2025-03-24T08:49:28Z | https://github.com/apache/airflow/issues/48178 | [
"kind:documentation",
"kind:meta",
"type:doc-only"
] | amoghrajesh | 2 |
vaexio/vaex | data-science | 2,281 | [BUG-REPORT] How to use vaex.open partititioning argument? |
**Description**
Hello, I want to partially import a parquet file partitioned from vaex.
However, looking at the documentation, there is no such thing, so I am posting it in a bug report.
In pyarrow, you can extract rows from patitioned data using the filter function.
However, vaex couldn't find these functions,... | open | 2022-11-28T03:02:47Z | 2022-11-30T08:55:18Z | https://github.com/vaexio/vaex/issues/2281 | [] | sungreong | 4 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,843 | [Bug]: stable diffusion not using gpu | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] 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
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2025-02-14T23:45:26Z | 2025-02-21T13:27:18Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16843 | [] | Aivoice96 | 9 |
jazzband/django-oauth-toolkit | django | 665 | "+" in username for password grant? | Hello,
I am using the **resource password grant** option. I successfully manage to get the following console code to run:
``
curl -X POST -d "grant_type=password&username=johnsmith@some_email.com&password=<password>" -u"<client_id>:<client_secret>" http://localhost:8000/o/token/
``
However, when I run the fo... | closed | 2018-11-08T18:52:05Z | 2018-11-08T19:03:29Z | https://github.com/jazzband/django-oauth-toolkit/issues/665 | [
"question"
] | bartmika | 1 |
flavors/django-graphql-jwt | graphql | 251 | Error: Cannot return null for non-nullable field RefreshToken.token. | Hi,
I'm trying to use django-graphene-jwt and django-graphene-auth with my Vue frontend. As saving the token and refreshToken via httpOnly cookie is recommended as the safest way possible I'm running into the problem that the mutation refreshToken is resulting in an error if no cookie is set and therefore can't send a... | closed | 2021-01-19T14:31:14Z | 2021-01-19T21:51:26Z | https://github.com/flavors/django-graphql-jwt/issues/251 | [] | holtergram | 1 |
neuml/txtai | nlp | 331 | POST Error indexing images via Embeddings API service | I'm getting the following error, when indexing images using POST to the txtai service url `http://txtai.default.127.0.0.1.sslip.io/add`.
`"detail":[{"loc":["body"],"msg":"value is not a valid list","type":"type_error.list"}]}`
Possible related to the FastAPI endpoint?
The same cluster is successful with text d... | closed | 2022-09-08T13:28:11Z | 2022-10-12T13:36:11Z | https://github.com/neuml/txtai/issues/331 | [] | edanweis | 14 |
pallets/flask | flask | 4,868 | docs should explain the `@setupmethod` behavior | The [appcontext documentation](https://flask.palletsprojects.com/en/2.2.x/appcontext/) should explain the new @setupmethod 'shell_context_process' behavior, linked to https://github.com/pallets/flask/pull/4577.
Flask raises an Assertion Error.
> AssertionError: The setup method 'shell_context_processor' can no
... | closed | 2022-11-16T11:31:02Z | 2023-02-25T00:06:17Z | https://github.com/pallets/flask/issues/4868 | [
"docs"
] | HLFH | 3 |
trevorstephens/gplearn | scikit-learn | 37 | More Flexibility in User Defined Measure Function | I was trying to use a self defined fitness function.
Actually, my measure function won't use the `y_true` or `w` at all. Instead of using metrics that compares the difference between `y_true` and `y_pred`, I measure the fitness of individuals by feeding the `y_pred` into some other function(which would spit out a floa... | closed | 2017-06-16T04:38:51Z | 2017-08-03T04:23:43Z | https://github.com/trevorstephens/gplearn/issues/37 | [] | chenyuan920911 | 3 |
ARM-DOE/pyart | data-visualization | 1,553 | Missing get_sweep_keys from xradar | * Py-ART version: git master
* Python version: 3.10
* Operating System: Linux from scratch
* [xradar](https://github.com/openradar/xradar): 0.<s>5</s>3.0
### Description
`ImportError: cannot import name 'get_sweep_keys' from 'xradar.util' (/usr/lib/python3.10/site-packages/xradar/util.py)`
### What I Did
... | closed | 2024-04-10T14:16:35Z | 2024-06-21T13:31:09Z | https://github.com/ARM-DOE/pyart/issues/1553 | [] | waarmond | 7 |
FactoryBoy/factory_boy | sqlalchemy | 1,092 | How to attach RelatedFactoryList result to instance? | Hi!
I have a question about using RelatedFactoryList in async SQLAlchemy. RelatedFactoryList creates instances but they are not attached to instance.
overridden for async base factory (from discussions in this repository):
```python
import inspect
from factory.alchemy import SESSION_PERSISTENCE_COMMIT, SE... | open | 2024-09-10T10:27:48Z | 2024-09-12T13:31:30Z | https://github.com/FactoryBoy/factory_boy/issues/1092 | [
"Q&A",
"SQLAlchemy"
] | albertalexandrov | 6 |
pennersr/django-allauth | django | 4,000 | Feature request: MFA remember device key | Thanks for adding all the fantastic MFA options. Many sites, such as Google Apps, provide MFA with an option to "remember the device" which differs from stay logged in. A user may have an expired session, but can skip the MFA step on the device during login. One implementation of this is to store a code somewhere on th... | closed | 2024-07-31T18:41:31Z | 2025-03-20T12:44:21Z | https://github.com/pennersr/django-allauth/issues/4000 | [
"Feature request"
] | bufke | 2 |
NVIDIA/pix2pixHD | computer-vision | 148 | What is motivation of using large kernel size at input and output? | What is motivation of using large kernel size at input and output?
https://github.com/NVIDIA/pix2pixHD/blob/master/models/networks.py#L190
https://github.com/NVIDIA/pix2pixHD/blob/master/models/networks.py#L207 | open | 2019-09-01T20:12:38Z | 2019-09-01T20:12:38Z | https://github.com/NVIDIA/pix2pixHD/issues/148 | [] | mrgloom | 0 |
huggingface/transformers | tensorflow | 36,041 | CVE-2024-11392 - AWS Scanner and Trivy Flagging Transformers 4.48.1 as Vulnerable | ### System Info
I have updated the transformers package to version 4.48.1, but both my AWS scanner and Trivy are still flagging this version as vulnerable. I have referred to the following GitHub thread, which discusses a similar issue, but unfortunately, I wasn't able to find a resolution:
https://github.com/hugging... | open | 2025-02-05T06:28:29Z | 2025-03-20T11:29:28Z | https://github.com/huggingface/transformers/issues/36041 | [
"bug"
] | rajdeinno | 9 |
horovod/horovod | tensorflow | 3,807 | TF 2.11.0 (mixed_float16): 'LossScaleOptimizerV3' object has no attribute | **Environment:**
1. Framework: TensorFlow
2. Framework version:2.11.0
3. Horovod version:0.26.1
4. MPI version:4.1.4
5. CUDA version:11.6
6. NCCL version:2.11.4-1
7. Python version:3.8
8. OS and version: Ubuntu 20.04
**Bug report:**
When a run a training in Tensorflow 2.11.0 with mixed_float16 with horovod.... | closed | 2023-01-05T13:50:55Z | 2023-09-22T18:14:06Z | https://github.com/horovod/horovod/issues/3807 | [
"bug"
] | RicoOscar | 6 |
huggingface/datasets | pandas | 7,243 | ArrayXD with None as leading dim incompatible with DatasetCardData | ### Describe the bug
Creating a dataset with ArrayXD features leads to errors when downloading from hub due to DatasetCardData removing the Nones
@lhoestq
### Steps to reproduce the bug
```python
import numpy as np
from datasets import Array2D, Dataset, Features, load_dataset
def examples_generator():... | open | 2024-10-21T15:08:13Z | 2024-10-22T14:18:10Z | https://github.com/huggingface/datasets/issues/7243 | [] | alex-hh | 5 |
glumpy/glumpy | numpy | 156 | Mistaken post. | Sry, I need to investigate the issue further before posting. Cant delete with GIT right. | closed | 2018-07-07T01:26:10Z | 2018-07-07T01:43:02Z | https://github.com/glumpy/glumpy/issues/156 | [] | jeff5048 | 1 |
litestar-org/litestar | api | 3,391 | Bug:AttributeError: module 'pydantic._migration' has no attribute 'JsonValue' | ### Description
It pulls up this error when following the tutorial. This appears to be something caused by pydantic migrations for some reason?
Here is my dependancies
annotated-types==0.6.0
anyio==4.3.0
certifi==2024.2.2
click==8.1.7
EditorConfig==0.12.4
exceptiongroup==1.2.0
Faker==24.9.0
fast-query-parse... | closed | 2024-04-14T03:26:15Z | 2025-03-20T15:54:35Z | https://github.com/litestar-org/litestar/issues/3391 | [
"Bug :bug:"
] | kodecreer | 6 |
seleniumbase/SeleniumBase | web-scraping | 2,327 | selenium.common.exceptions.JavascriptException: Message: javascript error: Failed to set the 'src' property on 'HTMLScriptElement': This document requires 'TrustedScriptURL' assignment | This error occurs when I try to use the code after logging in to google.es.
code:
choice = sb.get_jqc_button_input(message, buttons)
error:
selenium.common.exceptions.JavascriptException: Message: javascript error: Failed to set the 'src' property on 'HTMLScriptElement': This document requires 'TrustedScriptURL... | closed | 2023-11-29T19:32:19Z | 2023-11-30T17:08:40Z | https://github.com/seleniumbase/SeleniumBase/issues/2327 | [
"question",
"UC Mode / CDP Mode"
] | Gantaronee | 4 |
yt-dlp/yt-dlp | python | 12,235 | Filesize filter fails despite size information being available | ### 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 a bug unrelated to a specific site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http... | closed | 2025-01-29T21:04:38Z | 2025-01-29T21:18:02Z | https://github.com/yt-dlp/yt-dlp/issues/12235 | [
"question"
] | martinoshub | 2 |
ymcui/Chinese-BERT-wwm | nlp | 38 | NER-MSRA的结果无法复现 | 你好,请问可以提供更多关于NER-MSRA的细节吗
我现在复现的结果要低0.5-0.8个百分点 | closed | 2019-09-07T02:21:57Z | 2019-10-21T11:01:10Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/38 | [] | shizhediao | 0 |
mljar/mljar-supervised | scikit-learn | 363 | [question] export best technique | Hi, thanks a lot for the easy-to-use repo @pplonski !!
I had a quick question - can we use the best model `MLJar` creates (say, KNN) then can we get it to output all the exact parameters it used to get that performance?
So that we can use those parameters in `scikit-learn` and use the exact model to reproduce the p... | closed | 2021-04-01T20:24:38Z | 2021-04-02T11:42:10Z | https://github.com/mljar/mljar-supervised/issues/363 | [] | neel04 | 3 |
serengil/deepface | machine-learning | 1,196 | getting different results from verify and find function. | I'm trying to extract unique faces from set of folders and I initially saved all the faces in their respective folders and trying to update another folder say unique_faces, Now the situation arises if the newly coming image is in the unique_faces folder or not, so I tried find function and verify function [nested loop ... | closed | 2024-04-18T13:19:36Z | 2024-04-18T17:19:58Z | https://github.com/serengil/deepface/issues/1196 | [
"question"
] | Raghucharan16 | 16 |
microsoft/JARVIS | deep-learning | 53 | Integrate "Segment Anything" from Meta | Is it possible to integrate the functionality of that project?
https://github.com/facebookresearch/segment-anything | closed | 2023-04-05T21:33:59Z | 2023-04-06T03:37:45Z | https://github.com/microsoft/JARVIS/issues/53 | [] | ekiwi111 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.