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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Kludex/mangum | asyncio | 298 | How To: How to form SQS event to look like REST body as if coming from API Gateway | Hi, I am reading about Mangum adapter but wondering if I already have a API Gateway and Lamdba using REST, and I want to introduce an SQS queue that can trigger same or other lambda but i want to use Mangum API I already built - can I form an SQS event that looks like a REST Post method and have that handled by the def... | open | 2023-07-12T12:58:56Z | 2023-11-24T02:41:42Z | https://github.com/Kludex/mangum/issues/298 | [] | MartyBolton | 1 |
2noise/ChatTTS | python | 206 | 不知道为啥在网页上生成出来的语音、文字 和原文差别不小 | 例如这段文字:在陆建瀛去上游防守期间,负责城防的杨文定与祥厚统计过,城内绿营只剩数百名,驻防八旗方面“甲兵、闲散三千九百名”,整个江宁如果“按垛派兵,非万余不可”。

| closed | 2024-06-03T01:51:01Z | 2024-07-21T04:01:38Z | https://github.com/2noise/ChatTTS/issues/206 | [
"stale"
] | ThomasJCN | 2 |
aws/aws-sdk-pandas | pandas | 2,719 | S3 GetObject opetation. ClientError: The request signature we calculated does not match the signature you provided | This might be relevant to #904
For the following snippet:
```python
import awswrangler as wr
import boto3
from io import StringIO
import pandas as pd
# directly parse s3 csv using boto
# this is working fine
session = boto3.Session()
s3 = session.client("s3")
obj = s3.get_object(Bucket="some_bucket",... | closed | 2024-03-12T05:41:24Z | 2024-03-14T03:16:24Z | https://github.com/aws/aws-sdk-pandas/issues/2719 | [
"question"
] | yihengli | 2 |
flairNLP/flair | nlp | 2,676 | Question about comparability - #seed #set_seed #random | ### Problem
Given a same model, a same corpus, and a trainer object instanciated from the two, I find during evaluation that training gives inconsistent results.
For comparability, I would like to know how to control randomness in training. Is there an equivalent of the random seed parameter used in transformer?
So... | closed | 2022-03-15T09:45:07Z | 2022-03-15T10:29:01Z | https://github.com/flairNLP/flair/issues/2676 | [
"question"
] | Sharing-Sam-Work | 5 |
plotly/dash | data-science | 3,211 | [BUG] Version 3.0.0rc3 - Default Dropdown Value Bug | When selecting another option from the dropdown that is not the default option, it changes normally, but when returning to the default option, it does not switch back to it.
It is possible to see in the video that "Tratar + Ignorar" was the default option and after I change that, I can't switch back to it.
https://git... | closed | 2025-03-11T21:35:25Z | 2025-03-12T12:49:33Z | https://github.com/plotly/dash/issues/3211 | [] | xiforivia | 0 |
onnx/onnx | pytorch | 6,031 | When exporting from torch, the result of the input varies depending on the dummy input. | # Ask a Question
### Question
<!-- Explain your question here. -->
When exporting from torch, the result of the input varies depending on the dummy input. What's wrong with this?
### Further information
- Relevant Area: <!--e.g., model usage, backend, best practices, converters, shape_inference, version_conver... | closed | 2024-03-24T14:49:12Z | 2024-03-27T00:07:36Z | https://github.com/onnx/onnx/issues/6031 | [
"question"
] | parkkyungjun | 2 |
streamlit/streamlit | data-visualization | 10,603 | Rerun fragment from anywhere, not just from within itself | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Related to #8511 and #10045.
Currently the only way to rerun a fragment is calling `st.rerun(scope="fragment... | open | 2025-03-03T14:55:41Z | 2025-03-13T04:44:33Z | https://github.com/streamlit/streamlit/issues/10603 | [
"type:enhancement",
"feature:st.fragment"
] | Abdelgha-4 | 1 |
idealo/imagededup | computer-vision | 89 | In find_duplicates how can I find duplicates of a particular image vs rest I mean comparing one vs all not finding duplicates for all, only finding duplicates of one test image only | Finding cosine similarity of one test image vs all other not finding for all to reduce the time
I mean I only want to find duplicates of a particular image | closed | 2020-02-06T12:59:55Z | 2020-11-17T13:13:20Z | https://github.com/idealo/imagededup/issues/89 | [] | vyaslkv | 3 |
InstaPy/InstaPy | automation | 6,158 | Time out while creating cookie - so login not working | INFO [2021-04-19 12:31:56] [] - Cookie file not found, creating cookie...
INFO [2021-04-19 12:32:40] [] Timed out with failure while explicitly waiting until visibility of element located!
This is probably to a change in the Instagram cookie dialogue. It says "Accept coockies from Instagram on this browser"
and ... | closed | 2021-04-19T10:37:07Z | 2021-07-25T14:26:11Z | https://github.com/InstaPy/InstaPy/issues/6158 | [
"wontfix"
] | Sebadier | 7 |
coqui-ai/TTS | pytorch | 2,560 | [Bug] Vits with weighted sampler sees training time increase with each epoch | ### Describe the bug
Training a VITS model from scratch with the following deviations from the recipe:
- sample_rate = 22050,
- use_speaker_embedding = False,
- use_d_vector_file = True,
- d_vector_file = speaker_embeddings_list, # pre-computed
- use_weighted_sampler = True,
- weight... | closed | 2023-04-27T05:12:55Z | 2023-06-05T08:08:39Z | https://github.com/coqui-ai/TTS/issues/2560 | [
"bug",
"wontfix"
] | MarkuzK | 2 |
cobrateam/splinter | automation | 586 | use a proxy to get status code for selenum drivers | I believe that we should use proxy to get status code in selenium driver. Something like browsermob: https://github.com/AutomatedTester/browsermob-proxy-py | open | 2018-02-11T05:03:29Z | 2018-03-20T18:26:17Z | https://github.com/cobrateam/splinter/issues/586 | [
"brainstorm"
] | andrewsmedina | 2 |
JaidedAI/EasyOCR | pytorch | 429 | do you support tensorrt? | closed | 2021-05-13T02:25:43Z | 2021-05-18T09:48:04Z | https://github.com/JaidedAI/EasyOCR/issues/429 | [] | ghost | 1 | |
ahmedfgad/GeneticAlgorithmPython | numpy | 81 | encoding process | I am a beginner in programming. May I ask, does this package have encoding and decoding process? For example, binary encoding. where can I see this? | open | 2021-12-30T21:52:33Z | 2022-01-01T17:49:24Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/81 | [
"question"
] | mf093087 | 1 |
dropbox/PyHive | sqlalchemy | 259 | Why do I always happen this errors(Broken pipe ) in execute query?? | closed | 2018-11-30T12:34:34Z | 2019-01-21T06:41:07Z | https://github.com/dropbox/PyHive/issues/259 | [] | GHQiuJun | 0 | |
mwaskom/seaborn | matplotlib | 3,818 | Twin axis issue with bar plots. | I am facing an issue with twinx (dual y-axis). It does very weird behavior.
```
import matplotlib.pyplot as plt
import seaborn as sns
import pandas as pd
import numpy as np
# Sample data
data = {
"Category": ["A", "B", "C", "D"],
"Metric1": [10, 15, 20, 25],
"Metric2": [100, 150, 200, 250],
}
df = pd.Da... | closed | 2025-01-25T01:33:27Z | 2025-01-31T17:35:22Z | https://github.com/mwaskom/seaborn/issues/3818 | [] | washraf | 6 |
nvbn/thefuck | python | 1,008 | thefuck won't run at all | <!-- If you have any issue with The Fuck, sorry about that, but we will do what we
can to fix that. Actually, maybe we already have, so first thing to do is to
update The Fuck and see if the bug is still there. -->
<!-- If it is (sorry again), check if the problem has not already been reported and
if not, just op... | open | 2019-11-02T17:13:49Z | 2019-11-03T17:53:19Z | https://github.com/nvbn/thefuck/issues/1008 | [] | ParzivalWolfram | 2 |
wagtail/wagtail | django | 11,960 | Internalization - "User language auto-detection" paragraph misleading | I found the part of the [internationalization tutorial](https://docs.wagtail.org/en/stable/advanced_topics/i18n.html), that shows how to enable the i18n urls, a little misleading.
Everything before "[Adding a language prefix to URLs](https://docs.wagtail.org/en/stable/advanced_topics/i18n.html#id33)" seem to work fi... | open | 2024-05-17T17:11:02Z | 2024-06-09T16:49:08Z | https://github.com/wagtail/wagtail/issues/11960 | [
"Documentation",
"Sprint topic"
] | x7upLime | 1 |
pytorch/pytorch | numpy | 149,545 | `torch.load(..., map_location="meta")` hangs indefinitely | ### 🐛 Describe the bug
Hey! We have come around a checkpoint that cannot be loaded on meta device, but is no problem to load on cpu.
Here is a min repro:
```python
from transformers.utils.hub import cached_file
import torch
# This will download the checkpoint
file = cached_file("MrLight/dse-qwen2-2b-mrl-v1", "pytor... | open | 2025-03-19T19:42:01Z | 2025-03-20T19:18:59Z | https://github.com/pytorch/pytorch/issues/149545 | [
"module: serialization",
"triaged"
] | Cyrilvallez | 0 |
inventree/InvenTree | django | 8,736 | Not able to see the login page after running the command docker compose up -d successfully | ### Deployment Method
- [ ] Installer
- [ ] Docker Development
- [x] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a link `Steps to Reproduce`
### Describe the problem*
<img width="377" alt="Image" src="https://github.com/user-attachm... | closed | 2024-12-22T13:09:36Z | 2024-12-31T03:05:53Z | https://github.com/inventree/InvenTree/issues/8736 | [
"question",
"not enough info"
] | nitume00 | 5 |
twopirllc/pandas-ta | pandas | 689 | Question about supertrend | I couldn't figure out how exactly supertrend is working.
How much high/low/closes are needed for that indicator depending on its atr periods number ?
For example, if atr periods is 10 how much history should I pass to it ? 20 values of each ?
Thanks ! | open | 2023-05-11T18:36:48Z | 2023-05-15T18:52:04Z | https://github.com/twopirllc/pandas-ta/issues/689 | [
"question",
"info"
] | svax974 | 7 |
ageitgey/face_recognition | machine-learning | 972 | Error: import face_recognition | * face_recognition version: 1.2.3
* Python version:3.7
* Operating System: Pi4
### Description
I can't import face_recognition
```
pi@FFFpi:~/camera/opencv $ python3
Python 3.7.3 (default, Apr 3 2019, 05:39:12)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>... | open | 2019-11-08T08:25:33Z | 2022-09-23T09:53:51Z | https://github.com/ageitgey/face_recognition/issues/972 | [] | lissettecarlr | 7 |
dynaconf/dynaconf | django | 768 | [RFC] Resolve depreciation warning for depreciated property kv | **Is your feature request related to a problem? Please describe.**
Yes, Currently we are hitting the depreciation warning in hvac 0.11 since the kv property is depreciated and adviced to use from `Client.secrets`
Clear Warning:
DeprecationWarning: Call to deprecated property 'kv'. This property will be removed in ... | closed | 2022-07-15T09:11:08Z | 2022-07-16T19:03:29Z | https://github.com/dynaconf/dynaconf/issues/768 | [
"Not a Bug",
"RFC"
] | jyejare | 0 |
agronholm/anyio | asyncio | 447 | What is the size of the threading default limiter? | Hi all.
When I read the documentation description of [anyio.to_thread.run_sync](https://anyio.readthedocs.io/en/stable/api.html#anyio.to_thread.run_sync) function, it doesn't explicitly state how much **default limiter** is.
So, I went to the source code and found that [limiter = CapacityLimiter(40)](https://gith... | closed | 2022-06-23T09:37:17Z | 2022-10-02T15:22:15Z | https://github.com/agronholm/anyio/issues/447 | [
"documentation"
] | prprprus | 2 |
ultralytics/yolov5 | machine-learning | 12,991 | Freeze detection on training | ### 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
How can i freeze detection? Currently detection is great, but classification can be bette... | closed | 2024-05-09T08:28:12Z | 2024-10-20T19:45:29Z | https://github.com/ultralytics/yolov5/issues/12991 | [
"question",
"Stale"
] | Porweks | 3 |
jupyterhub/repo2docker | jupyter | 1,134 | Custom username and uid not respected when using `--no-build` | ### Bug description
Build args from `--user-id` and `--user-name` (`NB_UID` and `NB_USER`) are not passed when using `--no-build`. This means that buildscript files (which are copied using `COPY --chown=user:user`) use different users while building and while using `--no-build`
#### Expected behaviour
Generated do... | closed | 2022-02-09T05:04:23Z | 2022-02-14T20:53:00Z | https://github.com/jupyterhub/repo2docker/issues/1134 | [] | yoogottamk | 1 |
strawberry-graphql/strawberry | django | 2,781 | SchemaExtension uses different task than query/mutation. | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
<!-- A clear and concise ... | open | 2023-05-24T10:48:44Z | 2025-03-20T15:56:11Z | https://github.com/strawberry-graphql/strawberry/issues/2781 | [
"bug"
] | kkjot88 | 0 |
kochlisGit/ProphitBet-Soccer-Bets-Predictor | seaborn | 45 | Error importing Mexico league | Manage to create for other leagues, but facing issue for mexico one.
Exception in thread Thread-1 (_store_league):
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
self.run()
File "/Library/Frameworks/... | closed | 2023-10-30T01:12:34Z | 2023-11-01T09:04:20Z | https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/45 | [] | keith0811 | 4 |
marshmallow-code/apispec | rest-api | 278 | Use 'yaml.safe_load' in 'load_yaml_from_docstring' | Hi there! 👋Thanks for providing a great project.
Because `yaml.load()` has [known security issues](https://github.com/yaml/pyyaml/pull/189), would it be feasible to use the existing `yaml.safe_load()` option instead of `yaml.load()` [here](https://github.com/marshmallow-code/apispec/blob/dev/apispec/yaml_utils.py#L... | closed | 2018-09-04T17:18:15Z | 2024-09-25T02:17:30Z | https://github.com/marshmallow-code/apispec/issues/278 | [
"help wanted",
"feedback welcome"
] | lbeaufort | 6 |
pandas-dev/pandas | data-science | 60,600 | BUG: loc[] returns object type instead of float | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/... | open | 2024-12-23T23:43:44Z | 2025-03-03T14:19:44Z | https://github.com/pandas-dev/pandas/issues/60600 | [
"Bug",
"Indexing",
"Dtype Conversions"
] | metazoic | 13 |
blacklanternsecurity/bbot | automation | 1,697 | Baddns taking a long time | Baddns can take a really long time, especially on unresolved DNS_NAMEs. When scanning `dell.com`, it gets stuck processing for 20+ minutes per event.
```
[DBUG] baddns.finished: False
[DBUG] running: True
[DBUG] tasks:
[DBUG] - baddns.handle_event(DNS_NAME_UNRESOLVED("tokenauth.se... | closed | 2024-08-24T01:22:06Z | 2024-10-02T19:10:16Z | https://github.com/blacklanternsecurity/bbot/issues/1697 | [
"bug"
] | TheTechromancer | 9 |
django-import-export/django-import-export | django | 1,835 | Improve parsing of DateTimeWidget | I think the following code could be improved, by adding a break after `strptime` has returned without an exception:
https://github.com/django-import-export/django-import-export/blob/029396ddeb2c02e651f3f2b6cc666fe0eb8a647a/import_export/widgets.py#L290-L294
The current version always iterates through all patterns (by... | closed | 2024-05-15T06:02:42Z | 2024-05-17T09:22:11Z | https://github.com/django-import-export/django-import-export/issues/1835 | [
"enhancement",
"good first issue",
"chore"
] | th3hamm0r | 4 |
schemathesis/schemathesis | graphql | 1,995 | bug: Permission denied error when trying to specify junit-xml | When I add the command `--junit-xml /testresults/junit-contracts.xml` to generate a junit report I get the following error:
```shell
Error: Could not open file '/testresults/junit-contracts.xml': No such file or directory
```
Full stack trace:
```shell
Traceback (most recent call last):
File "/home/runne... | closed | 2024-01-25T15:31:19Z | 2024-01-28T15:00:25Z | https://github.com/schemathesis/schemathesis/issues/1995 | [] | matteus6007 | 4 |
graphql-python/graphene | graphql | 1,093 | Possible issue with output type mutations | Hello, I'm having a problem when using output style mutations. I have the following example:
```python
class PersonType(graphene.ObjectType):
first_name = graphene.String()
last_name = graphene.String()
@staticmethod
def resolve_first_name(parent, info):
return 'Marcelo'
@stati... | closed | 2019-11-04T14:54:29Z | 2020-05-16T22:54:43Z | https://github.com/graphql-python/graphene/issues/1093 | [
"wontfix"
] | marcelombc | 3 |
geex-arts/django-jet | django | 300 | I can't see boolean fields | When I put boolean fields as readonly_fields, in the admin can't see them... Neither in list_display or fieldsets... | closed | 2018-02-26T19:33:09Z | 2020-07-17T09:24:45Z | https://github.com/geex-arts/django-jet/issues/300 | [] | Jromero97 | 11 |
huggingface/text-generation-inference | nlp | 2,927 | Mangled generation for string sequences containing`<space>'m` with Llama 3.1 | ### System Info
We're running TGI with Llama 3.1 8b instruct, and observed some weird values when asking the LLM to generate strings containing the combination of letters `<space>'m` (e.g. the string "for 'manual", used in the reproduction code).
When running `client.text_generation` with a prompt leading to the LLM ... | open | 2025-01-20T13:46:08Z | 2025-01-28T16:08:14Z | https://github.com/huggingface/text-generation-inference/issues/2927 | [] | tomjorquera | 4 |
pytest-dev/pytest-django | pytest | 256 | Add examples from official tutorial to documentation | I think it would be a good idea to add examples from the testing-chapter of Django's official documentation to the pytest-django documentation:
- https://docs.djangoproject.com/en/1.8/intro/tutorial05/
This would enable users interested in pytest to take a branch in the learning path.
I have been going through the tu... | open | 2015-08-16T19:38:57Z | 2020-01-30T21:34:55Z | https://github.com/pytest-dev/pytest-django/issues/256 | [] | tobias47n9e | 3 |
vimalloc/flask-jwt-extended | flask | 268 | Problems using the UserLoaderCallback | Hi,
I'm using Superset and am a bit tied to the config and securitymanager configuration points/classes. So no plain Flask app build from scratch. Token reading and verification works, also additional claims etc. Only issue is the user_loader_callback that simply is not executed at all. My CustomSecurityManager is i... | closed | 2019-08-16T09:38:35Z | 2019-10-10T04:10:15Z | https://github.com/vimalloc/flask-jwt-extended/issues/268 | [] | durchgedreht | 2 |
nonebot/nonebot2 | fastapi | 3,233 | Plugin: 羡慕 koishi | ### PyPI 项目名
nonebot-plugin-envious
### 插件 import 包名
nonebot_plugin_envious
### 标签
[{"label":"羡慕","color":"#d84848"}]
### 插件配置项
```dotenv
```
### 插件测试
- [ ] 如需重新运行插件测试,请勾选左侧勾选框 | closed | 2025-01-03T04:30:53Z | 2025-01-05T14:50:41Z | https://github.com/nonebot/nonebot2/issues/3233 | [
"Plugin",
"Publish"
] | fllesser | 3 |
TvoroG/pytest-lazy-fixture | pytest | 6 | Make LazyFixture iterable | This does work now:
```python
@pytest.mark.parametrize('arg1', [
pytest.lazy_fixture('needs_db')
])
@pytest.mark.django_db
def test_some(arg1):
assert ...
```
But it's not quite what I need. The fixture `needs_db` returns a list and I'd like to parametrize `test_some` with that list:
```python
... | closed | 2016-11-21T10:00:12Z | 2016-11-24T12:56:28Z | https://github.com/TvoroG/pytest-lazy-fixture/issues/6 | [] | michael-k | 3 |
blacklanternsecurity/bbot | automation | 1,620 | passive sub enum flag isn't working..? | hi there!
So I am running this command:
`bbot --targets test -f subdomain-enum -s -y -o out -rf passive`
but in the middle of the scan I start seeing (not sure if it is because I pressed enter or not):
```
[INFO] golden_dawn: Modules running (incoming:processing:outgoing) subdomaincenter(8,025:1:1), massdn... | closed | 2024-08-02T19:33:52Z | 2024-08-11T21:01:13Z | https://github.com/blacklanternsecurity/bbot/issues/1620 | [] | marcelo321 | 2 |
python-visualization/folium | data-visualization | 1,107 | Javascript template literals (backticks) not working in Internet Explorer | A simple Marker with a simple tooltip (same problem for popup) avoid Internet Explorer to render the map:
```python
import folium
m = folium.Map(
location=[45.372, -121.6972],
tiles='Mapbox Bright')
folium.Marker([45.3288, -121.6625], tooltip='Tooltip').add_to(m)
m.save('tooltip_issue.html')
```
... | closed | 2019-03-20T18:00:25Z | 2019-03-21T15:16:17Z | https://github.com/python-visualization/folium/issues/1107 | [] | FabeG | 4 |
zappa/Zappa | django | 850 | [Migrated] `zappa package production` fails when using `--no_venv` | Originally from: https://github.com/Miserlou/Zappa/issues/2097 by [woodrad](https://github.com/woodrad)
## Context
Running `zappa package production --no_venv` throws `TypeError: expected str, bytes or os.PathLike object, not NoneType`. This error happens _only_ when running outside of a virtual environment. `zappa p... | open | 2021-02-20T12:52:28Z | 2024-04-03T22:12:50Z | https://github.com/zappa/Zappa/issues/850 | [
"needs-review"
] | jneves | 3 |
mwaskom/seaborn | data-science | 2,825 | Seaborn error when combined with Latex font and variable keyword argument contains underscore | When using Latex fonts and more specifically if I use "text.usetex": True or sns.set(font_scale=1.5, rc={'text.usetex' : True}) with FacetGrid and keyword arguments (x, y variables) contain underscore I get a CalledProcessError. I am sure this is the issue because when I renamed the columns of the dataframe and removed... | closed | 2022-05-30T03:19:40Z | 2022-05-30T12:23:53Z | https://github.com/mwaskom/seaborn/issues/2825 | [] | GSavvidis | 1 |
ultralytics/ultralytics | machine-learning | 18,851 | Why are the modules named AConv and ADown? | ### 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
I’m currently working on improving the `docstrings` in [block.py](https://gi... | open | 2025-01-23T15:38:27Z | 2025-01-23T16:04:33Z | https://github.com/ultralytics/ultralytics/issues/18851 | [
"documentation",
"question"
] | visionNoob | 2 |
sczhou/CodeFormer | pytorch | 61 | #Generated video without sound | Hi,
Why is there no sound in the generated video? My original video has sound.
I've tested it three times.
Is there something wrong? | open | 2022-11-02T13:46:24Z | 2023-06-15T09:24:18Z | https://github.com/sczhou/CodeFormer/issues/61 | [] | BiubiuGreen | 5 |
Lightning-AI/pytorch-lightning | deep-learning | 20,243 | Checkpoints Saving with different permissions to account defaults | ### Bug description
When working on a managed cluster all our files save with "-rw-r--r--" permissions. However the checkpoint files from lightning are being saved with "-rw-------" permissions. We've gone round in circles trying to debug this and do not understand. Is there anything in the lightning code base that ... | open | 2024-09-03T15:40:00Z | 2024-09-03T15:47:06Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20243 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | CompRhys | 0 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,439 | [Bug]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.3.0+cu121 with CUDA 1201 (you have 2.4.0+cu121) | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | closed | 2024-08-28T13:15:15Z | 2024-09-06T22:06:03Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16439 | [
"bug-report"
] | Khayoon | 5 |
ageitgey/face_recognition | python | 988 | Offline installing face_recognition to Windows Server 2016 | * face_recognition version: 1.2.3
* Python version: Python 3.6.8
* Operating System: Windows Server 2016
### Description
I am trying to install face_recognition to Windows Server 2016. My server doesn't have an internet.
### What I Did
```
C:\Windows\system32>python -m pip install C:\faceRecognition2\dlib... | closed | 2019-11-26T07:56:49Z | 2019-11-28T08:03:37Z | https://github.com/ageitgey/face_recognition/issues/988 | [] | HAKANMAZI | 1 |
axnsan12/drf-yasg | rest-api | 817 | Support for the latest versions of Django and DRF. | # Feature Request
Support for the latest versions of Django and DRF.
## Description
I wanted to create this thread to track Django 4 support work progress. I could provide a senior resource to speed up the process if we could get a gist of what exactly needs to be done for this.
## Describe the solution you'd l... | open | 2022-10-13T09:48:32Z | 2025-03-07T12:10:47Z | https://github.com/axnsan12/drf-yasg/issues/817 | [
"triage"
] | Ayub-Khan | 1 |
deepspeedai/DeepSpeed | pytorch | 7,092 | [BUG]Does MoQ mode deprecated in DeepSpeed? I run with MoQ config, but no quantization found in log | open | 2025-02-28T01:20:13Z | 2025-02-28T01:20:13Z | https://github.com/deepspeedai/DeepSpeed/issues/7092 | [
"bug",
"training"
] | dujifeng | 0 | |
jonaswinkler/paperless-ng | django | 343 | Export feature | First of all I must say I absolutely love this version of Paperless. I was sad when development on the old version ceased, and I was soo extremely happy when I found this.
It is NOT overly complicated. It is easy to manage. I understand it. PERFECT!
The reason I am writing is however a small feature request.
The ./m... | closed | 2021-01-14T15:56:30Z | 2021-01-23T12:43:58Z | https://github.com/jonaswinkler/paperless-ng/issues/343 | [
"feature request",
"fixed in next release"
] | Sblop | 2 |
httpie/cli | python | 1,617 | choco install httpie : ERROR: The term 'py' is not recognized as the name of a cmdlet, | ## Checklist
- [ ] I've searched for similar issues.
- [ ] I'm using the latest version of HTTPie.
---
## Minimal reproduction code and steps
env:
windows pc
pyhon 3.12
1.choco install httpie
2.y
3.error
## Current result
this is log:
PS C:\Windows\System32> choco install httpie
Chocolatey v0.10.15
2 validations... | open | 2025-01-31T16:23:14Z | 2025-01-31T16:23:14Z | https://github.com/httpie/cli/issues/1617 | [
"bug",
"new"
] | Mingyueyixi | 0 |
PaddlePaddle/PaddleHub | nlp | 1,790 | 服务部署后,可以外网调用吗,需要建立服务器,ip地址? | 欢迎您对PaddleHub提出建议,非常感谢您对PaddleHub的贡献!
在留下您的建议时,辛苦您同步提供如下信息:
- 您想要增加什么新特性?
- 什么样的场景下需要该特性?
- 没有该特性的条件下,PaddleHub目前是否能间接满足该需求?
- 增加该特性,PaddleHub可能需要变化的部分。
- 如果可以的话,简要描述下您的解决方案
| open | 2022-02-16T08:59:18Z | 2022-02-25T03:01:23Z | https://github.com/PaddlePaddle/PaddleHub/issues/1790 | [] | zhangjunroger | 1 |
ading2210/poe-api | graphql | 165 | SuggestedReply rasie keyerror | ERROR:root:Traceback (most recent call last):
File "/home/charlie/.local/lib/python3.10/site-packages/poe.py", line 479, in on_message
self.suggestion_callbacks[message["messageId"]](message["suggestedReplies"][-1])
KeyError: 1830008288
ERROR:root:Traceback (most recent call last):
File "/home/charlie/.l... | open | 2023-07-14T03:28:21Z | 2023-07-20T15:52:49Z | https://github.com/ading2210/poe-api/issues/165 | [
"bug"
] | CharlieCho2017 | 1 |
mckinsey/vizro | data-visualization | 1,009 | Move link checker from docs build to a CI job that runs every day | 99% of the time when a link breaks in someone's PR it's not caused by them but by the link going down (and it's easy for reviewers to manually check any new/changed links that are intentional). Currently this blocks the PR, which is annoying. We still want to pick up on broken links quickly though.
We could split the ... | open | 2025-02-11T12:25:03Z | 2025-02-11T12:29:38Z | https://github.com/mckinsey/vizro/issues/1009 | [
"Docs :spiral_notepad:",
"Nice to have :cherries:"
] | antonymilne | 0 |
nalepae/pandarallel | pandas | 51 | Permission denied: '/usr/local/lib/python3.6/dist-packages/pyarrow-0.15.0-py3.6-linux-x86_64.egg/pyarrow/plasma-store-server' | As a root (ubuntu 18.04, python3.6), trying to run some code:
```
from pandarallel import pandarallel
pandarallel.initialize()
```
I am getting "Permission denied" in the very beginning:
```
New pandarallel memory created - Size: 2000 MB
Pandarallel will run on 56 workers
Traceback (most recent call last):... | closed | 2019-10-22T12:58:47Z | 2019-11-09T22:24:38Z | https://github.com/nalepae/pandarallel/issues/51 | [] | rradovan | 3 |
ivy-llc/ivy | tensorflow | 27,947 | Fix Ivy Failing Test: torch - elementwise.acos | closed | 2024-01-17T20:46:12Z | 2024-01-22T14:20:54Z | https://github.com/ivy-llc/ivy/issues/27947 | [
"Sub Task"
] | samthakur587 | 0 | |
bigscience-workshop/petals | nlp | 420 | Request to Enable Git Discussions Feature | Hello,
I hope you are doing well. I would like to request the enablement of the ["GitHub Discussions"](https://github.com/features/discussions) feature for this repository. I believe this feature will greatly enhance collaboration and communication among contributors and users.
**Benefits of Git Discussions:**
... | closed | 2023-07-26T11:27:55Z | 2023-07-31T15:06:24Z | https://github.com/bigscience-workshop/petals/issues/420 | [] | audioXD | 3 |
graphql-python/graphql-core | graphql | 143 | Test and document use of GraphQL-core with uvloop | In #141 it was discussed whether using a different event loop such as `uvloop` can speed up async use of GraphQL-core.
We should do some benchmarking and document how to replace the default event loop with a more efficient one. However, it should still be possible to use GraphQL-core as a pure-Python function, i.e. ... | open | 2021-10-15T09:18:17Z | 2021-10-15T09:18:17Z | https://github.com/graphql-python/graphql-core/issues/143 | [
"documentation",
"optimization",
"investigate"
] | Cito | 0 |
huggingface/text-generation-inference | nlp | 2,241 | max_batch_size limit doesn't work well at queue.next_batch() | https://github.com/huggingface/text-generation-inference/blob/4dfdb481fb1f9cf31561c056061d693f38ba4168/router/src/infer/v3/queue.rs#L362
When max_size is 0, but the batch_requests.len() > 0,max_batch_size limit fails. | open | 2024-07-17T10:40:47Z | 2024-08-19T07:42:09Z | https://github.com/huggingface/text-generation-inference/issues/2241 | [] | AndersWXJY | 3 |
ets-labs/python-dependency-injector | asyncio | 68 | Add docs for Injections | closed | 2015-05-17T09:17:26Z | 2015-06-10T14:07:12Z | https://github.com/ets-labs/python-dependency-injector/issues/68 | [
"docs"
] | rmk135 | 0 | |
Yorko/mlcourse.ai | seaborn | 609 | The link - https://mlcourse.ai/video - gives a 404 error. | In 'Fall 2019. Quiz 1. Decision trees and Random Forests' assignment - at the link -
https://nbviewer.jupyter.org/github/Yorko/mlcourse.ai/blob/master/jupyter_english/quizzes_fall2019/quiz1_trees_forests.ipynb?flush_cache=true
the link 'https://mlcourse.ai/video'
which is part of the sentence - 'There are 5 v... | closed | 2019-09-09T11:35:01Z | 2019-09-09T14:53:34Z | https://github.com/Yorko/mlcourse.ai/issues/609 | [] | vidyabhandary | 1 |
kevlened/pytest-parallel | pytest | 110 | Control auto worker count through environment variable | Hello and thanks for the great package! I think it could be useful to allow the user to set an environment variable that determines the number of workers to use with `--workers auto`, maybe something like `PYTEST_AUTO_WORKERS`, and fallback to the current behavior using `os.cpu_count()` if that environment variable is ... | open | 2022-03-26T19:08:35Z | 2022-03-26T19:08:35Z | https://github.com/kevlened/pytest-parallel/issues/110 | [] | kburns | 0 |
nonebot/nonebot2 | fastapi | 2,894 | Plugin: 你看我像 | ### PyPI 项目名
nonebot-plugin-looklike
### 插件 import 包名
nonebot_plugin_looklike
### 标签
[]
### 插件配置项
_No response_ | closed | 2024-08-17T06:40:37Z | 2024-08-18T02:58:00Z | https://github.com/nonebot/nonebot2/issues/2894 | [
"Plugin"
] | tkgs0 | 3 |
pytorch/pytorch | python | 148,939 | Whether the transposed tensor is contiguous affects the results of the subsequent Linear layer. | ### 🐛 Describe the bug
I found that whether the transposed tensor is contiguous affects the results of the subsequent Linear layer. I want to know if it is a bug or not?
```
import torch
from torch import nn
x = torch.randn(3, 4).transpose(0, 1) # 非连续张量(转置后)
linear = nn.Linear(3, 2)
y1 = linear(x) ... | open | 2025-03-11T02:39:40Z | 2025-03-18T02:47:42Z | https://github.com/pytorch/pytorch/issues/148939 | [
"needs reproduction",
"module: nn",
"triaged",
"module: intel"
] | pikerbright | 3 |
flavors/django-graphql-jwt | graphql | 196 | Store Refresh in Redis | Is there any ability to store `refreshTokens` in Redis instead of DB?
For example I don't use `"graphql_jwt.refresh_token.apps.RefreshTokenConfig" `in `installed_apps` I don't get a `refreshToken` field on the `TokenAuth` mutation.
So how can i generate `refreshToken` and store it in cache? | open | 2020-05-07T12:23:18Z | 2020-06-24T14:39:21Z | https://github.com/flavors/django-graphql-jwt/issues/196 | [] | komaxko | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 12,149 | Upgrade `adbc_ingest` parameter `temporary` to `prefixes` | ### Describe the use case
Currently `adbc_ingest` supports a parameter `temporary` to execute `CREATE TEMPORARY TABLE` statements. `sqlalchemy` supports this in a more abstract way, by accepting a list of table [`prefixes`](https://docs.sqlalchemy.org/en/20/core/metadata.html#sqlalchemy.schema.Table.params.prefixes). ... | closed | 2024-12-02T20:04:32Z | 2024-12-02T20:11:31Z | https://github.com/sqlalchemy/sqlalchemy/issues/12149 | [
"use case"
] | Diadochokinetic | 1 |
peerchemist/finta | pandas | 118 | Feature request: Bayesian-BBSMA-Oscillator | Please implement the Bayesian-BBSMA-Oscillator
https://www.tradingview.com/script/8lXcviYm-Bayesian-BBSMA-Oscillator/
Thanks a lot!
[ thanks for the awesome module! I'll file some more feature requests so things don't get forgotten, might even come up with a pull request if I find the time and missing pinescri... | open | 2021-06-11T22:43:11Z | 2021-06-11T22:43:11Z | https://github.com/peerchemist/finta/issues/118 | [] | bzed | 0 |
stanfordnlp/stanza | nlp | 888 | 'dir' or 'model_dir' pipeline keyword not working | According to the [documentation](https://stanfordnlp.github.io/stanza/pipeline.html#build-pipeline-from-a-config-dictionary), it is possible to pass the pipeline keyword arguments in a dictionary. Using the example from the documentation as input,
```
import stanza
config = {
'processors': 'tokenize,mwt,pos', # ... | closed | 2021-11-30T08:27:04Z | 2022-02-07T15:42:24Z | https://github.com/stanfordnlp/stanza/issues/888 | [
"stale"
] | iulusoy | 7 |
yeongpin/cursor-free-vip | automation | 140 | not working, stuck at open browser | for some reason its not working.
when i try to reset, some things happen, and then it stuck at openning browser for some seconds, and the fail at openning browser at local host at some port.
there might be a problem that i should use vpn or a proxy to access cursor, is that might be the case ?
if so, how can i debug ... | closed | 2025-03-05T00:17:40Z | 2025-03-06T12:28:32Z | https://github.com/yeongpin/cursor-free-vip/issues/140 | [] | Ham3D | 7 |
PaddlePaddle/ERNIE | nlp | 519 | 请问支持其他类型的预训练语言模型权重吗? | paddle hub支持roberta等其他模型,ernie怎么加载呢? | closed | 2020-07-10T04:08:57Z | 2020-09-18T13:50:52Z | https://github.com/PaddlePaddle/ERNIE/issues/519 | [
"wontfix"
] | Maybewuss | 3 |
pyro-ppl/numpyro | numpy | 1,364 | [Examples]: Using Cholesky decomposition for GP decomposition kernel matrix inversion | The [GP example](https://num.pyro.ai/en/latest/examples/gp.html) directly inverts the covariance matrix.
```python
K_xx_inv = jnp.linalg.inv(k_XX)
K = k_pp - jnp.matmul(k_pX, jnp.matmul(K_xx_inv, jnp.transpose(k_pX)))
```
It may be better to use the Cholesky decomposition instead. See the following for an impl... | closed | 2022-03-14T11:35:47Z | 2024-06-30T12:41:50Z | https://github.com/pyro-ppl/numpyro/issues/1364 | [
"question"
] | nipunbatra | 2 |
desec-io/desec-stack | rest-api | 185 | Abuse Scenario: Email and System Load | Creating domains under `dedyn.io` uses a lot of CPU resources and sends an email to the account holder. This can lead to abuse in two ways:
1. Create high system load. A test run creating and deleting a domain 100 times lead to this load just after the 100th delete:
load average: 4,17, 3,04, 1,81
2. Sen... | closed | 2019-05-07T11:51:06Z | 2019-07-12T00:57:29Z | https://github.com/desec-io/desec-stack/issues/185 | [
"bug",
"api",
"prio: medium"
] | nils-wisiol | 2 |
pytest-dev/pytest-xdist | pytest | 1,028 | `--looponfail` is incompatible with certain editable installs | Certain editable installs (those that use a custom finder) fail to import due to path modifications made to support `looponfail`.
`setuptools` supports a few different modes of editable installs; for one of these, it will insert [dummy entries](https://github.com/pypa/setuptools/blob/8c45d6e445a8ca5f5a1fd724a80a5c41... | closed | 2024-02-28T22:16:22Z | 2024-03-01T21:35:53Z | https://github.com/pytest-dev/pytest-xdist/issues/1028 | [] | jeremy-hiatt | 7 |
scikit-learn-contrib/metric-learn | scikit-learn | 225 | lmnn verbose first line | I think lmnn's verbose is missing some first line that would say sth like "iteration | objective function | ... | " | closed | 2019-06-27T14:17:52Z | 2019-10-28T16:10:21Z | https://github.com/scikit-learn-contrib/metric-learn/issues/225 | [] | wdevazelhes | 0 |
Avaiga/taipy | data-visualization | 1,515 | Possibility to use decimator on Plotly charts | ### Description
The goal would be to allow users to use the decimator alongside Plotly charts.
```python
import yfinance as yf
from taipy.gui import Gui
from taipy.gui.data.decimator import MinMaxDecimator, RDP, LTTB
df_AAPL = yf.Ticker("AAPL").history(interval="1d", period = "max")
df_AAPL["DATE"] = df_AA... | closed | 2024-07-15T08:47:36Z | 2024-10-07T10:02:49Z | https://github.com/Avaiga/taipy/issues/1515 | [
"📈 Improvement",
"🖰 GUI",
"🟨 Priority: Medium",
"💬 Discussion"
] | FlorianJacta | 4 |
donnemartin/data-science-ipython-notebooks | tensorflow | 80 | Python | open | 2021-02-12T06:36:25Z | 2023-03-16T10:41:20Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/80 | [
"needs-review"
] | saketh0000 | 1 | |
horovod/horovod | deep-learning | 3,804 | CI: Builds fail with Numpy 1.24 | Builds with Python versions newer than 3.7 fail because Numpy have changed their API in release 1.24 and some package requirements aren't restrictive enough.
https://github.com/horovod/horovod/actions/runs/3837009090
```
# ...
2023-01-03T19:09:52.2227909Z #29 28.83 File "/usr/local/lib/python3.8/dist-packages/p... | closed | 2023-01-04T19:39:33Z | 2023-01-05T23:11:10Z | https://github.com/horovod/horovod/issues/3804 | [
"bug"
] | maxhgerlach | 1 |
ipython/ipython | jupyter | 14,498 | Descriptor docs | I didn't find an existing issue, but apologies if this a repeat.
At Astropy we have a number of descriptors and we've [noticed](https://github.com/astropy/astropy/pull/16846) that `?` doesn't surface the descriptor's `__doc__` unless the descriptor is a subclass of `property`. We would find it very helpful if the intr... | open | 2024-08-19T15:55:34Z | 2024-08-19T15:55:34Z | https://github.com/ipython/ipython/issues/14498 | [] | nstarman | 0 |
wkentaro/labelme | deep-learning | 640 | Suppress one class/label from a dataset when producing VOC-dataset? | Is it possible to generate VOC-style masks while ignoring a certain label? I am following [this](https://github.com/wkentaro/labelme/tree/master/examples/semantic_segmentation).
Say my labels.txt looks like
```
# labels.txt
__ignore__
_background_
dog
cat
```
and I have corresponding dataset with labelle... | closed | 2020-04-07T11:45:42Z | 2020-04-07T12:04:10Z | https://github.com/wkentaro/labelme/issues/640 | [] | Asa-Nisi-Masa | 2 |
ivy-llc/ivy | tensorflow | 28,690 | Fix Frontend Failing Test: tensorflow - linalg.torch.linalg.norm | To-do List: https://github.com/unifyai/ivy/issues/27499 | closed | 2024-03-26T16:02:46Z | 2024-08-19T22:04:32Z | https://github.com/ivy-llc/ivy/issues/28690 | [
"Sub Task"
] | Medo072 | 0 |
assafelovic/gpt-researcher | automation | 431 | Passing "detailed_report" in GPTResearcher constructor results in key error | In Version 0.2.0 detailed reports have been added.
I tried to execute the following code:
```python
report_type = "detailed_report" # using ReportType.DetailedReport.value does not work aswell
researcher = GPTResearcher(query, report_type, config_path="config.json")
await researcher.conduct_research()
report = ... | closed | 2024-04-04T14:06:41Z | 2024-04-06T10:11:52Z | https://github.com/assafelovic/gpt-researcher/issues/431 | [] | Handschrift | 2 |
localstack/localstack | python | 12,206 | feature request: AWS::LanguageExtensions macro in CloudFormation | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Feature description
The AWS::LanguageExtensions macro in CloudFormation allows for enhanced functionality, such as loops and string interpolation. However, this macro is currently not supported in LocalStack.
### 🧑💻 Implement... | open | 2025-01-30T10:03:36Z | 2025-01-30T10:03:36Z | https://github.com/localstack/localstack/issues/12206 | [
"aws:cloudformation",
"type: feature",
"status: backlog"
] | Anze1508 | 0 |
liangliangyy/DjangoBlog | django | 334 | 感谢 | closed | 2019-11-06T10:24:33Z | 2019-11-06T10:26:44Z | https://github.com/liangliangyy/DjangoBlog/issues/334 | [] | ysctest | 0 | |
aleju/imgaug | deep-learning | 221 | Rotation without loss of image parts | Hi
As far as I understood, rotation of image losses some parts of corners. Is there a way to rotate square image around a cencter without loosing information ( i.e. cropping it) like it is described here
https://stackoverflow.com/questions/22041699/rotate-an-image-without-cropping-in-opencv-in-c ? | open | 2018-12-26T09:33:13Z | 2018-12-26T18:15:06Z | https://github.com/aleju/imgaug/issues/221 | [] | MiVaVo | 2 |
microsoft/nni | deep-learning | 5,772 | 使用QAT进行量化时,config中'granularity':使用'per_channel'出现报错 |
## NNI 学生项目问题概述 / General Question of Student Program
使用QAT进行量化时,config中'granularity':使用'per_channel'出现报错
**请简要概述您的问题 / 观点 :
使用的是Doc里面的quick start 历程,将量化粒度由default改为per_channel无法完成量化
**请提供 NNI 环境信息 :**
**nni Environment :**
- nni 3.0
- python version:
conda
python 3.10
## 其他建议 / Other Advice
**是否需... | open | 2024-04-22T14:03:22Z | 2024-04-22T14:03:22Z | https://github.com/microsoft/nni/issues/5772 | [] | Count1ngStar | 0 |
qubvel-org/segmentation_models.pytorch | computer-vision | 902 | how to calculate the number of parameters and computational complexity for each model | Hello, I want to calculate the number of parameters and computational complexity for each model (like U-Net, U-Net++, etc.). How can I implement this? | open | 2024-08-02T07:55:30Z | 2024-08-02T08:30:18Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/902 | [
"question"
] | wangluoWSG | 1 |
JaidedAI/EasyOCR | pytorch | 516 | thanks you so much for your valuable code .. but i have checked your code give this error | ValueError: Usecols do not match columns, columns expected but not found: ['words']
30 minutes before this code run well ..
but after some time this code give this type of error
please check
ValueError: Usecols do not match columns, columns expected but not found: ['words'] | closed | 2021-08-12T10:53:00Z | 2021-10-06T09:02:50Z | https://github.com/JaidedAI/EasyOCR/issues/516 | [] | ghost | 4 |
opengeos/streamlit-geospatial | streamlit | 131 | 用不了 | 用不了 | closed | 2024-05-07T12:44:49Z | 2024-05-07T13:02:28Z | https://github.com/opengeos/streamlit-geospatial/issues/131 | [] | 19879099190 | 1 |
openapi-generators/openapi-python-client | fastapi | 112 | Server Base Path Not Applied to Generated Endpoint URLs | **Describe the bug**
When specifying a `url` in `servers` in a spec, the path is completely ignored in the generated endpoints. Making it necessary to fully qualify the `base_url` passed to the `Client`, which is problematic when supporting multiple API namespaces (e.g., `/api/v2`, `/api/experimental`).
**To Reprod... | closed | 2020-07-30T23:58:59Z | 2023-08-13T02:13:54Z | https://github.com/openapi-generators/openapi-python-client/issues/112 | [
"✨ enhancement",
"🍭 OpenAPI Compliance"
] | bowenwr | 4 |
matterport/Mask_RCNN | tensorflow | 2,500 | Custom dataset using VGG image annotator v2.0.10 / v2.0.11 | I tried to use these code to perform it on my own custom datasets. However, I could not get the python file to read the JSON file which was annotated usng VGG image annotator v2.0. Are there any solutions to help on this?
I keep facing "region" or dictionary/list issues. | open | 2021-03-09T08:01:02Z | 2021-03-09T08:01:02Z | https://github.com/matterport/Mask_RCNN/issues/2500 | [] | Genius-farmer | 0 |
strawberry-graphql/strawberry | django | 3,587 | graphql.error.graphql_error.GraphQLError: Boolean cannot represent a non boolean value: <StrawberryField instance> | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
When setting a parameter va... | closed | 2024-08-06T15:08:52Z | 2025-03-20T15:56:49Z | https://github.com/strawberry-graphql/strawberry/issues/3587 | [
"bug",
"info-needed"
] | Aponace | 1 |
joeyespo/grip | flask | 347 | Not seeing some styles in rendered HTML output | I have come here from issue #265.
Using Grip 4.5.2 on Windows 10, Python 3.7.3.
The text is formatted with Segoe UI font, but except that all other styles are missing. Code fences and blocks have no background. Even horizontal rules are invisible. A simple check through Chrome's devtools reveals that CSS variabl... | closed | 2021-11-11T09:12:13Z | 2022-02-02T05:22:58Z | https://github.com/joeyespo/grip/issues/347 | [
"bug"
] | ronnyknight45 | 5 |
serengil/deepface | deep-learning | 1,061 | Weak pickled representations consistency in `find` | I believe there might be several improvements in how embeddings for images are stored in pickle file.
Dropping here for reference should you want to address them :
1. [Here a check](https://github.com/serengil/deepface/blob/ad53a9bb2808b895a17b3b76a55b422322b23d03/deepface/modules/recognition.py#L123-L125) is perfo... | closed | 2024-03-04T18:06:17Z | 2024-03-08T19:56:57Z | https://github.com/serengil/deepface/issues/1061 | [
"enhancement"
] | AndreaLanfranchi | 4 |
zalandoresearch/fashion-mnist | computer-vision | 110 | DNN-for-fashion-mnist | closed | 2018-04-17T07:18:54Z | 2018-04-18T00:13:40Z | https://github.com/zalandoresearch/fashion-mnist/issues/110 | [
"invalid"
] | Mengmengbai | 8 | |
jupyter-book/jupyter-book | jupyter | 1,728 | Make `_config.yml` have top-level keys that map onto extensions | With new versions of myst-parser and myst-nb, file-level configuration is now available under the `myst`/mystnb` "namespaces":
- https://myst-parser.readthedocs.io/en/latest/configuration.html#local-configuration
- https://myst-nb.readthedocs.io/en/latest/configuration.html#file-level-configuration
Both of which... | open | 2022-05-12T13:46:42Z | 2022-06-09T13:50:03Z | https://github.com/jupyter-book/jupyter-book/issues/1728 | [
"enhancement",
":label: config"
] | chrisjsewell | 3 |
Anjok07/ultimatevocalremovergui | pytorch | 1,168 | Report issue UVR5 Error console | Last Error Received:
Process: Demucs
Missing file error raised. Please address the error and try again.
If this error persists, please contact the developers with the error details.
Raw Error Details:
FileNotFoundError: "[WinError 2] Impossibile trovare il file specificato"
Traceback Error: "
File "U... | open | 2024-02-14T21:25:04Z | 2024-02-14T21:25:04Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1168 | [] | Roccione | 0 |
Layout-Parser/layout-parser | computer-vision | 106 | Setting the Color_map argument in 'draw_box' function does not change the color of bounding boxes | I have tried setting the color_map argument in 'draw_box' function but it defaults to 'red' color. I believe the reason for the red color is that the DEFAULT_OUTLINE_COLOR in layoutparser.visualization file has been set to 'red'. The official documentation mentions the following to change the color_map:
> A map fr... | closed | 2021-12-21T19:19:15Z | 2021-12-27T21:52:44Z | https://github.com/Layout-Parser/layout-parser/issues/106 | [
"documentation"
] | venkatesh-kulkarni | 1 |
robotframework/robotframework | automation | 4,576 | Make the WHILE loop condition optional | As discussed in issue #4562, if no condition is set on the WHILE loop, the condition should be `True` by default.
Here is an example :
```
*** Test Cases ***
Optional WHILE loop condition
WHILE
Log Test
END
``` | closed | 2022-12-24T17:06:49Z | 2023-05-04T20:18:29Z | https://github.com/robotframework/robotframework/issues/4576 | [
"enhancement",
"priority: medium",
"beta 1",
"effort: small"
] | asaout | 4 |
sigmavirus24/github3.py | rest-api | 856 | iter_* on Repository fails | ```
repo = gh.repository(owner='me', repository='repo')
pulls_iter = repo.iter_pulls()
for pr in pulls_iter:
# do stuff
```
fails with
```
Traceback (most recent call last):
File "github_helper.py", line 18, in <module>
pulls_iter = repo.iter_pulls()
File "/usr/local/lib/python3.6/site-pac... | closed | 2018-07-11T15:25:06Z | 2018-07-11T15:54:39Z | https://github.com/sigmavirus24/github3.py/issues/856 | [] | nikostrongioglou | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.