repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
huggingface/datasets | deep-learning | 7,392 | push_to_hub payload too large error when using large ClassLabel feature | ### Describe the bug
When using `datasets.DatasetDict.push_to_hub` an `HfHubHTTPError: 413 Client Error: Payload Too Large for url` is raised if the dataset contains a large `ClassLabel` feature. Even if the total size of the dataset is small.
### Steps to reproduce the bug
``` python
import random
import sys
impor... | open | 2025-02-11T17:51:34Z | 2025-02-11T18:01:31Z | https://github.com/huggingface/datasets/issues/7392 | [] | DavidRConnell | 1 |
deepspeedai/DeepSpeed | pytorch | 5,641 | [BUG] tortoise_tts.py fails on deepspeed/pydantic error | **Describe the bug**
When running `./scripts/tortoise_tts.py` it fails in `deepspeed/runtime/config_utils.py` from what looks like a pyndantic conflict.
**To Reproduce**
Install as per instructions
run `./scripts/tortoise_tts.py`
**Expected behavior**
non-fatal output
**ds_report output**
ds_report
/ho... | closed | 2024-06-11T20:27:51Z | 2024-08-22T23:40:46Z | https://github.com/deepspeedai/DeepSpeed/issues/5641 | [
"bug",
"inference"
] | tholonia | 2 |
davidsandberg/facenet | tensorflow | 610 | ResourceExhaustedError (see above for traceback): OOM when allocating tensor with shape[90,17,17,32] | when I train show: ResourceExhaustedError (see above for traceback): OOM when allocating tensor with shape[90,17,17,32]. how to sovle? | closed | 2018-01-09T11:31:40Z | 2018-04-01T21:29:56Z | https://github.com/davidsandberg/facenet/issues/610 | [] | shikongy | 1 |
plotly/dash-bio | dash | 55 | Test Manhattanplot | List all stylistic or functional issues here.
When done, change issue assignment to the component creator for them to fix the issues. | closed | 2018-11-29T16:46:38Z | 2018-12-06T08:28:42Z | https://github.com/plotly/dash-bio/issues/55 | [] | VeraZab | 7 |
fastapi/sqlmodel | sqlalchemy | 890 | Field cannot autocompletion when its a SQLModel | ### Privileged issue
- [ ] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
`Sorry for create this issue without permission, because this question has been in the discussion area for a week but no one has paid attention to it.`
### First Check
- [X] I added a very descript... | closed | 2024-04-09T04:37:11Z | 2024-12-07T03:08:59Z | https://github.com/fastapi/sqlmodel/issues/890 | [] | zhaowcheng | 8 |
flairNLP/flair | pytorch | 3,042 | does flairNLP support mypy | I am using pycharm IDE and as such don't have tons of experience with python at present.
For this line:
```
from flair.data import Sentence
```
I get the following warning:
Mypy: Skipping analyzing "flair.data": module is installed, but missing library stubs or py.typed marker
Is there a way to fix this e... | closed | 2023-01-04T12:40:24Z | 2023-02-20T13:24:42Z | https://github.com/flairNLP/flair/issues/3042 | [
"question"
] | sillyquestion | 1 |
docarray/docarray | pydantic | 1,590 | HNSWIndex bug | Why this is not working?
```python
from docarray.index import HnswDocumentIndex
from docarray import DocList, BaseDoc
from docarray.typing import NdArray
import numpy as np
class MyDoc(BaseDoc):
text: str
embedding: NdArray[128]
docs = [MyDoc(text='hey', embedding=np.random.rand(128)) for i in ra... | closed | 2023-05-30T16:25:47Z | 2023-05-31T09:39:52Z | https://github.com/docarray/docarray/issues/1590 | [] | JoanFM | 0 |
JaidedAI/EasyOCR | machine-learning | 721 | Output format of labels | open | 2022-05-07T04:09:01Z | 2022-05-07T04:09:26Z | https://github.com/JaidedAI/EasyOCR/issues/721 | [] | abhifanclash | 0 | |
dynaconf/dynaconf | fastapi | 845 | [RFC] Vault Approle authentication with SSH/https/tls disabled | **Is your feature request related to a problem? Please describe.**
vault authentication via approle does not offer skipping of ssl.
**Describe the solution you'd like**
vault_loader.py file, line33 had to be modified by adding verify=False, to skip https verification.
**Describe alternatives you've considered*... | open | 2022-12-26T16:07:45Z | 2023-08-21T19:47:45Z | https://github.com/dynaconf/dynaconf/issues/845 | [
"Not a Bug",
"RFC"
] | MrAmbiG | 0 |
mirumee/ariadne | api | 362 | No extensions support in ariadne.contrib.django.views.GraphQLView | As far as I can tell, in order to enable an extension using the Django integration, I would pass an extensions argument to `GraphQLView.as_view()`. However, that results in a Django error:
```
GraphQLView() received an invalid keyword 'extensions'. as_view only accepts arguments that are already attributes of the ... | closed | 2020-04-20T17:15:42Z | 2020-04-22T08:50:18Z | https://github.com/mirumee/ariadne/issues/362 | [] | markedwards | 3 |
inducer/pudb | pytest | 86 | Update docs about IPython stuff | The stuff in `pudb.ipython`. See also https://github.com/inducer/pudb/pull/83
| open | 2013-08-13T04:39:57Z | 2013-08-13T04:39:57Z | https://github.com/inducer/pudb/issues/86 | [] | asmeurer | 0 |
slackapi/python-slack-sdk | asyncio | 971 | 3.4.1 compatibility break with serialized attachments parameter in chat.* method calls | Broken compatibility warning
### Reproducible in:
#### The Slack SDK version
slack-sdk==3.4.1
#### Python runtime version
Python 3.9.2
#### OS info
ProductName: Mac OS X
ProductVersion: 10.15.7
BuildVersion: 19H114
Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~... | closed | 2021-03-04T20:34:20Z | 2021-03-05T05:27:10Z | https://github.com/slackapi/python-slack-sdk/issues/971 | [
"bug",
"web-client",
"Version: 3x"
] | pmarkert | 4 |
xlwings/xlwings | automation | 1,897 | PivotTable.PivotSelect in xlwings | #### OS Windows 10
#### Versions of xlwings, Excel and Python Office 365, Python 3.9)
#### Good afternoon, I can not implement the selection of values in the pivot table
I use the following code
Please tell me where is the error and how to solve it. Thanks
```python
```python
wb.sheets['Sheet_nam... | open | 2022-04-15T17:00:07Z | 2022-04-15T17:00:07Z | https://github.com/xlwings/xlwings/issues/1897 | [] | Kasid82 | 0 |
explosion/spaCy | deep-learning | 13,769 | Bug in Span.sents | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
When a `Doc`'s entity is in the second to the last sentence, and the last sentence consists only of one token, `entity.sents` includes that last 1-token sentence (even though the entity is fully contained by the previous sentence.... | open | 2025-03-12T18:03:13Z | 2025-03-12T18:03:13Z | https://github.com/explosion/spaCy/issues/13769 | [] | nrodnova | 0 |
apache/airflow | machine-learning | 47,386 | Opt out of using versioned bundle | ### Description
We need a way for both individual dags and a whole instance to opt out of using versioned bundles.
I think the most bang for the buck will be this approach:
- config options, something like `use_bundle_versioning`
- DAG kwarg that uses that config option as the default
- [conditionally add bundle_ver... | closed | 2025-03-05T14:21:22Z | 2025-03-11T19:19:18Z | https://github.com/apache/airflow/issues/47386 | [
"kind:feature",
"area:core",
"AIP-66: DAG Bundle/Manifest"
] | jedcunningham | 0 |
PaddlePaddle/models | nlp | 5,197 | 关于paddle安装中的TensorRT问题 | 我是ubuntu18.04系统,显卡是1660ti,安装了CUDA10.0+cudnn7,安装的TensorRT是6.0.1.5,paddle版本是1.8.5
但我安装完之后提示:(可是我已经安装了TensorRT,库目录也加到路径中去了)
Suggestions:
1. Check if TensorRT is installed correctly and its version is matched with paddlepaddle you installed.
2. Configure TensorRT dynamic library environment variables as follows:
... | open | 2021-01-13T02:48:36Z | 2024-02-26T05:09:26Z | https://github.com/PaddlePaddle/models/issues/5197 | [] | mocaibupt | 1 |
ultralytics/yolov5 | deep-learning | 12,496 | Results of the YOLOv5x-seg model | ### 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
Hello, I have a question about the results of the YOLOv5x-seg model.
I trained this mo... | closed | 2023-12-13T03:10:38Z | 2024-10-20T19:34:05Z | https://github.com/ultralytics/yolov5/issues/12496 | [
"question",
"Stale"
] | kim2429 | 5 |
statsmodels/statsmodels | data-science | 8,587 | X13ARIMA & statsmodels: X13NotFoundError: x12a and x13as not found on path | #### Describe the bug
0
I am on Window OS. I downloaded the Windows version of X13 software from https://www.census.gov/data/software/x13as.X-13ARIMA-SEATS.html#list-tab-635278563.
I would like to use it with my Python code as below.
But I get error:
X13NotFoundError: x12a and x13as not found on path. Give... | open | 2022-12-21T05:51:05Z | 2022-12-25T15:19:28Z | https://github.com/statsmodels/statsmodels/issues/8587 | [] | PL450 | 5 |
jina-ai/clip-as-service | pytorch | 455 | Not able to pass value to boolean arguments | **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
My version: 1.9.6
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in... | closed | 2019-09-29T04:21:29Z | 2019-09-29T05:05:55Z | https://github.com/jina-ai/clip-as-service/issues/455 | [] | ZhaoWang-IIT | 2 |
huggingface/datasets | pytorch | 6,597 | Dataset.push_to_hub of a canonical dataset creates an additional dataset under the user namespace | While using `Dataset.push_to_hub` of a canonical dataset, an additional dataset was created under my user namespace.
## Steps to reproduce the bug
The command:
```python
commit_info = ds.push_to_hub(
"caner",
config_name="default",
commit_message="Convert dataset to Parquet",
commit_descriptio... | closed | 2024-01-16T11:27:07Z | 2024-02-05T12:29:37Z | https://github.com/huggingface/datasets/issues/6597 | [
"bug"
] | albertvillanova | 6 |
Avaiga/taipy | automation | 1,513 | Remove sql repository | Because the sql repository type does not bring much value to users, and because it is painful to maintain it we want to remove the feature.
- [ ] Remove the sql repository type from Taipy Community
- [ ] Remove the related tests
- [ ] Update the integration testing repository
- [ ] Update the documentation (directly i... | closed | 2024-07-15T07:47:45Z | 2024-07-29T09:00:35Z | https://github.com/Avaiga/taipy/issues/1513 | [
"Core",
"📈 Improvement",
"📄 Documentation",
"⚙️Configuration",
"🟧 Priority: High",
"📝Release Notes",
"🔒 Staff only",
"Core: Repository"
] | jrobinAV | 0 |
matplotlib/mplfinance | matplotlib | 221 | how to control the lines size when add Own Technical and add legend? | hi,Daniel:
I use the mpf.make_addplot add my own Technical(MA55,MA200,....),but the line too large, I need to shrink it .
At the moment,I need add the legend based on different color to different lines.
can you give my some advices?
thanks
| closed | 2020-07-19T09:17:30Z | 2023-06-15T14:17:13Z | https://github.com/matplotlib/mplfinance/issues/221 | [
"question"
] | cvJie | 3 |
harry0703/MoneyPrinterTurbo | automation | 390 | 您好,这个项目是不是不能用GPU跑呀,我在服务器上跑,看并没有使用到GPU,求指教 | 您好,这个项目是不是不能用GPU跑呀,我在服务器上跑,看并没有使用到GPU,求指教 | closed | 2024-05-28T06:42:21Z | 2024-05-31T02:05:40Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/390 | [] | ck1123456 | 1 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 857 | Browserbase.__init__() got an unexpected keyword argument 'project_id' | **Describe the bug**
Looks like ScrapeGraphAI's implementation of the BrowserBase SDK does not match its current SDK API.
See how its currently implemented: https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/fe89ae29e6dc5f4322c25c693e2c9f6ce958d6e2/scrapegraphai/docloaders/browser_base.py#L60
See how it shoul... | closed | 2024-12-31T02:39:16Z | 2025-01-12T21:44:51Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/857 | [
"bug"
] | Kilowhisky | 2 |
ckan/ckan | api | 7,654 | Wrong facet function called when defining a custom group | ## CKAN version
2.9, 2.10, master
## Describe the bug
When developer defines a custom group with `group_type` something else than `group`, `group_facets` is not called, instead ckan calls `organization_facets`
https://github.com/ckan/ckan/blob/71d5d1be495ec9662323eb69d6f71b2ccbb894f2/ckan/views/group.py#L378-L38... | open | 2023-06-15T09:55:35Z | 2023-12-20T07:24:00Z | https://github.com/ckan/ckan/issues/7654 | [
"Good for Contribution",
"Beginner Friendly"
] | Zharktas | 1 |
marshmallow-code/apispec | rest-api | 631 | TimeDelta fields not generating useful documentation | Documentation for `marshmallow.fields.TimeDelta` is not capturing anything about the field type except the description. Under the hood, Marshmallow treats it as an `int` that gets converted to a `datetime.timedelta` on deserialization.
Here is the line from the schema declaration:
```py
uptime = fields.TimeDel... | closed | 2021-01-25T22:45:51Z | 2021-06-14T09:03:14Z | https://github.com/marshmallow-code/apispec/issues/631 | [] | camercu | 1 |
tflearn/tflearn | tensorflow | 422 | feed_dict_builder does work with traditional feed dict | in https://github.com/tflearn/tflearn/blob/master/tflearn/utils.py:feed_dict_builder if the input feed dict contains a mapping of tf.tensor to data, this is not added to the resulting feed dict.
Line 294 and line 331, continue the iteration through the input feed_dict but never update the output feed dict.
As a resu... | open | 2016-10-29T20:32:15Z | 2016-10-30T19:37:04Z | https://github.com/tflearn/tflearn/issues/422 | [] | blake-varden | 3 |
jwkvam/bowtie | jupyter | 199 | cache plotly layout data | plotly_relayout doesn't always output both xaxis and yaxis info. Therefore it needs to be stored to present to the user. Waiting to hear from plotly if this is intentional, but I would guess this will need to be handled in bowtie.
https://github.com/plotly/plotly.js/issues/2330 | open | 2018-02-04T07:04:42Z | 2018-07-24T01:42:38Z | https://github.com/jwkvam/bowtie/issues/199 | [] | jwkvam | 0 |
2noise/ChatTTS | python | 263 | Error installing and running on apple silicon - M1 chip | i get this error:
```bash
Traceback (most recent call last):
File "/Users/🤓/demo-tts/main.py", line 1, in <module>
import ChatTTS
File "/Users/🤓/anaconda3/envs/ml-env/lib/python3.10/site-packages/ChatTTS/__init__.py", line 1, in <module>
from .core import Chat
File "/Users/🤓/anaconda3/envs/ml-... | closed | 2024-06-05T09:21:53Z | 2025-01-26T07:52:46Z | https://github.com/2noise/ChatTTS/issues/263 | [
"stale"
] | FotieMConstant | 5 |
ets-labs/python-dependency-injector | asyncio | 615 | Lazy-load pydantic settings in configuration | Hi,
Thank you for this package!
I am using a container that loads configuration from a Pydantic setting:
```
config = providers.Configuration(pydantic_settings=[Settings()])
```
The problem I am running into is that the Settings are instantiated at import time, rather than at the time the container is cre... | open | 2022-08-17T06:12:45Z | 2022-08-17T06:12:45Z | https://github.com/ets-labs/python-dependency-injector/issues/615 | [] | nicocrm | 0 |
gradio-app/gradio | data-visualization | 10,252 | Browser get Out of Memory when using Plotly for plotting. | ### Describe the bug
I used Gradio to create a page for monitoring an image that needs to be refreshed continuously. When I used Plotly for plotting and set the refresh rate to 10 Hz, the browser showed an "**Out of Memory**" error after running for less than 10 minutes.
I found that the issue is caused by the `Plo... | closed | 2024-12-25T05:16:18Z | 2025-02-08T00:56:23Z | https://github.com/gradio-app/gradio/issues/10252 | [
"bug"
] | Reflux00 | 0 |
reloadware/reloadium | django | 52 | Plugin 0.8.6 (with Relodium 0.9.3) breaks with PyCharm 2022.2.3 | **Describe the bug**
Relodium breaks.
I had relodium installed and upgraded both PyCharm and Relodium versions.
After the upgrade, the plugin fails when running. Because code is obfuscated I cannot see where it breaks, but I attached the log console.
**Screenshots**

to subplot spatial map with data.
<br>
individually it works pretty well.
```
ax = gplt.polyplot(AB_base )
def power_scale(minval, maxval):
def scalar(val):
val = val + abs(minva... | closed | 2017-11-22T19:38:38Z | 2018-01-01T23:43:16Z | https://github.com/ResidentMario/geoplot/issues/49 | [] | Questionm | 9 |
ets-labs/python-dependency-injector | flask | 606 | Use providers for keys of providers.Dict | I want to use the object given by another provider for the key of Dict provider.
However, as I have found, the value of Dict provider only can be another provider value, not key.
For example, I want to do like dict_provider of WorkersContainer. When I call summary method for dict_provider, it gives `<dependency_inj... | open | 2022-07-11T06:37:23Z | 2022-07-11T06:37:23Z | https://github.com/ets-labs/python-dependency-injector/issues/606 | [] | swbliss | 0 |
simple-login/app | flask | 1,298 | Option to disable verification email | Would the maintainers be open to the option of disabling the verification email that gets sent when a new mailbox is created?
The scenario we are looking at, and the rationale for this is as follows:
We are looking at using SimpleLogin as part of our email infrastructure. As part of regular business ops, we have ... | open | 2022-09-20T14:34:14Z | 2022-10-02T16:40:50Z | https://github.com/simple-login/app/issues/1298 | [] | sashahilton00 | 3 |
serengil/deepface | machine-learning | 1,240 | [FEATURE]: filtering based on the threshold in find() function | ### Description
instead of just giving out threshold, can we automatically filter the results based on the minimum threshold set in the deepface.find function?
### Additional Info
_No response_ | closed | 2024-05-30T07:25:06Z | 2024-05-30T12:57:19Z | https://github.com/serengil/deepface/issues/1240 | [
"enhancement"
] | richardar | 2 |
jmcnamara/XlsxWriter | pandas | 936 | Some notes on autofit() | # Notes on the XlsxWriter implementation of `autofit()`.
Version 3.0.6 of XlsxWriter added a `worksheet.autofit()` function.
The implementation is a technical compromise and I wanted to write some notes about it.
First off let's start with the text that was in the FAQ:
> Q. Is there an "AutoFit" option for ... | closed | 2023-01-04T23:37:58Z | 2023-04-27T19:10:24Z | https://github.com/jmcnamara/XlsxWriter/issues/936 | [
"feature request"
] | jmcnamara | 12 |
dask/dask | numpy | 11,595 | Supporting inconsistent schemas in read_json | If you have two (jsonl) files where one contains columns `{"id", "text"}` and the other contains `{"text", "id", "meta"}` and you wish to read the two files using `dd.read_json([file1.jsonl, file2.jsonl], lines=True)` we run into an error
```
Metadata mismatch found in `from_delayed`.
Partition type: `pandas.cor... | open | 2024-12-10T18:24:48Z | 2025-02-24T02:01:24Z | https://github.com/dask/dask/issues/11595 | [
"dataframe",
"needs attention",
"feature"
] | praateekmahajan | 1 |
oegedijk/explainerdashboard | plotly | 16 | ImportError: cannot import name 'XGBExplainer' from 'explainerdashboard' | ```
ImportError: cannot import name 'XGBExplainer' from 'explainerdashboard' (C:\Users\131416\AppData\Local\Continuum\anaconda3\envs\test_env\lib\site-packages\explainerdashboard\__init__.py)
```
I'll investigate more when I have time. I'm also on windows.
Edit:
This works: `from explainerdashboard.explainer... | closed | 2020-11-13T15:27:59Z | 2020-11-13T17:22:37Z | https://github.com/oegedijk/explainerdashboard/issues/16 | [] | raybellwaves | 0 |
miguelgrinberg/flasky | flask | 265 | redundant if statement in User model | Hi, in chapter 9 you're adding a role attribution to a User model:
```def __init__(self, **kwargs):
super(User, self).__init__(**kwargs)
if self.role is None:
if self.email == current_app.config['FLASKY_ADMIN']:
self.role = Role.query.filter_by(permissions=0xff).first()
if ... | closed | 2017-04-28T07:32:46Z | 2017-12-10T20:07:57Z | https://github.com/miguelgrinberg/flasky/issues/265 | [
"question"
] | kulichevskiy | 2 |
dgtlmoon/changedetection.io | web-scraping | 1,770 | "A NEW VERSION IS AVAILABLE" message on 0.45 | **DO NOT USE THIS FORM TO REPORT THAT A PARTICULAR WEBSITE IS NOT SCRAPING/WATCHING AS EXPECTED**
This form is only for direct bugs and feature requests todo directly with the software.
Please report watched websites (full URL and _any_ settings) that do not work with changedetection.io as expected [**IN THE DISC... | closed | 2023-09-06T09:16:31Z | 2023-09-06T09:21:58Z | https://github.com/dgtlmoon/changedetection.io/issues/1770 | [
"triage"
] | Constantin1489 | 1 |
tflearn/tflearn | tensorflow | 235 | customized objective function, getting error messages | Hi, I am new to tensorflow and tflearn. I would like to define my own cost function. I have tried both methods mentioned in [issue #72 ](https://github.com/tflearn/tflearn/issues/72) but in both cases I get error messages. In the first case, the error message is:
from .config import _EPSILON, _FLOATX
ValueError: Attem... | closed | 2016-07-26T20:25:05Z | 2017-01-18T08:30:29Z | https://github.com/tflearn/tflearn/issues/235 | [] | fpishdadian | 6 |
piskvorky/gensim | machine-learning | 3,213 | summarize the way we update dependencies across the different files / subsystems | Thanks! Shouldn't these versions match `setup.py` though?
I forgot what exactly needs to be updated where, so everything's in sync… @mpenkov could you please summarize the way we update dependencies across the different files / subsystems in [Gensim & Compatibility](https://github.com/RaRe-Technologies/gensim/wiki/G... | open | 2021-08-12T01:16:21Z | 2021-08-12T01:16:40Z | https://github.com/piskvorky/gensim/issues/3213 | [
"documentation"
] | mpenkov | 0 |
pyro-ppl/numpyro | numpy | 1,482 | Using jax.numpy versus numpy in diagnostics | Heya, more of a question versus an issue:
Currently if I want to assess jax arrays with `diagnostics`, I have been resorting to converting them back to numpy arrays then running through the diagnostics, for example in `effective_sample_size`, the item assignment flags that jax arrays are immutable.
https://github... | closed | 2022-09-25T23:14:05Z | 2022-09-28T16:38:57Z | https://github.com/pyro-ppl/numpyro/issues/1482 | [] | ayhteo | 2 |
brightmart/text_classification | nlp | 138 | Are you sure the latest code of this project is working properly? | My environment: Python3.6+TensorFlow1.9
When i open the project with Visual Studio Code and run it, the console throws many errors, including syntax errors. | open | 2020-02-11T02:03:36Z | 2020-02-11T08:00:33Z | https://github.com/brightmart/text_classification/issues/138 | [] | liaooo | 2 |
miguelgrinberg/Flask-SocketIO | flask | 1,801 | SocketIO stops after Thread call | Hi, i'm using Flask-SockeIO and recently i've been implementing Threading Tasks. I'm getting a problem after the threading call, the Flask-SocketIO doesn't respond anymore. The threading call doesn't have anything about socket. I'm just using a app_context().
See the following code and how i implement it the thread ... | closed | 2022-03-09T03:55:10Z | 2022-03-09T09:16:55Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1801 | [] | wduandy | 1 |
ufoym/deepo | jupyter | 46 | Reproducible container builds via explicit version annotations | It is my understanding that, in its current form, the container builds are not really reproducible as they use the most recent versions available. This is great in many cases, but undesirable in many others, e.g., if you want to build the exact same container that you would one year ago. Having explicit versions would... | closed | 2018-07-19T21:18:01Z | 2020-01-29T02:44:20Z | https://github.com/ufoym/deepo/issues/46 | [] | negrinho | 1 |
matterport/Mask_RCNN | tensorflow | 2,451 | Applying data augmentation on the training dataset. | Hello, I want to apply data augmentation techniques on my training set such as rotation, flipping during training. So, how to do it? where should I do modifications in the code? | open | 2020-12-24T16:36:18Z | 2021-07-20T14:15:54Z | https://github.com/matterport/Mask_RCNN/issues/2451 | [] | vis58 | 2 |
ydataai/ydata-profiling | jupyter | 1,529 | pandas.Series.to_dict() got an unexpected keyword argument 'orient' | ### Current Behaviour
ProfileReport._render_json method tries to use function with keyword parameter only available in pd.DataFrame in a [pd.Series](https://pandas.pydata.org/docs/reference/api/pandas.Series.to_dict.html), raising type error:
https://github.com/ydataai/ydata-profiling/blob/cdfc17ac7c01a66a2f3bbf6641... | closed | 2024-01-24T19:03:43Z | 2024-02-09T11:41:34Z | https://github.com/ydataai/ydata-profiling/issues/1529 | [
"bug 🐛"
] | michellyrds | 2 |
yihong0618/running_page | data-visualization | 139 | Several suggestions to make this repo more efficient and standardized | Good afternoon guys @yihong0618 @shaonianche ,
It just occurred to me that regardless of the codes, we may need to do some optimizations to this repo to make it more standardized and efficient.
Here are my ideas in the following:
1. README.md refactoring: Since now we have a homepage, and a comprehensive wiki,... | closed | 2021-06-03T07:51:31Z | 2022-07-11T07:45:51Z | https://github.com/yihong0618/running_page/issues/139 | [
"Need Discussion"
] | MFYDev | 2 |
thewhiteh4t/pwnedOrNot | api | 60 | Status 503 : Service unavailable — usually returned by Cloudflare if the underlying service is not available | Created by : thewhiteh4t
[>] Version : 1.3.0.1
[+] API Key Found...
[+] Checking Breach status for myemail@gmail.com
[-] Status 503 : Service unavailable — usually returned by Cloudflare if the underlying service is not available
[+] Completed in 2.0876543521881104 seconds.
| closed | 2022-04-20T02:33:15Z | 2022-04-21T02:12:33Z | https://github.com/thewhiteh4t/pwnedOrNot/issues/60 | [] | Fabiandenise | 0 |
timkpaine/lantern | plotly | 107 | matplotlib put legend to right of plots | closed | 2017-10-25T01:20:15Z | 2017-10-25T01:31:36Z | https://github.com/timkpaine/lantern/issues/107 | [
"feature",
"matplotlib/seaborn"
] | timkpaine | 0 | |
samuelcolvin/watchfiles | asyncio | 282 | _rust_notify.WatchfilesRustInternalError: error in underlying watcher: IO error for operation on <python path>: No such file or directory (os error 2) | ### Description
## Details
This error occurs on `uvicorn` startup in a docker environment (based on python:3.11-slim) when using the uvicorn `--reload` flag.
The path is pointing to the python3 executable of my virtual environment i.e. /backend/app/.ignore/venv/bin/python3.
Full stack trace:
```
Attaching t... | closed | 2024-06-10T09:30:47Z | 2025-01-31T04:31:17Z | https://github.com/samuelcolvin/watchfiles/issues/282 | [
"bug"
] | pavdwest | 24 |
vllm-project/vllm | pytorch | 14,438 | [RFC]: Configurable multi-modal data for profiling | ### Motivation.
We can control the data used in profiling multi-modal models using `limit_mm_per_prompt`. However, this is insufficient for the following use-cases:
- Restrict models that accept multiple modalities to only accept single modality inputs to avoid unnecessary memory allocation, e.g.:
- Make Qwen2-VL o... | open | 2025-03-07T13:55:02Z | 2025-03-15T16:42:52Z | https://github.com/vllm-project/vllm/issues/14438 | [
"RFC",
"multi-modality"
] | DarkLight1337 | 1 |
python-gino/gino | sqlalchemy | 699 | Alter in create_all | * GINO version: 1.0.0
* Python version: 3.8
* asyncpg version:0.20.1
* PostgreSQL version:10
We are using db.gino.create_all() for creation of database from models.py file.
However when we make some changes to any specific table (class) of model file, we need to drop that table and then the changes are getting r... | closed | 2020-06-10T16:40:33Z | 2020-06-21T03:40:18Z | https://github.com/python-gino/gino/issues/699 | [
"question"
] | nikhilpatil02 | 2 |
plotly/dash-table | dash | 32 | Paste from excel - cross browser reliablity | Currently, paste from excel into the table works well in firefox. However, in chrome, it looks like the clipboard data doesn't have any newlines in it and the paste event doesn't work for multiple rows.
We might need to rethink how we are doing pasting to solve this one.
Here's how it works (correctly) in firefox... | closed | 2018-07-27T23:46:10Z | 2018-08-08T20:51:40Z | https://github.com/plotly/dash-table/issues/32 | [] | chriddyp | 2 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,224 | Make possible to enable and disable Tor Onion Services per tenant | **Describe the solution you'd like**
To avoid the system to maintain unused Tor cache, this request is about introducing a flag to toggle Tor for every tenant, in the Tor backend panel. | open | 2022-05-18T10:01:56Z | 2024-02-14T23:33:13Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3224 | [
"T: Enhancement",
"C: Client",
"C: Backend"
] | larrykind | 2 |
NullArray/AutoSploit | automation | 672 | Unhandled Exception (e86239bdf) | Autosploit version: `3.1`
OS information: `Darwin-17.4.0-x86_64-i386-64bit`
Running context: `autosploit.py -H 0.3 -C ******* 127.0.0.1 9076 -e -f etc/json/default_modules.json`
Error mesage: `this is a test exception`
Error traceback:
```
Traceback (most recent call):
File "/Users/admin/bin/tools/autosploit/autosploi... | closed | 2019-04-18T16:40:45Z | 2019-04-18T16:42:55Z | https://github.com/NullArray/AutoSploit/issues/672 | [] | AutosploitReporter | 0 |
ets-labs/python-dependency-injector | asyncio | 368 | Async providers with async dependencies | It turns out that async providers currently cannot have async dependencies.
Example: in this container, both are `async` functions:
```python
class Container(containers.DeclarativeContainer):
db = providers.Factory(async_db_provider)
service = providers.Singleton(async_service, db=db)
```
Now, when... | closed | 2021-01-21T11:41:07Z | 2021-01-27T16:45:53Z | https://github.com/ets-labs/python-dependency-injector/issues/368 | [
"bug"
] | kolypto | 4 |
lanpa/tensorboardX | numpy | 227 | Asynchronous Events | Hey, thanks for this great library!
Currently, if we try to drop a big weight of nn to be monitored using `add_histogram` it would take quite a while, around 300ms or so for certain layer. Do you think it is possible to add extra features for doing the computation inside of the thread for writing the protobuf?
Wh... | open | 2018-09-19T04:56:19Z | 2020-02-03T10:21:00Z | https://github.com/lanpa/tensorboardX/issues/227 | [] | akurniawan | 0 |
jupyter-book/jupyter-book | jupyter | 2,207 | Jinja style conditional blocks | MyST substitution allows variable values to be referenced in content using `{{ nyvar }}` syntax.
I am trying to write some generic documentation that can be conditionally customised.
In Jinja i might say something like `{% if use_jupyterlab %} ...jupyterlab docs...{% else %} ...notebook docs ...{% endif %}}` but ... | open | 2024-09-16T14:11:58Z | 2024-09-16T14:12:14Z | https://github.com/jupyter-book/jupyter-book/issues/2207 | [] | psychemedia | 0 |
miguelgrinberg/Flask-Migrate | flask | 131 | Migrate database missing column with type = Text | Hi, I create a model with a column has type = Text, but migrate file does not have this column
My Model
```
class Post(db.Model):
id = db.Column(db.BigInteger, primary_key=True)
title= db.Column(db.String(255))
description = db.TEXT()
created_at = db.Column(db.DateTime, nullable=True, default=datetime... | closed | 2016-09-30T04:33:25Z | 2016-09-30T07:14:22Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/131 | [
"question"
] | khaihkd | 2 |
google/trax | numpy | 1,749 | Does the Reformer have more parameters than the baseline? | Regarding Reformer: [paper](https://arxiv.org/pdf/2001.04451.pdf) | [code](https://github.com/google/trax/tree/master/trax/models/reformer)
From paper:
> .. show that it performs the same as the normal Transformer when using the same number of parameters; we achieve this by having both x1 and x2 have size d_mo... | open | 2022-06-06T14:56:17Z | 2022-06-06T14:56:17Z | https://github.com/google/trax/issues/1749 | [] | alexm-gc | 0 |
ageitgey/face_recognition | machine-learning | 772 | How get one face from 5 photos? | Hello!
I have 5 photos with me and my friends. Each photo have 1-4 faces.
But each photo have my face.
How get my face encoding from this 5 photos without input data?
For example:
i say "Hey script, give me my face encoding".
Script analyzes 5 photos. Finds the face is present on most photo and gives it t... | open | 2019-03-13T08:37:09Z | 2019-03-17T06:17:44Z | https://github.com/ageitgey/face_recognition/issues/772 | [] | arpsyapathy | 3 |
awesto/django-shop | django | 430 | Tutorial instructions don't work | http://django-shop.readthedocs.io/en/latest/tutorial/intro.html
The problem here is an outdated pip / setuptools.
Proposed fix: document that user should update pip and setuptools.
```
rene@rene /tmp $ virtualenv -p $(which python3.5) pshoptutorial
Running virtualenv with interpreter /home/rene/local/bin/python3.5
U... | open | 2016-09-30T13:42:45Z | 2016-11-08T23:52:21Z | https://github.com/awesto/django-shop/issues/430 | [
"blocker",
"bug",
"accepted",
"documentation"
] | rfleschenberg | 1 |
graphql-python/graphene | graphql | 956 | Cannot create a enum with a deprecation reason supplied | ## How to reproduce
```python
options = {
'description': 'This my enum',
'deprecation_reason': 'For the funs'}
graphene.Enum('MyEnum', [('some', 'data')], **options)
```
## What happened
```
File "/Users/Development/saleor/saleor/graphql/core/enums.py", line 35, in to_enum
return graphene.Enum... | closed | 2019-05-02T13:09:58Z | 2019-05-06T17:18:02Z | https://github.com/graphql-python/graphene/issues/956 | [
"good first issue"
] | NyanKiyoshi | 1 |
QuivrHQ/quivr | api | 3,079 | BUG: Knowledge Syncs | * Set knowledge status to error
* Use notifier for syncs ?
* Write test for sync | closed | 2024-08-23T15:22:18Z | 2024-08-30T07:24:36Z | https://github.com/QuivrHQ/quivr/issues/3079 | [
"bug"
] | linear[bot] | 1 |
seleniumbase/SeleniumBase | pytest | 3,271 | (UC Mode + Windows): The `driver` might stay open after the test completes in the `SB()` format | ### (UC Mode + Windows): The `driver` might stay open after the test completes in the `SB()` format
----
I already figured out the cause: I was using `/` instead of `os.sep` for something.
On Windows, the standard path separator is `\\`. (`os.sep` knows the difference.)
| closed | 2024-11-15T05:28:15Z | 2024-11-15T06:31:29Z | https://github.com/seleniumbase/SeleniumBase/issues/3271 | [
"bug",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
FlareSolverr/FlareSolverr | api | 615 | FlareSolverr not by-passing CloudFlare | BUG / ERROR
* **FlareSolverr version**: 2.2.10
* **Last working FlareSolverr version**: i'm new so 2.2.10
* **Operating system**: ubuntu / ubuntu server
* **Are you using Docker**: yes
* **FlareSolverr User-Agent (see log traces or / endpoint)**: idk see logs
* **Are you using a proxy or VPN?** no
* **Are you ... | closed | 2022-12-11T17:28:36Z | 2023-01-06T11:53:54Z | https://github.com/FlareSolverr/FlareSolverr/issues/615 | [
"more information needed"
] | S0ly | 8 |
plotly/dash | data-science | 2,229 | [BUG] console log gets spammed | the js console gets flooded with logs from callbacks.ts: 460:
`console.log(cb.callback.output, getState().callbackJobs);`
is this intended?
```
dash 2.6.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
plotly 5.10.0
```
| closed | 2022-09-13T10:49:02Z | 2022-09-13T13:09:00Z | https://github.com/plotly/dash/issues/2229 | [] | luggie | 1 |
SYSTRAN/faster-whisper | deep-learning | 347 | timestamps by minute | Is there anyway to get the timestamps by minutes instead of seconds? For example, one of my output segments has a timestamp of [66s - 80s] but I would like it to be [1:06 - 1:20] instead. | closed | 2023-07-10T18:47:18Z | 2023-07-11T00:18:14Z | https://github.com/SYSTRAN/faster-whisper/issues/347 | [] | SubinPradeep | 1 |
graphql-python/gql | graphql | 223 | Fatal Python error: Segmentation fault" from a Raspberry Pi Python3.9.3 32-bit | See the trace below after adding import faulthandler; faulthandler.enable() according to https://blog.richard.do/2018/03/18/how-to-debug-segmentation-fault-in-python/
```
pi@raspberrypi:~/dev/EnergyMeterTelemetry $ /usr/local/opt/python-3.9.3/bin/python3.9 /home/pi/dev/EnergyMeterTelemetry/TibberClient.py
Fatal Py... | closed | 2021-08-03T20:17:41Z | 2021-08-20T13:29:09Z | https://github.com/graphql-python/gql/issues/223 | [
"status: needs investigation"
] | troelde | 6 |
HIT-SCIR/ltp | nlp | 113 | too many problem with a variable 'interval' is 0 | [1](https://github.com/HIT-SCIR/ltp/blob/master/src%2Fsegmentor%2Fsegmentor_frontend.cpp#L178-L184)
[2](https://github.com/HIT-SCIR/ltp/blob/master/src%2Fsegmentor%2Fsegmentor_frontend.cpp#L263-L284)
| closed | 2015-06-02T06:35:11Z | 2015-06-03T03:30:29Z | https://github.com/HIT-SCIR/ltp/issues/113 | [
"bug"
] | pynixwang | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,093 | Context requires double click to open | Pertaining GL v. 4.4.5
We have encountered an issue with context pages which on click opens and shuts immediately here after. A second click will open the page.
The error is ramdomely occurring, and no patern is seen yet.
/soren | closed | 2021-11-09T15:14:51Z | 2021-11-11T14:58:39Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3093 | [
"T: Bug",
"C: Client"
] | schris-dk | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,660 | how to train for two input image and one output image | Hello,
Thank you for the work.
i have a case where i have two input images and which combined give me one output image how can i do this? what part should be modified.
| closed | 2024-05-31T08:54:41Z | 2024-06-03T05:51:37Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1660 | [] | roshan2024nar | 2 |
axnsan12/drf-yasg | django | 271 | Provide a way to statically add references to manually declared objects | I try to document an api, it's response has a $ref as schema, also has headers.
sth. like below.
```
200:
description: Success
headers:
X-RateLimit-Limit:
type: integer
description: Request limit per hour.
schema:
$ref: "#/definitions/User"
```
I know how to construct `ope... | closed | 2018-12-13T03:58:38Z | 2022-07-17T17:56:00Z | https://github.com/axnsan12/drf-yasg/issues/271 | [] | mpwang | 2 |
holoviz/panel | jupyter | 7,384 | OAuth guest endpoints not working | <!--
Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required inform... | closed | 2024-10-09T15:44:50Z | 2024-10-10T08:18:02Z | https://github.com/holoviz/panel/issues/7384 | [] | aktech | 2 |
newpanjing/simpleui | django | 76 | 登陆页样式加载不全无法输入用户名密码 | **bug描述**
简单的描述下遇到的bug:
打开admin登陆页加载很慢,并且样式不全,只有logo和登陆,用户名密码输入框没有了。希望大佬看到了能回复我
**重现步骤**
debug = True

**环境**
1.操作系统:win7,win10
2.python版本:3.6
3.django版本:2.1
4.simpleui版本:2.1
**其他描述**
| closed | 2019-06-05T09:14:23Z | 2019-06-10T08:04:51Z | https://github.com/newpanjing/simpleui/issues/76 | [
"bug"
] | pokededan | 3 |
ipython/ipython | data-science | 14,311 | Move backend mapping to Matplotlib | I wanted to draw your attention to matplotlib/matplotlib#27663, about moving the Matplotlib backend mappings out of IPython and into Matplotlib.
The primary use case it so support Matplotlib widgets (`ipympl` and `matplotlib-inline`) registering themselves as Matplotlib backends without requiring additional code in ... | closed | 2024-01-30T12:05:56Z | 2024-04-12T12:39:34Z | https://github.com/ipython/ipython/issues/14311 | [
"matplotlib",
"magics"
] | ianthomas23 | 4 |
christabor/flask_jsondash | flask | 126 | Add embeddable mode | ### Use case:
As a user I need to be able to create more complex dashboards and pages than what is supported in the schema/tool. But I don't want the tool to be so complex that the schema and language effectively become a DSL and are as complex (or more so) than just doing it all myself.
To that end, it would be ... | closed | 2017-06-14T17:38:15Z | 2017-06-15T19:20:06Z | https://github.com/christabor/flask_jsondash/issues/126 | [
"enhancement",
"new chart"
] | christabor | 0 |
graphql-python/graphene | graphql | 1,348 | Is it necessary to prevent a datasclass field name from being a Python keyword? | I ran into this error when dynamically creating an dataclass:
"Field names must not be keywords: {name!r}"
https://github.com/graphql-python/graphene/blob/master/graphene/pyutils/dataclasses.py#L1196-L1197
The field names come from a defined external dataset, and one field name happens to be a Python keyword, bu... | open | 2021-07-14T12:16:36Z | 2021-11-17T17:31:49Z | https://github.com/graphql-python/graphene/issues/1348 | [
"✨ enhancement"
] | paulfelix | 1 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 869 | How long should the dataset entries be for the encoder? | closed | 2021-10-07T15:46:37Z | 2021-10-07T15:48:35Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/869 | [] | fancat-programer | 0 | |
databricks/koalas | pandas | 2,188 | DataFrame.pivot does not accept list as index parameter | The following example does not work in Databricks Runtime 8.4:
```python
kdf = ks.DataFrame({"ui": ['C', 'D', 'D', 'C'],
"foo": ['one', 'one', 'two', 'two'],
"bar": ['A', 'A', 'B', 'C'],
"ar": [1, 2, 2, 2],
"baz": [1, 2, 3, 4]}, columns... | open | 2021-08-16T15:03:59Z | 2021-08-26T23:44:54Z | https://github.com/databricks/koalas/issues/2188 | [
"bug"
] | crucis | 0 |
quokkaproject/quokka | flask | 19 | python manage.py createsuperuser | hi,i run command:
python manage.py createsuperuser
error information:
Traceback (most recent call last):
File "manage.py", line 52, in <module>
load_blueprint_commands(manager)
File "D:\python_pro\flask_pro\quokka-env\quokka\quokka\ext\blueprints.py", lin
e 94, in load_blueprint_commands
mod = imp.load_mod... | closed | 2013-08-14T01:11:09Z | 2015-07-16T02:56:57Z | https://github.com/quokkaproject/quokka/issues/19 | [] | javalurker | 4 |
gradio-app/gradio | machine-learning | 10,157 | HighlightedText select event payload not passed | ### Describe the bug
Tried to attach select listener to HighlightedText and access the selected segment in the listener.
As per documentation, https://www.gradio.app/docs/gradio/highlightedtext#event-listeners
`Event listener for when the user selects or deselects the HighlightedText. Uses event data gradio.S... | closed | 2024-12-09T07:03:28Z | 2024-12-09T07:49:04Z | https://github.com/gradio-app/gradio/issues/10157 | [
"bug"
] | jsaluja | 1 |
RayVentura/ShortGPT | automation | 122 | ✨ [Feature Request / Suggestion]: Implement the api from text-generation-webui project | ### Suggestion / Feature Request
Integrate the open ai api from the https://github.com/oobabooga/text-generation-webui project to make short gpt free and free of open ai official api
### Why would this be useful?
This can help multiple users that can't use short gpt because of the official apu
### Screenshots/Asset... | open | 2023-12-16T12:10:09Z | 2023-12-16T12:10:09Z | https://github.com/RayVentura/ShortGPT/issues/122 | [] | YotomiY | 0 |
thewhiteh4t/pwnedOrNot | api | 21 | Killed | Keep getting "Killed" message when running dump search on my email address, can't find in the .py code what issue may be, is it rate limiting by haveibeenpwned.com? | closed | 2019-04-21T12:52:54Z | 2019-04-22T16:40:36Z | https://github.com/thewhiteh4t/pwnedOrNot/issues/21 | [] | JaySmith502 | 6 |
d2l-ai/d2l-en | pytorch | 1,778 | Unify hyperparameters of all frameworks in DCGAN | https://github.com/d2l-ai/d2l-en/blob/master/chapter_generative-adversarial-networks/dcgan.md
Currently the TF implementation (https://github.com/d2l-ai/d2l-en/pull/1760/files) uses a different set of hyperparameters:
#@tab mxnet, pytorch
latent_dim, lr, num_epochs = 100, 0.005, 20
train(net_D, net_G, data_iter... | open | 2021-06-08T00:35:07Z | 2023-10-31T14:20:55Z | https://github.com/d2l-ai/d2l-en/issues/1778 | [
"tensorflow-adapt-track"
] | astonzhang | 3 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 667 | positive = torch.where(torch.ge(matched_idxs_per_image, 1))[0] | **System information**
* Have I written custom code:
* OS Platform Linux Ubuntu 18.04): Ubuntu 18.04
* Python version:3.7
* Deep learning framework and version Pytorch1.8.1
* Use GPU or not: GPU
* CUDA/cuDNN version(if you use GPU): cuda11.1
* The network you trained(e.g., Resnet34 network):fasterrcnn-resnet50_... | closed | 2022-10-24T06:56:01Z | 2022-11-06T03:14:38Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/667 | [] | EudicL | 1 |
babysor/MockingBird | deep-learning | 156 | Create SECURITY.md | Hey there!
I belong to an open source security research community, and a member (@0xab3l) has found an issue, but doesn’t know the best way to disclose it.
If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact method? GitHub [recommends](https://docs.github.com/en/code-security/... | open | 2021-10-17T14:11:43Z | 2021-10-19T15:33:22Z | https://github.com/babysor/MockingBird/issues/156 | [] | zidingz | 1 |
ageitgey/face_recognition | python | 976 | How to get confidence score using cnn detection in batch of images? | * face_recognition version: latest
* Python version: 3.6
* Operating System: JetPack 4.2.1
Hello everyone,
I'm trying to do detection using cnn for batch of images. Calling the function to do the detection with batch is okay, but it the result doesn't include confidence scores. I take a look at the api and foun... | closed | 2019-11-13T14:29:16Z | 2019-11-14T08:26:16Z | https://github.com/ageitgey/face_recognition/issues/976 | [] | congphase | 1 |
davidsandberg/facenet | tensorflow | 802 | other pre-trained models as feature extractor | Hi there,
i'm interested in test the performance of other pre-trained model on ImageNet (in this case vgg-net) to extract embedding, but only the .ckpt file is available, and .pb file or metagraph file are not available! now is it possible to use classifier.py in TRAIN mode with vgg.ckpt? and how?
or how can i expor... | open | 2018-06-30T05:28:32Z | 2018-06-30T05:28:32Z | https://github.com/davidsandberg/facenet/issues/802 | [] | mahpou | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,216 | The handle is invalid | this is the error I get, idk why | open | 2023-04-23T12:37:07Z | 2023-04-23T12:37:07Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1216 | [] | snehccurry | 0 |
ultralytics/ultralytics | pytorch | 19,807 | How to completely disable Albumentations-based augmentations in YOLOv11 (e.g., Blur, MedianBlur etc..)? | ### 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 tried setting augment=False, but it seems this specific augmentation is st... | open | 2025-03-21T02:04:05Z | 2025-03-21T10:24:02Z | https://github.com/ultralytics/ultralytics/issues/19807 | [
"question",
"detect"
] | hillsonghimire | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.