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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
autogluon/autogluon | computer-vision | 4,370 | [BUG] I run the hyper parameter optimization with these methods, so I always get this error | I run the hyper parameter optimization with these methods, :
```
`# Instantiate the TabularPredictor with the custom metric
predictor = TabularPredictor(label='target', problem_type='regression', eval_metric=ag_mean_squared_error_custom_scorer)
# Fit the model with hyperparameter tuning
predictor.fit(
t... | open | 2024-08-07T09:04:31Z | 2024-08-12T23:29:39Z | https://github.com/autogluon/autogluon/issues/4370 | [
"module: tabular",
"bug: unconfirmed",
"Needs Triage"
] | lukaspistelak | 2 |
seleniumbase/SeleniumBase | pytest | 3,521 | gui_press_keys is not writing At sign "@" | Hi all,
I'm trying to write an email address with sb.cdp.gui_press_keys (in order to write slow and avoid detection), but
is not writing the at sign `@`. Then, instead to write `myemail@email.com` is writing `myemailemail.com`.
As alternative I was trying to send "Alt +64" but I don´t know how to write that, since `... | closed | 2025-02-14T07:34:23Z | 2025-02-14T09:22:52Z | https://github.com/seleniumbase/SeleniumBase/issues/3521 | [
"external",
"workaround exists",
"can't reproduce",
"UC Mode / CDP Mode"
] | RasecMalkic | 1 |
jofpin/trape | flask | 109 | Cannot see any of the credentials or cookies | I have successfully installed and configured this tool using Kali VM, it works sometimes.
But I cannot see any user credentials or cookies from his tab or apps, am I missing something, or I do have to run some other payload in order to do that ?
All the amazon, google, fb, tw and so on sessions seem off, even if th... | closed | 2018-11-30T14:32:55Z | 2018-12-06T14:20:55Z | https://github.com/jofpin/trape/issues/109 | [] | Sara123984 | 3 |
jmcnamara/XlsxWriter | pandas | 676 | Chart x_offset positioning not working when chart is put in a hidden column | I've found a difference in how XlsxWriter behaves when inserting charts into hidden columns. In XlsxWriter version 1.1.5, the chart x_offsets are honoured, but starting in version 1.1.6 they aren't and the charts are drawn on top of each other if the column the charts is being inserted into is hidden.
I am using Pyt... | closed | 2019-11-22T13:04:14Z | 2020-01-20T14:07:15Z | https://github.com/jmcnamara/XlsxWriter/issues/676 | [
"bug",
"ready to close"
] | mrenters | 4 |
huggingface/diffusers | deep-learning | 10,374 | Is there any plan to support TeaCache for training-free acceleration? | TeaCache is a training-free inference acceleration method for visual generation. TeaCache currently supports HunyuanVideo, CogVideoX, Open-Sora, Open-Sora-Plan and Latte. TeaCache can speedup HunyuanVideo 2x without much visual quality degradation. For example, the inference for a 720p, 129-frame video takes around 5... | open | 2024-12-25T05:00:23Z | 2025-01-27T01:28:53Z | https://github.com/huggingface/diffusers/issues/10374 | [
"wip"
] | LiewFeng | 4 |
voila-dashboards/voila | jupyter | 746 | Enhancing error message when rendering with voila | When rendering a notebook with voila if an error exists in one of the cells an error appears such as:
`There was an error when executing cell [17]. Please run Voilà with --debug to see the error message.`
Taking into account that once installed the correspondind extension in Jupyter lab often times (most of the t... | open | 2020-10-23T15:16:19Z | 2020-10-23T15:16:19Z | https://github.com/voila-dashboards/voila/issues/746 | [] | joseberlines | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 296 | Skip bundle adjustment | Is it possible to skip bundle adjustment? It's by far the longest step in the COLMAP pipeline because the official implementation of COLMAP does not use the GPU very much for it. See https://github.com/colmap/colmap/issues/1530 | closed | 2023-10-09T19:32:09Z | 2023-10-10T19:31:09Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/296 | [] | bmikaili | 3 |
proplot-dev/proplot | matplotlib | 401 | Have you put the project on hold? | Hi, now I can use proplot based on matplotlib==3.4.3 and numpy = 1.21.0
But now matplotlib and numpy has updated a lot. For example, if I keep matplotlib to 3.4.3, I will encounter "numpy has no attibute int" problem when I use numpy version greater than 1.21.0.
I think proplot is an awesome package and helped me t... | closed | 2022-12-20T16:33:52Z | 2023-03-29T09:12:51Z | https://github.com/proplot-dev/proplot/issues/401 | [
"dependencies"
] | Mickychen00 | 5 |
electricitymaps/electricitymaps-contrib | data-visualization | 7,593 | Electric net exchange chart is only presented for 24h and 72h - not for 30d, 12mo, all | ## Bug description
Data (`totalExport` and `totalImport`) is available for an electric net exchange chart with 30d+ views, but it's only presented for the 24h and 72h views.
There isn't data about `totalCo2Export` or `totalCo2Import`, so this issue is down-scoped to getting the electric net exchange chart to avoi... | closed | 2024-12-20T14:59:39Z | 2024-12-23T14:15:28Z | https://github.com/electricitymaps/electricitymaps-contrib/issues/7593 | [] | consideRatio | 0 |
flairNLP/flair | pytorch | 3,167 | [Bug]: Training a Model Results in an OSError Related to Model Loading | ### Describe the bug
When I am creating a few shot learning model by finetuning tars-base, the model crashes after training without saving to my local drive like it's supposed to.
### To Reproduce
```python
# 1. what label do you want to predict?
label_type = 'label'
# 2. make a label dictionary
label_dict = co... | closed | 2023-03-28T09:34:18Z | 2023-04-21T15:41:56Z | https://github.com/flairNLP/flair/issues/3167 | [
"bug"
] | ynusinovich | 7 |
fastapi-users/fastapi-users | asyncio | 722 | Add @stephane as contributor | See https://github.com/fastapi-users/fastapi-users-db-sqlalchemy/pull/3 | closed | 2021-09-12T09:59:33Z | 2021-09-12T10:01:33Z | https://github.com/fastapi-users/fastapi-users/issues/722 | [] | frankie567 | 2 |
tensorflow/tensor2tensor | deep-learning | 1,923 | Potential bug in timing embedding | Hi,
There might be a small bug here:
https://github.com/tensorflow/tensor2tensor/blob/ef1fccebe8d2c0cf482f41f9d940e2938c816c78/tensor2tensor/layers/common_attention.py#L445-L449
I think in the last line the `exp` should be divided by `min_timescale` rather than multiplied, since it's inverse timescales. Usual... | open | 2023-01-19T09:44:16Z | 2023-01-19T09:44:16Z | https://github.com/tensorflow/tensor2tensor/issues/1923 | [] | addtt | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 542 | Render without background | I am trying to figure out how to return an RGBA image without combining with the solid background colour inside the rasterizer.
I've adjusted the out_color variable to have an extra channel, and in the forward pass (forward.cu) it is simple enough to make the change:
```c++
if (inside)
{
final_T[pix_id] = T;
... | open | 2023-12-11T16:49:38Z | 2024-12-14T12:53:07Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/542 | [] | LewisBridgeman | 11 |
kizniche/Mycodo | automation | 484 | PID Max on time and min off time not working | ## Mycodo Issue Report:
- Specific Mycodo Version: 6.1.1
#### Problem Description
Please list: PID Max on and min off time no longer work. Compressor is staying on, regardless.
New install (because of sensors not reading right after upgrade). GPIO17 wired to SSR that controls compressor and fan. DS18B20 sens... | closed | 2018-05-22T01:43:46Z | 2018-06-18T22:47:54Z | https://github.com/kizniche/Mycodo/issues/484 | [] | frodus17 | 13 |
ultralytics/ultralytics | deep-learning | 19,740 | Help Needed: Step-by-Step Implementation of ECA in YOLOv11 | I am working on modifying YOLOv11 by integrating the Efficient Channel Attention (ECA) module. My goal is to enhance feature representation and detection accuracy by adding ECA in the backbone network of yolov11. I need guidance on implementing this step-by-step from the beginning. | open | 2025-03-17T07:07:31Z | 2025-03-17T23:46:44Z | https://github.com/ultralytics/ultralytics/issues/19740 | [
"enhancement",
"question",
"detect"
] | marwa290 | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 766 | Training on custom data | I rewrite code and training on my custom data, but audios generated from model are the same with any input audio samples.
I think i made a mistake in custom dataset.
My custom dataset are merger togother without speaker identify, does it make model failure to genenrate new audio?
should i split data to each folder f... | closed | 2021-06-04T01:31:43Z | 2021-06-06T15:50:56Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/766 | [] | tranmanhdat | 2 |
litestar-org/litestar | api | 3,679 | Bug: Using DTOData with the codegen backend decodes data incorrectly | ### Description
I had some code working before upgrading litestar. The newer versions where the codegen backend is enabled by default broke some tests. Here I'm copying the code in the doc and making small adjustments to match my case, I'm assuming it will behave the same, didn't try it yet.
```python
from __futur... | closed | 2024-08-20T20:28:54Z | 2025-03-20T15:54:52Z | https://github.com/litestar-org/litestar/issues/3679 | [
"Bug :bug:"
] | abdulhaq-e | 3 |
huggingface/transformers | pytorch | 36,222 | Tensor Parallel performance is worse than eager mode. | ### System Info
```
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.
- `transformers` version: 4.48.3
- Platform: Linux-4.18.0-425.3.1.el8.x86_64-x86_64-with-glibc2.39
- Python version: 3.12.3
- Huggingface_hub version: 0.28.1
- Safetensors version: 0.5.2
- Accelerate version: 1.3.... | closed | 2025-02-17T04:49:44Z | 2025-02-25T04:59:52Z | https://github.com/huggingface/transformers/issues/36222 | [
"bug"
] | jiqing-feng | 12 |
davidsandberg/facenet | tensorflow | 297 | Run Facenet with WEBCAM | Hi I want to run Facenet using. a rudimentary WEB CAM, or the cam that my MacBook Pro has.
Can I use this library with a Web Cam, to recognize face, name of the person, and emotions?
I appreciate your help | closed | 2017-05-28T08:37:00Z | 2019-05-11T07:42:04Z | https://github.com/davidsandberg/facenet/issues/297 | [] | eacosta1976 | 6 |
dpgaspar/Flask-AppBuilder | flask | 1,870 | Feature/Question - Non-unique email | Currently the email field on the user model is set to be unique:
https://github.com/dpgaspar/Flask-AppBuilder/blob/e0e94acbfcea23866560454ce12fe7204472496d/flask_appbuilder/security/sqla/models.py#L102
This poses an issue for us as we are developing for a multi-tenant environment where one user can have multiple acco... | open | 2022-06-29T11:55:09Z | 2022-06-29T11:55:09Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1870 | [] | sholtoarmstrong-iot | 0 |
Kitware/trame | data-visualization | 7 | How do I...? | - [ ] Observe the shared state while debugging?
I could log the value of a particular key, or I could use the browser network tab to see the diffs, but is there a way to debug Trame apps that lends itself to the "Shared state" mindset?
One idea would be to have a "debug" flag in the "start()" function. If true, ... | closed | 2021-10-27T20:41:42Z | 2022-04-22T17:26:39Z | https://github.com/Kitware/trame/issues/7 | [
"documentation"
] | DrewLazzeriKitware | 0 |
vanna-ai/vanna | data-visualization | 636 | flask app bug for rewriting | **Describe the bug**
When using the flask app, the rewrite function will not be called when asking a question for the first time, and the rewrite function function will be called after the second time.
**environment**
- OS: Centos 7.9
- Python: 3.9
- Vanna: 0.7.1
| closed | 2024-09-13T03:53:05Z | 2024-09-18T05:04:27Z | https://github.com/vanna-ai/vanna/issues/636 | [
"bug"
] | ben-8878 | 0 |
microsoft/hummingbird | scikit-learn | 496 | onnx->torch bug when no input passed | When we convert from onnx to torch, the converter calculates the expected number of inputs wrong.
Ex:
```
convert(onnx_model, 'torch')
```
We need to force the user to pass some test input along with the conversion to prevent this issue.
Ex:
```
convert(onnx_model, 'torch', data)
```
should work.
For now... | closed | 2021-04-19T22:01:06Z | 2021-05-19T02:30:22Z | https://github.com/microsoft/hummingbird/issues/496 | [] | ksaur | 2 |
gee-community/geemap | jupyter | 2,002 | Unable to Render geemap Maps Correctly in Google Colab | Hello,
I encountered an issue while using Google Colab to visualize data from Google Earth Engine (GEE) with geemap. Despite no errors in the code and ensuring all libraries are up to date, the map does not render and only displays a blank output.
 introduced in 4.1.1.3.? If it does not, could authers please explain why and how adding more layers ad... | closed | 2021-05-26T07:39:45Z | 2021-06-07T20:32:05Z | https://github.com/d2l-ai/d2l-en/issues/1764 | [] | adyomin | 2 |
3b1b/manim | python | 1,915 | closed | closed | closed | 2022-11-23T09:12:20Z | 2022-11-23T14:34:02Z | https://github.com/3b1b/manim/issues/1915 | [] | barakasamsara | 0 |
apify/crawlee-python | web-scraping | 97 | BasicCrawler statistics | - Statistics shall be collected during the crawler run
- `BasicCrawler.run` should return a (non-empty) statistics object
- statistics should be logged periodically | closed | 2024-04-09T10:48:08Z | 2024-05-21T10:40:06Z | https://github.com/apify/crawlee-python/issues/97 | [
"t-tooling"
] | janbuchar | 0 |
statsmodels/statsmodels | data-science | 9,215 | BUG/DOC: unavailable datasets for docs notebooks |
anova salary.table
https://github.com/statsmodels/statsmodels/issues/9209#issuecomment-2062175160
but
https://github.com/statsmodels/statsmodels/actions/runs/8698891475/job/23856579300?pr=9210
shows many problems.
Some could also be temporary connection problems.
Maybe finally activate https://github.com... | open | 2024-04-17T20:32:49Z | 2024-04-17T20:32:49Z | https://github.com/statsmodels/statsmodels/issues/9215 | [
"type-bug",
"comp-docs"
] | josef-pkt | 0 |
slackapi/bolt-python | fastapi | 537 | Operation Timeout error in actions even after using ack() | I have implemented the slash command and also actions for handling the interaction, my app sometimes displays an "Operation Timed Out" error when triggering the actions. I have used the ack() call inside my handler, but still sometimes I am getting the Time out error. Not sure if it because of network latency, can you... | closed | 2021-12-07T11:17:16Z | 2022-01-31T00:06:59Z | https://github.com/slackapi/bolt-python/issues/537 | [
"question",
"need info",
"auto-triage-stale"
] | mohan-raheja | 9 |
sktime/sktime | data-science | 7,897 | [DOC] Document or Fix Local ReadTheDocs Build Process | #### Describe the issue linked to the documentation
<!--
Tell us about the confusion introduced in the documentation.
-->
The process for building documentation locally is unclear, @fkiraly mentioned that there used to be a local build process, however whether it still works is unclear. I think it would be useful to ... | open | 2025-02-25T17:23:18Z | 2025-02-25T17:23:18Z | https://github.com/sktime/sktime/issues/7897 | [
"documentation"
] | Ankit-1204 | 0 |
xlwings/xlwings | automation | 1,884 | VS Code Error if open xw.Book() again | Hello Felix Sir,
I am trying to write a python code in VS where i take the data from file 1 and then i open another file
wb1 = xw.Book('file2') i am able to successfully paste the data in file 2
and then i close it via
wb1.close()
and then within the same python script i open now file 3
Lets say wb2 = wb.Book('f... | closed | 2022-03-30T06:00:54Z | 2022-05-21T17:27:46Z | https://github.com/xlwings/xlwings/issues/1884 | [] | ActuarySense | 1 |
donnemartin/data-science-ipython-notebooks | numpy | 4 | Add notebook for Bokeh | "[Bokeh](http://bokeh.pydata.org/en/latest/) is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large... | open | 2015-07-01T10:35:08Z | 2016-05-18T01:55:53Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/4 | [
"help wanted",
"customer-feedback-wanted",
"feature-request"
] | donnemartin | 1 |
developmentseed/lonboard | jupyter | 614 | Do not run checks on draft PRs | It would be nice if we could avoid running checks on draft PRs (like https://github.com/developmentseed/lonboard/pull/613) and trigger only when the PR is ready for review.
cc @kylebarron | open | 2024-08-27T12:21:57Z | 2024-09-27T19:57:02Z | https://github.com/developmentseed/lonboard/issues/614 | [] | vgeorge | 1 |
marimo-team/marimo | data-science | 4,093 | Opened a "shield" and got an error | ### Describe the bug
I'm not super clear on what a shield is, but clicked the link on this page just to see what it is: https://docs.marimo.io/community/
Got this page:

### Environment
<details>
```
On Linux (Pop!OS) using F... | closed | 2025-03-13T20:12:32Z | 2025-03-13T20:36:28Z | https://github.com/marimo-team/marimo/issues/4093 | [
"bug"
] | axiomtutor | 3 |
JaidedAI/EasyOCR | pytorch | 444 | Export model to ONNX | Any plans to export models to ONNX? | closed | 2021-06-01T06:09:14Z | 2022-03-02T09:25:00Z | https://github.com/JaidedAI/EasyOCR/issues/444 | [] | luozhouyang | 3 |
liangliangyy/DjangoBlog | django | 184 | 文章中怎么插入图片? | `
body = models.TextField('正文')
`
文章正文能不能使用UEditorField
另外, 怎么插入图片,图片只能是外链吗? | closed | 2018-11-08T04:16:47Z | 2018-11-16T05:40:27Z | https://github.com/liangliangyy/DjangoBlog/issues/184 | [
"question"
] | onsunsl | 3 |
praw-dev/praw | api | 1,977 | 404 for submission.mod.undistinguish() | ### Describe the Bug
Just starting getting a 404 error for my script using submission.mod.undistinguish(). I am running PRAW 7.7.1, it was working fine until I ran my script today.
### Desired Result
submission.mod.undistinguish() returns a successful result.
### Code to reproduce the bug
```Python
submission = r.... | closed | 2023-09-25T02:37:15Z | 2023-09-25T03:55:01Z | https://github.com/praw-dev/praw/issues/1977 | [] | martygriffin | 2 |
polakowo/vectorbt | data-visualization | 353 | AttributeError: module 'vectorbt.utils' has no attribute 'image' | When I executed the demo code, it raised:
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-62-10a25213349e> in <module>
17 return img_np
18
---> 19 vbt.save_animation(
... | closed | 2022-01-23T14:45:57Z | 2024-03-16T09:40:21Z | https://github.com/polakowo/vectorbt/issues/353 | [] | mikolaje | 1 |
mwaskom/seaborn | data-visualization | 3,804 | PendingDeprecationWarning: vert: bool will be deprecated in a future version with box plot | Use of `boxplot` is producing the following warning when combined with `matplotlib==3.10.0`
```
PendingDeprecationWarning: vert: bool will be deprecated in a future version. Use orientation: {'vertical', 'horizontal'} instead.
``` | closed | 2024-12-17T17:12:19Z | 2025-01-26T15:17:22Z | https://github.com/mwaskom/seaborn/issues/3804 | [] | bpkroth | 1 |
qwj/python-proxy | asyncio | 73 | tunneling to local port | Hi devs!
i`ve try build following scheme but it seems hard to do by provided features as my goal not a "proxy" and actualy reverse tunnel, is any pproxy scheme do needed tunnel reverse?
Thx!

| closed | 2020-03-22T18:50:47Z | 2020-04-01T10:24:18Z | https://github.com/qwj/python-proxy/issues/73 | [] | Geks0n34 | 1 |
hankcs/HanLP | nlp | 1,802 | 希望增加tok保存空格的选项,以便分词后还原文本 | **Describe the feature and the current behavior/state.**
文本的空格(全形和半形)会在tok舍弃
**Will this change the current api? How?**
不知道
**Who will benefit with this feature?**
使用简繁转换的人
**Are you willing to contribute it (Yes/No):**
力有不逮
**System information**
- OS Platform and Distribution (e.g., Linux Ubu... | open | 2023-01-22T11:28:16Z | 2024-02-24T00:48:27Z | https://github.com/hankcs/HanLP/issues/1802 | [
"feature request"
] | amalgame21 | 2 |
huggingface/transformers | machine-learning | 36,904 | PixtralVisionModel does not support Flash Attention 2.0 yet | ### Feature request
Flash Attention 2.0 support for Mistral-small3.1
### Motivation
https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503
Mistral-small3.1 is a powerful small LM.
### Your contribution
No. | open | 2025-03-22T15:48:58Z | 2025-03-22T15:48:58Z | https://github.com/huggingface/transformers/issues/36904 | [
"Feature request"
] | xihuai18 | 0 |
dfki-ric/pytransform3d | matplotlib | 68 | Document conventions of other tools | ...
| closed | 2020-11-18T10:27:14Z | 2020-12-28T14:57:47Z | https://github.com/dfki-ric/pytransform3d/issues/68 | [] | AlexanderFabisch | 0 |
oegedijk/explainerdashboard | dash | 20 | Addition: SimplifiedRegressionDashbaord | The default dashboard can be very overwhelming with lots of tabs, toggles and dropdowns. It would be nice to offer a simplified version. This can be built as a custom ExplainerComponent and included in custom, so that you could e.g.:
```
from explainerdashboard import RegressionExplainer, ExplainerDashboard
from e... | closed | 2020-11-17T20:03:47Z | 2021-05-05T14:47:56Z | https://github.com/oegedijk/explainerdashboard/issues/20 | [
"good first issue"
] | oegedijk | 1 |
joeyespo/grip | flask | 233 | Table is not rendered like github's renderer | Well, as the title suggests, a table is not rendered at all. I am using the following file as input, which also shows how I expect the output to be. https://github.com/EngineerCoding/BPCogs-2016-2017/tree/69cac6874c7116564b43a2039f03c8b3b80b570d/README.md
My output was like the attached image. I was using the progra... | open | 2017-03-26T12:59:01Z | 2020-08-10T02:32:07Z | https://github.com/joeyespo/grip/issues/233 | [] | EngineerCoding | 11 |
Allen7D/mini-shop-server | sqlalchemy | 28 | 想问下这个系统框图是用什么软件画的? | 
| closed | 2019-06-10T03:58:54Z | 2019-07-02T06:11:35Z | https://github.com/Allen7D/mini-shop-server/issues/28 | [] | Valuebai | 2 |
apache/airflow | data-science | 47,874 | Getting 'UnmappableXComTypePushed' for taskmap DAG | ### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
ERROR - Task failed with exception source="task" error_detail=[{"exc_type":"UnmappableXComTypePushed","exc_value":"unmappable return type 'str'","exc_notes":[],"syntax_error":null,"i... | open | 2025-03-17T17:21:20Z | 2025-03-18T04:59:44Z | https://github.com/apache/airflow/issues/47874 | [
"kind:bug",
"priority:medium",
"area:core",
"area:dynamic-task-mapping",
"affected_version:3.0.0beta"
] | atul-astronomer | 0 |
fastapi/sqlmodel | sqlalchemy | 252 | how to auto generate created_at, updated_at, deleted_at... field with SQLModel | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-02-26T08:38:00Z | 2025-02-09T10:37:21Z | https://github.com/fastapi/sqlmodel/issues/252 | [
"question"
] | mr-m0nst3r | 17 |
huggingface/transformers | python | 36,205 | Request to add DINO object detector | ### Model description
DINO (do not confuse it with the DINO image encoder from META) is a SOTA DETR-like object detector, improving the denoising training, query initialization, and box prediction. It is based on a combination of the enhancement brought by DN-DETR , DAB-DETR , and Deformable DETR.
As it is used as bac... | open | 2025-02-14T19:46:23Z | 2025-03-14T06:39:32Z | https://github.com/huggingface/transformers/issues/36205 | [
"New model",
"Vision",
"contributions-welcome"
] | tcourat | 8 |
K3D-tools/K3D-jupyter | jupyter | 171 | Disabling colorLegend programmatically | I have a scene with severals objects. I made only one mesh of all these objects because the display can ba quite long. To display differents colors on this one mesh, I use a colormap but I would like to disable the colorLegend of the colormap via my plot function in Python so when I plot the scene, the legend does not ... | closed | 2019-07-02T09:47:24Z | 2019-10-22T17:00:39Z | https://github.com/K3D-tools/K3D-jupyter/issues/171 | [] | bbrument | 1 |
tatsu-lab/stanford_alpaca | deep-learning | 105 | Alpaca problem solving team - QQ chat group | Hi all friends,
welcome to join in QQ chat group and discuss all problems and experience. The QQ chat group number is: 397447632 | open | 2023-03-20T10:14:00Z | 2023-03-25T18:19:32Z | https://github.com/tatsu-lab/stanford_alpaca/issues/105 | [] | ZeyuTeng96 | 1 |
explosion/spacy-course | jupyter | 71 | Phrase Matcher fails on custom tokens | currently, my functionality is depends on Phrase Matcher, I create custom Phrase Matcher and add my custom tokens
`self.matcher = PhraseMatcher(nlp.vocab, attr="LEMMA")`
`text = 'thermoplastic'`
`patterns = [nlp(text.lower())]`
`self.matcher.add(matcher_object['type'], None, *patterns)`
it works when I try to ... | closed | 2020-06-23T11:54:19Z | 2020-06-25T10:12:49Z | https://github.com/explosion/spacy-course/issues/71 | [] | himesh-gosvami | 1 |
modoboa/modoboa | django | 2,228 | Recent created domain fails DNS checks | # Impacted versions
* OS Type: Ubuntu
* OS Version: 20.94.2 LTS
* Database Type: PostgreSQL
* Database version: 12.6
* Modoboa: 1.17
* installer used: Yes
* Webserver: Nginx
# Steps to reproduce
Add a new domain via the Web UI, with no DNS records yet created.
You should get the message below from Mod... | closed | 2021-04-22T04:43:52Z | 2021-05-10T14:07:40Z | https://github.com/modoboa/modoboa/issues/2228 | [] | lpossamai | 1 |
gradio-app/gradio | deep-learning | 10,487 | Session not found whenever the request is routed to another instance | Normally whenever I interact with a Gradio app, I see (in browser Network tab) a POST request to
"/gradio_api/queue/join?" with` session_hash: "u26gd43ah8"` in request payload and right after that I see a GET request to /gradio_api/queue/data?session_hash=u26gd43ah8
But If I'm running the app in a stateless environmen... | open | 2025-02-02T21:27:16Z | 2025-02-28T17:53:23Z | https://github.com/gradio-app/gradio/issues/10487 | [
"bug",
"cloud"
] | peeter2 | 6 |
tfranzel/drf-spectacular | rest-api | 1,066 | Hi, How are the fields of the uploaded file represented on the interface document | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
It would be most helpful to provide a small snippet to see how the bug was provoked.
**Expected behavior**
A clear and concise description of what you expected to happen.
| closed | 2023-08-31T03:37:22Z | 2023-09-18T10:29:46Z | https://github.com/tfranzel/drf-spectacular/issues/1066 | [] | Cloverxue | 10 |
ets-labs/python-dependency-injector | flask | 299 | Question about typing | Hello o/
So Im working with this dependency-injector(4.0.0) and pycharm latest version.
And im trying to understand why the auto-completion does not work as expected.
Here is an example of what I tried but only the last example allow me to have autocompletion:
first try:
```
from dependency_injector import pr... | closed | 2020-10-14T22:45:21Z | 2020-10-15T09:07:33Z | https://github.com/ets-labs/python-dependency-injector/issues/299 | [
"question"
] | izinihau | 2 |
PokeAPI/pokeapi | graphql | 887 | Mimikyu Data for api/v2/pokemon missing | The data of mimikyu for /api/v2/pokemon is missing:
https://pokeapi.co/api/v2/pokemon/mimikyu

| closed | 2023-06-07T21:05:40Z | 2023-06-08T09:18:34Z | https://github.com/PokeAPI/pokeapi/issues/887 | [] | GuikiPT | 3 |
s3rius/FastAPI-template | fastapi | 190 | Alembic supports | Is Alembic includes along side with SQLAlchemy database? I won't be able to find this option and had to initialize alembic by my own. But I think it's a necessary feature. Is it going to be able in near future? | closed | 2023-10-02T05:22:02Z | 2023-10-02T13:32:44Z | https://github.com/s3rius/FastAPI-template/issues/190 | [] | MishaVyb | 3 |
robusta-dev/robusta | automation | 1,139 | How to integrate this tool with ECS clusters or can only be used with EKS | closed | 2023-10-30T09:15:49Z | 2023-10-31T15:25:00Z | https://github.com/robusta-dev/robusta/issues/1139 | [] | Raghav-1078 | 2 | |
ultralytics/ultralytics | computer-vision | 18,676 | Source of YOLOv10 pretrianed weights | ### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
I have a question regarding YOLOv10 pretrained weights [(:](https://d... | closed | 2025-01-14T08:57:59Z | 2025-01-16T05:49:54Z | https://github.com/ultralytics/ultralytics/issues/18676 | [
"question"
] | piupiuisland | 4 |
Miserlou/Zappa | flask | 1,484 | Internal Server Error on deployed app | I have managed to deploy a simple hello world app with zappa, however when I visit the URL the app is deployed to all I get is:
> {"message": "Internal server error"}
When I tried to run `zappa tail` I receive the error:
> botocore.errorfactory.ResourceNotFoundException: An error occurred (ResourceNotFoundExce... | open | 2018-04-20T11:33:19Z | 2018-04-25T12:49:59Z | https://github.com/Miserlou/Zappa/issues/1484 | [] | INRIX-Joshua-Kidd | 3 |
Nekmo/amazon-dash | dash | 117 | Trouble installing on os x | Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
### What is the purpose of your *issue*?
- [ x] Bug report (encountered problems with amazon-dash)
- [ ] Feature request (request for a new functionality)
- [ ] Question
- [ ] Other
### Guideline for bug reports
You can delete this... | closed | 2019-01-18T00:36:42Z | 2019-03-22T17:15:50Z | https://github.com/Nekmo/amazon-dash/issues/117 | [
"bug"
] | Vernal | 2 |
litestar-org/litestar | pydantic | 3,968 | Enhancement: Provide resolved handler routes for testing | ### Summary
Hej,
as I find it tedious and error-prone to enter the correct (layered) paths for my routes in tests, I created a little function to resolve the full path from my handler function object. I wasn't able to find anything on this in the docs.
Would you be open to accept a PR adding this to the e.g. the As... | closed | 2025-01-23T10:00:00Z | 2025-01-24T10:23:20Z | https://github.com/litestar-org/litestar/issues/3968 | [
"Enhancement"
] | aedify-swi | 6 |
electricitymaps/electricitymaps-contrib | data-visualization | 7,891 | [Data Issue]: consumption data about Italy increased strangely | ### When did this happen?
Starting February 16th, 2025 and still occurs
### What zones are affected?
Italy
### What is the problem?
I created a bot for X that returns the consumption values for Italy using your APIs.
On Feb 16th between 17:30 and 20:30 something strange happened: the object "powerConsumptionBr... | open | 2025-03-06T08:15:53Z | 2025-03-22T10:21:12Z | https://github.com/electricitymaps/electricitymaps-contrib/issues/7891 | [
"data",
"needs triage"
] | fcalderan | 2 |
healthchecks/healthchecks | django | 198 | LDAP Auth Option | I'm sorry if this is the wrong place for this but after looking over all the open/closed issues for this project I have yet to see a request for an LDAP authentication option.
Would be fantastic for those of us that are plagued with the requirement to integrate with AD.
A great LDAP option for django would be [... | closed | 2018-11-06T01:57:50Z | 2022-12-16T10:13:32Z | https://github.com/healthchecks/healthchecks/issues/198 | [
"feature"
] | smacktrace | 6 |
dfki-ric/pytransform3d | matplotlib | 246 | New logo | Hi thank you so much for this awesome library!
I saw last week that you wanted help with the logo https://github.com/dfki-ric/pytransform3d/issues/241
I made this small logo with my renderer in case you want to use it. I can send you the script in case you want to change something!
 port 80 (#0)
> GET /redirect-to?url=http://httpbin.org/get HTTP/1.1
> Host: httpb... | closed | 2020-06-20T06:50:16Z | 2022-04-06T01:48:31Z | https://github.com/postmanlabs/httpbin/issues/617 | [
"bug"
] | codenirvana | 21 |
sunscrapers/djoser | rest-api | 833 | "User Delete" endpoint expects DRF token despite `rest_framework_simplejwt` auth backend being set | As in the title, I've got simple Django app where I use `rest_framework_simplejwt`. Other flows like i.e. user's creation work flawlessly, although I've encountered an issue with `DELETE` `/users/me/` one, which responds with:
```
AttributeError at /auth/users/me/
type object 'Token' has no attribute 'objects'
(.... | open | 2024-06-17T13:19:46Z | 2025-01-15T15:19:12Z | https://github.com/sunscrapers/djoser/issues/833 | [
"bug",
"help wanted"
] | lukaszsi | 6 |
lepture/authlib | flask | 698 | authlib.integrations.requests_client.OAuth2Session creates a reference cycle that requires a deep garbage collection cycle to cleanup | **Describe the bug**
`authlib.integrations.requests_client.OAuth2Session` holds a reference to itself (through `self.session`) and references each other with `Oauth2Auth` (through `TokenAuth.client`). Those two references prevent the unused session objects from being freed until the garbage collector runs a deep clean... | open | 2025-01-24T14:37:51Z | 2025-02-20T09:27:03Z | https://github.com/lepture/authlib/issues/698 | [
"bug",
"client"
] | patrys | 1 |
tqdm/tqdm | jupyter | 892 | Non-blocking output? | - [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] visual output bug
+ [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [x] new feature request
- [x]... | open | 2020-02-12T13:46:07Z | 2020-03-31T18:51:36Z | https://github.com/tqdm/tqdm/issues/892 | [
"help wanted 🙏",
"invalid ⛔",
"question/docs ‽"
] | tsoernes | 2 |
plotly/dash-cytoscape | plotly | 55 | Edge Attributes/Labels (future work) | Is it possible to show edge properties/attributes (relationship description) in cytoscape?
In Dash there is a way to show the edge properties when hover, but it will be good if it can just show like node label. | open | 2019-04-12T03:55:06Z | 2022-11-05T00:45:11Z | https://github.com/plotly/dash-cytoscape/issues/55 | [
"suggestion"
] | realboa | 4 |
modin-project/modin | pandas | 7,170 | BUG: Calling df._repartition(axis=1) on updated df will raise IndexError | ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest released version of Modin.
- [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | closed | 2024-04-11T01:28:34Z | 2024-04-15T10:26:33Z | https://github.com/modin-project/modin/issues/7170 | [
"bug 🦗",
"External"
] | Taurus-Le | 4 |
sktime/sktime | scikit-learn | 7,022 | [ENH] `RotationForest` is not an `sklearn` compliant classifier | The classification module has `RotationForest`, which purports to be an `sklearn` compliant classifier.
However, it is not compliant - it does not inherit from the `ClassifierMixin`, and it is also not tested against `parametrize_with_checks`. This should be added. | closed | 2024-08-23T12:52:32Z | 2025-01-17T11:36:57Z | https://github.com/sktime/sktime/issues/7022 | [
"module:classification",
"bugfix",
"enhancement"
] | fkiraly | 0 |
coqui-ai/TTS | deep-learning | 3,463 | [Bug] Memory Explosion with xtts HifiganGenerator | ### Describe the bug
When running xttsv2 on 3090 RTX on WSL2 Ubuntu 22.04 on Windows 11 I would intermittently get memory explosions when doing inference. It seems to happen when I have huggin face transformer LLM loaded at the same time as XTTS. I traced when it happens to the forward pass of HifiganGenerator when ... | closed | 2023-12-25T09:11:33Z | 2023-12-26T01:04:55Z | https://github.com/coqui-ai/TTS/issues/3463 | [
"bug"
] | chaseaucoin | 1 |
agronholm/anyio | asyncio | 668 | Don't wrap exceptions in `ExceptionGroup` if only one exception is raised on Python<3.11 | Not sure whether it's a feature or bug/regression.
I'm in the process of upgrading from anyio 3 to anyio 4.
So far we've explicitly designed our code in a way that no more than 1 exception will be raised in a task group. (By making sure only one code path will result in an exception.) This worked great, and preve... | closed | 2024-01-11T22:41:37Z | 2025-01-02T12:09:29Z | https://github.com/agronholm/anyio/issues/668 | [
"enhancement"
] | jonathanslenders | 10 |
sammchardy/python-binance | api | 1,283 | How to perform asynchronous futures Depth Cache? | 
My code doesn't have any output, can you give a correct example thanks
from binance import ThreadedWebsocketManager
def main():
dcm = ThreadedWebsocketManager()
# start is required to initi... | open | 2023-02-03T17:35:41Z | 2023-03-26T17:41:39Z | https://github.com/sammchardy/python-binance/issues/1283 | [] | 1163849662 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,115 | How to keep the size of output image same with input image? | I trained the cycleGAN model with my dataset and I want to keep the size of output image same with the input image. So I change the `--preprocess=none` when testing. But the result looks very smooth and distortion. How can I fix it? Many thanks. | open | 2020-08-04T04:44:27Z | 2020-08-04T05:04:44Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1115 | [] | GuoLanqing | 2 |
deepset-ai/haystack | nlp | 8,335 | Ability to set max_seq_len to the SentenceTransformers components | **Is your feature request related to a problem? Please describe.**
The SentenceTransformer models have a [max_seq_len attribute](https://github.com/UKPLab/sentence-transformers/blob/0a32ec8445ef46b2b5d4f81af4931e293d42623f/sentence_transformers/SentenceTransformer.py#L1635).
In theory, we could set it with the `mod... | closed | 2024-09-05T15:27:47Z | 2024-09-06T09:37:58Z | https://github.com/deepset-ai/haystack/issues/8335 | [
"2.x"
] | bglearning | 0 |
donBarbos/telegram-bot-template | pydantic | 130 | Feature: add migrations (alembic) | closed | 2024-01-16T14:23:13Z | 2024-01-23T18:13:53Z | https://github.com/donBarbos/telegram-bot-template/issues/130 | [] | donBarbos | 1 | |
mirumee/ariadne-codegen | graphql | 15 | Fix generating types from mutation | Example schema file
```gql
schema {
query: Query
mutation: Mutation
}
type Query {
testQuery: Int!
}
type Mutation {
testMutation(num: Int!): ResultType
}
type ResultType {
number: Int!
}
```
and queries file:
```gql
mutation CustomMutation($num: Int!) {
testMutation(num... | closed | 2022-10-20T10:20:44Z | 2022-10-24T10:07:02Z | https://github.com/mirumee/ariadne-codegen/issues/15 | [
"bug"
] | mat-sop | 0 |
nerfstudio-project/nerfstudio | computer-vision | 3,318 | Issue rendering splatfacto with ns-render, assertion error | Hi I've been getting this assertion error when running ns-render: assert isinstance(data_manager_config, (VanillaDataManagerConfig, FullImageDatamanagerConfig))AssertionError.
I found a similar issue in #2913 but it was supposedly resolved with the addition of the FullImageDatamanagerConfig but it's still not worki... | open | 2024-07-18T23:12:13Z | 2024-07-18T23:56:22Z | https://github.com/nerfstudio-project/nerfstudio/issues/3318 | [] | mzlchou | 0 |
ultralytics/ultralytics | python | 19,157 | Brush labels to YOLO format | ### 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
Hello! Recenty I have used SAM model in label studio to assist my labeling t... | open | 2025-02-10T08:59:18Z | 2025-02-10T10:48:35Z | https://github.com/ultralytics/ultralytics/issues/19157 | [
"question",
"segment"
] | underagetaikonaut | 2 |
gee-community/geemap | streamlit | 1,481 | file_per_band not working | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
Sun Mar 26 21:17:46 2023 Eastern Daylight Time
OS Windows CPU(s) 20 Machine AMD64
Architecture 64bit RAM 63.9 GiB Environment Jupyter
Python 3.8.16 (default, Jan 17 2023, 22:25:28) [MSC v.1916 64 bit (AMD64)]
geem... | closed | 2023-03-27T01:22:38Z | 2023-03-27T13:45:07Z | https://github.com/gee-community/geemap/issues/1481 | [
"bug"
] | jportolese | 1 |
widgetti/solara | jupyter | 691 | Issue with Chatbox Avatar Display | 
I've encountered a display issue with the chatbox avatar in our application that I'm hoping you can help with. There appears to be consistent blank spaces on the left and top sides of the avatar image within the chatbox. | open | 2024-06-23T03:46:11Z | 2024-06-24T07:15:18Z | https://github.com/widgetti/solara/issues/691 | [
"bug"
] | OtokoNoIzumi | 1 |
tensorflow/tensor2tensor | deep-learning | 1,608 | what is the difference between learning_rate_warmup_steps and learning_rate_decay_step? | ### Description
Hi everybody,
I'm trying to build an transformer model with optimal hyper parameters. But I'm having some trouble understand these two terms and I feel like these two may have some effect on training process and can either improve or reduce translation quality. Can anyone explain it in detail?
Thank... | open | 2019-06-19T18:04:22Z | 2019-06-19T18:04:22Z | https://github.com/tensorflow/tensor2tensor/issues/1608 | [] | EthannyDing | 0 |
X-PLUG/MobileAgent | automation | 85 | mobile agent e 有点慢 | 工作很牛,在复现过程中发现较慢,有哪些地方可以提升速度且不会过于影响准确性? | open | 2025-01-24T09:21:32Z | 2025-02-18T14:07:59Z | https://github.com/X-PLUG/MobileAgent/issues/85 | [] | cbigeyes | 2 |
LAION-AI/Open-Assistant | python | 2,897 | Models not found | Hello. I tried to deploy the project with docker on my own server. I tried all models listed in model_configs.py and almost all of them 'is not a folder' or 'cannot be found on hugging face' so that my worker process alway shutdown quickly. I can only run the default distilgpt2 model which gives some nonsense answer. ... | closed | 2023-04-25T10:55:17Z | 2023-04-29T17:22:34Z | https://github.com/LAION-AI/Open-Assistant/issues/2897 | [
"question"
] | 136William136 | 6 |
deepfakes/faceswap | machine-learning | 808 | I found this issue during the extracting | Loading...
07/23/2019 20:24:11 INFO Log level set to: INFO
Traceback (most recent call last):
File "C:\Users\lpmc_user\faceswap\faceswap.py", line 36, in <module>
ARGUMENTS.func(ARGUMENTS)
File "C:\Users\lpmc_user\faceswap\lib\cli.py", line 115, in execute_script
plaidml_found = self.setup_amd(arguments.logle... | closed | 2019-07-23T18:30:55Z | 2019-08-19T01:19:20Z | https://github.com/deepfakes/faceswap/issues/808 | [] | ZakariaMHTX | 31 |
mwaskom/seaborn | data-visualization | 3,506 | AttributeError: 'numpy.bool_' object has no attribute 'startswith' #3505 | I have all the latest version. Please find below
matplotlib=>3.8.0
numpy=>1.26.0
pandas=>2.1.1
seaborn=>0.12.2
```
(ai_ml_training) PS C:\Users\sarsasid> pip install matplotlib --upgrade
Requirement already satisfied: matplotlib in c:\users\sarsasid\appdata\roaming\python\python311\site-package... | closed | 2023-09-29T00:55:00Z | 2023-09-29T00:59:47Z | https://github.com/mwaskom/seaborn/issues/3506 | [] | sarath-mec | 1 |
pywinauto/pywinauto | automation | 804 | Error importing pywinauto | If i importing like these:
`from pywinauto import application`
i've got following error:
```
PS Z:\> python.exe D:\temp\policies\pywinauto.py
Traceback (most recent call last):
File "D:\temp\policies\pywinauto.py", line 1, in <module>
from pywinauto import application
File "D:\temp\policies\pywinauto.py... | closed | 2019-09-03T08:12:37Z | 2019-09-03T09:04:10Z | https://github.com/pywinauto/pywinauto/issues/804 | [
"invalid",
"question"
] | xqzts | 1 |
PokeAPI/pokeapi | api | 1,026 | Error in the data model regarding attributes of species/pokémon | The current model has some relationships between entities that used to work in earlier generations, but have become inaccurate, at least since the introduction of regional variants (unless you consider Burmy/Shellos/Deerling/Flabébé/Pumpkaboo). Specifically, some attributes that should be linked to specific pokémon (or... | open | 2024-01-31T13:50:51Z | 2024-02-06T15:44:35Z | https://github.com/PokeAPI/pokeapi/issues/1026 | [] | ivanlonel | 4 |
tensorpack/tensorpack | tensorflow | 1,196 | Multiple calls to BNReLU can not exist within a single scope | If you're asking about an unexpected problem which you do not know the root cause,
use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__:
If you already know the root cause to your problem,
feel free to delete everything in this template.
### 1. What you did:
I put 2 BNReLU(...) calls side by si... | closed | 2019-05-19T02:45:49Z | 2019-05-19T05:08:31Z | https://github.com/tensorpack/tensorpack/issues/1196 | [
"usage"
] | yselivonchyk | 3 |
ets-labs/python-dependency-injector | asyncio | 472 | sonarqube "Module 'dependency_injector.containers' has no 'DeclarativeContainer' member" |
Hi,
I'm getting a Sonarqube warning in the container part at:
`class Container(containers.DeclarativeContainer):`
```
Module 'dependency_injector.containers' has no 'DeclarativeContainer' member, but source is unavailable. Consider adding this module to extension-pkg-allow-list if you want to perform analysis b... | closed | 2021-07-19T07:42:44Z | 2021-07-20T09:30:19Z | https://github.com/ets-labs/python-dependency-injector/issues/472 | [
"question"
] | mxab | 2 |
Sanster/IOPaint | pytorch | 13 | OpenCL version? | Is it going to have OpenCL version? (AMD GPU support?) | closed | 2022-02-11T14:39:11Z | 2022-03-20T14:20:02Z | https://github.com/Sanster/IOPaint/issues/13 | [] | ca5ua1 | 2 |
dgtlmoon/changedetection.io | web-scraping | 2,639 | Subscription not checking | hi, I've a paid subscription of changedetection.io. My checks have not been checking. Is there anything that I can do to reset the server or something? | closed | 2024-09-17T03:56:59Z | 2024-09-25T06:34:47Z | https://github.com/dgtlmoon/changedetection.io/issues/2639 | [] | blankfruit | 3 |
NullArray/AutoSploit | automation | 601 | Unhandled Exception (6d3b540be) | Autosploit version: `3.0`
OS information: `Linux-4.19.0-kali3-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/home/SecTools/Autosploit/autosploit/main.py", line 113, in main... | closed | 2019-03-27T06:41:11Z | 2019-03-27T13:26:25Z | https://github.com/NullArray/AutoSploit/issues/601 | [] | AutosploitReporter | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,149 | can the cyclegan model be applied to paired images | I have some paired images, thus I want to know it the cyclegan model has a pair-image mode, can it be applied to paired images, thank you very much! | closed | 2020-09-14T11:54:32Z | 2020-09-18T07:22:27Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1149 | [] | yianzhongguo | 2 |
coqui-ai/TTS | python | 3,276 | [Bug] Multiple speaker requests? | ### Describe the bug
The [TTS API](https://tts.readthedocs.io/en/latest/models/xtts.html) states that `speaker_wav` can be a list of filepaths for multiple speaker references. But in `def tts_to_file(...)`, `speaker_wav` only accepts a single string.
### To Reproduce
```
tts.tts_to_file(
text="Some test",
... | closed | 2023-11-20T18:52:29Z | 2024-01-10T21:59:41Z | https://github.com/coqui-ai/TTS/issues/3276 | [
"bug",
"wontfix"
] | mukundt | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.