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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
dynaconf/dynaconf | fastapi | 478 | Make `environment` an alias to `environments` | A common mistake is to pass `environment=True` when it should be `environments`
Solutions:
1. Warn the user
**Did you mean `environments`?**
2. make an alias the same way we did with `settings_file` and `settings_files` | closed | 2020-11-24T17:39:51Z | 2021-03-02T21:26:54Z | https://github.com/dynaconf/dynaconf/issues/478 | [
"Not a Bug",
"RFC"
] | rochacbruno | 0 |
ultralytics/yolov5 | pytorch | 12,909 | Calculate gradients for YOLOv5 - XAI for object detection | ### 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
Hi,
I am trying to calculate gradients for the YOLOv5 model, which is needed for some ... | closed | 2024-04-12T15:48:26Z | 2024-10-20T19:43:34Z | https://github.com/ultralytics/yolov5/issues/12909 | [
"question",
"Stale"
] | zuzell | 7 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,933 | Change translation for a question from the provided models | ### What version of GlobaLeaks are you using?
4.13.22
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
Windows, Linux
### Describe the issue
Is it possible to change the "Would you like to tell us who you are?" translation for PT? I've tried to ch... | closed | 2024-01-06T00:54:54Z | 2024-01-06T15:13:40Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3933 | [] | pcinacio | 1 |
marcomusy/vedo | numpy | 44 | jupyter lab support | Thanks for this amazing software. However, it appears that the plot functionality only works for jupyter notebook, and will not work for jupyter lab. When trying to execute "show" command for function plotting, it will simply fail with an error message saying "error displaying widget module not found". Any possibility... | open | 2019-08-04T00:31:56Z | 2019-11-09T09:52:00Z | https://github.com/marcomusy/vedo/issues/44 | [
"bug",
"jupyter",
"long-term"
] | jacobdang | 4 |
nvbn/thefuck | python | 1,076 | PytestUnknownMarkWarning | <!-- If you have any issue with The Fuck, sorry about that, but we will do what we
can to fix that. Actually, maybe we already have, so first thing to do is to
update The Fuck and see if the bug is still there. -->
<!-- If it is (sorry again), check if the problem has not already been reported and
if not, just op... | open | 2020-04-09T13:24:29Z | 2020-04-17T15:05:13Z | https://github.com/nvbn/thefuck/issues/1076 | [] | AlexWayfer | 1 |
onnx/onnx | scikit-learn | 6,297 | No Adapter From Version $14 for Mul | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk... | open | 2024-08-16T13:10:10Z | 2024-09-05T01:48:49Z | https://github.com/onnx/onnx/issues/6297 | [
"bug",
"module: version converter"
] | roachsinai | 3 |
yt-dlp/yt-dlp | python | 12,693 | ERROR: [youtube] Failed to extract any player response | ### 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#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))... | open | 2025-03-22T05:38:58Z | 2025-03-22T12:51:28Z | https://github.com/yt-dlp/yt-dlp/issues/12693 | [
"question",
"incomplete"
] | HyIsNoob | 5 |
MagicStack/asyncpg | asyncio | 876 | notice callback not awaited | * **asyncpg version**: 0.23.0
* **Python version**: 3.9.2
* **Platform**: Linux
* **Do you use pgbouncer?**: no
* **Did you install asyncpg with pip?**: yes
* **Can the issue be reproduced under both asyncio and
[uvloop](https://github.com/magicstack/uvloop)?**: only experienced it once, without uvloop
```
... | open | 2022-01-15T02:48:48Z | 2023-12-17T03:01:35Z | https://github.com/MagicStack/asyncpg/issues/876 | [] | ale-dd | 1 |
miguelgrinberg/microblog | flask | 317 | Infinite edit_profile redirect | Thanks for the great tutorial!!
I'm working through chapter 6 and as far as I can tell, my code is the same as v0.6, but my packages may be newer (Flask 2.0.3, flask-wtf 0.15.1).
When I define the edit_profile route, I get an infinite redirect loop after clicking the 'edit profile' link. This additionally has th... | closed | 2022-03-05T00:59:57Z | 2022-03-09T00:41:53Z | https://github.com/miguelgrinberg/microblog/issues/317 | [
"question"
] | paulsonak | 2 |
microsoft/qlib | machine-learning | 1,628 | descriptor 'lower' for 'str' objects doesn't apply to a 'float' object | I tried updating data on existing datasets retrieved from Yahoo Finance using collector.py but received the following error.
The code used is:
python scripts/data_collector/yahoo/collector.py update_data_to_bin --qlib_data_1d_dir ~/desktop/quant_engine/qlib_data/us_data --trading_date 2023-08-16 --end_date 2023-08... | closed | 2023-08-18T09:51:57Z | 2024-01-29T15:01:45Z | https://github.com/microsoft/qlib/issues/1628 | [
"question",
"stale"
] | guoz14 | 7 |
pytest-dev/pytest-django | pytest | 448 | Move pypy3 to allowed failures for now | It should not make PRs red. | closed | 2017-01-18T21:47:44Z | 2017-01-20T17:49:33Z | https://github.com/pytest-dev/pytest-django/issues/448 | [] | blueyed | 0 |
deeppavlov/DeepPavlov | tensorflow | 1,462 | levenshtein searcher works incorrectly |
**DeepPavlov version** (you can look it up by running `pip show deeppavlov`): 0.15.0
**Python version**: 3.7.10
**Operating system** (ubuntu linux, windows, ...): ubuntu 20.04
**Issue**: Levenshtein searcher does not take symbols replacements into account
**Command that led to error**:
```
>>> from ... | closed | 2021-07-04T21:39:27Z | 2023-07-10T11:45:40Z | https://github.com/deeppavlov/DeepPavlov/issues/1462 | [
"bug"
] | oserikov | 1 |
yunjey/pytorch-tutorial | pytorch | 187 | Typos in language model line 79 and generative_adversarial_network line 25-28 | Typos in language model line 79: should initialize optimizer instead of model
Generative_adversarial_network line 25-28: MNIST dataset is greyscale (one channel), transforms need to be modified. | closed | 2019-08-27T09:07:38Z | 2020-01-27T15:11:10Z | https://github.com/yunjey/pytorch-tutorial/issues/187 | [] | qy-yang | 0 |
alteryx/featuretools | scikit-learn | 1,878 | `pd_to_ks_clean` koalas util broken with Woodwork 0.12.0 latlong changes | The broken koalas unit tests (https://github.com/alteryx/featuretools/runs/4973841366?check_suite_focus=true#step:8:147) are all erroring in the setup of `ks_es`, where fully null tuples `(nan, nan)` are getting converted to `(-1, -1)` at some point in `pd_to_ks_clean`, which is causing `TypeError: element in array fie... | closed | 2022-02-01T17:13:28Z | 2022-04-01T20:19:56Z | https://github.com/alteryx/featuretools/issues/1878 | [
"bug"
] | tamargrey | 0 |
FactoryBoy/factory_boy | django | 1,028 | 3.3.0 Release | #### Question
In looking through the latest documentation I see there has been an addition to the SQLAlchemy options that can be passed to the meta class. Specifically, [sqlalchemy_session_factory](https://factoryboy.readthedocs.io/en/latest/orms.html#factory.alchemy.SQLAlchemyOptions.sqlalchemy_session_factory) wou... | closed | 2023-07-08T00:37:18Z | 2023-07-08T00:38:33Z | https://github.com/FactoryBoy/factory_boy/issues/1028 | [] | ascrookes | 1 |
Kludex/mangum | fastapi | 159 | How can I log the response? | I'd like to log both the full request and full response.
Currently I am logging the full request by using a custom middleware as below:
```
class AWSLoggingMiddleware(BaseHTTPMiddleware):
async def dispatch(self, request, call_next):
logger.info(f'{request.scope.get("aws.event")}')
respons... | closed | 2021-02-07T02:14:53Z | 2021-11-09T01:44:21Z | https://github.com/Kludex/mangum/issues/159 | [] | erichaus | 4 |
skforecast/skforecast | scikit-learn | 377 | Consider applying for pyOpenSci open peer review | pyOpenSci https://www.pyopensci.org/about-peer-review/ is modeled after rOpenSci and offers a community-led, open peer review process for scientific Python packages. Maybe they would be happy to review skforecast!
(See https://github.com/pyOpenSci/pyopensci.github.io/issues/150) | closed | 2023-03-27T20:13:10Z | 2024-08-08T08:43:12Z | https://github.com/skforecast/skforecast/issues/377 | [] | astrojuanlu | 2 |
seleniumbase/SeleniumBase | pytest | 3,575 | ERR_CONNECTION_RESET with Driver(uc=True) but fine with undetected_chromedriver | Hello everyone and the developer team,
I am experiencing an issue where I get an ERR_CONNECTION_RESET error when using the Driver with `uc=True`. I have tried using the original undetected_chromedriver, and that version works without any problems.
This error is causing the website to function incorrectly, and I disco... | closed | 2025-03-02T15:16:43Z | 2025-03-03T01:52:39Z | https://github.com/seleniumbase/SeleniumBase/issues/3575 | [
"external",
"UC Mode / CDP Mode"
] | tranngocminhhieu | 2 |
Miserlou/Zappa | django | 1,576 | Feature: Ability to use existing API Gateway | ## Context
Hi, we're a small company in the process of gradually expanding our monolithic elasticbeanstalk application with smaller targeted microservices based on ApiStar / Zappa. We're getting good mileage so far and have deployed a small selection of background task-type services using SNS messaging as triggers, ho... | open | 2018-08-01T07:31:55Z | 2020-08-20T21:06:21Z | https://github.com/Miserlou/Zappa/issues/1576 | [] | bharling | 1 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 63 | Request for Cosine Metric Learning | Hi, I'm a newbie to deep learning.
Currently I'm working on a tracking-by-detection project related to [deep sort](https://github.com/nwojke/deep_sort).
In order to customize deepsort for my own classes, I need to train [Cosine Metric Learning](https://github.com/nwojke/cosine_metric_learning).
I've searched around ... | closed | 2020-04-18T17:15:17Z | 2020-04-19T03:40:27Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/63 | [] | pvti | 2 |
2noise/ChatTTS | python | 624 | Linux 运行内存飙升 | Linux 下源码部署 没有GPU 的情况下 只用CPU 内存一直飙升 每执行一次 内存增加一次 直到把内存撑爆
Windows 下运行使用GPU 内存比较稳定
Linux 下是什么情况 有人遇到么 | closed | 2024-07-24T06:14:20Z | 2024-07-24T06:59:48Z | https://github.com/2noise/ChatTTS/issues/624 | [] | cpa519904 | 1 |
modin-project/modin | pandas | 6,489 | REFACTOR: __invert__ should raise a TypeError at API layer for non-integer types | We raise the correct TypeError, but we do at the execution layer. | closed | 2023-08-18T19:29:59Z | 2023-08-24T10:05:55Z | https://github.com/modin-project/modin/issues/6489 | [
"Code Quality 💯",
"P2"
] | mvashishtha | 1 |
2noise/ChatTTS | python | 477 | 出色的工作,请问100k hours 的主模型是否有开源计划 | closed | 2024-06-27T08:41:10Z | 2024-06-28T09:46:16Z | https://github.com/2noise/ChatTTS/issues/477 | [
"documentation"
] | XintaoZhao0805 | 5 | |
gunthercox/ChatterBot | machine-learning | 1,667 | AttributeError: 'str' object has no attribute 'text' | """
Created on Thu Mar 14 23:59:27 2019
@author: anjarul
"""
from chatterbot import ChatBot
from chatterbot.comparisons import LevenshteinDistance
bot2 = ChatBot('Eagle',
logic_adapters=['chatterbot.logic.BestMatch'
],
preprocessors=[
... | closed | 2019-03-14T20:44:39Z | 2020-01-10T10:29:14Z | https://github.com/gunthercox/ChatterBot/issues/1667 | [] | anjarul | 3 |
paulpierre/RasaGPT | fastapi | 68 | Telegram no response my message | I did follow all the setting including telegram bot,
but when i send me message, api got response and actions did success, but my telegram din get any response
Chat API:
```
DEBUG:config:Input: hey
19/01/2024
21:27:45
Input: hey
19/01/2024
21:27:45
DEBUG:config:💬 Query received: hey
19/01/2024
21:27:45... | open | 2024-01-19T13:32:19Z | 2024-01-31T08:02:05Z | https://github.com/paulpierre/RasaGPT/issues/68 | [] | youyi1314 | 0 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 2,937 | Migrate from v1.23 kube-scheduler binary to v1.25 | We run into this issue trying to do it though.
```
E1110 14:36:04.801876 1 run.go:74] "command failed" err="couldn't create resource lock: endpoints lock is removed, migrate to endpointsleases"
``` | closed | 2022-11-10T14:38:59Z | 2022-11-14T10:18:48Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2937 | [
"maintenance"
] | consideRatio | 1 |
vaexio/vaex | data-science | 1,562 | vaex groupby agg sum of all columns for a larger dataset | I have a dataset consisting of 1800000 rows and 45 columns the operation that I am trying to perform is group by one column, the sum of other columns
the 1st step I did is considering data_df as my data frame and all the columns are numeric
```
columns= data_df.column_names
df_result = df.groupby(columns,agg='s... | closed | 2021-09-02T12:19:20Z | 2022-08-07T19:40:38Z | https://github.com/vaexio/vaex/issues/1562 | [] | spb722 | 2 |
amidaware/tacticalrmm | django | 2,061 | [UI ISSUE] Ping checks output nonsensical | **Is your feature request related to a problem? Please describe.**
The outputs of ping checks are unusable at best.
There is no Y axis explanation, the output does not explain why it failed

**Describe the solution you'd li... | open | 2024-11-04T12:17:19Z | 2024-11-13T10:57:13Z | https://github.com/amidaware/tacticalrmm/issues/2061 | [] | P6g9YHK6 | 2 |
pytorch/pytorch | deep-learning | 149,872 | Do all lazy imports for torch.compile in one place? | When benchmarking torch.compile with warm start, I noticed 2s of time in the backend before pre-grad passes were called. Upon further investigation I discovered this is just the time of lazy imports.
Lazy imports can distort profiles and hide problems, especially when torch.compile behavior changes on the first iterat... | open | 2025-03-24T19:23:54Z | 2025-03-24T19:23:54Z | https://github.com/pytorch/pytorch/issues/149872 | [] | zou3519 | 0 |
microsoft/MMdnn | tensorflow | 58 | [Group convolution in Keras] ResNeXt mxnet -> IR -> keras | Hi
Thank you for a great covert tool.
I am trying to convert from mxnet resnext to keras.
symbol file: http://data.mxnet.io/models/imagenet/resnext/101-layers/resnext-101-64x4d-symbol.json
param file: http://data.mxnet.io/models/imagenet/resnext/101-layers/resnext-101-64x4d-0000.params
I could convert from ... | closed | 2018-01-18T13:38:09Z | 2018-12-27T07:32:09Z | https://github.com/microsoft/MMdnn/issues/58 | [
"bug",
"enhancement",
"help wanted"
] | kamikawa | 14 |
HIT-SCIR/ltp | nlp | 58 | 词性"z" | 在PoSTagging的结果中含有“z”词性(依照北大标注规范),但是在Parser的训练数据中没有"z"词性。
一个解决方法是用自动词性+god dep-relation训练一个parser model。
另外,是否需要z词性还是需要再讨论。
| closed | 2014-04-10T02:57:43Z | 2018-06-30T13:52:37Z | https://github.com/HIT-SCIR/ltp/issues/58 | [
"bug"
] | Oneplus | 1 |
davidsandberg/facenet | computer-vision | 1,157 | Liveness detection | Is it possible to do a liveness check and ensure that it is not a printed photo that the user is holding in front of a webcam? | open | 2020-05-30T13:52:49Z | 2020-05-31T21:15:02Z | https://github.com/davidsandberg/facenet/issues/1157 | [] | dan-developer | 1 |
zappa/Zappa | django | 838 | [Migrated] binary_support logic in handler.py (0.51.0) broke compressed text response | Originally from: https://github.com/Miserlou/Zappa/issues/2080 by [martinv13](https://github.com/martinv13)
<!--- Provide a general summary of the issue in the Title above -->
## Context
The `binary_support` setting used to allow compressing response at application level (for instance using `flask_compress`) in ve... | closed | 2021-02-20T12:52:18Z | 2022-08-16T05:15:29Z | https://github.com/zappa/Zappa/issues/838 | [
"duplicate"
] | jneves | 1 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 163 | Use chtgpt or smth else to parse existing cv and fill plain_text_resume.yaml | Make prompt or smth to use chtgpt or smth else to parse existing cv and fill plain_text_resume.yaml. Automate yaml creating | closed | 2024-08-30T15:40:07Z | 2024-09-01T03:55:57Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/163 | [] | air55555 | 3 |
cvat-ai/cvat | tensorflow | 8,528 | logo, plate and shape recognition | show the system running and codigos | closed | 2024-10-10T08:59:55Z | 2024-10-10T09:17:54Z | https://github.com/cvat-ai/cvat/issues/8528 | [
"invalid"
] | 26092423 | 1 |
iperov/DeepFaceLab | deep-learning | 5,420 | BrokenPipeError, 2xRTX5000, Windows 10 | Hello iperov! I am getting the following error on Windows 10 and 2x RTX 5000.
I have tried:
DeepFaceLab_NVIDIA_build_08_02_2020 (Works on both RTX5000 and 2xRTX5000 )
DeepFaceLab_NVIDIA_RTX3000_series_build_10_09_2021 (Doesn't work on 2xRTX5000, works on single RTX5000)
DeepFaceLab_NVIDIA_RTX3000_series_build_10... | closed | 2021-11-01T01:44:40Z | 2021-11-17T11:08:33Z | https://github.com/iperov/DeepFaceLab/issues/5420 | [] | asesli | 5 |
mwaskom/seaborn | data-visualization | 3,491 | Pointplot dodge magnitude appears to have changed | Based on one of the gallery examples; the strip and point plots no longer align:
```python
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
sns.set_theme(style="whitegrid")
iris = sns.load_dataset("iris")
# "Melt" the dataset to "long-form" or "tidy" representation
iris = pd.melt(... | closed | 2023-09-24T18:31:46Z | 2023-09-25T00:20:14Z | https://github.com/mwaskom/seaborn/issues/3491 | [
"bug",
"mod:categorical"
] | mwaskom | 0 |
donnemartin/system-design-primer | python | 949 | Dbms | open | 2024-09-27T00:23:10Z | 2024-12-02T01:13:13Z | https://github.com/donnemartin/system-design-primer/issues/949 | [
"needs-review"
] | Ashishkushwaha7273 | 0 | |
jpadilla/django-rest-framework-jwt | django | 379 | JWT_PAYLOAD_GET_USER_ID_HANDLER setting ignored in jwt_get_secret_key | In function jwt_get_secret_key() "user_id" is read directly from by payload.get('user_id') which leads to problems when using custom encoding on payload | open | 2017-09-22T08:36:42Z | 2017-12-18T20:15:45Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/379 | [] | SPKorhonen | 1 |
microsoft/qlib | deep-learning | 1,446 | Normalize with the Error:ValueError: need at most 63 handles, got a sequence of length 72 | ## 🐛 Bug Description
When I was tring to normalize the 1min data, use following code,
(env38) C:\Users\Anani>python scripts/data_collector/yahoo/collector.py normalize_data --qlib_data_1d_dir ~/.qlib/qlib_data/cn_data --source_dir ~/.qlib/stock_data/source/cn_data_1min --normalize_dir ~/.qlib/stock_data/source/cn_... | open | 2023-02-22T14:19:49Z | 2024-03-05T04:05:25Z | https://github.com/microsoft/qlib/issues/1446 | [
"bug"
] | louyuenan | 3 |
huggingface/datasets | pandas | 7,168 | sd1.5 diffusers controlnet training script gives new error | ### Describe the bug
This will randomly pop up during training now
```
Traceback (most recent call last):
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1192, in <module>
main(args)
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1041, in main
... | closed | 2024-09-25T01:42:49Z | 2024-09-30T05:24:03Z | https://github.com/huggingface/datasets/issues/7168 | [] | Night1099 | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,472 | How to use a pre-trained model for training own dataset? | How to use a pre-trained model for training own dataset? | open | 2022-08-23T06:55:03Z | 2022-09-06T20:35:34Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1472 | [] | TinkingLoeng | 1 |
google-research/bert | nlp | 971 | 请问获得训练好的词向量的值? How to get the pretrained embedding_table? | I wanted to know how to get the word embedding after I pretrain the model. Are there someone kindly tell me? | closed | 2019-12-27T14:03:25Z | 2021-04-26T14:13:54Z | https://github.com/google-research/bert/issues/971 | [] | WHQ1111 | 2 |
microsoft/nlp-recipes | nlp | 73 | [Example] Text classification using MT-DNN | closed | 2019-05-28T16:50:01Z | 2020-01-14T17:51:36Z | https://github.com/microsoft/nlp-recipes/issues/73 | [
"example"
] | saidbleik | 7 | |
pytest-dev/pytest-html | pytest | 817 | In Selenium pyTest framework getting error as "fixture 'setup_and_teardown' not found" | Working on one selenium script using pyTest framework but while passing setup and teardown method from conftest.py file getting error
PFA script for reference
-
@pytest.mark.usefixtures("setup_and_teardown")
class TestSearch:
def test_search_for_a_valid_product(self):
self.driver.find_element(By.NAME, "search... | closed | 2024-06-27T08:00:16Z | 2024-06-27T12:19:11Z | https://github.com/pytest-dev/pytest-html/issues/817 | [] | Tushar7337 | 2 |
healthchecks/healthchecks | django | 127 | C# usage example | ```
using (var client = new System.Net.WebClient())
{
client.DownloadString("ping url");
}
```
I know nothing about C#. Does the above look OK? | closed | 2017-07-19T17:39:28Z | 2018-08-20T09:40:16Z | https://github.com/healthchecks/healthchecks/issues/127 | [] | cuu508 | 3 |
inducer/pudb | pytest | 518 | Exception upon leaving ipython prompt to return to pudb TUI | **Describe the bug**
When I type `!` to drop into an ipython prompt from pudb, upon typing `exit` to return to the pudb TUI I get an error:
```python
*** Pudb UI Exception Encountered: Error while showing error dialog ***
Traceback (most recent ... | closed | 2022-05-26T17:36:36Z | 2022-05-26T23:07:38Z | https://github.com/inducer/pudb/issues/518 | [
"Bug"
] | peytondmurray | 1 |
skforecast/skforecast | scikit-learn | 167 | module 'sklearn' has no attribute 'pipeline' | Good afternoon!!
When trying to implement :
```
forecaster = ForecasterAutoreg(
regressor = XGBRegressor(),
lags = 24
)
forecaster
```
I get the following error:
`module 'sklearn' has no attribute 'pipeline'`
I looked a lot though internet and somesone ... | closed | 2022-06-22T11:00:45Z | 2022-08-08T09:42:38Z | https://github.com/skforecast/skforecast/issues/167 | [
"documentation",
"question"
] | AraceliAL | 2 |
jupyter-book/jupyter-book | jupyter | 1,612 | Issue on page /코스피_코스닥_순위/2022-01-20.html | Your issue content here. | closed | 2022-01-22T12:31:18Z | 2022-02-22T01:00:04Z | https://github.com/jupyter-book/jupyter-book/issues/1612 | [] | funnyfrog | 2 |
cvat-ai/cvat | computer-vision | 9,198 | need to map the cvat to local machine ip | ### 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
_No response_
### Expected Behavior
_No response_
### Possible Solution
_No response_
### Context
my cvat tool is run... | closed | 2025-03-11T05:47:12Z | 2025-03-13T09:33:00Z | https://github.com/cvat-ai/cvat/issues/9198 | [
"question"
] | ashishbbr03 | 1 |
plotly/plotly.py | plotly | 4,468 | Python 3.6 tests are not running on CircleCI missing Chrome Driver | ```
Chrome version major is 120
Installed version of Google Chrome is 120.0.6099.129
404
Matching Chrome Driver Version 404'd, falling back to first matching major version.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spe... | closed | 2023-12-21T21:41:56Z | 2023-12-21T22:10:02Z | https://github.com/plotly/plotly.py/issues/4468 | [] | archmoj | 1 |
polakowo/vectorbt | data-visualization | 523 | vbt telegram signal time error | I have a error from ---> UPDATE_EVERY = vbt.utils.datetime_.datetime_to_ms(TIMEFRAME) how can i fix ? | open | 2022-11-12T20:31:22Z | 2024-03-17T01:48:47Z | https://github.com/polakowo/vectorbt/issues/523 | [
"stale"
] | denizhantoy | 1 |
mckinsey/vizro | plotly | 869 | Numerical values in selector with non-numerical column don't work | ### Which package?
vizro
### Package version
0.1.26
### Description
> [!NOTE]
> Not urgent, let's wait until after pydantic v2 to fix.
If a column contains only numerical values but is `object` type (as can happen when you load data from a file) then it's correctly considered a categorical variable so given ... | open | 2024-11-12T11:41:04Z | 2024-11-12T11:41:09Z | https://github.com/mckinsey/vizro/issues/869 | [
"Bug Report :bug:"
] | antonymilne | 0 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,509 | [Bug]: Issue with /progress endpoint | ### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [x] The issue has not been reported before... | open | 2024-04-14T02:57:41Z | 2024-04-19T03:03:30Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15509 | [
"bug-report"
] | monsieurpooh | 2 |
huggingface/transformers | pytorch | 36,295 | [Bugs] RuntimeError: No CUDA GPUs are available in transformers v4.48.0 or above when running Ray RLHF example | ### System Info
- `transformers` version: 4.48.0
- Platform: Linux-3.10.0-1127.el7.x86_64-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.5.2
- Accelerate version: 1.0.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Tensorflow ... | open | 2025-02-20T07:58:49Z | 2025-03-22T08:03:03Z | https://github.com/huggingface/transformers/issues/36295 | [
"bug"
] | ArthurinRUC | 3 |
automagica/automagica | automation | 44 | Create Ubuntu/Linux Branch (Maybe related to #32) | Hey Oakwood,
I was wondering if you have already analyzed what changes/mods must be made to Automagica to create a version that could work on remote VNC servers.
I use python RPA a lot in my job a similair project called pybotlib that I mostly use the ubuntu-branch to create RPAs for different clients and deploy ... | closed | 2019-04-10T14:17:38Z | 2019-04-14T15:37:47Z | https://github.com/automagica/automagica/issues/44 | [] | dkatz23238 | 2 |
jupyter/nbviewer | jupyter | 299 | Raw cells are rendered differently in nbviewer | It seems that line breaks in raw cells are rendered differently in nbviewer.
For example, in the first few lines of the following notebook:
http://nbviewer.ipython.org/github/pierrelux/notebooks/blob/master/Starcluster%20and%20IPython%20tutorial.ipynb
| closed | 2014-06-10T16:43:30Z | 2014-06-10T17:20:15Z | https://github.com/jupyter/nbviewer/issues/299 | [] | pierrelux | 1 |
BlinkDL/RWKV-LM | pytorch | 237 | NCCL watchdog thread terminated with exception: CUDA error: an illegal memory access was encountered | Hi, I just want to train a small version of RWKV-V5-169m model from scratch
I implement it with huggingface:
```
import torch
from transformers import AutoTokenizer, AutoConfig
tokenizer = AutoTokenizer.from_pretrained("RWKV/rwkv-4-169m-pile")
config = AutoConfig.from_pretrained("RWKV/rwkv-4-169m-pile")
ti... | open | 2024-04-15T19:11:29Z | 2024-04-16T09:51:49Z | https://github.com/BlinkDL/RWKV-LM/issues/237 | [] | ZetangForward | 1 |
apify/crawlee-python | automation | 832 | Unable to stop crawler. Facing error: "'PlaywrightCrawler' object has no attribute 'stop'" | ## Bug Report: `stop()` method missing in Python PlaywrightCrawler
### Description
While using the Python SDK of Crawlee with PlaywrightCrawler, I encountered an issue where the `stop()` method mentioned in the documentation is not available. This is particularly problematic when trying to implement custom crawling... | closed | 2024-12-19T13:49:26Z | 2024-12-20T16:41:49Z | https://github.com/apify/crawlee-python/issues/832 | [
"t-tooling"
] | abhichek | 3 |
jmcnamara/XlsxWriter | pandas | 1,102 | Bug: No exception when adding two autofilters | ### Current behavior
In converting code from pandas to Polars, I neglected to see that Polars adds autofilters by default in [write_excel](https://docs.pola.rs/api/python/dev/reference/api/polars.DataFrame.write_excel.html). My prior code was adding autofilters manually via xlsxwriter. Thus switching to Polars, autofi... | closed | 2024-11-26T13:29:44Z | 2025-01-01T20:14:06Z | https://github.com/jmcnamara/XlsxWriter/issues/1102 | [
"bug",
"ready to close"
] | rhshadrach-8451 | 2 |
tqdm/tqdm | jupyter | 661 | Reopening a completed/finished/closed bar | When I re-create tq object to reset the progress bar, it creates a new one. I would like to re-use the existing one in the console. Can you please let me know how I can reset the existing progress bar? | open | 2019-01-21T15:15:47Z | 2019-01-26T18:59:54Z | https://github.com/tqdm/tqdm/issues/661 | [
"p4-enhancement-future 🧨"
] | akaniklaus | 15 |
xlwings/xlwings | automation | 2,517 | Support legacy chart sheets for printing to pdf | #### OS (e.g. Windows 11 )
#### Versions of xlwings, Excel and Python (e.g. 0.32.2, Office 365, Python 3.12.3)
#### Describe your issue (incl. Traceback!)
Can't specify precisely which sheets should be printed as workbook contains "legacy" chart sheets.
```python
Traceback (most recent call last):
File ... | closed | 2024-09-16T14:08:38Z | 2024-09-16T19:25:16Z | https://github.com/xlwings/xlwings/issues/2517 | [] | Tokarzewski | 3 |
PaddlePaddle/PaddleHub | nlp | 1,789 | 关于使用文档中的代码示例报错的问题 | 地址:https://www.paddlepaddle.org.cn/hubdetail?name=ultra_light_fast_generic_face_detector_1mb_320&en_category=FaceDetection
or
https://www.paddlepaddle.org.cn/hubdetail?name=ace2p&en_category=ImageSegmentation
.
Is there a way to get more than 8 to 10 news articles with yfinance? | closed | 2024-10-06T01:04:33Z | 2025-02-16T20:02:27Z | https://github.com/ranaroussi/yfinance/issues/2075 | [] | kintonc | 1 |
tfranzel/drf-spectacular | rest-api | 453 | Detect path parameter type for nested routes from rest_framework_nested | To create nested Viewsets, I'm using https://github.com/alanjds/drf-nested-routers
Route registration happens like this:
```py
router = DefaultRouter()
connections_router = NestedSimpleRouter(router, r'connections', lookup='connection')
clients_router.register(r'members', MembersViewSet, basename='connections-... | closed | 2021-07-07T12:29:17Z | 2022-03-15T08:36:50Z | https://github.com/tfranzel/drf-spectacular/issues/453 | [
"enhancement",
"fix confirmation pending"
] | tiholic | 14 |
smarie/python-pytest-cases | pytest | 12 | Change all examples so that they are more intuitive | For example
Cases: Orange, Strawberry
Test: test_fruit
Test steps (only for the pytest-steps example):
- peel (may fail)
- mix (does not depend on peel)
- eat (depends on mix)
| closed | 2018-07-27T10:29:35Z | 2019-04-05T19:39:51Z | https://github.com/smarie/python-pytest-cases/issues/12 | [
"enhancement"
] | smarie | 2 |
deepfakes/faceswap | deep-learning | 1,056 | AttributeError: 'module' object has no attribute 'abc' | Question is as on the title. Don't know how to deal with it. Plz help me!!!
The concrete information(Maybe is a noob question since I am using python the first time.):
E:\gitfile\faceswap>py -2 faceswap.py
Setting Faceswap backend to NVIDIA
Traceback (most recent call last):
File "faceswap.py", line 5, in <mod... | closed | 2020-08-30T16:08:22Z | 2020-09-05T18:54:00Z | https://github.com/deepfakes/faceswap/issues/1056 | [] | ChocolateJin | 1 |
gunthercox/ChatterBot | machine-learning | 2,065 | Chatbot Low confidence response does not work | Hello,
My Bestmatch Logic Adapter is set as such:
```
{
"import_path": "chatterbot.logic.BestMatch",
"statement_comparison_function": "chatterbot.comparisons.levenshtein_distance",
"maximum_similarity_threshold": 0.90,
"default_response": "Sorry. I... | closed | 2020-10-30T10:29:33Z | 2025-03-14T21:41:06Z | https://github.com/gunthercox/ChatterBot/issues/2065 | [] | Siddikulus | 1 |
pallets-eco/flask-wtf | flask | 45 | Documentation flask-wtf 0.8 import | from flaskext.wtf import Form, TextField, Required
is now
from flask.ext.wtf import Form, TextField, Required
| closed | 2012-07-09T10:15:38Z | 2021-05-30T01:24:46Z | https://github.com/pallets-eco/flask-wtf/issues/45 | [] | bw9ubwo | 0 |
Lightning-AI/pytorch-lightning | data-science | 20,341 | Impove how argument passing via CLI and config file is handled in regards to argument linking | ### Description & Motivation
I was working on several larger projects and I noticed that the behavior or argument linking is somewhat arbitrary. I propose to make this more consistent to avoid user confusion. Furthermore I propose to write a documentation page for this, since the one from jsonargmarse is not sufficien... | open | 2024-10-14T20:40:09Z | 2024-10-14T20:40:30Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20341 | [
"feature",
"needs triage"
] | MrWhatZitToYaa | 0 |
iperov/DeepFaceLab | machine-learning | 5,579 | anyone knows how to fix memory error? | i tried to use saehd but there was this thing called memory error and when i try to use quick96 it runs, what is the problem? i got rtx 3060 (sorry for bad english, english is not my main language) | open | 2022-11-01T10:08:41Z | 2023-06-08T23:05:13Z | https://github.com/iperov/DeepFaceLab/issues/5579 | [] | grievesp | 1 |
InstaPy/InstaPy | automation | 5,890 | Couldn't follow 'Username'! ~user is inaccessible | <!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht -->
<!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki -->
## Expected Behavior
User is being followed
## Current Behavior
Error is being thrown:
`Couldn't follow 'Us... | closed | 2020-11-13T12:51:36Z | 2020-12-13T20:19:23Z | https://github.com/InstaPy/InstaPy/issues/5890 | [
"in progress"
] | v0lumehi | 2 |
lux-org/lux | pandas | 268 | Lux SQL Functionality | closed | 2021-02-18T05:25:08Z | 2021-02-19T19:19:54Z | https://github.com/lux-org/lux/issues/268 | [
"Epic"
] | thyneb19 | 0 | |
strawberry-graphql/strawberry | fastapi | 3,465 | Improve how we find concrete type for generic in interfaces (and potentially unions) | Pretty much what's written here:
https://github.com/strawberry-graphql/strawberry/pull/3463/files#diff-9db4ecb0b6a9104731da4af6d847961cbc88e4085f4f23f4fcfceb1b22e2fd35R456-R464 | open | 2024-04-20T20:07:53Z | 2025-03-20T15:56:42Z | https://github.com/strawberry-graphql/strawberry/issues/3465 | [] | patrick91 | 4 |
bendichter/brokenaxes | matplotlib | 32 | width_ratios and height_ratios ignored | The height_ratios and width_ratios are ignored in the case where the axis is defined in a subplot_spec. Minimal example:
```python
fig = plt.figure(constrained_layout=False, figsize=(5,4))
generalGridSpec = GridSpec(2, 1, figure=fig)
bax1 = brokenaxes(xlims=((0, 0.5),(.7, 5)), subplot_spec=generalGridSpec[0], w... | closed | 2019-04-28T15:10:30Z | 2019-04-29T08:53:09Z | https://github.com/bendichter/brokenaxes/issues/32 | [] | webermarcolivier | 2 |
recommenders-team/recommenders | machine-learning | 1,222 | [FEATURE] Efficiency enhancement in surprise_utils.py | ### Description
In `recommenders/reco_utils/recommender/surprise/surprise_utils.py compute_ranking_predictions` function, the code will try to get unique items or users in every for-loop step, which will decrease the efficiency.
### Expected behavior with the suggested feature
Better to use memory to improve code... | closed | 2020-10-27T21:25:18Z | 2020-10-29T14:10:30Z | https://github.com/recommenders-team/recommenders/issues/1222 | [
"enhancement"
] | zhaisw | 3 |
litestar-org/litestar | pydantic | 3,596 | Docs: typo in channels docs ``create_route_handlers`` -> ``create_ws_route_handlers`` | ### Reported by
[Coffee](https://discord.com/users/489485360645275650) in Discord: [#general](https://discord.com/channels/919193495116337154/919193495690936353/1254898206089809960)
### Description
Btw, there is a small typo (https://docs.litestar.dev/latest/usage/channels.html#id9) "create_route_handlers"
### MCVE
N... | closed | 2024-06-24T21:13:03Z | 2025-03-20T15:54:46Z | https://github.com/litestar-org/litestar/issues/3596 | [
"Documentation :books:",
"Help Wanted :sos:",
"Good First Issue"
] | byte-bot-app[bot] | 9 |
sigmavirus24/github3.py | rest-api | 242 | Gist API now truncates large files | https://developer.github.com/changes/2014-05-06-gist-api-now-truncating-large-files/
| closed | 2014-05-06T13:32:16Z | 2014-05-27T01:31:48Z | https://github.com/sigmavirus24/github3.py/issues/242 | [] | esacteksab | 2 |
Urinx/WeixinBot | api | 283 | 大佬登录是get请求吧 | open | 2019-12-14T09:35:41Z | 2019-12-14T09:35:41Z | https://github.com/Urinx/WeixinBot/issues/283 | [] | kirkzhangtech | 0 | |
hzwer/ECCV2022-RIFE | computer-vision | 382 | Unable to install requirements | Trying to install the requierments for RIFE results in this error:
```Collecting numpy<=1.23.5,>=1.16 (from -r requirements.txt (line 1))
Using cached numpy-1.23.5.tar.gz (10.7 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
... | open | 2024-12-11T20:25:42Z | 2024-12-12T06:38:24Z | https://github.com/hzwer/ECCV2022-RIFE/issues/382 | [] | zup7mn | 1 |
huggingface/peft | pytorch | 2,112 | PEFT Config checking update request | ### Feature request
Position: In peft/tuners/lora/model.py --> LoRaModel._check_new_adapter_config()
The source code suggests a TODO:

Please complete this checking function ASAP.
### Motivation
When I tried to load multipl... | closed | 2024-09-30T02:31:44Z | 2024-10-01T01:01:26Z | https://github.com/huggingface/peft/issues/2112 | [] | lemingshen | 4 |
openapi-generators/openapi-python-client | fastapi | 381 | Optional nullable model properties are deserialized from `UNSET` to `None` | **Describe the bug**
If a model has an optional nullable model property, then in the `from_dict`, if the key is not present in the dictionary, it is deserialized as `None` instead of `UNSET`.
This is also true for enum properties, and probably other types as well, but we haven't done an exhaustive search.
**To R... | closed | 2021-04-07T13:54:55Z | 2021-05-12T14:39:06Z | https://github.com/openapi-generators/openapi-python-client/issues/381 | [
"🐞bug"
] | forest-benchling | 3 |
scikit-learn/scikit-learn | machine-learning | 30,015 | `chance_level_kw` in `RocCurveDisplay` raises an error when using valid matplotlib args | ### Describe the bug
When passing additional keyword arguments to the random classifier's line via the `chance_level_kw` argument, some arguments raise an error even though they are valid `matplotlib.pyplot.plot()` arguments. The error occurs with the `c` and `ls` arguments.
The reason is that in `scikit-learn/sk... | closed | 2024-10-06T13:18:55Z | 2024-10-17T20:30:59Z | https://github.com/scikit-learn/scikit-learn/issues/30015 | [
"Bug"
] | JosephBARBIERDARNAL | 3 |
benlubas/molten-nvim | jupyter | 141 | [Help] How to access output buffer as shown in the example | How to access output buffer as shown in the example so that I can copy text from the output?
Your tutorial video seems to be using `<localleader>o`, but the command is not listed.
Thanks | closed | 2024-01-31T17:39:13Z | 2024-02-01T00:30:53Z | https://github.com/benlubas/molten-nvim/issues/141 | [] | ayghri | 1 |
vimalloc/flask-jwt-extended | flask | 327 | Explictly pass `jwt_header` and `jwt_data` to callback functions | Currently, if you want to get some token data, you can use `get_raw_jwt()` in *some* situations. Not only is it inconsistent on when you can do that, but it's not at all apparently that this is allowed since it's relying on global state. In this new release, we will instead explicitly pass in `jwt_headers` and `jwt_dat... | closed | 2020-06-02T03:08:03Z | 2021-01-18T15:35:29Z | https://github.com/vimalloc/flask-jwt-extended/issues/327 | [] | vimalloc | 3 |
jupyter-book/jupyter-book | jupyter | 1,344 | Run code client-side with JupyterLite | It would be amazing to be able to use this with JupyterLite:
https://github.com/jtpio/jupyterlite
The Binder integration takes users to a separate page (with a long start-up time; most give up) and Thebelab also requires a server and has a significant start-up cost. As long as the desired computation is minimal, ... | open | 2021-05-29T17:32:29Z | 2022-03-10T09:34:54Z | https://github.com/jupyter-book/jupyter-book/issues/1344 | [
"enhancement"
] | jpivarski | 27 |
open-mmlab/mmdetection | pytorch | 11,271 | 为什么很多模型frozen_stages都设置成1? | 关于冻结frozen_stages=1和frozen_stages=-1参数,两种是依据什么设置的呢?两种参数在性能上有什么差别吗?期待您的解答 | open | 2023-12-11T04:43:00Z | 2023-12-11T04:47:07Z | https://github.com/open-mmlab/mmdetection/issues/11271 | [] | JoJoliking | 0 |
ultralytics/ultralytics | deep-learning | 18,731 | predict result | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
I'm using yolo11 with pycharm. If i run self.model.predict(source=pil... | open | 2025-01-17T10:28:06Z | 2025-01-17T10:45:17Z | https://github.com/ultralytics/ultralytics/issues/18731 | [
"question"
] | kunsungwoo | 2 |
SALib/SALib | numpy | 508 | Why are mu and sigma values set to nan when we do sensitivity analysis with morris for groups ? | 
Hi, I'm doing a sensitivity analysis on groups of parameters but facing a small problem.
In the example above, the mu and sigma values for the groups having more than one parameter are set to nan... | closed | 2022-05-10T16:59:26Z | 2022-06-02T11:26:04Z | https://github.com/SALib/SALib/issues/508 | [] | OuSk95 | 2 |
albumentations-team/albumentations | machine-learning | 2,308 | Add `max_aspect_ratio` Parameter to `BboxParams` for Filtering Bounding Boxes Based on Aspect Ratio | ## Feature description
Add a new parameter, `max_aspect_ratio`, to the `BboxParams` class in Albumentations. This parameter would filter bounding boxes based on their aspect ratio, calculated as:
$\text{aspect ratio} = \max\left(\frac{\text{width}}{\text{height}}, \frac{\text{height}}{\text{width}}\right)$
Bounding ... | closed | 2025-01-27T11:34:55Z | 2025-01-28T00:02:59Z | https://github.com/albumentations-team/albumentations/issues/2308 | [
"enhancement"
] | CristoJV | 0 |
gunthercox/ChatterBot | machine-learning | 2,157 | Error when running ChatterBot | I just pasted this:
```
from chatterbot import ChatBot
from chatterbot.trainers import ChatterBotCorpusTrainer
chatbot = ChatBot('Ron Obvious')
# Create a new trainer for the chatbot
trainer = ChatterBotCorpusTrainer(chatbot)
# Train the chatbot based on the english corpus
trainer.train("chatterbot.corpus... | closed | 2021-05-11T09:46:55Z | 2021-05-11T10:03:09Z | https://github.com/gunthercox/ChatterBot/issues/2157 | [] | simonfalke-01 | 0 |
jumpserver/jumpserver | django | 14,199 | [Question] Can't login Jumpserver | ### Product Version
4.1.0
### Product Edition
- [X] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [ ] Online Installation (One-click command installation)
- [X] Offline Package Installation
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] Source Code
### E... | closed | 2024-09-19T04:08:23Z | 2024-10-10T06:49:01Z | https://github.com/jumpserver/jumpserver/issues/14199 | [
"🤔 Question"
] | tsukiazuma | 7 |
unit8co/darts | data-science | 1,939 | [BUG] semaphore or lock released too many times | **Describe the bug**
I am learning darts and optuna hyperparameter optimization from the guide: https://unit8co.github.io/darts/userguide/hyperparameter_optimization.html#hyperparameter-optimization-with-optuna. I trained the model using GPU and 4 workers, got the error:
```
Metric val_loss improved by 0.010 >= m... | open | 2023-08-08T05:46:23Z | 2024-10-16T14:08:12Z | https://github.com/unit8co/darts/issues/1939 | [
"bug",
"gpu"
] | jacktang | 3 |
pytest-dev/pytest-qt | pytest | 309 | compare QTextCharFormat | Hi,
would y ou accept a PR to compare QTextCharFormat and QTextBlockFormat ?
something like that :
```python
def compare_char_format(lhs, rhs, exclude=[]):
attrs = [
"anchorHref",
"anchorName",
"anchorNames",
"font",
"fontCapitalization",
"fontFamilies",
... | closed | 2020-06-15T11:50:32Z | 2020-06-15T20:28:12Z | https://github.com/pytest-dev/pytest-qt/issues/309 | [] | jgirardet | 2 |
onnx/onnxmltools | scikit-learn | 111 | Adding support for more sklearn models | Hi,
For the sklearn model conversion, can you please add support for below models?
sklearn.decomposition.PCA
sklearn.naive_bayes.BernoulliNB
sklearn.naive_bayes.MultinomialNB
sklearn.linear_model.LassoLars
| closed | 2018-07-18T18:18:29Z | 2018-11-14T16:11:13Z | https://github.com/onnx/onnxmltools/issues/111 | [] | YunsongB | 1 |
jonaswinkler/paperless-ng | django | 146 | Data migration from sqlite to Postgres fails | Hey,
(it's me again).
I have 400 working documents in my -ng instance. The next step was to migrate SQLite to Postgres.
After I setup everything and started a bash within the paperless-ng container (which is linked to the postgres database), I run into the following error:
```
INFO 2020-12-16 20:18:10,377 filelo... | closed | 2020-12-16T19:25:23Z | 2021-03-14T14:52:17Z | https://github.com/jonaswinkler/paperless-ng/issues/146 | [] | jannislehmann | 2 |
tensorflow/tensor2tensor | deep-learning | 1,382 | Getting out of hbm memory error on TPU | ### Description
Trying to train a language model -
t2t-trainer --model=lstm_seq2seq --hparams_set=lstm_seq2seq --problem=languagemodel_lm1b8k_packed --train_steps=250000 --eval_steps=8 --data_dir=$DATA_DIR --output_dir=$OUT_DIR --use_tpu=True --cloud_tpu_name=$TPU_NAME --hparams='optimizer=Adafactor, weight_dtyp... | closed | 2019-01-18T21:17:41Z | 2020-05-31T22:53:14Z | https://github.com/tensorflow/tensor2tensor/issues/1382 | [] | ranjeethks | 11 |
SYSTRAN/faster-whisper | deep-learning | 922 | why faster-whisper is slower than the origin whisper model | For the same whisper model (small), faster-whisper is even slower than origin whisper model.
To load the model, my code is :
"""
from faster_whisper import WhisperModel
model=WhisperModel("small", device='cpu',compute_type='int8'
"""
the CPU is 8 core Intel(R) Xeon(R) Gold 6346@3.1GHZ.
Does anyone encounter the... | open | 2024-07-22T02:49:03Z | 2024-07-23T05:41:04Z | https://github.com/SYSTRAN/faster-whisper/issues/922 | [] | ASHLEYDX | 1 |
chaoss/augur | data-visualization | 2,605 | Self-Merge Rates metric API | The canonical definition is here: https://chaoss.community/?p=5306 | open | 2023-11-30T18:00:40Z | 2023-11-30T18:21:07Z | https://github.com/chaoss/augur/issues/2605 | [
"API",
"first-timers-only"
] | sgoggins | 0 |
apache/airflow | automation | 47,196 | Improve integration testing for AIP-72 | ### Body
This is a meta task to improve the integration tests between task sdk and task execution API to avoid any bugs. Right now, things are tested in pieces. Not a priority for 3.0.
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | open | 2025-02-28T06:59:42Z | 2025-02-28T06:59:42Z | https://github.com/apache/airflow/issues/47196 | [
"kind:meta"
] | amoghrajesh | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.