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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
flaskbb/flaskbb | flask | 277 | User Profiles show posts/topics that aren't visible to current user | When visiting a user's profile, all the posts and topics of that user are visible. However the posts that are posted in forums that aren't visible for the current_user should not be displayed in the profile. | closed | 2017-02-20T20:47:42Z | 2018-04-15T07:47:45Z | https://github.com/flaskbb/flaskbb/issues/277 | [] | MaicoTimmerman | 2 |
ivy-llc/ivy | numpy | 28,382 | Fix Ivy Failing Test: torch - shape.shape__ge__ | closed | 2024-02-22T03:51:01Z | 2024-02-22T07:32:30Z | https://github.com/ivy-llc/ivy/issues/28382 | [
"Sub Task"
] | fnhirwa | 0 | |
chainer/chainer | numpy | 8,619 | import chainer error: 'raise TypeError(f"{cls} is not a generic class")' | * Conditions
Hi, I scucessfully installed it using 'pip install chainer', but was unable to use. When I tried to import chainer, I got the following error.
Python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> im... | closed | 2022-02-08T18:53:40Z | 2022-02-10T16:09:08Z | https://github.com/chainer/chainer/issues/8619 | [
"issue-checked"
] | hahaheihei09 | 2 |
quokkaproject/quokka | flask | 262 | Error on Change Password Form Submit (FlaskMail related) | On Change Password FlaskMail is trying to send an email to the user (why?)
```
web_1 | Traceback (most recent call last):
web_1 | File "/usr/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__
web_1 | return self.wsgi_app(environ, start_response)
web_1 | File "/usr/lib/python2.7/site-pack... | closed | 2015-07-17T13:22:22Z | 2015-07-20T03:22:49Z | https://github.com/quokkaproject/quokka/issues/262 | [
"bug",
"MEDIUM"
] | rochacbruno | 3 |
qubvel-org/segmentation_models.pytorch | computer-vision | 497 | epsilon in `DiceLoss` seems a bit high, which results in unintuitive results | The DiceLoss declared here has epsilon set to 1:
https://github.com/qubvel/segmentation_models.pytorch/blob/master/segmentation_models_pytorch/utils/losses.py
Running this piece of code results in an unexpected loss value
```python
import torch
from segmentation_models_pytorch.utils.losses import DiceLoss
dic... | closed | 2021-10-06T12:52:39Z | 2022-03-14T01:59:18Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/497 | [
"Stale"
] | MuadDev | 3 |
scikit-optimize/scikit-optimize | scikit-learn | 734 | support for probability distribution/weights vector as input for optimisation | Is there a way of providing a set of weights, that should add up to 1 for example as a parameter to some optimisation function?
If the weights are provided independently, there is of course no way of guaranteeing they add up to 1.
e.g. 0.2, 0.5, 0.3 would be provided as one set of parameters to a function, as wo... | closed | 2018-12-03T09:45:07Z | 2018-12-03T16:47:08Z | https://github.com/scikit-optimize/scikit-optimize/issues/734 | [] | eamonnmag | 4 |
errbotio/errbot | automation | 1,420 | How to customize help message for each command | Now when type `!help` in slack, the command help message will be built with `command name` and `comment` of cmd method, how to dynamically set this help message, just something like below:
```python
@botcmd(split_args_with=None, name='foo', help='a help message')
def foo(self, message, params):
pass
```
A... | closed | 2020-03-13T07:39:57Z | 2020-03-19T08:16:30Z | https://github.com/errbotio/errbot/issues/1420 | [] | hanks | 5 |
tableau/server-client-python | rest-api | 1,184 | Discrepancy in response of REST API and Graph QL | **Describe the bug**
I have been trying to fetch all workbooks, under all projects via Rest API, and GraphQL both. but the response is different. GraphQL is returning incorrect response
**Versions**
Details of your environment, including:
- Tableau Online
- Python version: 3.10
- TSC library version: 0.23.4
... | closed | 2023-01-30T16:06:06Z | 2023-03-25T06:06:31Z | https://github.com/tableau/server-client-python/issues/1184 | [
"help wanted"
] | verdan | 8 |
axnsan12/drf-yasg | django | 135 | 400 Bad Request | I have followed all basic steps for installations and when I go to `http://0.0.0.0:8081/api/swagger/` I am getting `400 Bad Request` don't know what to do here.
- Added `drf_yasg` in `INSTALLED_APPS`
- Created an app named as `apidocs` and added that `myproject.apps.apidocs` in `INSTALLED_APPS`
**views.py**
... | closed | 2018-05-31T01:17:21Z | 2018-06-01T20:12:41Z | https://github.com/axnsan12/drf-yasg/issues/135 | [] | intellisense | 7 |
fastapi/fastapi | asyncio | 12,010 | Problem where scheduled tasks will be executed repeatedly when starting with multiple workders | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
i use this command to start my application
`
nohup uvicorn app:app --host 0.0.0.0 --port 8000 --workers 5 > ../app.log 2>&1 &`
my task code
`async def my_task():
do some curd code
trigge... | closed | 2024-08-14T10:33:40Z | 2024-08-14T11:03:08Z | https://github.com/fastapi/fastapi/issues/12010 | [] | yAoOw | 0 |
nltk/nltk | nlp | 2,930 | [question] "us" lemmatizes into "u"? | ## Confusion
While playing around with some sample code, I found the Lemmatizer has some odd results, the most reproducible (not requiring crafted input) is the English word `us`. This consistently lemmatizes to `u`.
Is this intentional, and if so, why? [I'm curious.]
## Sample Code
```py
import fileinput
... | closed | 2022-01-19T11:43:41Z | 2022-01-19T11:52:33Z | https://github.com/nltk/nltk/issues/2930 | [] | ghost | 1 |
vaexio/vaex | data-science | 2,122 | [BUG-REPORT] Interchange `Column.get_buffers()` erroneously raises for some categorical columns constructed with NumPy arrays | Using `Column.get_buffers()` (from vaex's [interchange protocol](https://data-apis.org/dataframe-protocol/latest/API.html) implementation) doesn't seem to work for some categorical columns when they're originally constructed with NumPy arrays.
```python
>>> df1 = vaex.from_items(("foo", np.asarray([1, 1])))
>>> df... | closed | 2022-07-20T12:33:52Z | 2022-07-26T13:25:45Z | https://github.com/vaexio/vaex/issues/2122 | [
"bug"
] | honno | 1 |
iperov/DeepFaceLab | machine-learning | 894 | Windows (magnet link) Torrent not found | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
*Describe, in some detail, what you are trying to do and what the output is that you expect from the program.*
## Actual behavior
*Describe, in some detail, what the program does instead. Be sure to inc... | open | 2020-09-15T03:12:46Z | 2023-06-08T21:15:55Z | https://github.com/iperov/DeepFaceLab/issues/894 | [] | vega69-ux | 2 |
OthersideAI/self-operating-computer | automation | 116 | an API error | closed | 2023-12-26T07:54:18Z | 2023-12-26T14:44:42Z | https://github.com/OthersideAI/self-operating-computer/issues/116 | [] | TheoneThefool | 0 | |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,393 | Training Results do not match Test Results [Pix2Pix] | I am training a conditional model to generate logos. However, the results outputting during training are much better than when I try to do inference on a single image. For example,
Real A

Re... | closed | 2022-03-08T21:43:22Z | 2022-07-20T01:44:48Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1393 | [] | awhelan-school | 9 |
hankcs/HanLP | nlp | 1,713 | 执行demo 404 | **Describe the bug**
<img width="1322" alt="image" src="https://user-images.githubusercontent.com/6836030/155309692-da5a3604-55d7-43c2-b875-d8f38749e538.png">
**Code to reproduce the issue**
```python
# -*- coding:utf-8 -*-
# Author: hankcs
# Date: 2021-04-29 11:06
import hanlp
from hanlp.components.mtl.tasks... | closed | 2022-02-23T11:20:44Z | 2022-02-23T14:32:41Z | https://github.com/hankcs/HanLP/issues/1713 | [
"bug"
] | An0nymous0 | 1 |
wyfo/apischema | graphql | 245 | Rename ValidationError "msg" to "err" | ~~I don't remember why validation error serialization key "err" has been renamed to "err", but "err" is way more intuitive to have here.~~
I think "msg" has been put instead of "err" because it key used in *pydantic*, but "err" is more intuitive. | closed | 2021-11-11T21:53:05Z | 2021-11-11T22:23:53Z | https://github.com/wyfo/apischema/issues/245 | [] | wyfo | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 259 | can i use My intel HD graphic 620 instate cuda | closed | 2020-01-04T18:02:03Z | 2020-07-04T23:27:42Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/259 | [] | sam10001 | 2 | |
seleniumbase/SeleniumBase | web-scraping | 2,185 | UC mode was detected by Cloudflare after clicking with selenium | [Basic Information]
System: win10
Language: python 3.9
seleniumbase version: 4.20.1
chrome version: 118.0.5993.71
[Details]
When testing with the following code, https://nowsecure.nl/#relax passes the test most of the time. In situations where the test does not pass, the test can also be passed by manually clic... | closed | 2023-10-13T08:38:52Z | 2023-10-16T21:24:35Z | https://github.com/seleniumbase/SeleniumBase/issues/2185 | [
"invalid usage",
"UC Mode / CDP Mode"
] | CatalinaCharlotte | 5 |
chatanywhere/GPT_API_free | api | 104 | gpt-3.5-turbo-instruct 费用问题 | open ai 对gpt-3.5-turbo-instruct定价与gpt-3.5-turbo 4k 相同
<img width="1497" alt="截屏2023-10-06 15 56 02" src="https://github.com/chatanywhere/GPT_API_free/assets/118868907/71187e9f-8e1b-4942-8db6-8199f332ac0a">
但chatanywhere扣费如下,比gpt-3.5-turbo 4k高出很多,这是为什么呢?
<img width="904" alt="截屏2023-10-06 15 59 12" src="https://g... | closed | 2023-10-06T07:59:55Z | 2023-10-21T09:49:12Z | https://github.com/chatanywhere/GPT_API_free/issues/104 | [] | jian53286 | 1 |
harry0703/MoneyPrinterTurbo | automation | 193 | 生成视频时报错`TypeError: sequence item 2: expected str instance, NoneType found` | ```
## generating video: 1 => D:\kevinzhang\tmp\MoneyPrinterTurbo\storage\tasks\c8448f7a-991d-465e-a1c3-d4203ce2380a\final-1.mp4
2024-04-08 15:54:46 | INFO | "./app\services\video.py:176": generate_video - start, video size: 1080 x 1920
2024-04-08 15:54:46 | INFO | "./app\services\video.py:177": generate_video - ①... | closed | 2024-04-08T07:57:16Z | 2024-04-08T09:21:40Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/193 | [] | KevinZhang19870314 | 8 |
littlecodersh/ItChat | api | 1,023 | 怎么获取群备注 | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | open | 2024-08-11T15:40:22Z | 2024-10-08T09:05:57Z | https://github.com/littlecodersh/ItChat/issues/1023 | [] | whxzr | 1 |
s3rius/FastAPI-template | asyncio | 124 | Logoru Attribute Error | I've been trying to set up the project with Logoru enabled and if I try to run it I get the error
```
Exception has occured: AttributeError X
partially initialized module 'logging' has no attribute 'getLogger' (most likely due to a circular import)
File "C:\Users\(myUser)\fastapitemplate\logoruTest\logging.p... | closed | 2022-09-20T11:53:11Z | 2023-03-27T22:14:01Z | https://github.com/s3rius/FastAPI-template/issues/124 | [] | SahiniDev | 10 |
google-research/bert | tensorflow | 985 | Avoid loading graph for every call to BERT | I am using BERT embeddings and using them to classify my basic Keras model. But every time I pass in my sentences, its loading the entire BERT graph which is making it too slow for for my prediction service. Is there any circumvention to this problem?
Time taken to extract 600 sentences embedding: 3 minutes Approx. ... | open | 2020-01-10T06:06:09Z | 2020-01-10T06:06:09Z | https://github.com/google-research/bert/issues/985 | [] | jaytimbadia | 0 |
PaddlePaddle/models | nlp | 5,309 | video_tag Out of memory error | 1.运行此代码时

2.报了以下错误
[2021-05-18 13:49:17,554] [ WARNING] - The _initialize method in HubModule will soon be deprecated, you can use the __init__() to handle the initialization of the object
2021-05-18 13:... | open | 2021-05-18T06:00:00Z | 2024-02-26T05:08:59Z | https://github.com/PaddlePaddle/models/issues/5309 | [] | Jasonxgw | 3 |
pmaji/crypto-whale-watching-app | dash | 115 | App doesn't work any more | Doesn't plot any graph, doesn't load any data.
Error here:
```Traceback (most recent call last):
File "C:\Python\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "C:\Python\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "C:\Python\lib\site-packa... | closed | 2020-11-25T09:52:19Z | 2020-11-29T22:20:38Z | https://github.com/pmaji/crypto-whale-watching-app/issues/115 | [
"bug"
] | mifunetoshiro | 2 |
docarray/docarray | pydantic | 1,238 | Try out pydantic v2 | Pydantic v2 makes huge under the hood changes, but the API is supposed to stay 99% the same, sou we _should_ be safe. Still, I suggest we try it out by using their alpha version in combination with docarray | closed | 2023-03-14T10:20:38Z | 2023-03-17T08:23:48Z | https://github.com/docarray/docarray/issues/1238 | [] | JoanFM | 1 |
tensorpack/tensorpack | tensorflow | 902 | How to run Tensorpack training with deterministic behavior |
Hi,
I tried to run [cifar10-resnet](https://github.com/tensorpack/tensorpack/blob/master/examples/ResNet/cifar10-resnet.py) training in Tensorpack/examples with the deterministic behavior, i.e., getting the same (or very similar) results for the repeated runs of the same setting.
Following the instructions in (... | closed | 2018-09-21T04:04:14Z | 2020-04-02T11:32:26Z | https://github.com/tensorpack/tensorpack/issues/902 | [
"upstream issue"
] | jwook1004 | 3 |
ultrafunkamsterdam/undetected-chromedriver | automation | 867 | can't load extensions with uc | i've tried everything i've seen online but nothing seems to work
heres is my current block of code:
```
import undetected_chromedriver as uc
import pathlib
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.options import Options
options = Options()
... | open | 2022-11-01T13:24:55Z | 2022-11-02T03:03:47Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/867 | [] | ghost | 4 |
apache/airflow | data-science | 47,768 | Asset_events extra details are not visible on UI | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Looks like we are not showing asset events extra details as we used to do in 2.10.5. Also verified extra info is there in asset_event table
**AF3:**
<img width="531" alt="Image" src="https://g... | open | 2025-03-14T08:16:16Z | 2025-03-18T21:26:42Z | https://github.com/apache/airflow/issues/47768 | [
"kind:bug",
"priority:high",
"area:UI",
"area:datasets",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 4 |
dmlc/gluon-nlp | numpy | 1,038 | Transformer en-de pretrained models are outdated | ## Description
[Recent changes to the API](https://github.com/dmlc/gluon-nlp/commit/57a45aaf7e82a826e1bffb133c328f913844bd4c) (@leezu) have made the Transformer en-de pretrained models out of date. The models I tried were:
- The one listed in `inference_transformer.py`: https://github.com/dmlc/gluon-nlp/blame/3ce9995... | closed | 2019-12-08T18:43:14Z | 2020-01-15T17:59:25Z | https://github.com/dmlc/gluon-nlp/issues/1038 | [
"bug",
"release focus"
] | JulianSlzr | 18 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 39 | tiktok 失效 | ```
目标链接: https://www.tiktok.com/@lenana_j/video/7103181064587300098?_d=secCgYIASAHKAESPgo8YwgsU9uTM9K7omO3K94slpYkWrr6RakLYCrRFZs5hJ8bN%2B0v0zkFIxGn9zOaJeLxZK2%2ByxtHM7SsmkzhGgA%3D&checksum=9f23f51e6093c0920c84d103e02f7cf125d41fc3783b81df295d1636db96b928&language=zh&preview_pb=0&sec_user_id=MS4wLjABAAAAj33oOxdWXsSAZ... | closed | 2022-06-17T04:48:44Z | 2022-06-24T03:10:29Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/39 | [] | jw-star | 5 |
qubvel-org/segmentation_models.pytorch | computer-vision | 456 | Dice Loss default eps should not be 1 | The equation of Dice loss is
<img src="https://render.githubusercontent.com/render/math?math=1-\frac{2TP}{2TP %2B FN %2B FP}">
https://github.com/qubvel/segmentation_models.pytorch/blob/ec807040a580b6c5cb01240bf1fd275100c1858d/segmentation_models_pytorch/utils/losses.py#L28
in the DiceLoss class above, the def... | closed | 2021-07-28T18:27:45Z | 2022-03-10T02:02:53Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/456 | [
"Stale"
] | CharlesNord | 5 |
ultralytics/ultralytics | python | 19,591 | How to choose the appropriate training set resolution? image/label: non-normalized or out of bounds coordinates | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
我找了一个数据集的图片尺寸是[1914,1052],按照默认训练参数的imgsz=640,出现了下面这样的警告,但是我确定我的标签是正确归一化了的。我推... | closed | 2025-03-09T03:00:37Z | 2025-03-09T16:59:47Z | https://github.com/ultralytics/ultralytics/issues/19591 | [
"question",
"detect"
] | su322 | 4 |
InstaPy/InstaPy | automation | 6,433 | post_page variable from get_additional_data(browser) method failed for newly created Ins account | <!-- 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
check_link() function pass with no error
## Current Behavior
Traceback (most recent ca... | open | 2021-12-09T05:45:21Z | 2021-12-09T05:46:30Z | https://github.com/InstaPy/InstaPy/issues/6433 | [] | kenpyfin | 0 |
jupyter/nbviewer | jupyter | 924 | 400 : Bad Request but renders well on GitHub | **Describe the bug**
I have been trying to open one of my notebooks ([this](https://github.com/Syzygianinfern0/HuggingFace-Cheatsheet/blob/master/1.%20Quick%20Tour%2C%20Glossary%2C%20Usage.ipynb)) but it keeps running into a
```
400 : Bad Request
{'model_id': 'd3d51a5201f940ab8b107a0c84e8b296', 'version_minor': 0,... | open | 2020-05-06T06:17:03Z | 2020-07-22T00:04:56Z | https://github.com/jupyter/nbviewer/issues/924 | [] | Syzygianinfern0 | 3 |
graphql-python/graphene-django | django | 781 | Filtering not working correctly with 2.6.0 | Related to #750. Appreciate the fix for this problem!!
### Problem
When using filter_fields I get an error about using wrong types which started appearing in 2.4.0.
`Variable "userEmail" of type "String" used in position expecting type "ID".` The error does not occur with graphene-django 2.3.2
### Context
- us... | closed | 2019-09-23T01:22:42Z | 2019-11-28T19:28:41Z | https://github.com/graphql-python/graphene-django/issues/781 | [] | lassesteffen | 10 |
man-group/arctic | pandas | 118 | updated python-dateutil breaks unit tests and arctic/date | newest version of dateutil brings in a lot of changes in its parser, which breaks:
https://github.com/manahl/arctic/blob/master/arctic/date/_parse.py
from my initial inspection it seems that an agnostic parser is no longer possible. For example:
parse("20111231") will break everytime, because of the check with dayfi... | closed | 2016-03-28T18:18:11Z | 2016-03-29T17:16:55Z | https://github.com/man-group/arctic/issues/118 | [
"bug"
] | bmoscon | 4 |
mljar/mercury | jupyter | 213 | no widgets on website | I installed the latest version (2.04) on a server via docker. I also installed the mercury-demo-1 code, and refer to that in the configuration of mercury. The website seems to appear (https://textua.uantwerpen.be) , but I don't see the widgets. I see some errors, don't know if it has something to do with it:
NB 2023-... | closed | 2023-02-16T12:45:44Z | 2023-02-16T14:17:26Z | https://github.com/mljar/mercury/issues/213 | [] | jefke-glider | 2 |
python-gitlab/python-gitlab | api | 2,288 | Missing documentation on POSITION | ## Description of the problem, including code/CLI snippet
I am trying to "guess" what would be format of --positiion POSITION syntax for CLI. My one of attempts
`gitlab -o yaml project-merge-request-discussion create --project-id 14907 --mr-iid 35 --body ccc --position base_sha=eeb82032ed67cdff723a135890770e064871f... | open | 2022-09-30T12:14:38Z | 2022-10-04T08:52:15Z | https://github.com/python-gitlab/python-gitlab/issues/2288 | [
"docs",
"help wanted"
] | lapkritinis | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,480 | error when processing music to instrumental | Last Error Received:
Process: MDX-Net
If this error persists, please contact the developers with the error details.
Raw Error Details:
Fail: "[ONNXRuntimeError] : 1 : FAIL : bad allocation"
Traceback Error: "
File "UVR.py", line 6638, in process_start
File "separate.py", line 499, in seperate
File... | open | 2024-07-27T09:47:15Z | 2024-07-27T09:47:15Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1480 | [] | kai221203 | 0 |
tqdm/tqdm | jupyter | 749 | Logging from separate threads pushes tqdm bar up | Versions I'm using:
```
tqdm = 4.31.1
python = 3.7.3
OS: Ubuntu 19.04 (Linux: 5.0)
```
If we're processing an list of elements with a multiprocessing function, say applying `f` to the list with `pool.imap_unordered`, and log a message from within `f`, then the progress bar will be pushed up for each message lo... | open | 2019-05-23T12:51:57Z | 2019-06-17T16:43:02Z | https://github.com/tqdm/tqdm/issues/749 | [
"p3-enhancement 🔥",
"help wanted 🙏",
"need-feedback 📢",
"p2-bug-warning ⚠",
"synchronisation ⇶"
] | tupini07 | 1 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 184 | readData24.py 第206行能解释一下为何这么做么?多谢 | input_length.append(data_input.shape[0] // 8 + data_input.shape[0] % 8) | open | 2020-04-26T11:17:53Z | 2020-04-28T02:32:03Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/184 | [] | dongjicheng | 1 |
seleniumbase/SeleniumBase | pytest | 2,456 | Can I use this library with nodejs | This version is designed for Python. Can I use it with nodejs, or compatible with "selenium-webdriver" npm package? | closed | 2024-01-28T16:33:23Z | 2024-01-28T16:56:24Z | https://github.com/seleniumbase/SeleniumBase/issues/2456 | [
"question"
] | linhtrinh18 | 1 |
ivy-llc/ivy | tensorflow | 28,694 | Fix Frontend Failing Test: tensorflow - general_functions.tensorflow.rank | To-do List: https://github.com/unifyai/ivy/issues/27499 | closed | 2024-03-26T21:26:20Z | 2024-04-02T09:42:51Z | https://github.com/ivy-llc/ivy/issues/28694 | [
"Sub Task"
] | ZJay07 | 0 |
pallets/flask | python | 4,569 | Move `redirect` to the `Flask` app object | Add a `redirect` method to the `Flask` app object. Similar to functions like `flask.json.dumps`, `flask.redirect` should look for a `current_app` and call its `redirect` method. This will allow applications to override the redirect behavior. | closed | 2022-05-02T14:41:29Z | 2022-05-26T00:06:04Z | https://github.com/pallets/flask/issues/4569 | [
"save-for-sprint"
] | davidism | 2 |
Sanster/IOPaint | pytorch | 415 | [Feature Request] | **Is your feature request related to a problem? Please describe.**
Being able to run the program with `python -m <module_name>`
This is the expected convention for an end-user program in python.
**Are there any workarounds?**
Yes, there are already at least four ways to run the module.
1. Check out the proje... | closed | 2023-12-27T09:33:49Z | 2024-01-08T14:39:31Z | https://github.com/Sanster/IOPaint/issues/415 | [] | jojje | 0 |
httpie/cli | python | 1,207 | Response headers sharing the same names get converted into a comma-separated list | ## Checklist
- [x] I've searched for similar issues.
- [x] I'm using the latest version of HTTPie.
---
## Minimal reproduction code and steps
Make a request to URL that returns repeated headers lines. Here’s an example express server that does that:
```js
// server.js
const express = require('express'... | closed | 2021-11-17T13:16:17Z | 2021-11-24T23:41:38Z | https://github.com/httpie/cli/issues/1207 | [
"bug",
"new"
] | jkbrzt | 1 |
marshmallow-code/flask-smorest | rest-api | 225 | APISpec marshmallow extension does not expect `example` passed in from blp.arguments | As title, when passing `example` or `examples` to `blp.arguments` as documented:
```
@blp.arguments(PetQuerySchema, location='query', required=True, example={'pet_name': 'foobar'}, description='Pet query parameter')
def get_pets():
pass
```
It throws the following error:
```
backend_1 | Tracebac... | closed | 2021-02-08T15:22:43Z | 2021-02-08T17:23:14Z | https://github.com/marshmallow-code/flask-smorest/issues/225 | [] | technolingo | 3 |
home-assistant/core | python | 141,117 | Device Location not working |

Hey there!
I have set up my companion app with Home Assistant, which is running on a Raspberry Pi 5. However, I'm experiencing issues with the "device tracker," as it always shows "away" even when I am at home.
I have checked t... | open | 2025-03-22T13:58:18Z | 2025-03-22T23:20:45Z | https://github.com/home-assistant/core/issues/141117 | [] | tommdq | 1 |
thtrieu/darkflow | tensorflow | 983 | Passing constant “is_training” to BN for better performance | Darkflow uses slim BN. For now, it passes "is_training" parameter to slim BN as a tensor.
This introduce many control flow ops, which seriously limited the performance.
My tests shows that, if passing a constant "is_training", we can get 12.7% performance improvement on NVIDIA P100 and 40% performance improvement on ... | open | 2019-02-11T08:21:17Z | 2019-02-11T08:21:17Z | https://github.com/thtrieu/darkflow/issues/983 | [] | JoursBleu | 0 |
yuka-friends/Windrecorder | streamlit | 210 | 想问一下新OCR大概多久能使用? | 新OCR大概多久能使用?
我看到有好几个PR,但是似乎都没有合并。 | closed | 2024-07-24T11:10:00Z | 2024-08-05T03:19:28Z | https://github.com/yuka-friends/Windrecorder/issues/210 | [] | DoiiarX | 4 |
tflearn/tflearn | tensorflow | 883 | A function like 'Clear Session' in Keras | When we would like to randomly search the hyperparameters for a DNN, we need to train a series of DNNs in sequence. In the current tflearn, the resources will not be released after training and testing one model. Keras handles it by a 'clear session' function. Can we design a similar function in tflearn? It will be ver... | open | 2017-08-22T23:25:37Z | 2017-08-22T23:25:37Z | https://github.com/tflearn/tflearn/issues/883 | [] | wujian16 | 0 |
kennethreitz/responder | graphql | 241 | can responder served by waitress? | closed | 2018-11-20T05:13:26Z | 2024-03-31T00:57:44Z | https://github.com/kennethreitz/responder/issues/241 | [] | sylvoslee | 3 | |
littlecodersh/ItChat | api | 277 | check_login()后,send方法失效 | 经过反复试验,发现是check导致的send失效
错误信息如下:
```python
Traceback (most recent call last):
File "build\bdist.win-amd64\egg\itchat\components\login.py", line 237, in maintain_loop
msgList, contactList = self.get_msg()
File "build\bdist.win-amd64\egg\itchat\components\login.py", line 303, in get_msg
dic = json.load... | closed | 2017-03-13T09:46:11Z | 2018-02-07T04:40:45Z | https://github.com/littlecodersh/ItChat/issues/277 | [
"question"
] | sylzd | 4 |
slackapi/bolt-python | fastapi | 381 | Is `Ack()` returning a no-op function? | I'm writing a Slack bot that is running in AWS Lambda. I have several functions that take a couple of seconds to complete, so I'm making sure to `ack()` them ASAP:
```python
@app.event("/slashcmd")
def slash_cmd(ack, client, context, respond):
ack()
# do something that takes a while
bot_info = clien... | closed | 2021-06-15T23:47:45Z | 2021-07-09T04:04:49Z | https://github.com/slackapi/bolt-python/issues/381 | [
"question",
"area:adapter"
] | offbyone | 7 |
nerfstudio-project/nerfstudio | computer-vision | 3,393 | How to generate a good splat of a room | Hello,
I'm just opening this issue to see if someone can help me to increase the quality of my splat. I'm trying to generate a splat of a room. After several trials using datasets extracted from a video, I decided to try capturing images in a static mode to avoid the motion blur. My dataset has 76 images (3024 × 403... | open | 2024-08-28T13:21:18Z | 2024-11-16T20:23:41Z | https://github.com/nerfstudio-project/nerfstudio/issues/3393 | [
"splatfacto"
] | adricostas | 6 |
adamerose/PandasGUI | pandas | 176 | `pynput` related import failure | **Describe the bug**
Import is failing as follows (it may be related to this issue: https://github.com/moses-palmer/pynput/issues/420):
```
>>> from pandasgui import show
---------------------------------------------------------------------------
AttributeError Traceback (most recent c... | open | 2021-11-16T18:07:08Z | 2021-12-25T03:59:52Z | https://github.com/adamerose/PandasGUI/issues/176 | [
"bug"
] | padraic-mcatee | 1 |
unionai-oss/pandera | pandas | 1,365 | Simplify dependency graph | **Is your feature request related to a problem? Please describe.**
We want to use Pandera in our organization's codebase, but a some evaluation deemed it unusable at the moment, due to the ENORMOUS (213 pages long) dependency graph.
**Describe the solution you'd like**
I think A LOT of dependencies can be removed.... | closed | 2023-10-03T09:37:22Z | 2024-04-25T19:34:48Z | https://github.com/unionai-oss/pandera/issues/1365 | [
"enhancement"
] | ulfaslakprecis | 11 |
mwaskom/seaborn | matplotlib | 3,430 | seaborn not working | OptionError: "No such keys(s): 'mode.use_inf_as_null'" | closed | 2023-07-30T22:13:41Z | 2023-07-31T10:58:24Z | https://github.com/mwaskom/seaborn/issues/3430 | [] | shro-2002 | 1 |
AutoGPTQ/AutoGPTQ | nlp | 204 | [FEATURE] Merge Peft Adapter to base model | Could AutoGPTQ support the merge model from adapter and base model?
| open | 2023-07-25T12:37:29Z | 2024-03-12T07:09:18Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/204 | [
"enhancement"
] | tridungduong16 | 2 |
Lightning-AI/LitServe | fastapi | 263 | Setup step is not awaited | ## 🐛 Bug
The `setup` step doesn't wait for all the defined processes to finish. This means that the application is declared working, even though the model is still not loaded.
### To Reproduce
Please take a look at the code sample below.
#### Code sample
```
import litserve as ls
from gliner import G... | closed | 2024-09-02T09:03:50Z | 2024-09-08T11:42:32Z | https://github.com/Lightning-AI/LitServe/issues/263 | [
"bug",
"help wanted"
] | andreieuganox | 2 |
lorien/grab | web-scraping | 92 | В Python3 Grab не работает с юникодными урлами. | Ошибка моделируется на Python3. Скрипт должен находиться в файле с кодировкой utf-8
На Python2 не моделируется.
Пример кода. который не выполняется.
grab = grab.Grab()
grab.go('http://ru.wikipedia.org/w/index.php?title=Заглавная_страница&oldid=67806928')
Стектрейс:
```
Traceback (most recent call last):
File "/Vol... | closed | 2015-02-18T18:50:29Z | 2015-05-18T06:31:10Z | https://github.com/lorien/grab/issues/92 | [] | SpikeVlg | 1 |
polarsource/polar | fastapi | 4,525 | Custom Receipts | **Prerequisite: https://github.com/polarsource/polar/issues/4471 (Refunds)** Ensuring creators can have full control of the customer management, i.e immediately issue refunds without having to chat with us. In the meantime, we can leave the outreach to us to mitigate the above.
Custom Polar receipts vs. Stripe built... | open | 2024-11-23T21:54:51Z | 2025-01-02T09:12:56Z | https://github.com/polarsource/polar/issues/4525 | [] | birkjernstrom | 0 |
dynaconf/dynaconf | flask | 1,026 | [CI] Improve Release Automation and Changelog | ### Discussed in https://github.com/dynaconf/dynaconf/discussions/998
## Status
- [x] **publish workflow**: ([done here](https://github.com/dynaconf/dynaconf/commit/c260f52ce4ee194f47753ac8b47e6b75dc16812d))
- [x] trigger workflow when master merge w/ tag event
- [x] "publish workflow" runs after usual CI/T... | closed | 2023-11-05T21:21:31Z | 2024-03-22T14:39:12Z | https://github.com/dynaconf/dynaconf/issues/1026 | [
"enhancement",
"CI"
] | pedro-psb | 1 |
jonaswinkler/paperless-ng | django | 423 | Show documenttype at lists | The documenttype is only visible at the detailed listview, but not on the other 2 styles. Unfortunately the same, if you pin searches on the dashboard, which makes it IMHO hard to understand the nature of a document.
As the documenttype labels might be to long, we might use emojis as shortcuts? | closed | 2021-01-24T09:43:58Z | 2021-03-14T14:36:01Z | https://github.com/jonaswinkler/paperless-ng/issues/423 | [
"feature request",
"fixed in next release"
] | Matthias84 | 25 |
gradio-app/gradio | data-science | 10,769 | gr.Chatbot() Fails to Display Messages with <think></think> Tags in gr.ChatMessage() | ### Describe the bug
When using the gr.Chatbot() and gr.ChatMessage() modules, I encountered an issue where the gr.Chatbot() fails to display conversation messages correctly on the frontend when the content parameter of gr.ChatMessage() contains content wrapped in <think></think> tags.
### Have you searched existing ... | closed | 2025-03-09T08:13:04Z | 2025-03-10T05:23:07Z | https://github.com/gradio-app/gradio/issues/10769 | [
"bug"
] | xiaoyingv | 2 |
recommenders-team/recommenders | data-science | 2,132 | Should I use jupyter notebook or vs code for this project [ASK] | ### Description
<!--- Describe your general ask in detail -->
### Willingness to contribute
<!--- Go over all the following points, and put an `x` in the box that apply. -->
- [ ] Yes, I can contribute for this issue independently.
- [ ] Yes, I can contribute for this issue with guidance from Recommenders commun... | closed | 2024-07-16T05:24:31Z | 2024-07-22T18:43:58Z | https://github.com/recommenders-team/recommenders/issues/2132 | [
"help wanted"
] | maushamkumar | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,187 | Test: Checkpoint in wrong location? | Hi, thank you so much for sharing your research in a way that is useful to so many people.
I have what may be a mere confusion on my part in reading the documentation, in trying to apply the CycleGAN model I trained on my own pairs of images -- which worked great, BTW! I let it train for a day and half and saw some g... | open | 2020-11-12T20:09:05Z | 2021-01-05T17:48:23Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1187 | [] | drscotthawley | 3 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 496 | Voice Cloning to Brazilian language...how ? | How i can train voices to Brazilian language ? my imput model (Bolsonaro) result sounds horrible,what i'm doing wrong ? thanks | closed | 2020-08-16T13:19:55Z | 2022-11-07T18:37:42Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/496 | [] | FulvioZozix | 3 |
huggingface/transformers | pytorch | 36,622 | Llama3 tokenizer decode is incorrect for ' ...' with leading space | ### System Info
- `transformers` version: 4.49.0
- Platform: Linux-5.4.0-187-generic-x86_64-with-glibc2.31
- Python version: 3.12.9
- Huggingface_hub version: 0.29.1
- Safetensors version: 0.5.3
- Accelerate version: not installed
- Accelerate config: not found
- DeepSpeed version: not installed
- PyTorch version (GPU... | closed | 2025-03-09T22:00:35Z | 2025-03-09T22:05:06Z | https://github.com/huggingface/transformers/issues/36622 | [
"bug"
] | Naqu6 | 1 |
laughingman7743/PyAthena | sqlalchemy | 25 | Python 3.6.4 Pip install doesnt work (futures dependancy) | attempting
`pip3 install pyathena`
results in an error
`futures requires Python '>=2.6, <3' but the running Python is 3.6.4`
This is because one of the requirements is futures, but probably is not required for python 3.
A work around is to install an older version of futures first, then installing pyathena
pi... | closed | 2018-02-26T08:02:24Z | 2018-02-26T20:44:17Z | https://github.com/laughingman7743/PyAthena/issues/25 | [] | GAwadhwalAtlassian | 2 |
pydata/pandas-datareader | pandas | 483 | Problem with access to Yahoo finance data | Hello Everybody,
The last thursday I used Yahoo finance datas, but now I am tryring to access but I have this errror:
```
Traceback (most recent call last):
File "test.py", line 8, in <module>
bolt = pdr.get_data_yahoo('AAPL', start=start, end=end)
File "/usr/local/lib/python2.7/dist-packages/pandas... | closed | 2018-02-03T17:49:54Z | 2018-07-31T05:23:16Z | https://github.com/pydata/pandas-datareader/issues/483 | [] | eamanu | 3 |
gee-community/geemap | jupyter | 2,213 | [bug] Opacity parameter not working in geemap.deck Layer API | ### Environment Information
Tue Jan 28 16:21:45 2025 UTC
--
OS | Linux (Ubuntu 22.04) | CPU(s) | 2 | Machine | x86_64
Architecture | 64bit | RAM | 12.7 GiB | Environment | IPython
Python 3.11.11 (main, Dec 4 2024, 08:55:07) [GCC 11.4.0]
geemap | 0.35.1 | ee | 1.4.6 | ipyleaflet | 0.19.2
folium | 0.19.4 | jupyterlab | ... | closed | 2025-01-28T16:32:56Z | 2025-02-02T13:41:06Z | https://github.com/gee-community/geemap/issues/2213 | [
"bug"
] | bijanvakili | 4 |
K3D-tools/K3D-jupyter | jupyter | 298 | cannot change the number of vectors |
```
import k3d
import numpy as np
plot = k3d.plot()
o = np.stack([np.linspace(0,2,20),np.zeros(20),np.zeros(20)]).T.astype(np.float32)
v = np.random.randn(20,3).astype(np.float32)
plt = k3d.vectors(o,v)
plot += plt
plot
```
The code below generates "K3D Loader erroe" error:
```
plot.auto_rendering = F... | closed | 2021-07-16T14:55:44Z | 2021-07-27T23:01:45Z | https://github.com/K3D-tools/K3D-jupyter/issues/298 | [
"Documentation improvement"
] | marcinofulus | 1 |
sigmavirus24/github3.py | rest-api | 730 | Support for Repository.collaborators with permissions and affiliation. | Currently there is a `Repository.collaborators` method, but the `User` objects it returns do not use the added `permissions` key that the [endpoint](https://developer.github.com/v3/repos/collaborators/#list-collaborators) returns:
```json
"permissions": {
"pull": true,
"push": true,
"admin": false
}
```
... | closed | 2017-09-16T15:24:43Z | 2018-06-16T22:29:23Z | https://github.com/sigmavirus24/github3.py/issues/730 | [] | AndreasBackx | 0 |
jupyter-book/jupyter-book | jupyter | 1,348 | Use nb_conda_kernels find conda python kernels | Currently, I create separate conda environments for most projects to facilitate dependency management. [`nb_conda_kernels`](https://github.com/Anaconda-Platform/nb_conda_kernels) supports this workflow since I only need to install jupyterlab in a single conda env. However jupyterbook is not aware of python kernels outs... | open | 2021-06-04T22:51:36Z | 2022-01-31T16:07:20Z | https://github.com/jupyter-book/jupyter-book/issues/1348 | [
"enhancement"
] | joelostblom | 7 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 39 | 使用llama.cpp 和 alpaca.cpp 多轮对话出现相同的问题,多轮后,会傻掉 | 使用llama.cpp 和 alpaca.cpp 多轮对话出现相同的问题,多轮后,会傻掉
相同的设定 在 llama.cpp 和 alpaca.cpp 下跑的现象基本一样
多轮后,开始不符合语境,开始胡言乱语了
```
> 你是一名流浪剑客 刚走到桥头 发现桥对面走来一江湖恶霸 你心中的怒火腾腾升起
我立即站立,准备迎战。
> 这时你拨剑刺向了对方 他闪都没闪 一副泰然自若的样子 看样子没把你放面眼里
原来他只是在想着如何对付我的下一步动作!
> 他空手接白刃 你的剑被他控制了
我马上意识到自己太急于攻击,应该先观察对方的反应。
> 下一步你打算怎么办
我会调整自己的战术并寻找出机子来击败这个恶霸!
> ... | closed | 2023-04-03T08:30:45Z | 2024-05-20T08:23:30Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/39 | [] | ZenXir | 7 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 263 | RuntimeError | when i Train the VAEs of domain A and domain B respectively, i met the problem, do you have ways to solve it?
raise RuntimeError('''
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
This probably means that yo... | open | 2023-03-18T03:45:42Z | 2024-12-18T13:44:26Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/263 | [] | wangshirely | 1 |
mkhorasani/Streamlit-Authenticator | streamlit | 139 | Put Logout-Button on Streamlit Sidebar | Hi,
how can I put the Logout button onto the Streamlit Sidebar? At the moment I only see it in my main content.
```
if st.session_state["authentication_status"]:
authenticator.logout()
st.sidebar.write(f'Welcome *{st.session_state["name"]}*')
``` | closed | 2024-02-27T09:19:36Z | 2024-02-27T09:35:24Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/139 | [
"help wanted"
] | weissenbacherpwc | 1 |
waditu/tushare | pandas | 1,128 | 权限访问 | 更新SDK版本至1.2.41,刷新token,但运行
pro = ts.pro_api('...')
ts.pro_bar(api=pro, ts_code=scode, adj='hfq', start_date=sdt, end_date=edt)
时遇到以下报错:
抱歉,您没有权限访问该接口,权限的具体详情访问:https://tushare.pro/document/1?doc_id=108。
| closed | 2019-08-27T10:54:45Z | 2019-08-29T03:22:09Z | https://github.com/waditu/tushare/issues/1128 | [] | xinxu75 | 1 |
ultralytics/ultralytics | deep-learning | 19,417 | is the validation needed at every epoch? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi all!
for sure i am missing something, so i state what my current "unders... | open | 2025-02-25T10:48:03Z | 2025-03-08T15:39:51Z | https://github.com/ultralytics/ultralytics/issues/19417 | [
"question"
] | MasIgor | 5 |
cvat-ai/cvat | pytorch | 8,944 | Interaction error occurred | ### 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. sucess deploy SAM ,

2.Use ... | closed | 2025-01-15T11:34:11Z | 2025-03-04T00:19:45Z | https://github.com/cvat-ai/cvat/issues/8944 | [
"bug",
"need info"
] | RoutineZ | 5 |
vitalik/django-ninja | rest-api | 548 | [BUG] TypeError: unhashable type: 'slice' | ```Python
@router.get("/movielist/{movie_type_id}", response=List[MovieSchemaOut])
@paginate
def list_movie(request, movie_type_id: int):
a = MovieType.objects.filter(id=movie_type_id).first()
data = [MovieSchemaOut.from_orm(i).dict() for i in qs]
return {"msg": "success", "data": data}`
```
Error c... | closed | 2022-09-01T08:39:19Z | 2022-09-04T14:32:13Z | https://github.com/vitalik/django-ninja/issues/548 | [] | ddzyx | 2 |
plotly/dash-table | plotly | 585 | Merged column name edits + hidden columns edge case | After #578 fixes editing column names in the presence of hidden columns, there's a funny edge case that results:
- Make three columns (with different second row names so we don't hit #490 😏) with first-row names `A`, `B`, `A`
- Hide `B` -> now the first row headers merge into a single `A`
- Rename `A` to `C`
- O... | open | 2019-09-13T23:00:15Z | 2019-09-13T23:00:15Z | https://github.com/plotly/dash-table/issues/585 | [
"dash-type-bug",
"Status: Discussion Needed"
] | alexcjohnson | 0 |
psf/black | python | 4,088 | Black 23.11 cannot parse 3.12 enhanced f-strings | **Describe the bug**
[PEP 701](https://docs.python.org/3/whatsnew/3.12.html#pep-701-syntactic-formalization-of-f-strings) (Python 3.12) introduced the ability to reuse the same quote type (e.g. `"`) within f-strings. Black is unable to parse this new structure, causing the formatter to fail.
**To Reproduce**
... | closed | 2023-12-06T16:09:39Z | 2023-12-06T16:28:29Z | https://github.com/psf/black/issues/4088 | [
"T: bug"
] | smcclure17 | 1 |
twopirllc/pandas-ta | pandas | 486 | Custom Strategy not applying some/all strategies | **Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
0.3.14b0
**Do you have _TA Lib_ also installed in your environment?**
```sh
$ pip list
```
Yes, and I just upgraded it to confirm that the bug is still here.... | closed | 2022-02-14T02:47:46Z | 2022-05-02T22:13:27Z | https://github.com/twopirllc/pandas-ta/issues/486 | [
"bug"
] | hozRifai | 3 |
keras-team/keras | data-science | 20,778 | The error you're facing arises from using masking in the Embedding layer while building a POS Tagging model. | The error you're encountering is related to using mask_zero=True in the Embedding layer and ensuring proper handling of the propagated mask through subsequent layers like LSTM and TimeDistributed. Below is a refined explanation and the updated solution.
Steps to Address the Issue
Mask Propagation
Ensure that all layer... | closed | 2025-01-17T21:05:43Z | 2025-01-20T06:48:39Z | https://github.com/keras-team/keras/issues/20778 | [] | ARforyou | 1 |
google-deepmind/graph_nets | tensorflow | 116 | Graph Nets tutorial compatibility for TF2 | Hi guys, what's up?
First of all, your lib is something really awesome and incredible. I was excited with the ideas of models' entities invariance and its relational inductive bias that graph networks brings, as stated by you in the article. Congratulations, folks!
Second, I wanna say I'm not a great expert with ... | closed | 2020-05-02T21:07:40Z | 2020-12-15T21:12:55Z | https://github.com/google-deepmind/graph_nets/issues/116 | [] | caiodeberaldini | 3 |
kizniche/Mycodo | automation | 1,080 | Widget back colour and size pb |
### Describe the problem/bug
Hi Kyle,
I upgrade my system to the V8.12.2 in order to fix the displayed widgets problems (it's works :))
But now i have some new issues :
1°) The back colour of the Solid and Angular Gauge widget remains white in the darkly theme i use.
2°) ... | closed | 2021-08-31T08:27:33Z | 2021-08-31T18:35:22Z | https://github.com/kizniche/Mycodo/issues/1080 | [
"bug",
"Fixed and Committed"
] | pe2269 | 2 |
desec-io/desec-stack | rest-api | 141 | Email admins upon database connection error | In #134, we handle certain database connection errors and return 503 instead of 500. This also suppresses the error emails sent to admins, albeit they are quite useful. Let's bring them back, à la:
```
import logging
logging.getLogger('django.request').exception(message, response, request)
``` | closed | 2019-02-23T12:37:24Z | 2019-02-27T09:05:03Z | https://github.com/desec-io/desec-stack/issues/141 | [
"bug",
"api",
"easy"
] | peterthomassen | 0 |
babysor/MockingBird | pytorch | 709 | 怎么用GPU训练呢?@zhuzaileiting 你这是用cpu训练的,GPU速度大概在1.3-2 steps/s | @zhuzaileiting 你这是用cpu训练的,GPU速度大概在1.3-2 steps/s
_Originally posted by @miven in https://github.com/babysor/MockingBird/issues/20#issuecomment-903427845_ | open | 2022-08-15T16:41:23Z | 2023-07-03T10:17:23Z | https://github.com/babysor/MockingBird/issues/709 | [] | gwegwegewtg | 4 |
huggingface/diffusers | pytorch | 10,059 | [core] introduce `AutoModel` | Now that we have quite a few model classes (and transformer model classes), I wonder if it makes sense to have an AutoModel class. Oftentimes, users initialize the model separately and pass it to a `DiffusionPipeline`:
```py
transformer = "..."
pipeline = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1... | open | 2024-11-30T01:24:39Z | 2024-11-30T01:24:39Z | https://github.com/huggingface/diffusers/issues/10059 | [
"enhancement"
] | sayakpaul | 0 |
quokkaproject/quokka | flask | 148 | any advantage on changing current module system to plugins? | https://github.com/sh4nks/flask-plugins
| closed | 2014-05-06T15:08:18Z | 2015-07-16T02:56:34Z | https://github.com/quokkaproject/quokka/issues/148 | [] | rochacbruno | 0 |
ageitgey/face_recognition | machine-learning | 1,153 | Face/Recognition | open | 2020-05-29T22:37:38Z | 2020-05-29T22:37:38Z | https://github.com/ageitgey/face_recognition/issues/1153 | [] | gastarbaiter | 0 | |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,338 | why optimize Generator first,not Discriminator,in traditional ways it often opposite. | Could you help me understand this logistics in paper and code! THANKS | open | 2021-11-18T07:42:47Z | 2021-12-02T21:15:43Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1338 | [] | XieZixiUSTC | 1 |
encode/databases | sqlalchemy | 548 | Password containing `/` cannot be used (MySQL) | ```python
mysql://root:123456../@myhost:3306/mydb
```
ValueError: Port could not be cast to integer value as '123456..' | open | 2023-05-06T02:32:48Z | 2023-05-06T02:32:48Z | https://github.com/encode/databases/issues/548 | [] | yangsongbai1 | 0 |
pydata/pandas-datareader | pandas | 113 | unable to do 'conda install' win-32 | Hi,
C:\dev>conda install pandas-datareader
Fetching package metadata: ....
Error: No packages found in current win-32 channels matching: pandas-datareader
Would it be possible to add it? Thank you...
| closed | 2015-10-30T15:28:49Z | 2015-12-06T19:42:09Z | https://github.com/pydata/pandas-datareader/issues/113 | [] | eugbel | 3 |
jmcnamara/XlsxWriter | pandas | 683 | Internal hyperlink in write_url() with sheet name containing "++" or "+" symbol is not linking to corresponding sheet | Title: Issue with Internal hyperlink in write_url() with sheet name containing "++" or "+" symbol is not linking to corresponding sheet
Hi,
I am using XlsxWriter to do hyperlinking from main sheet to other sheet with in a workbook but for some hyperlink name "std++6", corresponding sheet link is not working. and ... | closed | 2020-01-15T09:24:14Z | 2020-01-15T10:02:00Z | https://github.com/jmcnamara/XlsxWriter/issues/683 | [
"bug",
"under investigation"
] | mebhargav2417 | 2 |
apache/airflow | automation | 47,770 | Not able to read_asset events extra using classic operator | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
When I am trying to read asset events details using classic operator task, it gets stuck in running state with no error in logs
<img width="1680" alt="Image" src="https://github.com/user-attachm... | closed | 2025-03-14T08:33:33Z | 2025-03-15T05:10:53Z | https://github.com/apache/airflow/issues/47770 | [
"kind:bug",
"priority:medium",
"area:core",
"area:datasets",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.