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
desec-io/desec-stack
rest-api
498
frontend: broken logout behavior when login expires
After login to desec (https://desec.io/login), one gets access to the domain management. After some time, this login will expire and the user will be essentially logged out. However, the user is not redirected to a 'you have been logged out' page, but all of their entries appear empty which essentially reproduces an em...
open
2021-01-04T14:25:49Z
2021-01-04T14:26:59Z
https://github.com/desec-io/desec-stack/issues/498
[ "bug", "prio: medium", "gui" ]
xopham
0
pydantic/pydantic
pydantic
11,535
TypeAdapter for generic list raises PydanticSerializationError
### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description I noticed that Pydantic raises a `PydanticSerializationError` when I use a `TypeAdapter` to dump a list of a generic type (bound to `BaseModel`). This only happens, if the `BaseModel` references another `BaseModel` that's defined afterward...
closed
2025-03-07T14:07:17Z
2025-03-11T13:30:42Z
https://github.com/pydantic/pydantic/issues/11535
[ "bug V2", "pending" ]
PhilippPHoffmann
2
amidaware/tacticalrmm
django
969
Tasks set in the past should run at first opportunity
Any task that was set in the past should run at least once when comes online again. See https://discord.com/channels/736478043522072608/744281869499105290/940679837604003941
closed
2022-02-11T15:06:40Z
2022-04-17T02:28:32Z
https://github.com/amidaware/tacticalrmm/issues/969
[ "bug" ]
silversword411
1
strawberry-graphql/strawberry
graphql
3,608
Support of Geometry Scalars
<!--- Provide a general summary of the changes you want in the title above. --> The Strawberry Django integration provides geometry scalars such as `Polygon`, `Point`, etc (https://github.com/strawberry-graphql/strawberry-django/blob/main/strawberry_django/fields/types.py#L339). Are there any plans to implement these ...
closed
2024-08-30T09:07:13Z
2025-03-20T15:56:50Z
https://github.com/strawberry-graphql/strawberry/issues/3608
[]
tokr-bit
2
hzwer/ECCV2022-RIFE
computer-vision
312
Not able to install requirements anymore
After cloning the repository and running `pip3 install -r requirements.txt`, I get the following errors: ``` ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python...
open
2023-05-14T16:03:54Z
2023-10-16T04:54:28Z
https://github.com/hzwer/ECCV2022-RIFE/issues/312
[]
lgmventura
3
serengil/deepface
deep-learning
1,067
how to prep images to compare
hi folks, fantastic repo and docs !! hats off! Im trying to compare 2 images, and also do the analyze, not getting perfect results. any pointers appreciated. ``` result = DeepFace.verify(img1_path = "kp1.jpg", img2_path = "kp2.jpg", model="Facenet512") {'verified': False, 'distance': 0.9413217688795057, 'thr...
closed
2024-03-06T20:41:11Z
2024-03-06T22:40:42Z
https://github.com/serengil/deepface/issues/1067
[ "question" ]
listaction
2
fastapi/fastapi
python
13,056
Can't use `Annotated` with `ForwardRef`
### Issue Content The following code doesn't generate the correct OpenAPI json: ```py from __future__ import annotations from dataclasses import dataclass from typing import Annotated from fastapi import Depends, FastAPI app = FastAPI() def get_potato() -> Potato: return Potato(color='red', s...
open
2024-12-10T12:11:29Z
2025-03-20T16:51:07Z
https://github.com/fastapi/fastapi/issues/13056
[]
Kludex
11
mitmproxy/mitmproxy
python
6,241
HAR Import: Handle HTTP Version
#### Problem Description When importing a HAR flow that's using HTTP/2 (see for example brave.har), mitmproxy's client replay should also use HTTP/2. The first thing that needs to happen for this is that we set `http_version` on import. :)
closed
2023-07-11T15:12:22Z
2023-07-29T16:38:30Z
https://github.com/mitmproxy/mitmproxy/issues/6241
[ "kind/bug", "area/addons" ]
mhils
0
dpgaspar/Flask-AppBuilder
rest-api
1,671
Upgrade Jquery to 3.5.0 or greater due to vulnerability
If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide any extra information that may be useful Responsible disclosure: We want to keep Flask-AppBuilder safe for everyone. If you've discovered a security vulnerability please report to danielvazgaspar@gmail.com. Flask-Appbuilder...
closed
2021-07-21T21:16:22Z
2021-09-28T04:09:36Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1671
[ "dependency-bump" ]
HardikVijayPatel
4
pydata/xarray
numpy
9,935
Use DatasetGroupBy.quantile for DatasetGroupBy.median for multiple groups when using dask arrays
### Is your feature request related to a problem? I am grouping data in a Dataset and computing statistics. I wanted to take the median over (two) groups, but I got the following message: ```python >>> ds.groupby(['x', 'y']).median() # NotImplementedError: The da.nanmedian function only works along an axis or a sub...
open
2025-01-09T14:28:41Z
2025-01-09T19:36:17Z
https://github.com/pydata/xarray/issues/9935
[ "upstream issue" ]
adriaat
0
elesiuta/picosnitch
plotly
30
Errors are being redireceted to /dev/null
https://github.com/elesiuta/picosnitch/blob/34f9f1f2cad39b6c2725f1f98a2d99fe65b98f1c/picosnitch.py#L2330-L2334 Hello, Please remove the redirections and pipes to `/dev/null` for errors. You may want to consider removing all `/dev/null` redirections. I got picosnitch up and running today, but with some difficulty...
closed
2023-09-27T19:48:44Z
2023-10-23T20:54:18Z
https://github.com/elesiuta/picosnitch/issues/30
[]
aeonik
1
twopirllc/pandas-ta
pandas
354
stdev does not take ddof = 0
**Which version are you running? The lastest version is on Github. Pip is for major releases.** 0.3.2b0 **Describe the bug** Calling stdev with ddof=0 (and all other derived indicator, like bbands) actually returns a standard deviation with ddof = 1. **To Reproduce** ```python import pandas as pd import pa...
closed
2021-07-26T13:51:09Z
2022-06-14T04:18:07Z
https://github.com/twopirllc/pandas-ta/issues/354
[ "bug" ]
dnabb
8
mars-project/mars
scikit-learn
2,555
[BUG] AttributeError: 'WebStorageAPI' object has no attribute 'get_infos'
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** Call to_ray_mldataset() in Mars client will raise the exception `AttributeError: 'WebStorageAPI' object has no attribute 'get_infos'` ![image]...
closed
2021-10-28T07:53:06Z
2021-10-28T14:56:51Z
https://github.com/mars-project/mars/issues/2555
[ "mod: web", "mod: storage" ]
fyrestone
0
flavors/django-graphql-jwt
graphql
55
Added Per-cookie authentication
As mentioned in this article (https://dev.to/rdegges/please-stop-using-local-storage-1i04), storing sensitive data in localstorage is a bad idea. I think it would be good to allow the JWT token to be stored in a cookie with the "httpOnly" and "secure" flags to counter XSS attacks.
closed
2018-12-02T17:14:47Z
2019-04-28T12:58:26Z
https://github.com/flavors/django-graphql-jwt/issues/55
[ "enhancement" ]
skitoo
8
plotly/dash-table
plotly
575
Set name of file downloaded after hitting Export Button [feature request]
Currently the file name is `Data.csv`, with no way to change it. Ideally, this could be dynamically changed depending on when the user clicks in (to allow for time stamps in the file name).
open
2019-09-05T20:44:14Z
2019-09-05T21:03:49Z
https://github.com/plotly/dash-table/issues/575
[ "dash-type-enhancement" ]
slazicoicr
0
streamlit/streamlit
python
10,098
Optionally show nested spinners
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Issue #9951 and PR #9956 changed the behaviour of spinners to only show the outermost spinner for cached func...
open
2025-01-03T02:37:05Z
2025-01-08T15:31:04Z
https://github.com/streamlit/streamlit/issues/10098
[ "type:enhancement", "feature:cache", "feature:st.spinner" ]
nataziel
2
torrvision/crayon
data-visualization
17
Crayon might require some form of password protection
Maybe a simple key generated by the server at startup, or something you can add to the docker file startup.
open
2017-02-06T21:29:10Z
2017-07-06T16:36:05Z
https://github.com/torrvision/crayon/issues/17
[ "enhancement" ]
edran
2
sammchardy/python-binance
api
1,027
API and Binance.com showing different prices for when the stock was bought and sold
So I was running a bot and the bot bought shares at $55.72, and sold at $55.74. This mathematically should be a profit but upon looking at my order history, it shows a buy at $55.79 and a sell at 55.72, and I came out at a loss ![image_2021-09-13_200719](https://user-images.githubusercontent.com/88423729/133172743-9...
open
2021-09-14T00:08:24Z
2021-09-16T13:43:54Z
https://github.com/sammchardy/python-binance/issues/1027
[]
Chaneriel
3
plotly/dash-table
plotly
406
DataTable error when combined with dcc.Tabs
I'm getting an error when creating a DataTable in an app that uses tabs. I found a similar issue that was popping up when it was still `dash_table_experiments ` and was able to get a solution to this problem from this [community post](https://community.plot.ly/t/display-tables-in-dash/4707/40). That said, I wasn't cer...
open
2019-04-02T05:22:00Z
2020-09-17T19:24:43Z
https://github.com/plotly/dash-table/issues/406
[ "dash-type-bug", "dash-stage-backlog", "size: 2" ]
mbkupfer
7
nltk/nltk
nlp
2,688
Does it support the calculation of BLEU-SBP method?
closed
2021-04-04T13:24:25Z
2021-04-07T06:55:11Z
https://github.com/nltk/nltk/issues/2688
[ "invalid" ]
wmathor
0
sktime/pytorch-forecasting
pandas
1,668
[MNT] remove mutable objects from defaults
We should ensure that no mutable objects are argument defaults, e.g., lists, dicts. All mutable defaults should be replaced by appropriate defaults, e.g., strings if applicable, or `None`, which internally is then replaced by a newly initialized mutable defaults. Care needs to be taken in cases where a `self` wri...
closed
2024-09-10T17:03:34Z
2025-01-20T17:51:11Z
https://github.com/sktime/pytorch-forecasting/issues/1668
[ "good first issue", "maintenance" ]
fkiraly
5
kubeflow/katib
scikit-learn
1,915
GPU not consuming for Katib experiment - GKE Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
/kind bug **What steps did you take and what happened:** I am trying to create a kubeflow pipeline that tunes the hyper parameters of a text classification model in tensorflow using katib on GKE clusters. I created a cluster using the below commands ``` CLUSTER_NAME="kubeflow-pipelines-standalone-v2" ZONE="us...
closed
2022-07-11T13:08:28Z
2023-08-25T20:13:45Z
https://github.com/kubeflow/katib/issues/1915
[ "kind/bug", "lifecycle/stale" ]
farisfirenze
10
assafelovic/gpt-researcher
automation
351
aiofiles to "requirements.txt"
Just a detail, I had to add aiofiles to "requirements.txt" to make the docker compose build. For the rest, great stuffs working fine, thks !!! philippehenin@xps15-phe-lan:~/Gits/gpt-researcher$ git diff requirements.txt diff --git a/requirements.txt b/requirements.txt index ca39dba..c53cc7c 100644 --- a/requir...
closed
2024-02-03T18:02:32Z
2024-02-03T18:05:39Z
https://github.com/assafelovic/gpt-researcher/issues/351
[]
philippehenin
1
google-deepmind/graph_nets
tensorflow
88
NameError: name 'get_graphs' is not defined
Well, I already installed and import the libraries: ``` import graph_nets as gn import sonnet as snt ``` and these warnings showed up: ``` WARNING:tensorflow:From C:\ProgramData\Anaconda3\lib\site-packages\sonnet\python\modules\util.py:63: The name tf.GraphKeys is deprecated. Please use tf.compat.v1.GraphKeys in...
closed
2019-09-19T12:01:43Z
2019-09-27T13:43:22Z
https://github.com/google-deepmind/graph_nets/issues/88
[]
MohammadHeydari
1
nltk/nltk
nlp
3,020
[Implementation Error] nltk.metrics.windowdiff and nltk.metrics.pk
## API that has an error `nltk.metrics.windowdiff` ## Wrong Codes Line 92 ``` return wd / (len(seg1) - k + 1.0) ``` ## Corrections Line 92 Should be revised as ``` return wd / (len(seg1) - k) ``` ## Detailed Descriptions Hello, thanks for your contribution to this useful toolkit. Recently, I foun...
closed
2022-07-13T10:20:59Z
2023-01-28T17:18:03Z
https://github.com/nltk/nltk/issues/3020
[]
Coldog2333
5
keras-team/keras
machine-learning
20,415
Error in custom train loop and torch backend with multi-GPU
I'm training a basic CIFAR10 classifier (two Dense layers) using multi-GPU with torch backend (see the code below). The code works fine when the net is written in torch. When written in Keras it returns the following error in line 95: RuntimeError: Exception encountered when calling Dense.call(). Expected all ten...
closed
2024-10-26T02:14:27Z
2024-12-19T02:06:15Z
https://github.com/keras-team/keras/issues/20415
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
caiuspetronius
4
littlecodersh/ItChat
api
462
命令行生成的二维码,大小如何设置
您的itchat版本为:1.2.32。(可通过`python -c "import itchat;print(itchat.__version__)"`获取) 其他的内容或者问题更详细的描述都可以添加在下面: > itchat.auto_login(hotReload=True, enableCmdQR=2) itchat.send('Hello hahah ahahha', toUserName="****") 在Linux服务器上,一个窗口没办法完全显示这个二维码 [document]: http://itchat.readthedocs.io/zh/latest/ ...
closed
2017-07-31T07:19:32Z
2018-06-11T15:26:01Z
https://github.com/littlecodersh/ItChat/issues/462
[ "question" ]
yyf1986
3
InstaPy/InstaPy
automation
5,951
whenever i click on windows start button it says name undefined
<!-- 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 ## Current Behavior ## Possible Solution (optional) ## InstaPy configuration
closed
2020-12-10T14:01:39Z
2020-12-10T17:43:13Z
https://github.com/InstaPy/InstaPy/issues/5951
[ "duplicate" ]
ghost
3
deepspeedai/DeepSpeed
deep-learning
7,155
no slot '4' specified on local host - trying to use 4 gpus on a node with 8 gpus while another user is using the other 4 gpus
I am running a DeepSpeed training job on SLURM, requesting 4 GPUs on a shared node. SLURM correctly assigns my job GPUs 4,5,6,7, but DeepSpeed remaps them to 0,1,2,3, causing conflicts with another user’s job. ### Error Message: ``` ValueError: No slot '4' specified on host 'localhost' ``` DeepSpeed misinterprets th...
open
2025-03-19T23:45:14Z
2025-03-19T23:45:14Z
https://github.com/deepspeedai/DeepSpeed/issues/7155
[]
GonyRosenman
0
hankcs/HanLP
nlp
1,263
jpype._jclass.OutOfMemoryError: Java heap space
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2019-08-13T02:58:05Z
2019-08-13T02:59:06Z
https://github.com/hankcs/HanLP/issues/1263
[]
shihuaxing
0
zihangdai/xlnet
tensorflow
253
Is real factorization?
I find it seems that in __local_perm_ function, every token in non_mask_tokens will attend to all non_mask_tokens, details pls refer to _**perm_mask**_.
open
2019-12-19T04:25:15Z
2019-12-19T04:25:15Z
https://github.com/zihangdai/xlnet/issues/253
[]
fangwch
0
kochlisGit/ProphitBet-Soccer-Bets-Predictor
seaborn
22
71360 illegal hardware instruction python main.py
Macbook M1 2022 everything required is installed. `(base) ➜ ProphitBet-Soccer-Bets-Predictor git:(main) ✗ python main.py [1] 71360 illegal hardware instruction python main.py`
open
2023-04-20T12:13:24Z
2024-01-07T00:17:44Z
https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/22
[]
KaOCode
3
httpie/cli
api
1,047
Feature request: load whole request from a file
It's possible that HTTPie has such a feature already, but I was unsuccessful in trying to find it. ## What enhancement would you like to see? To have a possibility to load the whole request (URL, HTTP method, headers, payload, etc.) from a file. ## What problem does it solve? The use case is to have a libra...
closed
2021-03-27T14:14:39Z
2021-05-05T11:10:24Z
https://github.com/httpie/cli/issues/1047
[ "duplicate" ]
ferenczy
3
mwaskom/seaborn
data-science
3,645
Docu: Reference to root package missing in object.inv file
As diagnosed [here at pydocotor](https://github.com/twisted/pydoctor/issues/763#issuecomment-1971662348) it seems that the object.inv file from seaborn miss a so called "reference to the root package". That occur the problem that using pydoctor as API doc generator I am not able to reference "seaborn" as a package. ...
closed
2024-02-29T20:32:12Z
2024-03-02T09:28:36Z
https://github.com/mwaskom/seaborn/issues/3645
[ "question", "docs" ]
buhtz
6
deepset-ai/haystack
machine-learning
8,571
DocumentCleaner does not pass along dataframe
**Describe the bug** DocumentCleaner does not pass along dataframe https://github.com/deepset-ai/haystack/blob/main/haystack/components/preprocessors/document_cleaner.py ``` cleaned_docs.append(Document(content=text, meta=deepcopy(doc.meta), id=doc.id if self.keep_id else "")) ```
closed
2024-11-22T12:38:07Z
2024-11-25T12:09:00Z
https://github.com/deepset-ai/haystack/issues/8571
[ "P2" ]
tsoernes
0
oegedijk/explainerdashboard
dash
43
logins with one username and one password
Checking https://explainerdashboard.readthedocs.io/en/latest/deployment.html?highlight=auth#setting-logins-and-password I was testing with one login and one password. `logins=["U", "P"]` doesn't work (see below) but `logins=[["U", "P"]]` does. I don't suppose there is a `login` kwarg? or it can handle a list o...
closed
2020-12-08T22:17:21Z
2020-12-10T10:57:47Z
https://github.com/oegedijk/explainerdashboard/issues/43
[]
raybellwaves
3
unionai-oss/pandera
pandas
1,675
Example on how to use Decimal as dtype for a column
#### Question about pandera I want to implement a column that uses decimal.Decimal with a specific precision. However i cannot find a clear example on how to use this in pandera. Is it possible to provide a usage example?
open
2024-06-07T15:46:35Z
2024-10-11T06:58:07Z
https://github.com/unionai-oss/pandera/issues/1675
[ "question" ]
samdeleu
1
Zeyi-Lin/HivisionIDPhotos
fastapi
157
must be share=True ,where is it?
ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
closed
2024-09-21T01:38:53Z
2024-09-22T08:07:01Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/157
[]
luckc4
3
piccolo-orm/piccolo
fastapi
759
Cannot perform operation: another operation is in progress
### Description I am executing a data migration process and encountering an error while calling asyncio.gather with a list of contracts to persist. The error message I am receiving is Cannot perform operation: another operation is in progress. ### Code Snippet async def save(contract): try: a...
open
2023-02-01T12:32:44Z
2023-02-21T13:49:13Z
https://github.com/piccolo-orm/piccolo/issues/759
[]
devsarvesh92
5
redis/redis-om-python
pydantic
569
How to test a JSONModel ?
I have a similar problem as this at : https://stackoverflow.com/questions/76578825/how-to-test-a-jsonmodel-in-a-unittest How does one test a simple JsonModel **without** connection to a redis instance?
closed
2023-10-03T07:58:31Z
2024-05-08T13:19:02Z
https://github.com/redis/redis-om-python/issues/569
[]
efratmiy
1
seleniumbase/SeleniumBase
pytest
2,717
Request headers not changed if UC mode and Cloudflare
Hi! I want to use different proxy on each request. So i developed plugin for MITM proxy, which take a custom header `"X-Upstream-Proxy": "http://user:pass@ip:port"`. If i open simple site without cloudflare, my custom header is used, otherwise - request goes to my proxy but without custom header. Code: ``` ...
closed
2024-04-25T07:54:19Z
2024-04-26T12:30:30Z
https://github.com/seleniumbase/SeleniumBase/issues/2717
[ "external", "UC Mode / CDP Mode" ]
ivanovevgeny
3
dsdanielpark/Bard-API
api
92
Error: Temporarily unavailable due to traffic or an error in cookie values.
I'm getting this error: ``` Response Error: b')]}\'\n\n38\n[["wrb.fr",null,null,null,null,[9]]]\n56\n[["di",70],["af.httprm",70,"-XXXXXXXXXXXXXXXXXXXX",29]]\n25\n[["e",4,null,null,131]]\n'. Temporarily unavailable due to traffic or an error in cookie values. Please double-check the cookie values and verify your net...
closed
2023-07-04T17:04:58Z
2023-07-05T11:17:33Z
https://github.com/dsdanielpark/Bard-API/issues/92
[]
tiagorangel1
2
aio-libs-abandoned/aioredis-py
asyncio
1,053
pubsub: subscription doesn't get registered when using asyncio.create_task() instead of await
Hi, I'm not sure if this is really an issue or user error, so apologies upfront for any undue trouble. In this code: ``` #!/usr/bin/env python3 import asyncio import aioredis async def main(): redis = aioredis.from_url("redis://localhost") async with redis.pubsub() as pubsub: asyncio.c...
open
2021-07-14T17:39:14Z
2021-08-02T20:50:07Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/1053
[ "enhancement" ]
alecov
15
encode/databases
asyncio
302
Cannot use boolean in case function
Hi, I can not use True or False in case function as below ``` case([(table.c.item_id == None, False)], else_= True).label('saved') ``` it is showing me this error ``` File "asyncpg\protocol\protocol.pyx", line 181, in bind_execute File "asyncpg\protocol\prepared_stmt.pyx", line 171, in asyncpg.protocol.prot...
closed
2021-03-24T09:32:25Z
2021-03-24T09:45:54Z
https://github.com/encode/databases/issues/302
[]
psowa001
0
cobrateam/splinter
automation
747
splinter.driver.webdriver.WebDriverElement.screenshot: "'WebDriverElement' object has no attribute "recover_screen""
When using screenshot function under splinter.driver.webdriver.WebDriverElement I get the following error: ''' def screenshot(self, name='', suffix=".png", full=False): name = name or '' (fd, filename) = tempfile.mkstemp(prefix=name, suffix=suffix) # don't hold the ...
closed
2019-12-18T06:20:50Z
2020-04-01T19:13:53Z
https://github.com/cobrateam/splinter/issues/747
[ "bug" ]
DH-MP
2
onnx/onnx
deep-learning
5,784
[Feature request] onnx.printer / parser support ID with '/', ':', etc
### System information _No response_ ### What is the problem that this feature solves? Currently the onnx.printer prints ID without quoted, like ``` < ir_version: 7, opset_import: [ "" : 10 ] > agraph (float[N, 128] X, float[128, 10] W, float[10] B) => (float[N, 10] C) { Foo = MatMul(X, W) Bar...
closed
2023-11-30T21:37:27Z
2024-12-23T06:45:00Z
https://github.com/onnx/onnx/issues/5784
[ "topic: enhancement", "stale" ]
yocox
1
pytest-dev/pytest-xdist
pytest
979
Multiple "random" looking like failures in colour-science unit tests since 3.4.0 release
Hello, It took me a few days to pinpoint the [source](https://github.com/colour-science/colour/actions/runs/7028449640/job/19124427128) [of](https://github.com/colour-science/colour/actions/runs/7027933293) [our](https://github.com/colour-science/colour/actions/runs/7009452236) [broken](https://github.com/colour-sci...
closed
2023-11-29T08:16:36Z
2024-01-21T01:19:38Z
https://github.com/pytest-dev/pytest-xdist/issues/979
[]
KelSolaar
7
deepset-ai/haystack
machine-learning
8,902
Prepare for end-of-life of Haystack 1.26 on March 11
As we communicate on our old documentation pages, Haystack 1.26 will reach its end-of-life on March 11, 2025. We should hide all documentation pages about Haystack version 1.x then and plan other related tasks, such as: Start now - [x] #8922 - [x] #8923 - [x] #8924 - [x] #8925 - [x] #8927 - [x] #8932 - [x] #8930 - [x...
open
2025-02-21T13:50:35Z
2025-03-17T09:24:31Z
https://github.com/deepset-ai/haystack/issues/8902
[ "type:documentation", "P2" ]
julian-risch
3
PokeAPI/pokeapi
api
192
Evolution gender docs
The docs claim that EvolutionDetail's gender field is a named resource to the gender object, but in reality it's just an int. This a bug either in the code or the docs. I think this should be changed to a named resource of the gender, but if not then update the doc. See: `/api/v2/evolution-chain/213/`
closed
2016-05-25T00:01:55Z
2017-06-12T12:52:02Z
https://github.com/PokeAPI/pokeapi/issues/192
[]
sargunv
2
QingdaoU/OnlineJudge
django
259
SPJ题目编译错误(json)
![image](https://user-images.githubusercontent.com/24453010/64022127-1d4af600-cb68-11e9-91b3-23379f3921af.png) ![image](https://user-images.githubusercontent.com/24453010/64022140-26d45e00-cb68-11e9-8321-a989963f8810.png)
closed
2019-08-30T12:53:32Z
2020-11-08T10:28:31Z
https://github.com/QingdaoU/OnlineJudge/issues/259
[]
Akvicor
3
google-research/bert
nlp
1,362
Ispy
open
2022-08-08T15:10:36Z
2022-08-08T15:10:36Z
https://github.com/google-research/bert/issues/1362
[]
Smmfh223
0
sinaptik-ai/pandas-ai
pandas
1,407
Additional guidance on configuring the pandasai.json file in the LLM setup process.
Path: /llms
closed
2024-10-24T08:23:23Z
2024-12-16T11:21:25Z
https://github.com/sinaptik-ai/pandas-ai/issues/1407
[ "documentation" ]
Muhammad-Adam1
10
onnx/onnx
machine-learning
5,955
Convert format from NCHW to NHWC in onnx itself without adding extra transpose layer
### System information Latest ### What is the problem that this feature solves? My Accelerator H/W only support NHWC format so my SDK can take tflite/onnx model as input and make run on Accelerator but the issue is the format i.e. NHWC. If this problem gets solved i will be able run all kind of model directly on...
open
2024-02-23T04:08:15Z
2024-02-23T04:08:15Z
https://github.com/onnx/onnx/issues/5955
[ "topic: enhancement" ]
abhishek27m1992github
0
dynaconf/dynaconf
fastapi
839
[bug][Documentation] Exporting: write() got an unexpected keyword argument 'merge'
**Describe the bug** Following the example on the documentation to [export](https://www.dynaconf.com/advanced/#exporting) Dynaconf data to a file raises an exception with the `merge` argument **To Reproduce** ~~~Python loaders.write("/a/b/c", DynaBox(config).to_dict(), merge=False) ~~~ **Expected behavior** ...
closed
2022-11-28T20:21:10Z
2023-07-13T19:11:04Z
https://github.com/dynaconf/dynaconf/issues/839
[ "bug" ]
Wenzel
0
sinaptik-ai/pandas-ai
pandas
573
OpenAI should automatically switch to the model with more context
### 🚀 The feature Currently, when users encounter errors due to a context window that exceeds the model's capacity, they need to manually adjust their model choice to a larger version, which can be cumbersome and may disrupt the workflow. This feature would automate the process, ensuring that users get the best possi...
closed
2023-09-18T22:26:15Z
2024-06-01T00:18:12Z
https://github.com/sinaptik-ai/pandas-ai/issues/573
[ "enhancement", "good first issue" ]
gventuri
8
HumanSignal/labelImg
deep-learning
462
impossible to save : float division by zero
Hi, Does not want to record labels. I have tried with several versions, nothing works. How to fix ? I only have two very large images. High-precision satellite photo (15kX15k). I have to get more than 1000 labels per photo ``` Img: C:\Users\wkn\Documents\IA\ortoIA\images\png5ca3a3d5e5635f000690af6b.png -> ...
open
2019-04-17T23:13:49Z
2020-04-30T14:27:54Z
https://github.com/HumanSignal/labelImg/issues/462
[]
lucydjo
3
ultralytics/ultralytics
deep-learning
19,231
Calculating AP and mAP for yolov8 model with some postprocessing techniques
### 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, I have a yolov8 model with postprocessing techniques like TTA. I want t...
closed
2025-02-13T11:19:13Z
2025-02-17T12:26:30Z
https://github.com/ultralytics/ultralytics/issues/19231
[ "question", "detect" ]
teengineer
3
jacobgil/pytorch-grad-cam
computer-vision
268
help me
Tuberculosis detection whose file first run
closed
2022-06-14T10:55:23Z
2022-07-04T19:32:12Z
https://github.com/jacobgil/pytorch-grad-cam/issues/268
[]
janasubrata
1
scikit-optimize/scikit-optimize
scikit-learn
900
Broken tests on armv7
I don't even know how it's possible for a pure Python package to break on a specific architecture, but it happens anyway. Where the tests succeed on all other architectures I tried this on (x86, x86_64, ppc64le, s390x, aarch64), it fails only on armv7. ``` ============================= test session starts ======...
closed
2020-05-05T17:10:13Z
2022-01-03T09:03:56Z
https://github.com/scikit-optimize/scikit-optimize/issues/900
[]
PureTryOut
1
sktime/sktime
scikit-learn
7,271
[ENH] RBF neural networks for time series forecasting
We can implement RBF ANNs for time series forecasting, the basis can be the `basisfunction` implemented in #7261 from there we can forward and create a neural network for handling complex time series
closed
2024-10-15T20:09:44Z
2025-01-30T15:03:27Z
https://github.com/sktime/sktime/issues/7271
[ "feature request", "module:forecasting", "enhancement" ]
phoeenniixx
5
littlecodersh/ItChat
api
578
下载的目录能否指定
如题 想和Django结合一下 把下载的文件放到Django的静态资源目录下
closed
2018-01-15T05:05:14Z
2018-02-28T03:11:34Z
https://github.com/littlecodersh/ItChat/issues/578
[ "question" ]
gzxy-0102
1
Evil0ctal/Douyin_TikTok_Download_API
api
96
抖音主页下载不支持图集
调用API发现视频的可以下载,图集的不行。
closed
2022-11-03T07:39:29Z
2024-04-23T05:03:28Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/96
[ "BUG", "enhancement", "help wanted" ]
liuliuzx
7
ultrafunkamsterdam/undetected-chromedriver
automation
1,282
Headless not working?
Hi. driver = uc.Chrome(headless=True) has been working fine for me for a long time, suddenly i get: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "D:\Python\.venv\Lib\site-packages\undetected_chromedriver\__init__.py", line 386, in __init__ if self.patcher.version_main <...
open
2023-05-22T12:04:00Z
2023-08-09T11:32:46Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1282
[]
bigredcardinal
7
ray-project/ray
python
50,679
[core] Cover cpplint for ray/src/ray/scheduling
## Description As part of the initiative to introduce cpplint into the pre-commit hook, we are gradually cleaning up C++ folders to ensure compliance with code style requirements. This issue focuses on cleaning up `ray/src/ray/scheduling`. ## Goal - Ensure all `.h` and `.cc` files in `ray/src/ray/scheduling` comply w...
closed
2025-02-18T03:31:31Z
2025-02-21T15:19:55Z
https://github.com/ray-project/ray/issues/50679
[ "enhancement", "core" ]
400Ping
2
datadvance/DjangoChannelsGraphqlWs
graphql
42
Potential dependency conflicts between django-channels-graphql-ws and graphql-core
Hi, as shown in the following full dependency graph of **_django-channels-graphql-ws_**, **_django-channels-graphql-ws_** requires **_graphql-core >=2.0,<2.3_** , while the installed version of **_graphql-core (2.2.12)_** ,**_graphene 4.0.0_** requires **_graphql-core >=2.0.1_**. According to Pip's _“first found wins...
closed
2020-05-09T15:18:16Z
2020-07-25T12:36:53Z
https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/42
[]
NeolithEra
5
newpanjing/simpleui
django
498
当去掉了默认的delete_selected action 后,选择框会消失
open
2024-05-11T12:34:26Z
2024-05-11T12:34:26Z
https://github.com/newpanjing/simpleui/issues/498
[ "bug" ]
davincilll
0
huggingface/datasets
pytorch
6,720
TypeError: 'str' object is not callable
### Describe the bug I am trying to get the HPLT datasets on the hub. Downloading/re-uploading would be too time- and resource consuming so I wrote [a dataset loader script](https://huggingface.co/datasets/BramVanroy/hplt_mono_v1_2/blob/main/hplt_mono_v1_2.py). I think I am very close but for some reason I always get ...
closed
2024-03-07T11:07:09Z
2024-03-08T07:34:53Z
https://github.com/huggingface/datasets/issues/6720
[]
BramVanroy
2
ultralytics/ultralytics
deep-learning
19,452
Bad result after convert to OpenVINO format and run on DLStreamer pipeline
Original issue on DLStreamer repository: https://github.com/dlstreamer/dlstreamer/issues/455 Hello everyone. I have some weird detection result after convert the YOLOv8s model trained on custom dataset (fire, smoke) to OpenVINO format. Please read in the above issue.
open
2025-02-27T04:46:41Z
2025-03-05T18:35:51Z
https://github.com/ultralytics/ultralytics/issues/19452
[ "detect", "exports" ]
hungtrieu07
5
ghtmtt/DataPlotly
plotly
312
Encountering 'AttributeError: module 'pandas' has no attribute 'Series'' error while developing Hypsometric curves graphs using DataPlotly plugin in QGIS
I am attempting to develop Hypsometric curves graphs in QGIS using the Data Plotly plugin, but I'm encountering the following error: ``` line 176, in is_homogeneous_array or (pd and isinstance(v, (pd.Series, pd.Index))) AttributeError: module 'pandas' has no attribute 'Series' ``` ...
closed
2023-02-28T15:52:12Z
2023-03-01T11:35:23Z
https://github.com/ghtmtt/DataPlotly/issues/312
[]
mfaisalhanif
4
skypilot-org/skypilot
data-science
4,614
[RunPod] Reuse templates
Hi, we use SkyPilot to run clusters on RunPod. It works great, but on every launch, it creates a new template and downloads an image from a remote repository. This process is slow and results in multiple templates being uploaded to RunPod. There should be logic for defining an existing template or finding one based on...
open
2025-01-28T00:36:58Z
2025-02-06T07:25:12Z
https://github.com/skypilot-org/skypilot/issues/4614
[]
Kovbo
1
microsoft/nni
data-science
5,667
ProxylessNas on CIFAR
Hello everyone, I would like to test ProxylessNAS on a smaller dataset like CIFAR using NNI version 3.0. I used the code that inherits from the DARTS example. However, it does not work. Could you please help me figure out how to fix this issue? Here is my code: ``` RuntimeError: Shape inference failed because no shap...
open
2023-08-20T18:42:25Z
2023-08-20T18:42:25Z
https://github.com/microsoft/nni/issues/5667
[]
John1231983
0
Yorko/mlcourse.ai
pandas
13
Ссылка на 3 статью
Добавьте пожалуйста в readme ссылку на третью статью на хабр.
closed
2017-03-17T07:43:27Z
2017-03-17T08:05:13Z
https://github.com/Yorko/mlcourse.ai/issues/13
[ "minor_fix" ]
loopdigga96
2
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
185
Can't get global restoration to work.
I keep getting `Mapping: You are using the mapping model without global restoration.` despite having unzipped the checkpoints correctly. Any idea why?
open
2021-07-18T01:31:50Z
2024-09-15T00:30:41Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/185
[]
acc3d
15
Lightning-AI/pytorch-lightning
pytorch
20,027
[Fabric Lightning] Named barriers
### Description & Motivation To prevent ranks losing alignment due to user error -- it would be beneficial to have named barriers with lightning allowing nodes to move forward only if same barrier name is met. ### Pitch For example: ``` if fabric.global_rank == 0: fabric.barrier("rank_0") else: fa...
open
2024-06-28T11:14:00Z
2024-06-28T12:25:44Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20027
[ "feature", "help wanted", "distributed" ]
tesslerc
1
huggingface/datasets
numpy
7,112
cudf-cu12 24.4.1, ibis-framework 8.0.0 requires pyarrow<15.0.0a0,>=14.0.1,pyarrow<16,>=2 and datasets 2.21.0 requires pyarrow>=15.0.0
### Describe the bug !pip install accelerate>=0.16.0 torchvision transformers>=4.25.1 datasets>=2.19.1 ftfy tensorboard Jinja2 peft==0.7.0 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. c...
open
2024-08-20T08:13:55Z
2024-09-20T15:30:03Z
https://github.com/huggingface/datasets/issues/7112
[]
SoumyaMB10
2
ycd/manage-fastapi
fastapi
71
Duplicate Code in Test File
`test_startproject.py` contains the whole code for the test, I think there is no need for this file ([test_startapp.py](https://github.com/ycd/manage-fastapi/blob/master/tests/test_startapp.py))
closed
2022-03-15T10:49:35Z
2022-08-21T06:36:18Z
https://github.com/ycd/manage-fastapi/issues/71
[]
Saksham1611
1
aleju/imgaug
machine-learning
836
Track Random Augmentations as They Are Applied
I am working on a project where I am tracking the roll estimations for a face in an image. When I possibly rotate an image using a Sequence of probabilistic augmentations, I need to return the rotation that occurred (if any). train_aug = Sequential( [ Resize(tgt_img_size[:2], interpolation="linea...
open
2023-06-14T21:39:57Z
2023-06-14T21:39:57Z
https://github.com/aleju/imgaug/issues/836
[]
aidansmyth95
0
plotly/dash-component-boilerplate
dash
30
Extra package.json?
I think that the second `package.json` is exteraneous, the one at `/{{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}/package.json`. It's being read from `setup.py` but I think that `setup.py` should read the `/{{cookiecutter.project_shortname}}/package.json` instead, no?
open
2018-11-06T17:12:30Z
2018-11-06T17:43:49Z
https://github.com/plotly/dash-component-boilerplate/issues/30
[]
nicolaskruchten
3
ultralytics/ultralytics
machine-learning
18,721
yolo with mysql
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description First of all, thank you for your tutorial. May I ask how to save the yolov11 detection results into the mysql database? Are there any tuto...
open
2025-01-17T03:09:47Z
2025-01-17T07:30:02Z
https://github.com/ultralytics/ultralytics/issues/18721
[ "enhancement", "question", "detect" ]
dongqing998
3
marshmallow-code/apispec
rest-api
119
Ignore `load_only` fields if `dump=True` in `fields2jsonschema`?
Hi, I'm making use of https://github.com/jmcarp/flask-apispec to automatically generate docs in a personal flask project. This library makes use of your apispec swagger extension to generate docs for requests and responses. I figured out that responses in the generated docs where including `marshmallow`'s `load_only...
closed
2017-03-15T15:27:33Z
2018-10-07T10:13:19Z
https://github.com/marshmallow-code/apispec/issues/119
[ "help wanted", "feedback welcome", "backwards incompat" ]
luisincrespo
15
jacobgil/pytorch-grad-cam
computer-vision
326
Grad-CAM for object detection (RetinaNet)
Hi! In your README, you explain that gradient based methods cannot be used on object detection problems (like for mine, object detection with RetinaNet), but I found this https://github.com/alexriedel1/detectron2-GradCAM. Is it, as you said, a specific method to solve the linearity problems which has been implemented a...
closed
2022-09-06T10:12:18Z
2022-10-07T19:12:52Z
https://github.com/jacobgil/pytorch-grad-cam/issues/326
[]
QuentinAndre11
1
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,310
cyclegan: Shift and deformation in medical image translation - how to create a good training dataset
I am training using cyclegan with medical (MRI T1) images of the head and neck from two hospitals to learn the difference in appearance. I would like the generated image to have similar contours (anatomy) but different style. It seems however, that after some epochs I get more predictions that shift the generated i...
closed
2021-08-25T12:45:49Z
2021-12-09T07:09:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1310
[]
dyollb
2
aimhubio/aim
tensorflow
2,586
[Bug] Font choice on UI table-content makes Aim look unpolished
## 🐛 Bug Firstly, I really like Aim. It's what W&B should have been. I am planning to use it for a few research projects and recommend it to others at my company (Amazon). My bug/quibble: The font in the table (Inconsolata) looks strange and out of place compared to the rest of the fonts on the page. In both Fir...
open
2023-03-12T18:08:22Z
2023-08-27T10:04:33Z
https://github.com/aimhubio/aim/issues/2586
[ "type / bug", "help wanted", "phase / exploring" ]
adivekar-utexas
7
gradio-app/gradio
data-science
10,005
multipages
- [ ] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you w...
closed
2024-11-19T21:57:57Z
2024-11-19T22:48:05Z
https://github.com/gradio-app/gradio/issues/10005
[]
qingsonger
1
pennersr/django-allauth
django
3,179
Incompatible with keycloak 20.0.0
Unable to login with keycloak as provider after upgrading keycloak to v20.0.0, getting http error 500 when fetching userinfo (nullpointer in keycloak). Probably because allauth attempts to fetch userinfo with POST request.
closed
2022-11-03T09:28:44Z
2022-11-03T14:27:59Z
https://github.com/pennersr/django-allauth/issues/3179
[]
snorrehu
0
marcomusy/vedo
numpy
176
vedo convert is not working on Windows version
Hi, I installed the vedo library on python3.7 using pip on my Windows machine. It installed correctly but it is not working on the command prompt when I call the following line:- ``` vedo-convert demo.obj -to stl ``` Can you please help me out Thanks
closed
2020-07-09T09:29:21Z
2020-07-19T20:05:14Z
https://github.com/marcomusy/vedo/issues/176
[]
Archan2605
2
huggingface/datasets
nlp
7,423
Row indexing a dataset with numpy integers
### Feature request Allow indexing datasets with a scalar numpy integer type. ### Motivation Indexing a dataset with a scalar numpy.int* object raises a TypeError. This is due to the test in `datasets/formatting/formatting.py:key_to_query_type` ``` python def key_to_query_type(key: Union[int, slice, range, str, Ite...
open
2025-02-25T18:44:45Z
2025-03-03T17:55:24Z
https://github.com/huggingface/datasets/issues/7423
[ "enhancement" ]
DavidRConnell
1
postmanlabs/httpbin
api
12
Request: Include 'httpbin' executable script after installing
I'm trying to port my urllib3 tests to use httpbin, and it would be extra convenient if when I did `pip install httpbin`, it installed an `httpbin` script into my virtualenv's `bin` dir for running it. Kind of ironic that httpbin doesn't have a bin. ;)
closed
2011-09-27T22:24:29Z
2018-04-26T17:50:55Z
https://github.com/postmanlabs/httpbin/issues/12
[]
shazow
5
microsoft/hummingbird
scikit-learn
684
[sklearn] OneHotEncoder does't work correctly
Hello, I found this project last week, and thanks for all of these work. I installed `Hummingbird-ml==0.47` by pip, and I want to know which version of sklearn should I use. I want to use one-hot encoder of sklearn to preprocess my categorical features, but the result's dim of sklearn is different from the dim of...
open
2023-02-09T13:22:06Z
2023-04-04T22:37:34Z
https://github.com/microsoft/hummingbird/issues/684
[ "bug", "enhancement", "help wanted" ]
faterazer
6
litestar-org/litestar
api
3,775
Bug: Pydantic V1 DTO Validation for fields with the max_length validator.
### Description In the below example that uses the litestar DTO system with msgspec and pydantic v1, the API validator fails with the following error: litestar.exceptions.http_exceptions.ClientException: 400: Unsupported type: <class 'str'> - at `$.display_name`. This is a potential regression after fixing this: ...
open
2024-10-02T02:56:28Z
2025-03-20T15:54:57Z
https://github.com/litestar-org/litestar/issues/3775
[ "Bug :bug:" ]
sergeyk93
0
xlwings/xlwings
automation
2,234
Exception by reading a table-object from a not selected/visible spreadsheet
**Versions:** - OS: Windows 10 Pro 22H2 (19045.2846) - xlwings: several versions but focus lays on 0.27.11, 0.27.12 and 0.30.4 (latest version) - Excel 2013 (german version) with all available updates - Python 3.10.8 **I get this exception (version 0.27.12):** ```python Traceback (most recent call last): Fi...
closed
2023-04-19T21:23:21Z
2023-04-20T20:50:42Z
https://github.com/xlwings/xlwings/issues/2234
[]
TenchiMuyo1984
6
cvat-ai/cvat
computer-vision
8,764
Can access CVAT over LAN but not Internet
Hi, i did all in https://github.com/cvat-ai/cvat/issues/1095 but http://localhost:7070/auth/login don't login and show message "Could not check authentication on the server Open the Browser Console to get details" but on http://localhost:8080/auth/login no problem.it on WAN also http://myip:7060/, i have same state. ca...
closed
2024-12-02T12:04:18Z
2024-12-10T17:54:18Z
https://github.com/cvat-ai/cvat/issues/8764
[ "need info" ]
alirezajafarishahedan
1
dmlc/gluon-cv
computer-vision
1,559
Windows Numpy Version Issue on Install
On the install of gluoncv via pip on Windows you get a numpy related error as described [here](https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html) and [here](https://stackoverflow.com/questions/64654805/how-do-you-fix-runtimeerror-package-fails-to-...
closed
2020-12-05T07:29:16Z
2021-05-22T06:40:16Z
https://github.com/dmlc/gluon-cv/issues/1559
[ "Stale" ]
HaydenFaulkner
1
axnsan12/drf-yasg
rest-api
439
Write out multiline strings as yaml block scalars?
Is it possible to write out multi-line descriptions (and other strings) as YAML block scalars? The resulting file would be more readable. For example, instead of: ``` paths: /api/one: post: operationId: api_one summary: Inserts a batch of completions. description: "REST Endpoint Format...
closed
2019-08-12T18:29:37Z
2019-10-02T23:06:07Z
https://github.com/axnsan12/drf-yasg/issues/439
[]
nedbat
3
tensorpack/tensorpack
tensorflow
1,397
Why multiply 49 here?
https://github.com/tensorpack/tensorpack/blob/b28cfa8a50b732651b3711d09afd0818083861b2/examples/DoReFa-Net/resnet-dorefa.py#L107 What will happen if without this line?
closed
2020-02-19T12:57:16Z
2020-02-19T18:24:39Z
https://github.com/tensorpack/tensorpack/issues/1397
[ "duplicate" ]
iamhankai
1
mljar/mercury
data-visualization
260
Error displaying widget in databricks
![image](https://user-images.githubusercontent.com/21273520/234794091-20cf6898-474a-4521-8df2-ca85279efa4a.png)
closed
2023-04-27T07:43:10Z
2023-04-28T06:38:58Z
https://github.com/mljar/mercury/issues/260
[]
Prashantramappa
1
ymcui/Chinese-LLaMA-Alpaca-2
nlp
309
加载数据集卡住不动
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g...
closed
2023-09-22T12:39:30Z
2023-11-07T06:45:04Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/309
[ "stale" ]
airmanisvip
4
noirbizarre/flask-restplus
api
453
host and additional content type not exported to swagger file
I ran the following scripts: `def get(self):` `from restfulplus import api` `data = api.__schema__` It didn't extract host and the additional request content-type. Do you know which settings I should use to let restplus automatically extract them? <img width="604" alt="screenshot" src="https://...
closed
2018-05-30T17:46:16Z
2018-05-31T18:15:15Z
https://github.com/noirbizarre/flask-restplus/issues/453
[]
manbeing
1
lanpa/tensorboardX
numpy
127
Need support for pytorch 0.4.0
closed
2018-04-25T06:17:05Z
2018-05-08T17:17:11Z
https://github.com/lanpa/tensorboardX/issues/127
[]
yaodi833
6
DistrictDataLabs/yellowbrick
matplotlib
703
Update fit to fit_transform in JointPlot plot in walkthrough docs
OS:Linux18.04LTS Python=3.6.8 Anaconda Inc. YellowBrick=0.9 from yellowbrick.features import JointPlotVisualizer visualizer = JointPlotVisualizer(feature='temp', target='feelslike') visualizer.fit(X['temp'], X['feelslike']) visualizer.poof() It compiles properly but no plots appear as it appeared in Rank2D...
closed
2019-01-29T12:27:44Z
2019-01-31T16:34:51Z
https://github.com/DistrictDataLabs/yellowbrick/issues/703
[ "type: documentation" ]
dnabanita7
2