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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
tflearn/tflearn | tensorflow | 789 | how to test a trained model? | hi, thank you for this repo.
I installed TFlearn and tensorflow successfully and I used [this nlp example](https://github.com/tflearn/tflearn/blob/master/examples/nlp/cnn_sentence_classification.py )
it seems everything is ok and training is finished.
so how can I test this model?and where are the files created afte... | open | 2017-06-10T19:20:45Z | 2017-11-12T03:23:55Z | https://github.com/tflearn/tflearn/issues/789 | [] | mrmrn | 3 |
microsoft/qlib | machine-learning | 1,196 | AttributeError: module 'collector' has no attribute 'YahooNormalizeUS1dExtend' while running update_data_to_bin | ## 🐛 Bug Description
After downloading all the US tickers I attempted to update the prices using 'python collector.py update_data_to_bin'
An observation made is it took almost the same amount of time than downloading all the data. Plus, by the end of the execution, the script crashed:
2022-07-13 06:22:32.848... | closed | 2022-07-13T09:54:50Z | 2022-07-18T22:48:11Z | https://github.com/microsoft/qlib/issues/1196 | [
"bug"
] | rmallof | 3 |
tox-dev/tox | automation | 2,694 | Tox>=4 breaking change for scenario when install_command invokes a Python script | ## Issue
We have implemented the ``install_command`` for the Tox environment in the form of a Python script. According to the configuration provided in the ``tox.ini`` we expect this Python script to be invoked with arguments being "-r requirements.txt", and according to the logic implemented by the Python script, f... | closed | 2022-12-13T12:41:57Z | 2022-12-13T15:33:06Z | https://github.com/tox-dev/tox/issues/2694 | [] | detmoo | 2 |
SYSTRAN/faster-whisper | deep-learning | 138 | Issue with condition_on_previous_text param ? | Hello Guillaume,
Either I misunderstood the condition_on_previous_text option or there is a small error in the implementation. I thought with this option no previous decoded text would be used but it appears text from the previous segment is used.
https://github.com/guillaumekln/faster-whisper/blob/2b53dee6b697ba13... | closed | 2023-04-11T12:36:38Z | 2023-04-24T14:28:48Z | https://github.com/SYSTRAN/faster-whisper/issues/138 | [] | funboarder13920 | 3 |
automl/auto-sklearn | scikit-learn | 839 | Fitting a classifier prints configurations endlessly | Hello,
Fitting a classifier produces an endless printing of preprocessor configurations. This does not happen for other datasets. A small excerpt:
```
('preprocessor:polynomial:include_bias', OrderedDict()), ('preproce
ssor:polynomial:interaction_only', OrderedDict()), ('preprocessor:random_trees_embedding:b... | closed | 2020-04-23T12:27:30Z | 2020-05-18T07:56:58Z | https://github.com/automl/auto-sklearn/issues/839 | [] | RitterHannah | 3 |
docarray/docarray | pydantic | 1,099 | Investigate if we can depend on `jaxtyping` for tensor type hints | @johannes what is the conclusion here ? | open | 2023-02-08T08:24:07Z | 2023-02-08T10:33:09Z | https://github.com/docarray/docarray/issues/1099 | [] | JohannesMessner | 4 |
Josh-XT/AGiXT | automation | 1,089 | Ngrok Tunnels to use with AGIXT | ### Feature/Improvement Description
Sometimes you don't want to port forward for security reasons and just want to expose AGIXT through Ngrok. I also think this feature would be nice to add because say you're working remotely from a server and you can't port forward again for whatever reason that might be you can ju... | closed | 2024-01-11T17:29:27Z | 2024-03-08T09:34:56Z | https://github.com/Josh-XT/AGiXT/issues/1089 | [
"needs triage"
] | birdup000 | 1 |
iperov/DeepFaceLab | machine-learning | 5,694 | Could Someone Help Me? | Not really sure what any of these means... Or what I can do to fix it. Happens when i try to train SAEHD (step 6)
Error:
Traceback (most recent call last):
File "D:\DeepFaceLab\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\mainscripts\Trainer.py", line 159, in trainerThread
model_save(... | open | 2023-07-01T14:09:14Z | 2023-07-03T16:05:34Z | https://github.com/iperov/DeepFaceLab/issues/5694 | [] | mirfsz | 1 |
waditu/tushare | pandas | 1,017 | 没有主力流入,主力流出 | moneyflow 返回里只有 净流入额, (我猜是 主力净流向),没有主力流入,主力流出
https://tushare.pro/register?reg=257637 | closed | 2019-04-18T10:30:32Z | 2019-04-22T14:07:12Z | https://github.com/waditu/tushare/issues/1017 | [] | appleorange007 | 1 |
AirtestProject/Airtest | automation | 501 | 请问--recording命令可以加上参数,使Android录屏时录竖屏吗 | (请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。)
**(重要!问题分类)**
* 图像识别、设备控制相关问题 -> 按下面的步骤
**描述问题bug**
我运行`airtest run "path to your .air dir" --device Android://adbhost:adbport/serialno --recording` 后,录制得到的视频是一半手机,一半黑块的,请问--recoding有没有参数可以使黑块去掉的?谢谢!
```
(在这里粘贴traceback或其他报错信息)
```
**相关截图**
录制后的视频一半是手机,一半是黑块
... | open | 2019-08-19T07:35:34Z | 2019-08-19T07:49:35Z | https://github.com/AirtestProject/Airtest/issues/501 | [
"enhancement"
] | achikugua | 1 |
labmlai/annotated_deep_learning_paper_implementations | pytorch | 260 | How to use my own database for training and evaluating Retro for Question-Answering? | What is the main purpose or outcome of this training? is it only for text completion? How do I finetune it for Question-Answering or any other downstream task?
I want to use my dataset in the training. How do I do it and which format the dataset needs to be?
Is there script to evaluate the model reproducing the ... | open | 2024-06-27T03:34:39Z | 2024-06-27T04:11:32Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/260 | [] | Zahin112 | 2 |
mljar/mercury | jupyter | 274 | Add variable to control the domain address for single site deployments | There might be a case, when Mercury is deployed to custom domain with `mercury run` command. In this case we should set domain address in Site database model. | closed | 2023-05-15T08:20:27Z | 2023-05-22T13:30:54Z | https://github.com/mljar/mercury/issues/274 | [
"enhancement"
] | pplonski | 1 |
recommenders-team/recommenders | machine-learning | 1,464 | Remove drop_duplicates() from SAR method | ERROR: type should be string, got "https://github.com/microsoft/recommenders/blob/efaa3d7742183dee0846877e2dc64977098e1977/reco_utils/recommender/sar/sar_singlenode.py#L232\r\n\r\nWe may assume that the input data frame has no duplicates, since 90% of the time this has been ensured in prior data prep stages of the data science pipeline.\r\n- Remove the `drop_duplicates()` occurrence\r\n- Update doc string to require input DFs contain no duplicates." | closed | 2021-06-28T15:32:41Z | 2022-03-16T09:38:26Z | https://github.com/recommenders-team/recommenders/issues/1464 | [] | anargyri | 1 |
collerek/ormar | pydantic | 825 | SQLAlchemy Polymorphism in ORMAR | Hi, I'm currently missing some SQLAlchemy functionality for a project I'm currently working on.
This functionality is **polymorphism. SQLAlchemy** provides the ability to create inheritance between classes by defining polymorphism using a type field. Does this option exist in Ormar or will it be planet in the sho... | open | 2022-09-10T10:45:49Z | 2022-09-10T10:46:36Z | https://github.com/collerek/ormar/issues/825 | [
"enhancement"
] | alexol91 | 0 |
waditu/tushare | pandas | 1,760 | 说明文档有错误,typo | 东方财富板块成分 说明文档:
https://tushare.pro/document/2?doc_id=363
里面示例代码 有一处错误
板块成分函数为:dc_member
但是演示示例用的是:dc_index | open | 2025-01-07T06:09:33Z | 2025-01-07T06:09:33Z | https://github.com/waditu/tushare/issues/1760 | [] | cosmo86 | 0 |
sebastianruder/NLP-progress | machine-learning | 461 | why there is no data-to-text? | closed | 2020-05-25T16:15:30Z | 2020-06-17T13:16:10Z | https://github.com/sebastianruder/NLP-progress/issues/461 | [] | tangxiangru | 4 | |
huggingface/datasets | deep-learning | 6,697 | Unable to Load Dataset in Kaggle | ### Describe the bug
Having installed the latest versions of transformers==4.38.1 and datasets==2.17.1 Unable to load the dataset in a kaggle notebook.
Get this Error:
```
---------------------------------------------------------------------------
ValueError Traceback (most recen... | closed | 2024-02-27T18:19:34Z | 2024-02-29T17:32:42Z | https://github.com/huggingface/datasets/issues/6697 | [] | vrunm | 4 |
benbusby/whoogle-search | flask | 436 | [FEATURE] Add the ability to listen on UNIX sockets | **Describe the feature you'd like to see added**
it would be very helpful that whoogle supports listening on UNIX sockets.
**Additional context**
`waitress` supports `unix_socket`. [link]( https://docs.pylonsproject.org/projects/waitress/en/latest/arguments.html)
However it may conflict with `listen` [link](h... | closed | 2021-09-20T07:57:50Z | 2023-12-16T04:29:59Z | https://github.com/benbusby/whoogle-search/issues/436 | [
"enhancement"
] | jackyzy823 | 3 |
strawberry-graphql/strawberry-django | graphql | 491 | Enum values in mutation input causes ValidationError | <!-- Provide a general summary of the bug in the title above. -->
When calling a mutation with an input argument that accepts an enum value, instead of saving the enum value to the field, the object attempts to save the enum itself, thus throwing a Django ValidationError `"Value 'ExampleEnum.VALUE' is not a valid choi... | closed | 2024-03-02T00:19:15Z | 2025-03-20T15:57:27Z | https://github.com/strawberry-graphql/strawberry-django/issues/491 | [
"bug"
] | cngai | 2 |
polarsource/polar | fastapi | 4,340 | Duplicate Products | ### Description
Some users want to duplicate an existing product and only change name + price and perhaps one additional benefit. Now they need to create a new product from scratch.
### Expected Behavior
1. Option in the product list view (dropdown) and perhaps a button in product edit to `Duplicate`
2. Creates a... | closed | 2024-10-30T11:03:37Z | 2024-11-08T15:39:52Z | https://github.com/polarsource/polar/issues/4340 | [] | birkjernstrom | 0 |
vimalloc/flask-jwt-extended | flask | 177 | jwt in cookie to be accessed by a protected resource on a POST request | Hi,
I'm using JWTs for authentication and for accessing my protected end-points. I have a couple of design choices to make and would really appreciate your help here.
If I'm using JWTs for auth and accessing protected resources, do I necessarily need to store the access tokens in cookie and add csrf protection or... | closed | 2018-07-20T13:27:05Z | 2018-08-03T20:51:52Z | https://github.com/vimalloc/flask-jwt-extended/issues/177 | [] | sridharp2992 | 8 |
ipython/ipython | data-science | 14,450 | Remove upload to archive server and cleanup release too. | many of those things are broken/always skipped during upload.
| closed | 2024-05-31T13:26:00Z | 2024-08-30T07:35:20Z | https://github.com/ipython/ipython/issues/14450 | [] | Carreau | 0 |
2noise/ChatTTS | python | 459 | refine_text() 会加入 [spk_emb] | refine_text function
输入:[Sbreak]李卫是一位中国磁学与磁性材料专家。[Pbreak][oral_2][laugh_0][break_3]
输出:[Stts] [spk_emb] [pure] 李 卫 呢 是 一 位 中 国 磁 学 与 磁 性 材 料 专 家 [uv_break] 。
此处加入的 [spk_emb] 会引发之后 infer_code() 中
```python
emb[input_ids[..., 0] == tokenizer.convert_tokens_to_ids('[spk_emb]')] = n
```
报错,因为形状不符 | closed | 2024-06-26T06:40:26Z | 2024-06-26T08:30:00Z | https://github.com/2noise/ChatTTS/issues/459 | [
"bug",
"algorithm"
] | TianduoWang | 6 |
serengil/deepface | machine-learning | 569 | Verify function not working (finished at 0%) | I'm running Python 3.6 with Deepface 0.0.31 and try to run this piece of code:
```
from deepface import DeepFace
img1_path = 'deepface/pictures/img1.jpg'
img2_path = 'deepface/pictures/img2.jpg'
model = "Facenet"
result = DeepFace.verify(img1_path=img1_path, img2_path=img2_path, model_name=model)
```
... | closed | 2022-10-03T22:46:19Z | 2022-11-02T16:46:12Z | https://github.com/serengil/deepface/issues/569 | [
"dependencies"
] | NickPauly | 5 |
allenai/allennlp | nlp | 5,577 | How to save models that maintain optimal performance across multiple datasets on multitask? | I built a multitask model. The best-performing model by training is automatically saved in the single-task case.
But for multitasking, the model just saves the best performance of the model on one of the datasets.
How do I get the training process to choose a better model performance measure for multiple datasets? | closed | 2022-02-23T13:23:18Z | 2022-03-17T17:49:50Z | https://github.com/allenai/allennlp/issues/5577 | [
"bug"
] | ICanFlyGFC | 9 |
modelscope/modelscope | nlp | 628 | 语音合成报错 TtsFrontendInitializeFailedException: modelscope error: resource invalid: | 语音合成的本地环境安装完成,使用示例代码提示tts初始化失败,原因是模型resource报文,不知道怎么回事,有谁遇到过这样的报错没?
系统是:ubuntu-22.04.3-desktop-amd64
模型:speech_sambert-hifigan_tts_zh-cn_16k
Model related: @wenmengzhou @tastelikefeet
报错
(vnvoice-mk) gc@gc-virtual-machine:~/dev_workspace/speech_maker$ python main.py
2023-11-09 10:24:44,153 - modelscope - I... | closed | 2023-11-09T09:12:11Z | 2023-11-10T14:00:12Z | https://github.com/modelscope/modelscope/issues/628 | [] | 88pmbfs88 | 2 |
roboflow/supervision | pytorch | 1,051 | How can I improve the visibility and behavior of the heatmap color changes in the HeatMapAnnotator class when dealing with a narrow range of heat values? | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
I'm working on a project where I need to visualize the heat signatures of people's movement in a lobby area using a heatmap. I'm us... | closed | 2024-03-26T10:52:20Z | 2024-03-26T20:12:41Z | https://github.com/roboflow/supervision/issues/1051 | [
"question"
] | vipinap98 | 1 |
serpapi/google-search-results-python | web-scraping | 38 | [Pagination] Pagination isn't correct and it skips index by one | 
Since the `start` value starts from `0`, the correct second page should be `10` and not `11`.
This behaviour is causing a skip in pages also. The customers are getting confusing results:
<img width="14... | closed | 2022-12-07T09:30:32Z | 2023-05-01T06:18:18Z | https://github.com/serpapi/google-search-results-python/issues/38 | [
"invalid"
] | kagermanov27 | 1 |
pyg-team/pytorch_geometric | pytorch | 9,181 | torch::jit::load error | ### 🐛 Describe the bug
I have done script my model in python, and want load it in c++. It can be confirmed that torch_scatcher and torch_sparse have been successfully compiled.
I can run the following example and get the correct result.
````
#include <torch/script.h>
#include <torch/torch.h>
#include <pytorch_s... | closed | 2024-04-10T10:32:36Z | 2025-03-17T02:00:49Z | https://github.com/pyg-team/pytorch_geometric/issues/9181 | [
"bug"
] | qiuqiouba | 4 |
microsoft/RD-Agent | automation | 518 | QR Code of Wechat Group Expired | ## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1. Check the Wechat QR Code from Readme, Scan using Wechat...
| closed | 2025-01-10T13:29:36Z | 2025-01-14T09:28:22Z | https://github.com/microsoft/RD-Agent/issues/518 | [
"bug"
] | benjaminchensz | 2 |
deepinsight/insightface | pytorch | 2,734 | Failed to install insightface | `creating build/lib.linux-x86_64-cpython-312/insightface/data/images
copying insightface/data/images/Tom_Hanks_54745.png -> build/lib.linux-x86_64-cpython-312/insightface/data/images
copying insightface/data/images/mask_black.jpg -> build/lib.linux-x86_64-cpython-312/insightface/data/images
copying in... | open | 2025-03-12T07:56:54Z | 2025-03-12T07:56:54Z | https://github.com/deepinsight/insightface/issues/2734 | [] | richardabear | 0 |
piskvorky/gensim | data-science | 3,353 | question about the installation question | Hello, i am trying to install gensim for my project. And i came across some problem, here is my version:
os: Ubuntu 20.04.1 LTS
python: 3.6.7
numpy: 1.18.1
scipy: 1.4.1
which version should i change? can you give me some useful advice? thank you
| closed | 2022-06-10T02:03:50Z | 2022-06-10T02:46:10Z | https://github.com/piskvorky/gensim/issues/3353 | [] | xinli2008 | 1 |
ipyflow/ipyflow | jupyter | 8 | add widget to proceed with execution upon detection of stale dep | closed | 2020-04-30T15:10:50Z | 2022-05-28T18:04:25Z | https://github.com/ipyflow/ipyflow/issues/8 | [] | smacke | 1 | |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 980 | Facing issue while testing the cycleGAN model | Hi,
I am getting this error while testing the cycle gan model that i trained for my dataset. I used the following command and got following error.
!python test.py --dataroot ctest --dataset_mode single --model test --results_dir results_cyc --netG resnet_9blocks --preprocess none --name cyclebw --norm instance ... | closed | 2020-04-06T12:08:14Z | 2021-01-30T17:49:13Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/980 | [] | kalai2033 | 3 |
dsdanielpark/Bard-API | nlp | 168 | Request Bard API Key | Name : Joms
Email: carganillo@gmail.com
Purpose : Educational Purposes only. Thank you! 😇 | closed | 2023-08-18T19:23:22Z | 2023-08-19T03:45:28Z | https://github.com/dsdanielpark/Bard-API/issues/168 | [] | carganillox | 1 |
proplot-dev/proplot | matplotlib | 347 | Strange warnings when using altx | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
I get a bunch of warnings when calling `altx`. It may do no ... | open | 2022-02-19T20:47:35Z | 2022-02-19T21:11:39Z | https://github.com/proplot-dev/proplot/issues/347 | [
"bug"
] | syrte | 1 |
pytest-dev/pytest-django | pytest | 509 | psycopg2.ProgrammingError: relation "django_site" does not exist | The test runner is failing during database setup as you can see in the error output below.
Error output: https://gist.github.com/5da65945471268e1828df6d95adeff83
Base Settings: https://gist.github.com/7b640c2830ab23439ad8425f9f76167c
Test Settings: https://gist.github.com/d2f65311d9a1b2f7bd13526205df9b11
The ac... | closed | 2017-08-31T02:04:49Z | 2020-10-16T20:03:03Z | https://github.com/pytest-dev/pytest-django/issues/509 | [] | guyjacks | 2 |
hack4impact/flask-base | flask | 76 | Missing way to create first administrator (in production) | closed | 2016-11-05T16:06:50Z | 2016-11-05T18:03:34Z | https://github.com/hack4impact/flask-base/issues/76 | [] | skylerwharton | 1 | |
tox-dev/tox | automation | 3,036 | Docs request: linking env substitution docs in `set_env`'s docs | ## What's the problem this feature will solve?
<!-- What are you trying to do, that you are unable to achieve with tox as it currently stands? -->
[`set_env` option](https://tox.wiki/en/latest/config.html#set_env) supports environment variable substitution.
This capability is only mentioned in a separate porti... | closed | 2023-06-17T04:01:46Z | 2023-06-17T15:40:07Z | https://github.com/tox-dev/tox/issues/3036 | [
"enhancement"
] | jamesbraza | 1 |
assafelovic/gpt-researcher | automation | 318 | Provide other planner agents | Currently the implemented planner agent(s) aim to weight equally all 20 sources and more or less averages them if I understood correctly, the idea being that "The more sites we scrape the less chances of incorrect data. We are scraping 20 per research, the chances that they are all wrong is extremely low." because "In ... | closed | 2024-01-03T20:27:56Z | 2024-01-06T13:39:14Z | https://github.com/assafelovic/gpt-researcher/issues/318 | [] | lrq3000 | 3 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 656 | 「基于中文LLaMA继续预训练LLaMA/LLaMA-Plus」和「基于中文Alpaca继续预训练」 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-06-22T14:07:25Z | 2023-06-23T12:51:55Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/656 | [] | AlexPoone | 4 |
fastapi-admin/fastapi-admin | fastapi | 70 | 按文档操作后出现容器无限重启 | `git clone https://github.com/fastapi-admin/fastapi-admin.git`
Cloning into 'fastapi-admin'...
remote: Enumerating objects: 2809, done.
remote: Counting objects: 100% (308/308), done.
remote: Compressing objects: 100% (133/133), done.
remote: Total 2809 (delta 198), reused 223 (delta 168), pack-reused 2501
Rece... | open | 2021-08-19T17:12:32Z | 2021-08-30T03:13:25Z | https://github.com/fastapi-admin/fastapi-admin/issues/70 | [] | Sanmejie | 5 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 329 | api文档打不开,API和网页解析都用不了 | closed | 2024-03-14T15:27:59Z | 2024-03-25T22:31:41Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/329 | [] | MTpupil | 1 | |
encode/httpx | asyncio | 3,170 | add more type checking in params/form-data | - [ ] Initially raised as discussion #3168
# Problem
we should check input value types. Current behavoir which simply convert input value to `str(v)` is not very ideal.
for example:
```py
import httpx
r = httpx.post(
"https://httpbin.org/post",
data={
"content": bytes.fromhex(
... | closed | 2024-04-17T11:54:22Z | 2024-09-27T10:57:55Z | https://github.com/encode/httpx/issues/3170 | [] | trim21 | 17 |
Miserlou/Zappa | flask | 2,057 | zappa stops installing precompiled packages if an exception is raised processsing any package | ## Context
When a cached wheel file for a precompiled package is corrupted, zappa stops processing precompiled packages altogether.
## Expected Behavior
Zappa may skip the current package, but should continue with other packages in the list
## Actual Behavior
Zappa stops processing precompiled packages
## ... | open | 2020-03-06T11:25:39Z | 2020-03-11T09:29:10Z | https://github.com/Miserlou/Zappa/issues/2057 | [] | ozgurakcali | 2 |
jstrieb/github-stats | asyncio | 74 | Yes | https://github.com/VISWESWARAN1998/Simple-Yet-Hackable-WhatsApp-api/pull/73 | closed | 2022-06-14T23:20:25Z | 2022-08-15T04:41:34Z | https://github.com/jstrieb/github-stats/issues/74 | [] | Chunorris6 | 0 |
TheKevJames/coveralls-python | pytest | 26 | Doesn't work... | https://travis-ci.org/moschlar/SAUCE/jobs/8443694#L2156
Don't know if it's maybe related to coveralls.io having some problems: lemurheavy/coveralls-public#81
| closed | 2013-07-02T11:49:52Z | 2013-07-02T13:39:48Z | https://github.com/TheKevJames/coveralls-python/issues/26 | [] | moschlar | 1 |
cvat-ai/cvat | tensorflow | 8,894 | "Tracking error" in OpenCV TrackerMIL tracker when tracking many concurrently moving objects | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
On Google Chrome:
- Create a dataset with several objects moving in frame
- Load OpenCV and start tracking it wi... | closed | 2024-12-31T15:18:52Z | 2025-01-16T07:52:15Z | https://github.com/cvat-ai/cvat/issues/8894 | [
"bug"
] | archibald1418 | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,096 | Using an actual apprise URL with a tag (POST) within ChangeDetection.io notification | Trying to use an **Apprise-API** REST POST endpoint/url or similar to accomplish sending notifications.
Is this documented anywhere? I'm trying to basically do:
```
curl -X POST \
-F "body=This is a test!" \
-F "tag=discord_backup" \
http://apprise-api:8000/notify/apprise
```
But the `changedetection.io` ... | closed | 2024-01-10T16:39:46Z | 2024-01-11T09:37:02Z | https://github.com/dgtlmoon/changedetection.io/issues/2096 | [] | voc0der | 1 |
cvat-ai/cvat | computer-vision | 8,674 | Interaction error when working with SAM-2 | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. Set-up CVAT with serverless functions.
2. Host SAM-2 model.
### Expected Behavior
_No response_
### Possible Solutio... | closed | 2024-11-11T08:44:33Z | 2024-11-11T11:19:33Z | https://github.com/cvat-ai/cvat/issues/8674 | [
"bug"
] | amrithkrish | 1 |
bloomberg/pytest-memray | pytest | 104 | A CLI interface for looping over test body | I just recently discovered this plugin and its awesome :fire:. Kudos to the devs! My request is inspired by having looked briefly at `pytest-leaks` recently. Not sure if it is applicable, but here it goes:
## Feature Request
### Problem statement
In the documentation for `pytest.mark.limit_leaks` the following i... | closed | 2023-12-14T11:59:50Z | 2024-02-27T21:41:29Z | https://github.com/bloomberg/pytest-memray/issues/104 | [] | ckutlu | 2 |
microsoft/qlib | deep-learning | 1,670 | Some questions in the backtesting records | Refer to official examples( https://github.com/microsoft/qlib/blob/main/examples/workflow_by_code.ipynb )It has been running locally, there are some questions about the parameters in the backtesting records. I would like to seeking your help, thanks.
1. 'price' - What is this price? Is it the price after the restora... | closed | 2023-10-18T16:38:40Z | 2024-01-22T15:02:09Z | https://github.com/microsoft/qlib/issues/1670 | [
"question",
"stale"
] | ghyzx | 1 |
activeloopai/deeplake | tensorflow | 2,958 | [BUG] `poetry add deeplake` failed on Windows | ### Severity
P0 - Critical breaking issue or missing functionality
### Current Behavior
As describe in #2427 , i have tried
```bash
poetry add aioboto3
poetry add deeplake
```
But it fails to install deeplake.
console log here:
```log
Using version ^3.9.23 for deeplake
Updating dependencies
Resolving d... | closed | 2024-09-24T06:54:38Z | 2024-09-26T03:51:17Z | https://github.com/activeloopai/deeplake/issues/2958 | [
"bug"
] | axiangcoding | 8 |
ipyflow/ipyflow | jupyter | 53 | don't break lineage if user forces stale execution | This breaks the dynamic slicer. cc @shreyashankar | closed | 2021-04-09T23:54:51Z | 2021-04-17T01:10:19Z | https://github.com/ipyflow/ipyflow/issues/53 | [] | smacke | 2 |
rgerum/pylustrator | matplotlib | 16 | changing xlabels of multiple axes at the same time not possible | due to the fact that not xlabel but get_xaxis().get_label().set_text is now used. | closed | 2020-02-03T10:49:01Z | 2022-10-24T20:09:24Z | https://github.com/rgerum/pylustrator/issues/16 | [] | rgerum | 1 |
harry0703/MoneyPrinterTurbo | automation | 608 | api生成时使用本地上传的素材 | ### 是否已存在类似的功能请求?
- [x] 我已搜索现有的功能请求
### 痛点
api生成时可否使用本地上传的素材,如果可以怎么实现
### 建议的解决方案
无
### 有用的资源
_No response_
### 其他信息
_No response_ | open | 2025-03-13T02:03:49Z | 2025-03-13T02:03:49Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/608 | [
"enhancement"
] | Ricardo011011 | 0 |
airtai/faststream | asyncio | 1,563 | Bug: RedisTelemetryMiddleware typing check fails | **Describe the bug**
Typing check does fail when using OTEL middleware on RedisBroker
**How to reproduce**
Include source code:
```python
from faststream.broker.core.usecase import BrokerUsecase
from faststream.broker.publisher.proto import PublisherProto
from faststream.redis import RedisBroker
from fastst... | closed | 2024-06-30T15:11:14Z | 2024-07-04T07:53:36Z | https://github.com/airtai/faststream/issues/1563 | [
"bug"
] | febus982 | 2 |
iMerica/dj-rest-auth | rest-api | 237 | ImproperlyConfigured | **ImproperlyConfigured at /api/v1/dj-rest-auth/registration/account-confirm-email/Nw:1lMc0z:u9eW-r66q8fKoB4ug1fUUOJnzHBbUFdSj_dAGys04AM/**
TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()'
```
Request Method: GET
Request URL: http://127.0.0.1:8000... | open | 2021-03-17T20:26:46Z | 2022-12-05T04:11:12Z | https://github.com/iMerica/dj-rest-auth/issues/237 | [] | shoukreytom | 2 |
ultralytics/yolov5 | pytorch | 13,203 | Overlapping Bounding Boxes of Different Classes | ### Search before asking
- [ ] 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
I annotate the small bounding box in Class B to be covered by the bounding box in Class A... | open | 2024-07-20T03:00:00Z | 2024-10-20T19:50:24Z | https://github.com/ultralytics/yolov5/issues/13203 | [
"question"
] | toigni | 2 |
robinhood/faust | asyncio | 681 | Offset not committed after partition returned back to worker after 2 rebalances | ## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
- Create new python 3.8 virtualenv
- Install Faust `pip install git+https://github.com/robinhood/faust@b6ebdd955c1de5ceed81f53ade... | open | 2020-11-03T16:22:26Z | 2020-11-03T16:22:26Z | https://github.com/robinhood/faust/issues/681 | [] | bohdantan | 0 |
PokemonGoF/PokemonGo-Bot | automation | 5,534 | rename events ck, rds, ap | ### Expected Behavior
<!-- Tell us what you expect to happen -->
telegram /events to show a list with descriptive names for events
### Actual Behavior
<!-- Tell us what is happening -->
/events
...
rds,
ck,
ap,
...
### Your FULL config.json (remove your username, password, gmapkey and any other private info)
<!--... | closed | 2016-09-18T20:59:29Z | 2016-09-19T04:22:50Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5534 | [] | javajohnHub | 1 |
predict-idlab/plotly-resampler | plotly | 205 | cannot get dynamic resampling in databricks python notebook (or generated html) | Greetings,
I am trying to generate a standalone html file, as plotly does, with the plotly-resampler such that it will dynamically resample based on zoom events. Currently, I get statically resampled windowed data that does not resample on zoom.
I have tried various combinations from the documentation, including:... | open | 2023-05-03T13:15:24Z | 2023-05-04T14:58:22Z | https://github.com/predict-idlab/plotly-resampler/issues/205 | [
"documentation",
"duplicate",
"integration"
] | jhgorse | 2 |
freqtrade/freqtrade | python | 10,945 | docker question | docker-compose.yml folder configuration, image: freqtradeorg/freqtrade:stable does not support the reversal of long and short signals? But image: freqtradeorg/freqtrade:develop can support the reversal of long and short signals in backtesting? What's going on?
| closed | 2024-11-17T06:06:15Z | 2024-11-17T07:49:27Z | https://github.com/freqtrade/freqtrade/issues/10945 | [
"Question"
] | nbwcbz | 2 |
matplotlib/mplfinance | matplotlib | 228 | Relative position to the candle within the chart window | The positioning of symbols above or below a candle can be shown very well with x percent distance to the absolute price.
```
s_low = mpf.make_addplot(df.swing_low * 0.99,
scatter=True,
markersize=5,
color='... | closed | 2020-07-25T15:36:52Z | 2020-08-02T08:20:20Z | https://github.com/matplotlib/mplfinance/issues/228 | [
"question"
] | fxhuhn | 3 |
databricks/koalas | pandas | 1,433 | kdf.head(10) vs df.limit(10).toPandas() | I've got a PySpark DataFrame df.
`df = ...`
When I invoke:
`df.limit(10).toPandas()`
I get the result very quick.
When I invoke:
`kdf = df.to_koalas()`
`kdf.head(10)`
The results takes a very long time (if I even get it). Furthermore disk is filled until job get crashed due to "No space left on device".
... | closed | 2020-04-20T13:07:25Z | 2020-04-21T08:35:19Z | https://github.com/databricks/koalas/issues/1433 | [] | Lukas012 | 4 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 687 | Configuration error: Invalid distance value in config file data_folder\config.yaml. Must be one of: {0, 50, 100, 5, 25, 10} | ### Describe the bug
I am facing issue while running Python main.py and it gives me an invalid distance error
### Steps to reproduce
_No response_
### Expected behavior
this was the final step before log in to Linked in for bot to apply jobs
### Actual behavior
Resulted in the invalid distance bug
### Branch
N... | closed | 2024-10-30T20:58:14Z | 2024-11-07T00:11:35Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/687 | [
"bug"
] | Aditya2179 | 13 |
huggingface/datasets | pandas | 7,241 | `push_to_hub` overwrite argument | ### Feature request
Add an `overwrite` argument to the `push_to_hub` method.
### Motivation
I want to overwrite a repo without deleting it on Hugging Face. Is this possible? I couldn't find anything in the documentation or tutorials.
### Your contribution
I can create a PR. | closed | 2024-10-20T03:23:26Z | 2024-10-24T17:39:08Z | https://github.com/huggingface/datasets/issues/7241 | [
"enhancement"
] | ceferisbarov | 9 |
pyg-team/pytorch_geometric | pytorch | 9,205 | loss.backward() is too slow | ### 🐛 Describe the bug
Hello, I replaced the ordinary convolution operation(Conv2d) with a graph convolution operation(GCNConv) for the skeleton joint point data. The graph convolution operation takes up to 20 seconds in the loss.backward() step, while the ordinary convolution operation only requires 0.2 seconds. Is ... | closed | 2024-04-16T07:49:56Z | 2024-04-16T07:51:57Z | https://github.com/pyg-team/pytorch_geometric/issues/9205 | [
"bug"
] | S-atan | 0 |
robusta-dev/robusta | automation | 987 | python_memory action throwing an Exception | **Describe the bug**
I am trying to trigger `python_memory` action via a prometheus alert. All the action in my playbooks get executed except for the `python_memory`.
I checked the logs of robusta runner and I found this exception happening
```
2023-07-07 10:43:57.406 ERROR could not parse json:
------------... | open | 2023-07-11T16:24:41Z | 2024-01-18T18:44:12Z | https://github.com/robusta-dev/robusta/issues/987 | [] | vik-y | 1 |
matterport/Mask_RCNN | tensorflow | 2,832 | How does the MaskRCNN().build() gets the knowledge of the ground truth data from the data generator? | Hello,
### Understanding of my mind on the code.
I am trying to understand, how the mrcnn's `model.py` works. I have some troubles as an absolute beginner, with the following:
1. How does the method `build()` in `class MaskRCNN():` receives the ground truth data:
- for example, `input_gt_boxes = KL.Input(s... | open | 2022-05-19T11:04:56Z | 2022-05-19T11:30:56Z | https://github.com/matterport/Mask_RCNN/issues/2832 | [] | eshwarbhargav | 0 |
thewhiteh4t/pwnedOrNot | api | 48 | Dumps are not Accessible... | I've tried a number of emails but it seems that all of them gives-me the output that the dumps are not accessible.
| closed | 2020-11-10T15:58:31Z | 2021-08-10T19:15:47Z | https://github.com/thewhiteh4t/pwnedOrNot/issues/48 | [] | mvask | 1 |
wagtail/wagtail | django | 12,415 | Tag autocomplete returns too many results when large amount of tags | ### Is your proposal related to a problem?
<!--
Provide a clear and concise description of what the problem is.
For example, "I'm always frustrated when..."
-->
We have had for some time now, and still have an issue with the tag selection dropdown inputs in Wagtail (5.2.6). Since we have a large amount of ... | closed | 2024-10-15T13:12:52Z | 2024-11-30T01:39:05Z | https://github.com/wagtail/wagtail/issues/12415 | [
"type:Enhancement",
"component:Tagging",
"🚀 Performance"
] | ruv-arnar | 3 |
plotly/dash | jupyter | 2,512 | [BUG] Exception when property of patched_fig is viewed | I know that it is currently not supported to view properties of `patch_fig=Patch()` but when e.g. iterating over trace names like so:
```
for trace in patched_fig['data']:
print(trace['name'])
```
no exception or error message is thrown but an endless stream of
```
...
<dash._patch.Patch object at 0... | closed | 2023-04-24T15:27:41Z | 2023-05-19T14:05:16Z | https://github.com/plotly/dash/issues/2512 | [] | luggie | 3 |
pyro-ppl/numpyro | numpy | 1,088 | HMC Gibbs Example | Hi all, I've been working with the HMC Gibbs sampler.
Thanks for your work on this, I think it's a really unique and powerful feature. I've written an example notebook (a
ttached). This uses HMC Gibbs and HMC on the same hierarchical problem, and shows significant speed up with HMCGibbs as the dimension of the con... | closed | 2021-07-08T16:50:27Z | 2024-08-01T19:46:39Z | https://github.com/pyro-ppl/numpyro/issues/1088 | [
"help wanted",
"Tutorials/Examples"
] | ross-h1 | 7 |
Kludex/mangum | fastapi | 5 | Deployment & configuration instructions | Will lean on the official docs of the platforms used for the most part, but some step-by-step instructions on setting up on AWS Lambda or Azure with ASGI would be worth including. | closed | 2019-01-21T07:02:33Z | 2019-01-26T06:55:39Z | https://github.com/Kludex/mangum/issues/5 | [
"docs"
] | jordaneremieff | 1 |
NullArray/AutoSploit | automation | 1,092 | Unhandled Exception (234a1c983) | Autosploit version: `3.1.2`
OS information: `Linux-4.15.0-50-generic-x86_64-with-Ubuntu-16.04-xenial`
Running context: `autosploit.py`
Error mesage: `Expecting , delimiter: line 4 column 9 (char 75)`
Error traceback:
```
Traceback (most recent call):
File "/home/patrick/Documenti/MetaTools/AutoSploit/autosploit/main.p... | closed | 2019-05-26T19:04:11Z | 2019-08-30T22:03:07Z | https://github.com/NullArray/AutoSploit/issues/1092 | [] | AutosploitReporter | 0 |
miguelgrinberg/python-socketio | asyncio | 535 | Without any answer on socketio.emit | We have a python code:
```python
vToken = GetToken()
ListenPort = 'http://180.13.1.245:3013'
sio = socketio.AsyncClient()
loop = asyncio.get_event_loop()
start_timer = None
async def send_ping():
global start_timer
start_timer = time.time()
await sio.emit('ping_from_client')
@sio.ev... | closed | 2020-08-24T12:55:38Z | 2020-08-24T18:46:17Z | https://github.com/miguelgrinberg/python-socketio/issues/535 | [
"question"
] | alcupe | 5 |
mwaskom/seaborn | pandas | 3,413 | Error thrown upon import with `numpy` versions >= 1.24.0 | Hi all,
When I try to import the latest seaborn (0.12.2), I am getting an AttributeError on numpy:
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import seaborn as sns
Fil... | closed | 2023-06-29T18:28:40Z | 2023-07-01T17:42:20Z | https://github.com/mwaskom/seaborn/issues/3413 | [] | guhanrv | 4 |
lanpa/tensorboardX | numpy | 76 | Histogram displays wrong (different with distribution) | @lanpa
I add this two line to demo.py:
`x_rand=torch.rand(64)
writer.add_histogram('rand',** x_rand+n_iter, n_iter)`
tensorboardx displays this in "Distribution":

and t... | closed | 2018-02-03T11:31:02Z | 2018-02-04T02:57:05Z | https://github.com/lanpa/tensorboardX/issues/76 | [] | fengziyue | 2 |
alteryx/featuretools | data-science | 1,989 | Add CI test for python 3.10 and macos-latest | - There is currently an error with Python 3.10 and M1 Macs
- There seems to be some libomp (or gcc/llvm) issue with matrixprofile (which is a tsfresh requirement) :
```
clang: error: unsupported option '-fopenmp'
error: command '/usr/bin/clang' failed with exit code 1
``` | open | 2022-03-28T21:36:59Z | 2023-06-26T19:09:57Z | https://github.com/alteryx/featuretools/issues/1989 | [] | gsheni | 0 |
httpie/cli | api | 602 | Cookies with "Domain=localhost" aren't getting stored in session file | If I use httpie to make a call that returns cookies to a localhost address, such as:
```
http --session=./session.json POST http://localhost:9081/cookieTest
```
which sends back a header like this:
```
Set-Cookie: c1=test; Max-Age=298; Expires=Tue, 15-Aug-2017 19:17:58 GMT; Domain=localhost; Path=/; HttpOnl... | open | 2017-08-15T19:21:21Z | 2025-01-24T02:27:14Z | https://github.com/httpie/cli/issues/602 | [
"sessions"
] | pluttrell | 10 |
open-mmlab/mmdetection | pytorch | 11,665 | The testing results of the whole dataset is empty. | I
**Issue**
I tried to run The project in the tutorial that trained the model using balloon datasets, and by round 6, I had the error shown in the title: The testing results of the whole dataset is empty. And some indicators are 0 from the fifth epoch, and the loss are zero.
I hope to get some help. Thank you!
... | closed | 2024-04-25T09:25:22Z | 2024-12-10T07:25:16Z | https://github.com/open-mmlab/mmdetection/issues/11665 | [] | xal-zhang | 2 |
yzhao062/pyod | data-science | 507 | AttributeError: module 'numpy' has no attribute 'float'. | I can't import models from package.
`from pyod.models.mcd import MCD` trigger:
`AttributeError: module 'numpy' has no attribute 'float'.
`np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. Doing this will not modify any behavior and is safe. If yo... | open | 2023-06-09T07:52:40Z | 2023-06-12T17:34:21Z | https://github.com/yzhao062/pyod/issues/507 | [] | joelcarvalhopribss | 1 |
d2l-ai/d2l-en | machine-learning | 2,363 | Issue in 2.4. Calculus | In [2.4. Calculus](https://raw.githubusercontent.com/d2l-ai/d2l-en/master/chapter_preliminaries/calculus.md) the sentence
> Thus, the area of the **triangle** approaches
$n \cdot r \cdot \frac{1}{2} (2 \pi r/n) = \pi r^2$.
should be
> Thus, the area of the **polygon** approaches
$n \cdot r \cdot \frac{1}{2}... | closed | 2022-11-29T20:09:00Z | 2022-11-30T23:30:05Z | https://github.com/d2l-ai/d2l-en/issues/2363 | [] | uhasker | 2 |
opengeos/leafmap | streamlit | 805 | Leafmap add_raster() won't display in solara | ### Environment Information
- leafmap version: 0.35.2
- Python version: 3.12.3
- Operating System: Docker container and OSX 14.4.1
Docker Container info:
```
Dockerfile
# This Dockerfile was derived from giswqs's solara-template Dockerfile
# link: https://huggingface.co/spaces/giswqs/solara-template... | closed | 2024-07-02T19:40:35Z | 2024-07-02T21:21:00Z | https://github.com/opengeos/leafmap/issues/805 | [
"bug"
] | jmarokhovsky | 6 |
pandas-dev/pandas | data-science | 60,326 | REF: dtype_backend argument in sql module mixes lib.no_default and numpy | See conversation at https://github.com/pandas-dev/pandas/pull/60324#discussion_r1843969801 - we should change the internal methods to all use lib.no_default
| open | 2024-11-15T15:25:58Z | 2024-11-15T15:26:29Z | https://github.com/pandas-dev/pandas/issues/60326 | [
"IO SQL",
"Clean"
] | WillAyd | 0 |
automagica/automagica | automation | 78 | CoInitialize issue when using win32com features | When i use `ConvertWordToPDF` and some SAP module automation, i faced the following error: "CoInitialize has not been called".
This issue is eventual, and i think that this is more about win32com module (in microsoft api part) than automagica itself.
Otherwise, the solution for me it's to calling before ConvertWo... | closed | 2019-11-14T13:20:33Z | 2020-04-03T12:19:42Z | https://github.com/automagica/automagica/issues/78 | [] | Ronald-TR | 1 |
polakowo/vectorbt | data-visualization | 113 | portfolio.stats different from select_metric [RSI 30/70 SL 0.03] | hey there! First of all let me congratulate with you for this amazing project. HW accelerated backtesting is amazing :D
I'm working on a comparison between a simple strategy I'm using (RSI 30 buy, RSI 70 sell with 0.03 stop loss) vs the one based on DMAC you proposed here
https://nbviewer.jupyter.org/github/polakow... | closed | 2021-03-11T18:41:51Z | 2024-03-16T09:24:03Z | https://github.com/polakowo/vectorbt/issues/113 | [] | jacopomaroli | 25 |
openapi-generators/openapi-python-client | fastapi | 121 | Make this project source installable via Pip | **Is your feature request related to a problem? Please describe.**
Originally requested by @TMiguelT in #119. The goal is to be able to `pip install -U git+https://github.com/triaxtec/openapi-python-client.git`.
**Describe the solution you'd like**
Auto-generate a setup.py from pyproject.toml using GitHub Actions ... | closed | 2020-08-04T16:35:12Z | 2020-08-05T14:12:48Z | https://github.com/openapi-generators/openapi-python-client/issues/121 | [
"✨ enhancement"
] | dbanty | 3 |
litestar-org/litestar | api | 2,995 | Enhancement: Allow all `httpx.(Async)Client` constructor args in `TestClient` | ### Summary
The `TestClient` does not support all of the constructor args that `httpx.(Async)Client` does.
Unless there's technical reason, it should. For example `auth` is missing there, yet you can set auth after construction as in `client.auth = ...`.
FYI: Starlette has similar limitation, and in their [discu... | open | 2024-01-18T07:58:48Z | 2025-03-20T15:54:20Z | https://github.com/litestar-org/litestar/issues/2995 | [
"Enhancement",
"Help Wanted :sos:",
"area/testing"
] | mtvx | 0 |
sanic-org/sanic | asyncio | 2,176 | sanic-openapi rest is slower than gevent+flask | **Describe the bug**
my test is for nlp task. after testing, the result is sanic-openapi is slower than gevent+flask.
why?
sanic-openapi rest

the following is gevent+flask rest
})
or something, not sure how to describe this well, but sometimes i know its different entities but i know theres 4 | closed | 2024-04-16T20:31:49Z | 2024-04-17T10:17:47Z | https://github.com/15r10nk/inline-snapshot/issues/64 | [] | jxnl | 4 |
iperov/DeepFaceLab | machine-learning | 786 | Another error while XSeg Train | Running trainer.
Model first run.
Choose one or several GPU idxs (separated by comma).
[CPU] : CPU
[0] : GeForce RTX 2070 SUPER
[0] Which GPU indexes to choose? : 0
0
[wf] Face type ( h/mf/f/wf/head ?:help ) : wf
wf
Traceback (most recent call last):
File "<string>", line 1, in <module>
Fil... | closed | 2020-06-16T03:25:37Z | 2020-06-16T03:41:39Z | https://github.com/iperov/DeepFaceLab/issues/786 | [] | Anantha-Eswar | 0 |
MilesCranmer/PySR | scikit-learn | 29 | Custom loss function | Hi,
Is it possible to have the example.py show how to build a custom loss function? I'm still unable to figure out how to do it from the codes.
Thanks! | closed | 2021-02-16T16:12:48Z | 2021-02-16T16:46:28Z | https://github.com/MilesCranmer/PySR/issues/29 | [
"implemented"
] | ythrandir | 2 |
dask/dask | scikit-learn | 11,147 | Dask 2024.5.1 raises exception when `.compute()` is called on a categorical column | Below I construct a dask dataframe with three columns: 2 numerical and 1 categorical. The dataframe can be computed, but if I access the categorical column alone, that column cannot be computed anymore.
```python
import dask.dataframe as dd
import numpy as np
import pandas as pd
# create a dask dataframe
x = ... | closed | 2024-05-25T11:13:54Z | 2024-05-25T16:39:03Z | https://github.com/dask/dask/issues/11147 | [
"needs triage"
] | LucaMarconato | 3 |
httpie/cli | api | 526 | always REQUEST_ITEM error | > http PUT :5000/notification/ receivers:='["http", "pies"]' name=John --print Bb
http: error: argument REQUEST_ITEM: "pies]'" is not a valid value
the request format is wrong?
> http --version
> 0.9.6
| closed | 2016-10-10T06:44:59Z | 2016-10-10T06:57:40Z | https://github.com/httpie/cli/issues/526 | [] | iostream7 | 0 |
FactoryBoy/factory_boy | sqlalchemy | 254 | Readthedocs fail to detect version | Hello,
I am would like readthedocs fail to detects versionof factory_boy. See http://readthedocs.org/projects/factoryboy/versions/ . I don't have any idea why it happen.
Greetings,
| closed | 2015-11-28T16:01:48Z | 2016-01-05T20:29:45Z | https://github.com/FactoryBoy/factory_boy/issues/254 | [
"Doc"
] | ad-m | 1 |
vimalloc/flask-jwt-extended | flask | 247 | missing CRFS Tokens | from `examples/csrf_protection_with_cookies.py`
...
```
@app.route('/token/refresh', methods=['POST'])
@jwt_refresh_token_required
def refresh():
# Create the new access token
current_user = get_jwt_identity()
access_token = create_access_token(identity=current_user)
# Set the access JWT and ... | closed | 2019-05-18T19:40:48Z | 2019-12-17T01:22:35Z | https://github.com/vimalloc/flask-jwt-extended/issues/247 | [] | jasonkolodziej | 3 |
ray-project/ray | data-science | 51,242 | [Serve] Detailed Analysis of Errors Related to 'Ray does not allocate any GPUs on the driver node' && 'No CUDA GPUs are available' | ### What happened + What you expected to happen
When deploying platforms based on the Ray framework, such as Ray Serve and Ray LLM, together with vLLM's OpenAI server, the errors "No CUDA GPUs are available" or "Ray does not allocate any GPUs on the driver node" have become recurring issues.
In this issue, I will prov... | open | 2025-03-11T11:58:54Z | 2025-03-14T20:20:45Z | https://github.com/ray-project/ray/issues/51242 | [
"bug",
"serve",
"llm"
] | huiyeruzhou | 5 |
sinaptik-ai/pandas-ai | data-science | 1,460 | The problem I am facing now is that the recognition of column headers is not very accurate. For example, if the asset category is changed to the asset type, it cannot be recognized. For example, cameras and video cameras cannot be recognized, but we cannot determine the user's input. Is there a better solution for this... | The problem I am facing now is that the recognition of column headers is not very accurate. For example, if the asset category is changed to the asset type, it cannot be recognized. For example, cameras and video cameras cannot be recognized, but we cannot determine the user's input. Is there a better solution for this... | closed | 2024-12-09T09:37:38Z | 2024-12-13T10:23:34Z | https://github.com/sinaptik-ai/pandas-ai/issues/1460 | [] | lwdnxu | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.