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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
yt-dlp/yt-dlp | python | 12,027 | How to merge audio and video streams when outtmpl='-' is set? | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm asking a question and **not** reporting a bug or requesting a feature
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re... | closed | 2025-01-08T03:47:07Z | 2025-03-01T13:16:26Z | https://github.com/yt-dlp/yt-dlp/issues/12027 | [
"question"
] | fc1104 | 4 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 144 | [BUG] 关于带水印视频下载的BUG反馈 | 经测试V3.1.4版本的API在下载抖音带水印视频的时候会发生内部错误(Internal Server Error)的BUG,无法下载,下载无水印则可以正常下载。
测试链接:
1.带水印视频API无法下载:https://api.douyin.wtf/download?url=https://v.douyin.com/kaDkE1P/&prefix=true&watermark=true
2.无水印视频API正常下载:https://api.douyin.wtf/download?url=https://v.douyin.com/kaDkE1P/&prefix=true&watermark=false
经过调试,发现需将we... | closed | 2023-01-12T16:37:17Z | 2023-01-12T22:38:58Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/144 | [
"BUG",
"Fixed"
] | HuangKunHong | 1 |
TencentARC/GFPGAN | deep-learning | 566 | Not working with pytorch 2.* | Not working with pytorch 2.*
error:
ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor' | open | 2024-08-11T07:33:04Z | 2024-09-05T06:57:20Z | https://github.com/TencentARC/GFPGAN/issues/566 | [] | rvgurijala | 2 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 645 | Compatibility update with newer librosa version in collab | Hi, recently the program stopped working in collab due to librosa 0.8.0 update, giving error "module 'librosa' has no attribute 'output'", please solve this problem | closed | 2021-01-31T21:40:08Z | 2021-02-15T08:13:18Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/645 | [] | Gero39 | 4 |
Lightning-AI/pytorch-lightning | machine-learning | 19,732 | Huggingface model quantization has odd behavior with BitsandbyesPrecisionPlugin | ### Bug description
I am attempting to make use of the Bitsandbytes precision plugin as found here:
https://lightning.ai/docs/pytorch/2.1.0/api/lightning.pytorch.plugins.precision.BitsandbytesPrecisionPlugin.html
I am advised to initialize the module in the setup() hook, because otherwise the model is loaded in fu... | closed | 2024-04-03T15:09:41Z | 2024-04-10T18:00:40Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19732 | [
"bug",
"needs triage",
"ver: 2.1.x"
] | ElleLeonne | 3 |
huggingface/datasets | deep-learning | 6,764 | load_dataset can't work with symbolic links | ### Feature request
Enable the `load_dataset` function to load local datasets with symbolic links.
E.g, this dataset can be loaded:
├── example_dataset/
│ ├── data/
│ │ ├── train/
│ │ │ ├── file0
│ │ │ ├── file1
│ │ ├── dev/
│ │ │ ├── file2
│ │ │ ├── file3
│ ├── metad... | open | 2024-03-29T17:49:28Z | 2024-03-29T17:52:27Z | https://github.com/huggingface/datasets/issues/6764 | [
"enhancement"
] | VladimirVincan | 0 |
browser-use/browser-use | python | 913 | Requesting Browser-Use on Railway.com | ### Problem Description
Hi Community,
I am experimenting with Browser-Use n8n community node https://www.npmjs.com/package/n8n-nodes-browser-use , but it requires Local Bridge URL. Currently the placeholder is http://localhost:8000 , giving me impression that browser-use must be installed as a separate service outsi... | open | 2025-03-01T12:22:55Z | 2025-03-01T12:27:51Z | https://github.com/browser-use/browser-use/issues/913 | [
"enhancement"
] | vishaldwdi | 0 |
mckinsey/vizro | plotly | 317 | How to integrate with other applications like flask, frappe or django? | ### Question
How to integrate with other applications like flask, frappe or django?
### Code/Examples
_No response_
### Other information
_No response_
### Which package?
None
### Package version
_No response_
### Python version
_No response_
### OS
_No response_
### Code of Conduct
- [X] I agree to foll... | open | 2024-02-19T06:06:37Z | 2024-07-08T15:03:31Z | https://github.com/mckinsey/vizro/issues/317 | [
"General Question :question:"
] | KathirvelPriya | 4 |
plotly/dash | dash | 2,346 | Allow a "cleanup" callback that is executed when a session ends | It would be nice to have something like this, sort of the opposite of a `serve_layout()` function that gets executed with `app.layout` for every new session. This would allow, for example, server-side storing (e.g. using Redis) that would delete session data when the user disconnects.
```python
def serve_layout():
... | open | 2022-12-01T05:11:56Z | 2024-08-13T19:23:42Z | https://github.com/plotly/dash/issues/2346 | [
"feature",
"P3"
] | xhluca | 0 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 509 | 将原349-351行的代码还是移至375行后,请在原本349-351行的地方添加: | 将原349-351行的代码还是移至375行后,请在原本349-351行的地方添加:
```python
model.resize_token_embeddings(49953)
```
_Originally posted by @airaria in https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/453#issuecomment-1567895100_
| closed | 2023-06-05T06:22:05Z | 2023-06-05T06:23:11Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/509 | [] | gavin1332 | 0 |
tflearn/tflearn | tensorflow | 313 | "Coordinator stopped with threads still running" happens when using cross-validation | Hi,
I need to use deep neural network for regression (MSE cost function) to evaluate the performance on a dataset. The general idea is leave-one-out cross validation.
The code is as follows:
``` python
# Building deep neural network
def make_model():
input_layer = tflearn.input_data(shape=[None, input_dim])
... | closed | 2016-08-30T22:43:03Z | 2017-11-17T12:51:26Z | https://github.com/tflearn/tflearn/issues/313 | [] | tuming1990 | 4 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 552 | 关于YoloV3-SPP代码的img_utils.py文件中的letterbox函数可能的问题 | **System information**
* Have I written custom code: Yes
* OS Platform(e.g., window10 or Linux Ubuntu 16.04): Ubuntu20.04 WSL2
* Python version: 3.8.10
* Deep learning framework and version(e.g., Tensorflow2.1 or Pytorch1.3): Pytorch1.11.0
* Use GPU or not: GPU
* CUDA/cuDNN version(if you use GPU): 11.3
* The ne... | closed | 2022-05-20T07:48:24Z | 2022-05-23T02:20:59Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/552 | [] | DaMiBear | 1 |
pytorch/vision | machine-learning | 8,010 | Transforms.v2 significantly slower than v1. | ### 🐛 Describe the bug
Usage of v2 transformations in data preprocessing is roughly three times slower compared to the original v1's transforms.
I benchmarked the dataloader with different workers using following code.
```python
import time
train_dataset = ImageFolder(os.path.join(dataset_path, 'train'), tr... | closed | 2023-10-02T11:27:04Z | 2023-10-12T16:02:38Z | https://github.com/pytorch/vision/issues/8010 | [] | yophis | 5 |
graphql-python/graphene-django | graphql | 835 | Handling database transactions | I noticed that graphene-django doesn't handle database transactions. I believe this is a issue that people should know or be careful about.
The same logic of DRF could be implemented as in the lines below that run in the dispatch method.
https://github.com/encode/django-rest-framework/blob/d985c7cbb999b2bc18a1092... | closed | 2019-12-24T20:13:42Z | 2021-02-16T13:54:53Z | https://github.com/graphql-python/graphene-django/issues/835 | [
"✨enhancement",
"help wanted"
] | brucedesa | 10 |
collerek/ormar | sqlalchemy | 337 | Model.dict() is taking to much time to respond | **Describe the bug**
Im using a model with 1 many to many rel and 1 foreign key, with ormar, but the seralization is taking too much to do it. After disabling dict() the overloaded method, the response model does not have any related model, but it takes almost a 1/100 (I didn't make the exact calculations) of the tim... | closed | 2021-09-06T17:33:01Z | 2021-09-13T14:20:12Z | https://github.com/collerek/ormar/issues/337 | [
"bug"
] | luisjimenez6245 | 20 |
flairNLP/flair | nlp | 3,629 | [Bug]: cannot import name 'cached_download' from 'huggingface_hub' | ### Describe the bug
Trying to run the following repro fails with error below.
My environment.yml
```
name: flairRepro
dependencies:
- python-flair
- scipy=1.12
```
### To Reproduce
```python
from flair.models import SequenceTagger
tagger = SequenceTagger.load("flair/ner-german-legal")
```
### Expected behav... | closed | 2025-03-10T12:33:11Z | 2025-03-22T22:50:29Z | https://github.com/flairNLP/flair/issues/3629 | [
"bug"
] | RufusJWB | 3 |
minimaxir/textgenrnn | tensorflow | 267 | textgen.generate(n) does not produce n lines. | The n argument is ignored in the current version; you can't generate more than one line at once anymore. | open | 2022-10-07T14:37:28Z | 2022-10-07T14:37:28Z | https://github.com/minimaxir/textgenrnn/issues/267 | [] | qwedswed7777 | 0 |
pallets/flask | python | 5,361 | JavaScript .js file content type default is text/javascript but could be application/javascript | <!--
This issue tracker is a tool to address bugs in Flask itself. Please use
Pallets Discord or Stack Overflow for questions about your own code.
Replace this comment with a clear outline of what the bug is.
-->
<!--
Describe how to replicate the bug.
Include a minimal reproducible example that demonstrat... | closed | 2023-12-11T10:18:02Z | 2023-12-26T00:06:58Z | https://github.com/pallets/flask/issues/5361 | [] | niccokunzmann | 1 |
skforecast/skforecast | scikit-learn | 330 | shap to support vector regression with linear kernel | I am trying to apply shap to support vector regression with linear kernel like below:
X_train, y_train = forecaster.create_train_X_y(
y = weightedavg_test['trend'][:-35],
exog = weightedavg_test[['trend_decompose','trend_seasonal','trend_residual','temp_ist','buh... | closed | 2023-01-18T09:04:24Z | 2023-02-09T14:14:11Z | https://github.com/skforecast/skforecast/issues/330 | [
"question"
] | JoaquinAmatRodrigo | 3 |
RobertCraigie/prisma-client-py | pydantic | 274 | Mark private modules and functions as private | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently we do not have a strict public API contract i.e. the public modules, classes and functions we provide are not treated any differently than the private ones. We should easily and correctly ind... | open | 2022-02-06T00:01:55Z | 2022-02-06T00:01:55Z | https://github.com/RobertCraigie/prisma-client-py/issues/274 | [
"kind/improvement",
"topic: internal",
"level/intermediate",
"priority/medium"
] | RobertCraigie | 0 |
Skyvern-AI/skyvern | automation | 1,666 | Use custom chromium arguments | Hello,
When creating a task, I want to use custom chromium arguments for the browser.
Is it something doable ?
Thanks ! | open | 2025-01-28T08:35:36Z | 2025-01-30T13:49:43Z | https://github.com/Skyvern-AI/skyvern/issues/1666 | [
"answered"
] | scormgenie | 4 |
NullArray/AutoSploit | automation | 354 | Unhandled Exception (79f268604) | Autosploit version: `3.0`
OS information: `Linux-4.18.0-kali3-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: ``
Error traceback:
```
Traceback (most recent call):
File "/var/tmp/AutoSploit/autosploit/main.py", line 117, in main
terminal.terminal_main_display(loade... | closed | 2019-01-09T20:30:12Z | 2019-04-18T16:10:09Z | https://github.com/NullArray/AutoSploit/issues/354 | [
"bug"
] | AutosploitReporter | 0 |
dpgaspar/Flask-AppBuilder | flask | 1,649 | ERROR:flask_appbuilder.security.views:Error returning OAuth user info: Invalid URL 'userinfo': No schema supplied. Perhaps you meant http://userinfo? | ### Environment
requirements.txt
```
Authlib==0.15.3
Flask-AppBuilder==3.3.0
google-api-core==1.28.0
google-cloud-bigquery==2.17.0
google-cloud-secret-manager==2.4.0
google-cloud-storage==1.38.0
mysqlclient==2.0.3
PyMySQL==1.0.2
```
### Describe the expected results
This application uses GOOGLE OAUTH_P... | closed | 2021-06-04T10:55:19Z | 2021-06-09T09:48:59Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1649 | [] | tetsuya0617 | 1 |
akfamily/akshare | data-science | 5,446 | AKShare 接口问题报告 | AKShare Interface Issue Report | option_sse_codes_sina 获取所有合约的接口无法使用了 | closed | 2024-12-22T05:59:36Z | 2024-12-22T07:20:27Z | https://github.com/akfamily/akshare/issues/5446 | [
"bug"
] | hanghanglu | 1 |
deepspeedai/DeepSpeed | machine-learning | 5,719 | Issue with LoRA Tuning on llama3-70b using PEFT and TRL's SFTTrainer | We are attempting to perform LoRA tuning on llama3-70b using PEFT with TRL's SFTTrainer. We are using 8 H100 GPUs and distributed training with ZeRO-stage3, but we encounter an error. Could you please provide any solutions?
Here is the error message:
```
Loading checkpoint shards: 77%|███████▋ | 23/30 [00:58<00:... | open | 2024-07-02T09:37:29Z | 2024-07-02T16:04:35Z | https://github.com/deepspeedai/DeepSpeed/issues/5719 | [
"training"
] | yutanozaki1 | 0 |
microsoft/nni | pytorch | 5,745 | 有人用NNI剪枝过wenet吗? | 有人用NNI剪枝过[wenet](https://github.com/wenet-e2e/wenet)吗?或者类似包含各种cache的流式transformer模型?我用起来好像问题很多,各种 | open | 2024-02-18T03:53:33Z | 2024-02-18T03:53:33Z | https://github.com/microsoft/nni/issues/5745 | [] | a122760 | 0 |
supabase/supabase-py | flask | 824 | What is the correct way of querying a jsonb column with supabase client in python? | This SQL query works for me:
```sql
select id from documents where metadata->>'source' = 'source_url' and metadata->>'chunk'='1'
```
But this call doesn't:
```python
client.table("documents").select("id").eq("metadata->>'source'", f"'{source}'").eq("metadata->>'chunk'", f"'{chunk}'").execute()
```
P.S> I've... | closed | 2024-06-06T14:49:22Z | 2024-06-06T14:54:50Z | https://github.com/supabase/supabase-py/issues/824 | [
"bug"
] | alew3 | 1 |
gradio-app/gradio | data-visualization | 10,617 | Allow passing `kwargs` to `gr.ChatInterface` via `gr.load` | - [x] I have searched to see if a similar issue already exists.
Currently, `gr.load` doesn't allow customization when creating an app for chat models.
https://github.com/gradio-app/gradio/blob/49492dd2fcb3741f5afc033d6da9da300fd0dd6c/gradio/external.py#L299-L311
One issue is that users can't change the default exampl... | closed | 2025-02-18T06:50:27Z | 2025-02-19T00:38:51Z | https://github.com/gradio-app/gradio/issues/10617 | [
"enhancement"
] | hysts | 0 |
deezer/spleeter | tensorflow | 173 | [Discussion] I tried this mp3,and always be failed |
[flower road.zip](https://github.com/deezer/spleeter/files/3940275/flower.road.zip)
pls unzip it and get a mp3. I do not know why this song can not be done. Pls help me. | closed | 2019-12-09T15:05:32Z | 2019-12-23T16:54:25Z | https://github.com/deezer/spleeter/issues/173 | [
"question"
] | eminfan | 3 |
psf/requests | python | 6,484 | requests with multiparts using data and files doesn't have content-type in data part | When issuing a requests.post request("POST"...) with data and files, the content-type for the data doesn't get set.
Environment
Windows 11
Python 3.10.7
Trying to debug why a Postman request was working but Python wasn't, I captured the request data (using requestcatcher.com) and below are the two parts of the ... | closed | 2023-07-19T14:00:39Z | 2024-08-22T00:03:55Z | https://github.com/psf/requests/issues/6484 | [] | Cratig | 4 |
miguelgrinberg/Flask-SocketIO | flask | 1,667 | Mixed Content | Mixed Content: The page at 'https://domain.com/chat' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://domain.com/socket.io/?EIO=3&transport=polling&t=NjUu7RG'. This request has been blocked; the content must be served over HTTPS.
Is this Flask-SocketIO related? If yes, how can i fix... | closed | 2021-08-19T14:54:05Z | 2021-08-19T19:12:12Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1667 | [] | Creveoolus | 0 |
alteryx/featuretools | data-science | 2,171 | Generate stacked transform features within a single table if max_depth is greater than 1 | - As a user, I wish I could use Featuretools to generate stacked transform features within a single table. Currently DFS will not generate any stacked transform features within a single table, regardless of the setting of the `max_depth` parameter. Allowing for stacking of features within a table when `max_depth` is gr... | open | 2022-07-06T16:36:47Z | 2023-06-26T19:11:45Z | https://github.com/alteryx/featuretools/issues/2171 | [
"new feature"
] | thehomebrewnerd | 2 |
strawberry-graphql/strawberry | django | 3,187 | FastAPI and Strawberry, Losing Concurrency when Following Intro Example | In short, using [the example](https://strawberry.rocks/docs/integrations/fastapi#fastapi) on how to integrate Strawberry with FastAPI, you end up with a service that handles GraphQL requests sequentially. This defeats the purpose of FastAPI.
My request: Make this clear in the docs. Possibly by changing the example t... | open | 2023-10-31T09:48:57Z | 2025-03-20T15:56:27Z | https://github.com/strawberry-graphql/strawberry/issues/3187 | [] | Chris927 | 16 |
Kludex/mangum | fastapi | 228 | Will this project accept PR for supporting another vendor apart from AWS? | I was trying to use ASGI in `aliyun fc`, a serverless service that is similar to `aws lambda`, and found this library.
it seems that `Mangum` only supports `aws` for now. Will this project accept PR for supporting another vendor apart from AWS? | open | 2022-02-02T14:45:20Z | 2022-02-09T12:54:30Z | https://github.com/Kludex/mangum/issues/228 | [
"maybe"
] | CNLHC | 1 |
Asabeneh/30-Days-Of-Python | pandas | 306 | No license file | The `license.md` file helps with how your files can be edited and even forked also, guides how pull request can be done on your main branch.
It should be added.
I can work on it. | open | 2022-10-01T23:49:00Z | 2024-04-09T02:08:23Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/306 | [] | chemben17 | 2 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 47 | [CRITICAL] WORKER TIMEOUT with basic fastapi and no load. (with example) | First of all I want to say I love fastapi. It a blast to work with so big thanks to you and your team.
Now my problem.
We have a fastapi instance running on kubernetes. The weird part is that disk usage spikes until the point it is being evicted because lack of space. Upon further inspection we saw `[CRITICAL] WORK... | closed | 2020-05-29T12:24:23Z | 2020-12-09T22:16:26Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/47 | [] | NielsDebrier | 3 |
twopirllc/pandas-ta | pandas | 405 | Kaufman's Adaptive Moving Average (KAMA) - calculation issue | ```python
import yfinance as yf
from pandas_ta.overlap import kama
import mplfinance as mpf
ticker = yf.Ticker("SPY")
minute_data = ticker.history(period="7d", interval="1m")
kama_results = kama(minute_data["Close"])
addplot = [
mpf.make_addplot(kama_results, color='blue')
]
mpf.plot(minute_data, volu... | closed | 2021-10-06T19:43:38Z | 2022-09-06T09:00:25Z | https://github.com/twopirllc/pandas-ta/issues/405 | [
"bug",
"good first issue"
] | onachassi | 6 |
JaidedAI/EasyOCR | deep-learning | 1,216 | Can't load my fine-tuned model | This error appears when i tried to load my model to use it at the prediction phase , i understand that the 2 architectures (pretrained & fintuned) have different structures but it should be allowable ..
The solution simply is to use
strict=False to load the state dictionary might seem like a quick fix but it seems tha... | open | 2024-02-19T06:47:19Z | 2024-02-19T06:53:56Z | https://github.com/JaidedAI/EasyOCR/issues/1216 | [] | raheemahmedd | 0 |
microsoft/JARVIS | deep-learning | 230 | There is a runtime error in online demo. Please fix it. | <img width="1045" alt="image" src="https://github.com/microsoft/JARVIS/assets/13723743/9e1aa652-b138-4d26-9d5b-bf01a22f7562">
| open | 2024-02-13T07:32:23Z | 2024-02-13T07:32:23Z | https://github.com/microsoft/JARVIS/issues/230 | [] | liu-zhy | 0 |
rthalley/dnspython | asyncio | 1,004 | Crashes | I run main.py and it completely crashes!
- dnspython version [. 2.2.1]
- Python version [ 3.11.0]
- OS: [Windows]
| closed | 2023-11-04T01:51:54Z | 2023-11-04T01:52:50Z | https://github.com/rthalley/dnspython/issues/1004 | [] | Smilerproxz | 1 |
marcomusy/vedo | numpy | 1,111 | applying transform | Hi Marco,
I have this code and trying to change the transformation of the c2 object but I cant succeed with it.
Am I doing something wrong here, or there is a something wrong in apply_transform?
from vedo import Cube, show, settings,LinearTransform
settings.use_parallel_projection = T... | closed | 2024-05-07T14:59:36Z | 2024-05-16T09:12:57Z | https://github.com/marcomusy/vedo/issues/1111 | [] | smoothumut | 2 |
RobertCraigie/prisma-client-py | pydantic | 654 | Add support for distinct to filter duplicate content in one field | ## Problem
Some task requires me to search for orphaned records in database. For example, I have two table, one has reference to the other, and I seek the element on one table that have no item on the other table that reference it. For that, my solution is to parse all rows in a table and filter on duplicate values ... | closed | 2022-12-27T16:36:18Z | 2023-01-07T13:52:26Z | https://github.com/RobertCraigie/prisma-client-py/issues/654 | [
"kind/feature",
"topic: client",
"level/intermediate",
"priority/medium"
] | HOZHENWAI | 0 |
lepture/authlib | django | 617 | import importlib.metadata missing from authlib.integrations.flask_oauth2.errors.py? | **Describe the bug**
AttributeError raised when importing: from authlib.integrations.flask_oauth2 import ResourceProtector
**Error Stacks**
```
File "/home//anaconda3/envs/taskapp/lib/python3.11/site-packages/flask_oidc/__init__.py", line 16, in <module>
from authlib.integrations.flask_oauth2 import Re... | closed | 2024-01-11T20:31:49Z | 2025-02-20T20:06:33Z | https://github.com/lepture/authlib/issues/617 | [
"bug",
"client"
] | paselin-vf | 3 |
ageitgey/face_recognition | python | 1,122 | Getting error while installing sparse module | * face_recognition version:
* Python version:2.7
* Operating System: macOS Catalina version 10.15.3
### Description
I am trying to run face_recognition on my system. Installing sparse Module getting error.
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Py... | open | 2020-04-23T16:42:40Z | 2020-05-02T20:01:49Z | https://github.com/ageitgey/face_recognition/issues/1122 | [] | harshitKyal | 0 |
seleniumbase/SeleniumBase | web-scraping | 2,957 | Upgrade `seleniumbase` to use the newer `selenium` (`4.23.1`) | ## Upgrade `seleniumbase` to use the newer `selenium` (`4.23.1`)
`selenium` `4.23.1` has been released.
`selenium` `4.23.0` had a bug, which why `seleniumbase` `4.28.7` is still using `selenium` `4.22.0` (the previous version).
Now it's safe to upgrade that dependency if all tests pass. | closed | 2024-07-24T18:03:27Z | 2024-07-25T15:35:11Z | https://github.com/seleniumbase/SeleniumBase/issues/2957 | [
"dependencies"
] | mdmintz | 1 |
strawberry-graphql/strawberry | fastapi | 3,407 | Allow Boolean operators for Permissions | <!--- Provide a general summary of the changes you want in the title above. -->
Currently, permissions are provided as a list of `BasePermission` instances, treated implicitly as ANDs. It would be grand to instead be able to use AND and OR operators when passing in permissions.
<!--- This template is entirely option... | open | 2024-03-14T14:00:24Z | 2025-03-20T15:56:37Z | https://github.com/strawberry-graphql/strawberry/issues/3407 | [] | vethan | 0 |
pytest-dev/pytest-xdist | pytest | 1,033 | t | closed | 2024-03-02T10:36:44Z | 2024-03-02T10:37:12Z | https://github.com/pytest-dev/pytest-xdist/issues/1033 | [] | mahajanparth | 0 | |
ultralytics/ultralytics | machine-learning | 19,243 | Run failed when using nms in batch infer | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Export
### Bug
I want to convert the model to ONNX format and integrate NMS into the model. However, after conversion, whe... | closed | 2025-02-14T08:43:59Z | 2025-02-18T13:31:04Z | https://github.com/ultralytics/ultralytics/issues/19243 | [
"bug",
"fixed",
"exports"
] | sajomanaka | 11 |
babysor/MockingBird | deep-learning | 184 | 训练到640K时,就自动退出,不能再训练了。 | 一开始是用默认库训练,大概训练到350K左右。
后来觉得效果不好,把另外两个库Aishell和magicdata也预处理了,使用三个库进行训练。
训练到640K,就不能继续了,自动退出了。
重新启动训练也是如此。
| open | 2021-11-01T06:36:55Z | 2021-12-15T04:26:11Z | https://github.com/babysor/MockingBird/issues/184 | [] | leontreebird | 3 |
stitchfix/hamilton | numpy | 185 | @does + default kwargs don't work | Short description explaining the high-level reason for the new issue.
# Current behavior
It breaks, dependencies marked as optional are not carried over.
## Stack Traces
(If applicable)
## Screenshots
(If applicable)
## Steps to replicate behavior
```python
from hamilton import driver
from hamilto... | closed | 2022-08-22T23:47:25Z | 2022-10-28T23:53:21Z | https://github.com/stitchfix/hamilton/issues/185 | [
"bug"
] | elijahbenizzy | 1 |
baoliay2008/lccn_predictor | pydantic | 13 | Q3 and Q4 of "weekly contest 345" are on backwards | the same as #3 due to sorting by `question_id` | closed | 2023-05-14T04:27:00Z | 2024-08-31T22:27:26Z | https://github.com/baoliay2008/lccn_predictor/issues/13 | [
"bug",
"duplicate"
] | baoliay2008 | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,089 | Please help to remove it | Please help remove the 100 billion nights today processed at 10 p.m. Will the song be saved in UVR after it is uploaded?请问歌曲上传处理后会保存在uvr5中吗 | closed | 2024-01-08T12:53:48Z | 2024-01-14T03:32:29Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1089 | [] | xiaokecai | 0 |
plotly/plotly.py | plotly | 4,345 | Feature request: Explicit control over leader lines of labels in px.pie | Hello, this is my first post here so I'm sorry if there's something I'm not aware of.
I would like to request a feature for better control over leader lines of labels outside pie charts.
For example:
```
import pandas as pd
import plotly.express as px
df = pd.DataFrame([["C", "H", "N", "S", "O"],[0.47514, 0.06385... | closed | 2023-08-31T08:56:16Z | 2024-07-11T17:32:07Z | https://github.com/plotly/plotly.py/issues/4345 | [] | Madrigallo | 1 |
streamlit/streamlit | data-science | 10,742 | Allow selection of arbitrary points on the map for `st.pydeck_chart` | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
`st.pydeck_chart` already supports object selections on maps. Also add support for point selections, where us... | open | 2025-03-12T15:00:03Z | 2025-03-12T15:00:43Z | https://github.com/streamlit/streamlit/issues/10742 | [
"type:enhancement",
"feature:st.pydeck_chart"
] | lukasmasuch | 1 |
google-deepmind/graph_nets | tensorflow | 69 | Can't plot GN output_graphs | Hi, I have trouble to plot the GN output_graphs after training. Is the only way to show output graph figure --- to update node/edge/global through blocks.broadcast, and then run output_graphs=sess.run() ? Is it possible to print out all the updated attributes for node/edge/global? Current output only print the shape.... | closed | 2019-04-15T18:29:45Z | 2019-04-16T00:09:00Z | https://github.com/google-deepmind/graph_nets/issues/69 | [] | ghost | 2 |
DistrictDataLabs/yellowbrick | matplotlib | 526 | Add Documentation for BalancedBinningReference | BalancedBinningReference is a new visualizer under yellowbrick/target. Documentation needs to be added for this visualizer to explain how this visualizer can be used.
| closed | 2018-07-25T22:03:09Z | 2018-09-14T17:37:52Z | https://github.com/DistrictDataLabs/yellowbrick/issues/526 | [
"type: technical debt",
"type: documentation"
] | pdamodaran | 0 |
collerek/ormar | fastapi | 1,332 | Feature request: Relations | **Is your feature request related to a problem? Please describe.**
I would like more feature parity with Django when comes to relations especially generic relations and one to one relations.
https://docs.djangoproject.com/en/4.2/ref/contrib/contenttypes/#generic-relations
https://docs.djangoproject.com/en/4.2/topics... | open | 2024-05-30T14:25:11Z | 2024-05-30T14:25:11Z | https://github.com/collerek/ormar/issues/1332 | [
"enhancement"
] | dualmacops | 0 |
howie6879/owllook | asyncio | 57 | 怎么才能让它随系统自启动?我用的debian9 | Create a service:
```
sudo vi /etc/systemd/system/rc-local.service
Add your code there:
[Unit]
Description=/etc/rc.local Compatibility
ConditionPathExists=/etc/rc.local
[Service]
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
RemainAfterExit=yes
SysVStartPriority=99
[Install]
... | closed | 2019-01-23T08:07:17Z | 2019-01-24T08:46:55Z | https://github.com/howie6879/owllook/issues/57 | [] | aff2018 | 3 |
mirumee/ariadne | graphql | 664 | Handle safe method HTTP OPTIONS | GraphQL clients may need to know whether Ariadne is processing QUERY / MUTATION using either of HTTP GET or HTTP POST. But any HTTP request that is **not** using the POST method currently throws an HTTP 405 Method Not Allowed (unless _introspection_ is turned on).
Can you please update Ariadne to safely respond to H... | closed | 2021-09-06T18:59:29Z | 2021-12-08T15:53:40Z | https://github.com/mirumee/ariadne/issues/664 | [
"enhancement",
"roadmap"
] | accredited-unicorn | 3 |
tortoise/tortoise-orm | asyncio | 1,281 | `RE_INSERT_VALUES` doesnt match when calling `Model.bulk_create` | **Describe the bug**
I called `Model.bulk_create` of `tortoise-orm==0.19.2`, and found `RE_INSERT_VALUES` doesn`t match!
Here are the screenshots of my finding.
*Debug code*

*Log*
 | While a finish train a bert by **tpu cluster**, the model size is 1.2G, is much too bigger than the release one, I find the [#99](https://github.com/google-research/bert/issues/99) to reduce the model size, here is my following code:
```
# tf.__version__ 1.15.0
sess = tf.Session()
imported_meta = tf.train.import_... | closed | 2019-10-17T17:46:50Z | 2023-03-27T03:58:40Z | https://github.com/google-research/bert/issues/882 | [] | RyanHuangNLP | 4 |
JaidedAI/EasyOCR | deep-learning | 617 | Segmentation fault when running EasyOCR on a RTX 30xx | On Ubuntu 20.04 with an RTX 30xx.
I tested using driver 490 + CUDA 11.5 and driver 460 + CUDA 11.3. In both cases, when running EasyOCR I get an error saying "RTX 30xx with CUDA capability sm_86 is not compatible with the current PyTorch installation".
So, I installed the latest version of PyTorch from their web... | closed | 2021-12-09T10:19:07Z | 2022-08-07T05:01:26Z | https://github.com/JaidedAI/EasyOCR/issues/617 | [] | capalvarez | 0 |
tflearn/tflearn | tensorflow | 811 | ImportError: cannot import name 'remove_undocumented' | When I import tflearn, there have problem like that:
import tflearn
Traceback (most recent call last):
File "<ipython-input-2-1dcc0aeffa10>", line 1, in <module>
import tflearn
File "/home/lt/anaconda3/lib/python3.5/site-packages/tflearn/__init__.py", line 21, in <module>
from .layers import n... | open | 2017-06-24T09:28:21Z | 2017-06-26T07:33:55Z | https://github.com/tflearn/tflearn/issues/811 | [] | litingsjj | 2 |
yunjey/pytorch-tutorial | pytorch | 216 | Issues in running tensorboard tutorial | While executing tensorboard tutorial I got the following error
module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'
Any ideas on how to resolve this? | open | 2020-08-20T08:16:35Z | 2020-08-24T12:26:39Z | https://github.com/yunjey/pytorch-tutorial/issues/216 | [] | sparshgarg23 | 1 |
onnx/onnx | tensorflow | 5,872 | Improve onnx.ai documentation rendering to include block separators | The documentation for some attributes is harder to read in the HTML version on onnx.ai compared to the version rendered by GitHub's markdown rendering, due to block/paragraph separators not being preserved.
With the `Resize` operator for example, the meaning of the different values for the `coordinate_transformation... | closed | 2024-01-23T09:42:18Z | 2024-01-25T12:38:05Z | https://github.com/onnx/onnx/issues/5872 | [
"topic: enhancement",
"website content",
"contributions welcome"
] | robertknight | 3 |
google-deepmind/sonnet | tensorflow | 14 | Included TensorFlow CPU supported only? | After configuring sonnet, I found out tensorflow 1.01 is installed along with my original tensorflow-gpu 1.01. However only tensorflow 1.01 is recognized as the imported one... Plz share a instruction | closed | 2017-04-10T15:05:17Z | 2017-04-12T14:47:38Z | https://github.com/google-deepmind/sonnet/issues/14 | [] | leesunfreshing | 3 |
comfyanonymous/ComfyUI | pytorch | 6,486 | size mismatch for proj_in.weight: copying a param with shape torch.Size([1280, 1280]) from checkpoint, the shape in current model is torch.Size([1280, 1664]) | ### Your question
size mismatch for proj_in.weight: copying a param with shape torch.Size([1280, 1280]) from checkpoint, the shape in current model is torch.Size([1280, 1664])
### Logs
_No response_
### Other
_No response_ | open | 2025-01-16T07:03:01Z | 2025-01-16T08:45:38Z | https://github.com/comfyanonymous/ComfyUI/issues/6486 | [
"User Support"
] | sudongchiA | 1 |
public-apis/public-apis | api | 3,729 | B | closed | 2023-12-25T01:30:26Z | 2023-12-25T02:54:40Z | https://github.com/public-apis/public-apis/issues/3729 | [] | technhc90 | 0 | |
aimhubio/aim | tensorflow | 2,574 | Searching in RUNS EXPLORER can sometimes be **super** slow or even hang | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
When I search in RUNS EXPLORER and at the same time I am creating runs continuously, the searching can be super slow. Such as in the following picture, it progresses slowly (maybe 1 per second), and sometimes it even hangs.

Wh... | open | 2024-06-20T19:52:43Z | 2024-06-20T19:52:59Z | https://github.com/open-mmlab/mmdetection/issues/11806 | [] | basitlab | 0 |
httpie/cli | api | 733 | Specifing Content Range to download parts of a file. | Was trying to get curl working with -r but failed and ending up finding httpie, nice and easy, but i cant find how to download parts of a file. | closed | 2018-11-25T20:28:55Z | 2018-11-27T20:49:40Z | https://github.com/httpie/cli/issues/733 | [] | joolzg | 2 |
ray-project/ray | deep-learning | 51,394 | [core] Upgrade flatbuffer (Mar.15, 2025) | ### Description
At the moment, our flatbuffer is at a pretty stale version (see git commit below), which is 6 years below the latest version. We should definitely upgrade to the later versions.
```sh
[~/flatbuffers] (master)
ubuntu@hjiang-devbox-pg$ git log
commit 63d51afd1196336a7d1f56a988091ef05deb1c62 (HEAD -> mas... | closed | 2025-03-15T07:18:50Z | 2025-03-17T17:42:30Z | https://github.com/ray-project/ray/issues/51394 | [
"enhancement",
"P1",
"core",
"help-wanted"
] | dentiny | 0 |
tortoise/tortoise-orm | asyncio | 1,460 | Better validation errors | **Is your feature request related to a problem? Please describe.**
At the moment, validation errors are emitted with [this code](https://github.com/tortoise/tortoise-orm/blob/0cb82bb4bf40bd2c2257b8dc572c19c0d6ff3111/tortoise/fields/base.py#L246C1-L262C73):
```python
for v in self.validators:
if se... | open | 2023-08-22T09:36:40Z | 2023-08-30T09:14:57Z | https://github.com/tortoise/tortoise-orm/issues/1460 | [] | georges-g | 8 |
hayabhay/frogbase | streamlit | 39 | Feature Request: Import Transcripts | Hello, thanks for this awesome project!
I've been working on transcribing a podcast that I listen to with Whisper.cpp and have about 2k worth of hours transcribed already. Is there any way to easily import my pre-existing transcriptions into Whisper-ui?
Maybe have the app scan for new directories in the media f... | open | 2023-03-15T02:14:58Z | 2023-03-15T02:34:17Z | https://github.com/hayabhay/frogbase/issues/39 | [] | YMan84 | 1 |
rio-labs/rio | data-visualization | 127 | Add Image infrastructure | Rio already comes with infrastructure to handle assets. They're hosted for as long as they're needed, and released once all references have been dropped. This infrastracture also currently handles images.
This works, but there is some good reasons to handle images separately:
- Different devices need different im... | open | 2024-08-11T16:17:16Z | 2024-08-13T07:44:33Z | https://github.com/rio-labs/rio/issues/127 | [
"enhancement",
"speedup",
"needs discussion"
] | mad-moo | 1 |
JoeanAmier/TikTokDownloader | api | 151 | Tiktok批量下载,部分html文件无法下载,提示读取 HTML 文件失败(已附html文件) |
[(19)Living_in_peace_decor_(@livinginpeacedecor)___TikTok.zip](https://github.com/JoeanAmier/TikTokDownloader/files/14150662/19.Living_in_peace_decor_.%40livinginpeacedecor.___TikTok.zip)
已选择批量下载账号作品(TikTok)模式
请输入 TikTok 主页 HTML 文件(夹)路径: C:\Users\Sean\Downloads\(19)Living_in_peace_decor_(@livinginpeacedecor)___... | open | 2024-02-03T08:06:41Z | 2024-02-04T15:47:52Z | https://github.com/JoeanAmier/TikTokDownloader/issues/151 | [] | sean0157 | 3 |
twopirllc/pandas-ta | pandas | 524 | Trade Analysis | I apologize if this is a dumb question, but as I am not a professional coder some parts are still difficult to understand. With that, how can I use the performance part of the library?
For e.g I have 400 stocks, each one generates a buying date, buying price, selling date and selling price. Sort of like this but fo... | closed | 2022-04-26T15:08:24Z | 2022-05-22T22:39:09Z | https://github.com/twopirllc/pandas-ta/issues/524 | [
"info"
] | whatayush | 1 |
dask/dask | scikit-learn | 11,280 | Dask Client slows down non-dask code (thus dask-distributed code as well) | I recently found that creating a `dask.distributed.Client` instance slows down the execution of the remaining code, even if Dask is not used at all.
An example to reproduce is given below (it basically executes some math-heavy calculation on a separate process).
```
import sys
import multiprocessing
import tim... | open | 2024-08-07T14:38:40Z | 2024-08-08T14:38:43Z | https://github.com/dask/dask/issues/11280 | [
"needs info"
] | stavoltafunzia | 4 |
giotto-ai/giotto-tda | scikit-learn | 94 | window_width is a bad name in SlidingWindow | #### Description
Following user feedback, it seems that the name `window_width` does not convey the meaning of the associated parameter in `SlidingWindow` sufficiently clearly. Another drawback is that it is awkward to document as the number of points in a window of "width" n is n+1. We might prefer, instead, to ask... | closed | 2019-11-20T17:57:16Z | 2020-09-09T20:57:17Z | https://github.com/giotto-ai/giotto-tda/issues/94 | [
"documentation"
] | ulupo | 0 |
gradio-app/gradio | deep-learning | 10,051 | `gr.Image` fullscreen button doesn't appear if `interactive=True` | ### Describe the bug
When using 'interactive=True' and 'show_fullscreen_button = Ture,
Fullscreen button doesnt appear
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
with gr.Blocks() as main:
image1 = gr.Image(... | closed | 2024-11-27T15:13:49Z | 2024-11-27T20:03:13Z | https://github.com/gradio-app/gradio/issues/10051 | [
"enhancement"
] | tripleS-Dev | 1 |
pytest-dev/pytest-html | pytest | 481 | Fix Codecov | There's at least two things to address.
1. Disable codecov on Nightly builds and to only run on a subset of tests. Example [here](https://github.com/pytest-dev/pytest/blob/main/.github/workflows/main.yml#L133)
2. Upgrade Codecov action to v2, v1 is deprecated and will stop working completely. | open | 2022-01-17T12:12:05Z | 2022-01-17T12:12:05Z | https://github.com/pytest-dev/pytest-html/issues/481 | [] | BeyondEvil | 0 |
Miserlou/Zappa | flask | 2,058 | An error occurred (InternalError) when calling the PutBucketNotificationConfiguration operation (reached max retries: 4): We encountered an internal error. Please try again. | Good morning,
Thanks for this very helpful project, happy to saw some new maintaner recently! I hope it will still be maintained in the future.
Can you help me with this issue?
## Context
When I try to deploy a lambda with an execution to an [s3 event](https://github.com/Miserlou/Zappa#executing-in-response-to-... | open | 2020-03-08T18:02:05Z | 2020-03-08T18:02:05Z | https://github.com/Miserlou/Zappa/issues/2058 | [] | dadonzg | 0 |
JaidedAI/EasyOCR | machine-learning | 1,308 | annot write mode CMYK as PNG | cannot write mode CMYK as PNG | open | 2024-09-18T07:23:45Z | 2024-09-18T07:24:14Z | https://github.com/JaidedAI/EasyOCR/issues/1308 | [] | cxycxm | 0 |
litestar-org/litestar | api | 3,249 | Enhancement: Add plugin for grafana loki | ### Summary
[Grafana Loki](https://grafana.com/docs/loki/latest/) is a compact log aggregator. Logs of different sources (files, streams, etc.) are ingested by a client (e.g., [Grafana Promtail](https://grafana.com/docs/loki/latest/send-data/promtail/)) and pushed to the Loki API. The logs are indexed by labels, not c... | closed | 2024-03-24T18:57:06Z | 2025-03-20T15:54:31Z | https://github.com/litestar-org/litestar/issues/3249 | [
"Enhancement"
] | aranvir | 5 |
dpgaspar/Flask-AppBuilder | rest-api | 1,916 | [Feature request] Menu item from a view in the running app indicates the selection | Hello. This is a feature request. Thank you for your time in reading this issue.
### Environment
Flask-Appbuilder version: 4.1.3
### Describe the expected results
Tell us what should happen.
This is a feature request. The idea is simply to have a template in which a menu item stays highlighted when i... | open | 2022-08-29T06:39:23Z | 2022-08-29T06:39:23Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1916 | [] | michhar | 0 |
aio-libs-abandoned/aioredis-py | asyncio | 480 | Release date for sentinel and streams support | Hi guys,
could you please tell me the release date for the aioredis version with support for sentinel and streams ?
Thanks
| closed | 2018-10-19T09:53:19Z | 2018-10-24T08:53:53Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/480 | [] | ffaraone | 2 |
thp/urlwatch | automation | 650 | Shell reporter | I have an edge case, but could become a feature request: I execute urlwatch locally and I would like to execute a shell command when there is any changes. The goal is to use `notify-send` command to display a notification in my desktop telling me about a change was detected (not necessarily what was the change). I trie... | closed | 2021-06-21T12:36:57Z | 2022-11-18T17:12:36Z | https://github.com/thp/urlwatch/issues/650 | [] | mhalano | 6 |
ray-project/ray | pytorch | 50,681 | [core] Add a util function to initialize NCCL communicator | ### Description
https://github.com/ray-project/ray/blob/8f7e30a2beb3003d09392b2f89a6d1a99b7ac338/python/ray/experimental/channel/torch_tensor_nccl_channel.py#L721
1. Should we use the same util function to initialize NCCL communicator for both RayCG and Ray GPU objects?
2. Should I change the ` _init_communicator` fu... | open | 2025-02-18T07:40:10Z | 2025-02-19T01:31:48Z | https://github.com/ray-project/ray/issues/50681 | [
"enhancement",
"core"
] | kevin85421 | 1 |
roboflow/supervision | tensorflow | 1,318 | Dwell Time Analysis with Computer Vision | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Hi;
I installed[Dwell Time Analysis with Computer Vision | Real-Time Stream Processing](https://youtu.be/hAWpsIuem10) ( on my raspberry pi 5 ... | open | 2024-07-01T12:00:31Z | 2024-07-01T12:00:31Z | https://github.com/roboflow/supervision/issues/1318 | [
"question"
] | Geniuspond | 0 |
QuivrHQ/quivr | api | 3,377 | [Bug]: supabase_realtime_secondbrain container is not ready: unhealthy | ### What happened?
When I execute the command cd backend && supabase start, the following error appears. How can I fix it?
### Relevant log output
```bash
----- Native stack trace -----
1: 0xcc7e17 node::Assert(node::AssertionInfo const&) [node]
2: 0xd4818e node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunne... | closed | 2024-10-16T05:15:28Z | 2025-01-20T09:51:43Z | https://github.com/QuivrHQ/quivr/issues/3377 | [
"bug",
"Stale"
] | zhukelili | 6 |
plotly/dash | data-science | 2,523 | Enable simple Boolean expressions and comparisons in DataTable style_data_conditional filter_query | I am trying to highlight rows in a DataTable if a column is `False`. I can’t seem to get it to work. Here’s what I’ve tried. Several failed attempts are left as comments.
```python
dash_table.DataTable(
...
style_data_conditional= {
"if": {
# "filter_query": "{my_boo... | open | 2023-05-05T00:20:42Z | 2024-08-13T19:32:15Z | https://github.com/plotly/dash/issues/2523 | [
"feature",
"P3"
] | tom-kaufman | 0 |
Urinx/WeixinBot | api | 224 | ERROR URLError = [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) | 调用网络请求时报的错误
[*] 正在获取 uuid ... 2017-08-17 15:22:44 changliu-2.local root[31512] ERROR URLError = [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748)
| open | 2017-08-17T07:27:23Z | 2017-09-11T03:53:13Z | https://github.com/Urinx/WeixinBot/issues/224 | [] | miracle244 | 2 |
ultralytics/yolov5 | deep-learning | 13,142 | I observe that the validation phase is much slower than the training phase on large validation sets and multi-GPU machines | ### 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, dear author. I observed that validation was very slow using only one GPU regardles... | closed | 2024-06-27T07:18:11Z | 2024-10-20T19:48:59Z | https://github.com/ultralytics/yolov5/issues/13142 | [
"question",
"Stale"
] | ASharpSword | 6 |
mirumee/ariadne | graphql | 277 | How to pass custom objects to resolvers ? | I have the following code running on the Google Cloud Platform Functions
```python
import os
import pymongo
from google.cloud import storage
from ariadne import graphql_sync, make_executable_schema
from ariadne.constants import PLAYGROUND_HTML
from flask import Flask, request, jsonify
from functions.im4.graph... | closed | 2019-12-10T02:04:09Z | 2019-12-10T10:21:48Z | https://github.com/mirumee/ariadne/issues/277 | [] | kleysonr | 1 |
aio-libs/aiomysql | sqlalchemy | 968 | No fast-track for bulk inserts in Cursor.executemany with INSERT/REPLACE syntax introduced in MySQL 8.0.19 | ### Describe the bug
When calling `Cursor.executemany` with an `INSERT` or `REPLACE` SQL statement, `aiomysql` compares the statement against a regular expression `RE_INSERT_VALUES` and if there is a match, a different, fast-track execution path is taken as opposed to expanding `executemany` into a series of `execute`... | open | 2023-09-24T14:38:30Z | 2025-01-25T14:30:57Z | https://github.com/aio-libs/aiomysql/issues/968 | [
"bug"
] | hunyadi | 3 |
bendichter/brokenaxes | matplotlib | 64 | Should BrokenAxes also work for bar plots ? | hello,
here is a simple case which does not work for me
```
import matplotlib.pyplot as plt
from brokenaxes import brokenaxes
langs = ['C', 'C++', 'Java', 'Python', 'PHP']
students = [23,17,35,29,12]
fig,ax = plt.subplots()
ax = brokenaxes(ylims=((0, 5), (10, 35)), hspace=.05)
ax.bar(langs, students)
ax.se... | closed | 2021-04-19T12:46:57Z | 2021-11-18T03:16:09Z | https://github.com/bendichter/brokenaxes/issues/64 | [] | JanPolcher | 4 |
sktime/pytorch-forecasting | pandas | 1,487 | Is the DeepVAR implementation correct? | I was reading the paper that the DeepVAR implementation is supposed to be based on (https://arxiv.org/abs/1910.03002) and I'm having trouble finding the Gaussian copula processes anywhere in the source code.
Could anyone point me to where the transformation from DeepAR to DeepVAR rakes place please?
It would be ver... | open | 2023-12-29T18:18:39Z | 2024-08-19T15:42:38Z | https://github.com/sktime/pytorch-forecasting/issues/1487 | [] | chododom | 2 |
Kanaries/pygwalker | plotly | 26 | [BUG] DataFrame column names including a dot (".") are not usable | A DataFrame in the format of
|x_x|y_y|
|---|---|
| 1| 3|
| 2| 4|
will work fine.
The following column naming will result in visible but "unusable" data.
|x.x|y.y|
|---|---|
| 1| 3|
| 2| 4|
| closed | 2023-02-22T12:17:04Z | 2023-02-22T21:10:24Z | https://github.com/Kanaries/pygwalker/issues/26 | [
"bug",
"graphic-walker"
] | lucasisonline | 3 |
ultralytics/ultralytics | computer-vision | 19,837 | Can it support a function of printing terminal records? | ### Search before asking
- [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Can you support a print terminal record function to save the training records to the output folder?
### Use case
just like a paddle-styl... | open | 2025-03-24T02:05:38Z | 2025-03-24T12:57:13Z | https://github.com/ultralytics/ultralytics/issues/19837 | [
"enhancement"
] | yyq19990828 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.