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
litestar-org/litestar
asyncio
3,398
Bug: Parsing tagged unions
### Description When using tagged unions, while the correct OpenAPI schema is generated, decoding the request fails. It also doesn't work with the MsgpackDTO. It seems that the internal litestar.typing.FieldDefinition type doesn't support tagged unions. A question thou, are tagged unions meant to be supported in li...
open
2024-04-17T12:56:09Z
2025-03-20T15:54:36Z
https://github.com/litestar-org/litestar/issues/3398
[ "Bug :bug:", "DTOs", "OpenAPI" ]
ahrzb
1
serengil/deepface
machine-learning
1,271
where is the anti_spoofing
### Description I saw anti-spoofing parameters in the documentation, but there is no such code in the actual code ### Additional Info _No response_
closed
2024-07-05T07:06:00Z
2024-07-05T08:28:10Z
https://github.com/serengil/deepface/issues/1271
[ "enhancement", "invalid" ]
Json0926
1
mwaskom/seaborn
pandas
2,914
displot instantly close upon display when using seaborn 0.11.2 with matplotlib 3.5.2
I encountered a case of figure window closing instantly when trying to display a displot. To reproduce, try the following with seaborn version 0.11.2 and matplotlib version 3.5.2 ```python import seaborn import matplotlib.pyplot as plt sns.displot([0,0,1,1,2,3,3,1,0]) plt.show() ``` In seaborn version 0.1...
closed
2022-07-19T16:04:52Z
2022-07-31T21:14:41Z
https://github.com/mwaskom/seaborn/issues/2914
[ "upstream" ]
kailizcatman
10
Lightning-AI/LitServe
api
348
Support for async requests or webhooks
<!-- ⚠️ BEFORE SUBMITTING, READ: We're excited for your request! However, here are things we are not interested in: - Decorators. - Doing the same thing in multiple ways. - Adding more layers of abstraction... tree-depth should be 1 at most. - Features that over-engineer or complicate the code internals...
closed
2024-10-29T15:55:56Z
2024-11-11T19:50:24Z
https://github.com/Lightning-AI/LitServe/issues/348
[ "enhancement" ]
brian316
3
allenai/allennlp
data-science
5,307
Open IE separates auxiliary and participle into separate tuples
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
closed
2021-07-09T15:58:44Z
2021-07-23T16:09:38Z
https://github.com/allenai/allennlp/issues/5307
[ "bug", "stale" ]
artidoro
3
pydantic/logfire
fastapi
293
So Logfire logs are actually traces?
### Question As per title: https://github.com/pydantic/logfire/blob/770780d4e0f5610bd8cbd596029d0cb1e23f25ae/logfire/_internal/main.py#L654-L670 Asking because I have been exploring OpenTelemetry recently and was disappointed to find that [the client APIs for logging in Python are still in development](https://o...
closed
2024-06-30T20:28:15Z
2024-07-02T09:45:24Z
https://github.com/pydantic/logfire/issues/293
[ "Question" ]
astrojuanlu
4
RobertCraigie/prisma-client-py
asyncio
214
DateTime comparisons behaving unexpectedly
<!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log...
closed
2022-01-08T08:46:26Z
2022-03-01T16:18:07Z
https://github.com/RobertCraigie/prisma-client-py/issues/214
[ "bug/2-confirmed", "kind/bug", "topic: external", "priority/low", "level/unknown" ]
iiian
11
cvat-ai/cvat
pytorch
8,592
Wrong skeleton structure issue when trying to load a svg skeleton file
### 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 Hi folks, I created a skeleton in a project using CVAT self hosted version and then exported it into a svg file. ...
closed
2024-10-24T12:29:07Z
2024-12-13T10:28:14Z
https://github.com/cvat-ai/cvat/issues/8592
[ "bug" ]
manu13008
2
jina-ai/serve
machine-learning
5,659
Where will jina write logs to when it triggers `continue_on_error`?
We use `post` to send request to server with parameter `continue_on_error`. `if set, a Request that causes an error will be logged only without blocking the further requests.` So where will it be logged to and what will write to the logs.
closed
2023-02-06T12:17:29Z
2023-02-07T01:04:06Z
https://github.com/jina-ai/serve/issues/5659
[]
wqh17101
4
LibreTranslate/LibreTranslate
api
579
Documentation in readme for allowed parameter values
It would be great to include the allowed parameter values in the GitHub read-me. When setting parameters for a production server I had to guess or search many of them in the Discourse forum for that kind of information. Example of questions that this documentation would avoid: - --api-keys is a flag. On the comma...
open
2024-01-24T17:28:22Z
2024-01-25T02:57:57Z
https://github.com/LibreTranslate/LibreTranslate/issues/579
[ "enhancement" ]
jmlord
1
modelscope/data-juicer
data-visualization
233
Video content compliance and privacy protection operators (image, text, audio)
closed
2024-03-08T02:35:21Z
2024-03-14T02:47:51Z
https://github.com/modelscope/data-juicer/issues/233
[]
yxdyc
0
yezyilomo/django-restql
graphql
322
Optional GenericRel support
Hi, the new version (0.16), uses `GenericRel` and `ContentType` imported in `mixins.py` lines 4 and 5, however this breaks all projects that do not use `contenttype` modules, especially for those who use django as microservices... removing all django stuff (auth, contenttype, messages and etc)...
closed
2024-12-30T14:56:50Z
2025-01-12T21:21:09Z
https://github.com/yezyilomo/django-restql/issues/322
[]
shinneider-musa
2
waditu/tushare
pandas
1,626
退市股的基本数据里缺行业、地域等参数,可能影响回测。
调用stock_basic接口,查询已退市股票,缺少行业、地域等数据,可能影响回测。 ![image](https://user-images.githubusercontent.com/9562970/152683120-d34285bd-7e5f-4ed4-8dde-e4899aef7155.png) 用户id:213079
open
2022-02-06T13:26:20Z
2022-02-06T13:28:57Z
https://github.com/waditu/tushare/issues/1626
[]
cheesebear
0
ranaroussi/yfinance
pandas
1,957
404 Client Error (only on certain tickers - which are still active/not delisted)
### Describe bug I have a program that cycles through a list of all the S&P500 companies to check the 'upgrades_downgrades' attribute of each one (with a for loop). It gets the tickers from a well maintained Wikipedia page (scraping with BeautifulSoup4). All the tickers are up to date (I have personally checked), are ...
open
2024-06-07T02:42:40Z
2024-06-28T20:40:37Z
https://github.com/ranaroussi/yfinance/issues/1957
[]
csirick2020
2
scikit-optimize/scikit-optimize
scikit-learn
1,143
gp_minimize: ranges can be a different datatype than initial guess
I am using skopt version 0.9.0 and numpy 1.23.5 (due to an error I got that is specified in #1138). I found, after downgrading numpy from 1.24.1, that I had made an error in specifying the ranges. They were ints instead of floats. however, my initial x-guess was a float. I made a minimal example below: ```python f...
open
2023-02-05T22:43:39Z
2023-02-05T22:43:55Z
https://github.com/scikit-optimize/scikit-optimize/issues/1143
[]
ChrisBNEU
0
modelscope/data-juicer
streamlit
369
[Bug]: Memory leak in video OP
### Before Reporting 报告之前 - [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w...
closed
2024-07-29T04:01:43Z
2024-08-01T09:45:29Z
https://github.com/modelscope/data-juicer/issues/369
[ "bug" ]
BeachWang
0
numba/numba
numpy
9,890
In certain situations, `setdefault` of a Dict returns an incorrect value.
The `example` function in the following code is expected to return `DictType[int64,array(float64, 1d, A)]<iv=None>({1: [1000. 0.]})`, but instead, it returns `DictType[int64,array(float64, 1d, A)]<iv=None>({1: [0. 0.]})`. The issue is resolved when the line `b = {i: 1 for i in n}` is removed. The version of `numba` ...
open
2025-01-08T08:45:41Z
2025-01-14T15:56:52Z
https://github.com/numba/numba/issues/9890
[ "bug - incorrect behavior" ]
jedy
2
jmcnamara/XlsxWriter
pandas
418
write doesn't call write_array_formula
Hi, I am using XlsxWriter to write array formulas. The [documentation](http://xlsxwriter.readthedocs.io/worksheet.html?#write_array_formula) claims write() should call write_array_formula() for use when it returns a single value, but it is only called by write_formula(). I am using Python version 3.6 and XlsxWrit...
closed
2017-02-22T19:40:02Z
2018-09-22T19:02:50Z
https://github.com/jmcnamara/XlsxWriter/issues/418
[ "bug", "short term" ]
centreboard
2
httpie/cli
api
581
Many tests fail
Ubuntu 16.10 tag: 0.9.8 Building & testing with: ``` echo -------- echo Cleaning echo -------- cd git-httpie sudo -u actionmystique -H git-reset-clean-pull-checkout.sh $branch $tag echo ----------------------- echo Installing Dependencies ec...
closed
2017-05-01T18:14:35Z
2019-09-03T15:23:17Z
https://github.com/httpie/cli/issues/581
[]
jean-christophe-manciot
6
waditu/tushare
pandas
1,761
函数即将被废弃
D:\Program Files (x86)\Python\Lib\site-packages\tushare\pro\data_pro.py:130: FutureWarning: Series.fillna with 'method' is deprecated and will raise in a future version. Use obj.ffill() or obj.bfill() instead. data['adj_factor'] = data['adj_factor'].fillna(method='bfill')
open
2025-01-15T13:32:09Z
2025-01-15T13:32:09Z
https://github.com/waditu/tushare/issues/1761
[]
shavingha
0
tqdm/tqdm
pandas
1,270
Cannot append elements to shell array while using tqdm
- [ ] I have marked all applicable categories: + [ ] exception-raising bug + [ ] visual output bug + [x] Command-line unintentional behaviour - [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I...
open
2021-11-02T12:26:51Z
2021-11-02T12:26:51Z
https://github.com/tqdm/tqdm/issues/1270
[]
jakob1379
0
ranaroussi/yfinance
pandas
1,644
RuntimeError: dictionary changed size during iteration
While using below function for multiple stocks (ticks) in below i am getting this error. Please suggest resolution yf.download(ticks, period="1d", interval="1m", rounding=False, prepost=True, ignore_tz=False, progress=False) File "/home/user/doc/lib/python3.11/site-packages/yfinance/utils.py", line 105, in wrap...
closed
2023-08-02T10:00:39Z
2023-12-12T18:54:04Z
https://github.com/ranaroussi/yfinance/issues/1644
[]
suntech123
4
huggingface/datasets
deep-learning
7,192
Add repeat() for iterable datasets
### Feature request It would be useful to be able to straightforwardly repeat iterable datasets indefinitely, to provide complete control over starting and ending of iteration to the user. An IterableDataset.repeat(n) function could do this automatically ### Motivation This feature was discussed in this iss...
closed
2024-10-02T17:48:13Z
2025-03-18T10:48:33Z
https://github.com/huggingface/datasets/issues/7192
[ "enhancement" ]
alex-hh
3
noirbizarre/flask-restplus
flask
29
Splitting up API library into multiple files
I've tried several different ways to split up the API files into separate python source but have come up empty. I love the additions to flask-restplus but it appears that only the classes within the main python file are seen. Is there a good example of how to do this? In Flask-Restful it was a bit simpler as you cou...
closed
2015-03-13T22:41:18Z
2018-01-05T18:11:28Z
https://github.com/noirbizarre/flask-restplus/issues/29
[ "help wanted" ]
kinabalu
16
TencentARC/GFPGAN
pytorch
546
Please help me
Open nahi ho raha hai please help me
closed
2024-05-15T02:22:15Z
2024-05-15T02:22:47Z
https://github.com/TencentARC/GFPGAN/issues/546
[]
Sukumarghoshal
0
reloadware/reloadium
pandas
169
Reloadium debugger shows filtered log messages in django
## Describe the bug* Django app running in Pycharm 2023.2, Windows 11 If debugging with native debugger, log messages that are filtered do not appear in the console. If debugging with reloadium, they do appear and clutter the console. Also, normal messages are duplicated in a different format. ## To Reproduce...
closed
2023-09-25T17:49:10Z
2023-11-07T16:07:18Z
https://github.com/reloadware/reloadium/issues/169
[]
andyp05
3
numba/numba
numpy
9,451
[numba.cuda] StructModel + FP16 fails with CUDA because make_attribute_wrapper assumes default_manager
This ```python from numba import cuda from numba import types from numba.extending import models, make_attribute_wrapper, lower_builtin, as_numba_type, type_callable from numba.cuda.models import register_model from numba.core import cgutils import numba.cuda.cudaimpl class float16x2(object): pass cla...
open
2024-02-20T23:05:41Z
2024-02-27T10:07:20Z
https://github.com/numba/numba/issues/9451
[ "feature_request", "CUDA", "bug - incorrect behavior" ]
nvlcambier
1
plotly/dash
data-visualization
2,911
Inconsistent behavior with dcc.Store initial values and prevent_initial_call
``` dash 2.16.1 dash-bootstrap-components 1.6.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-iconify 0.1.2 dash-mantine-components 0.12.1 dash-table 5....
open
2024-07-03T16:42:36Z
2024-08-30T15:13:07Z
https://github.com/plotly/dash/issues/2911
[ "bug", "P3" ]
shimon-l
1
MemeMeow-Studio/MemeMeow
streamlit
1
The web version is not working
![Image](https://github.com/user-attachments/assets/e7034e86-03b7-438a-b345-30b7f0804c95) Trying to search and it loads forever.
closed
2025-02-18T07:58:18Z
2025-02-18T18:44:04Z
https://github.com/MemeMeow-Studio/MemeMeow/issues/1
[ "enhancement / 功能请求" ]
Lee-Juntong
4
jupyter/nbviewer
jupyter
861
Interactive plots with Plotly: Link broken 404 error!
## Tried to see the nbviewer: Interactive plots with Plotly clicking in the link you offer ## https://nbviewer.jupyter.org/github/plotly/python-user-guide/blob/master/Index.ipynb # got: 404 : Not Found You are requesting a page that does not exist! The remote resource was not found.
open
2019-10-31T16:20:22Z
2019-11-21T22:13:18Z
https://github.com/jupyter/nbviewer/issues/861
[ "tag:Examples", "tag:Public Service" ]
Rauleman
2
idealo/image-super-resolution
computer-vision
130
tensorflow.python.framework.errors_impl.FailedPreconditionError: Error while reading resource variable localhost. This could mean that the variable was uninitialized. Not found: Container localhost does not exist. (Could not find resource: localhost/F_2_2/kernel)
``` from PIL import Image import numpy as np import tensorflow as tf from .models import RDN from .models import RRDN global gra global rrdn global rdn # gra = tf.Graph() rrdn = RRDN(weights='gans') rdn = RDN(weights='psnr-large') gra = tf.get_default_graph() # g = tf.Session(graph=graph) def get_...
open
2020-07-06T01:59:11Z
2020-07-06T02:01:54Z
https://github.com/idealo/image-super-resolution/issues/130
[]
kashyappiyush1998
0
iperov/DeepFaceLab
machine-learning
5,245
Training crashes during pretraining
After extracting the version 01_04_2021, I immediately ran the pretraining with default options. I set the target iterations to 500,000. After loading and training for a while it crashes, I restarted it each time reducing batch size and it still crashes. The final output: Initializing models: 100%|###...
open
2021-01-14T17:05:22Z
2023-06-08T21:51:24Z
https://github.com/iperov/DeepFaceLab/issues/5245
[]
nalhilal
1
deepspeedai/DeepSpeed
pytorch
6,617
DeepSpeed inference load the whole model to cpu numerous times
Hi when I use DeepSpeed to inference ,when running GPU = 4,model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16) will be loaded four times. This takes up a lot of CPU memory.Is there a way to load the model only once?
closed
2024-10-10T02:23:14Z
2024-10-12T01:57:19Z
https://github.com/deepspeedai/DeepSpeed/issues/6617
[]
xixi226108
1
roboflow/supervision
tensorflow
1,038
Opencv channel swap in ImageSinks
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Hello I realize opencv used BGR instead of RGB, and therefore, the following code will cause channel swap: ```python with sv.ImageSink(t...
closed
2024-03-24T21:48:00Z
2024-03-26T01:46:31Z
https://github.com/roboflow/supervision/issues/1038
[ "enhancement" ]
zhmiao
3
tartiflette/tartiflette
graphql
217
Please delete this issue
-snip-
closed
2019-04-21T10:24:10Z
2019-04-21T10:27:36Z
https://github.com/tartiflette/tartiflette/issues/217
[]
ba-alexg
1
chmp/ipytest
pytest
12
Create a better Example notebook
Currently the example notebook is more geared towards understanding the implementaiton details, than how to use ipytest effectively.
closed
2018-11-02T10:29:24Z
2020-05-20T20:11:16Z
https://github.com/chmp/ipytest/issues/12
[]
chmp
1
nolar/kopf
asyncio
220
[PR] Fix Windows Compatibility
> <a href="https://github.com/damc-dev"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/3859789?v=4"></a> A pull request by [damc-dev](https://github.com/damc-dev) at _2019-11-06 01:44:29+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/220 > Merged by [nolar](htt...
closed
2020-08-18T20:01:03Z
2020-08-23T20:51:11Z
https://github.com/nolar/kopf/issues/220
[ "archive" ]
kopf-archiver[bot]
0
ray-project/ray
machine-learning
50,927
[serve] proxy memory leak
### What happened + What you expected to happen Seeing memory growth in the proxy actor over time indicating a memory leak: <img width="1357" alt="Image" src="https://github.com/user-attachments/assets/e0fd6e84-6e92-4e7c-91e2-4169ffc0bee2" /> ### Versions / Dependencies Ray 2.41 ### Reproduction script n/a ### I...
closed
2025-02-26T23:08:15Z
2025-03-10T17:15:53Z
https://github.com/ray-project/ray/issues/50927
[ "bug", "P0", "serve" ]
zcin
2
dpgaspar/Flask-AppBuilder
rest-api
1,794
Fix french translation
French translation which seems ta have been automaticaly generated contains mistakes. I propose to fix some of them ### Environment Flask-Appbuilder version: 3.4.3
open
2022-01-26T21:23:13Z
2022-05-02T13:04:28Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1794
[]
mlaval24
3
python-visualization/folium
data-visualization
1,583
Markercluster, disable cluster at zoomlevel
This issue was rasied by another person last year. But it seems to be no answer. I come aross the same issue and wonder if this can be done Markercluster or folium [https://github.com/python-visualization/folium/issues/1485]
closed
2022-04-08T06:31:28Z
2022-04-08T07:08:31Z
https://github.com/python-visualization/folium/issues/1583
[]
KarenChen9999
2
vitalik/django-ninja
django
674
Renderer should be configurable on a per-router or per-endpoint basis
**Is your feature request related to a problem? Please describe.** I am trying to export metrics of my application via `prometheus_client`. Prometheus will consume plain-text data from any HTTP endpoint and parse it. All my endpoints are JSON, except the metrics endpoint, which should be plaintext. **Describe the ...
open
2023-02-01T11:35:09Z
2023-02-06T10:50:15Z
https://github.com/vitalik/django-ninja/issues/674
[]
DavidVentura
3
CanopyTax/asyncpgsa
sqlalchemy
113
Incorrect version requirement in 0.27.0 for asyncpg
New 0.27.0 version [passes record_class](https://github.com/CanopyTax/asyncpgsa/blob/b9e928ce4a27a2c3964c69cfe5a3189290f1fdaa/asyncpgsa/connection.py#L96) thus being incompatible with asyncpg<0.22.0, but declaration in setup.py [states the opposite](https://github.com/CanopyTax/asyncpgsa/blob/master/setup.py#L13). Prob...
closed
2021-02-12T06:56:33Z
2021-02-26T00:39:20Z
https://github.com/CanopyTax/asyncpgsa/issues/113
[]
ods
1
adap/flower
tensorflow
4,574
Change Config and UserConfig to allow recursive nesting of dictionaries
### Describe the type of feature and its functionality. Currently both Config and User config are defined as arbitrary dictionaries with string keys and Scalar values. This requires the user to have knowledge of what the string keys are in order to access the values they packed into the config. Why not allow the val...
open
2024-11-22T17:09:41Z
2025-01-31T19:04:31Z
https://github.com/adap/flower/issues/4574
[ "feature request", "stale", "part: misc framework" ]
scarere
1
plotly/dash
data-science
2,273
[BUG] dcc.Dropdown use outdated styles for react-virtualized-select (cursor should be pointer)
![image](https://user-images.githubusercontent.com/72201/196037000-51156c03-c2bd-4601-8796-3f56186fcc6b.png) Cursor should be "pointer". The underlying library [has fixed this](https://github.com/bvaughn/react-virtualized-select/commit/b2c5fe394ec3145319bde37158d05b3508fbf84a) and dash use a version which includes t...
closed
2022-10-16T13:08:11Z
2022-11-02T19:33:25Z
https://github.com/plotly/dash/issues/2273
[]
olejorgenb
0
Urinx/WeixinBot
api
256
原来你们都在这里,哈哈㊙️㊙️㊙️
全网黑科技收藏了:[https://wxbug.cn/](https://wxbug.cn/)
open
2018-06-07T15:09:08Z
2023-01-06T07:07:54Z
https://github.com/Urinx/WeixinBot/issues/256
[]
wxbug-cn
2
allure-framework/allure-python
pytest
218
Dependencies issues with Allure
Hi, While trying to install pytest-allure plugin I caught the following issues : Could not find a version that matches allure-pytest Tried: 2.0.0b1, 2.0.0b1, 2.0.0b2, 2.0.0b2, 2.1.0b1, 2.1.0b1, 2.1.1b1, 2.1.1b1, 2.2.1b1, 2.2.1b1, 2.2.2b2, 2.2.2b2, 2.2.3b1, 2.2.3b1, 2.2.4b1, 2.2.4b1, 2.3.1b1, 2.3.1b1, 2.3.2b1, 2.3....
closed
2018-05-08T13:08:40Z
2018-06-13T10:02:45Z
https://github.com/allure-framework/allure-python/issues/218
[]
Formartha
4
unionai-oss/pandera
pandas
1,275
Data Generation Overlap for Multiple DataFrames
#### Concurrent Data Generation Strategies for Multiple DataFrames I realize this may be a difficult functionality to implement, but at a high level I am thinking about the best way to use pandera data generation in unit tests for testing functions that involve some merging across multiple datasets. In one of my ...
open
2023-07-21T16:23:47Z
2023-07-21T16:23:47Z
https://github.com/unionai-oss/pandera/issues/1275
[ "question" ]
aboomer07
0
coqui-ai/TTS
pytorch
3,427
[Bug] when i run print(TTS().list_models()) I get <TTS.utils.manage.ModelManager object at 0x7fa9d4c5a7a0>
### Describe the bug was found in coqui tts V0.22.0 not sure why its happening the but when i run print(TTS().list_models()) i get <TTS.utils.manage.ModelManager object at 0x7fa9d4c5a7a0> ### To Reproduce When i run print(TTS().list_models()) I get <TTS.utils.manage.ModelManager object at 0x7fa9d4c5a7a0> ### Expect...
closed
2023-12-14T01:13:58Z
2024-01-28T22:40:23Z
https://github.com/coqui-ai/TTS/issues/3427
[ "bug", "wontfix" ]
DrewThomasson
2
dropbox/sqlalchemy-stubs
sqlalchemy
207
error: Unexpected keyword argument "astext_type" for "JSONB"
I'm getting `error: Unexpected keyword argument "astext_type" for "JSONB"` in my alembic migrations on lines like: `sa.Column("data", postgresql.JSONB(astext_type=sa.Text()), nullable=True),` Looking at the [__init__](https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_0b1/lib/sqlalchemy/dialects/postgresql/json....
open
2021-02-02T14:08:49Z
2023-05-11T15:40:31Z
https://github.com/dropbox/sqlalchemy-stubs/issues/207
[]
triptec
1
anselal/antminer-monitor
dash
15
Auto Restart when chips show as dashes `-`
i hope it will be auto restart function on this software, once the page is refresh and if any running chip XXXXX it will be auto restart for them.
closed
2017-10-30T10:55:21Z
2017-10-30T11:37:19Z
https://github.com/anselal/antminer-monitor/issues/15
[]
babycicak
5
python-visualization/folium
data-visualization
1,571
Issue using branca colormap with folium.raster_layers.ImageOverlay
**Describe the bug** Exhausted my troubleshooting - I believe this is in fact a bug, hopefully I'm not wrong! I think there is a bug attempting to use a branca colormap (of type branca.colormap.LinearColormap) with an ImageOverlay raster layer. Here is the error I receive when running the code below: ``` -----...
closed
2022-02-17T17:01:38Z
2023-01-24T16:59:00Z
https://github.com/python-visualization/folium/issues/1571
[ "bug", "work in progress" ]
ipritchard
12
scikit-learn/scikit-learn
data-science
31,019
Allow column names to pass through when fitting `narwhals` dataframes
### Describe the workflow you want to enable Currently when fitting with a `narwhals` DataFrame, the feature names do not pass through because it does not implement a `__dataframe__` method. Example: ```python import narwhals as nw import pandas as pd import polars as pl from sklearn.preprocessing import StandardSca...
closed
2025-03-18T19:23:08Z
2025-03-21T17:03:33Z
https://github.com/scikit-learn/scikit-learn/issues/31019
[ "New Feature", "Needs Triage" ]
ryansheabla
4
3b1b/manim
python
1,249
compatible with BasicTeX?
Question: I was just looking at this [requirement](https://github.com/3b1b/manim/blame/master/README.md#L21) and wondering Is this compatible with [BasicTeX](https://www.tug.org/mactex/morepackages.html)?
open
2020-10-04T03:57:39Z
2020-12-28T03:20:31Z
https://github.com/3b1b/manim/issues/1249
[]
omarcostahamido
2
sinaptik-ai/pandas-ai
data-science
593
Move prompt templates to separate files
### 🚀 The feature Currently we have prompt's content is stored in class body mixed with other code: [`GeneratePythonCodePrompt`](https://github.com/gventuri/pandas-ai/blob/a8a15052eff658667d4eeccbe2431bc31911919d/pandasai/prompts/generate_python_code.py#L42) [`CorrectErrorPrompt`](https://github.com/gventuri/pandas...
closed
2023-09-25T20:08:53Z
2023-09-28T14:36:59Z
https://github.com/sinaptik-ai/pandas-ai/issues/593
[]
nautics889
1
RobertCraigie/prisma-client-py
asyncio
715
Adding Example for FastApi OpenAPI documentation
## Problem Currently for my pydantic models, I use the example field to document FastAPI: ` = Field(..., example="This is my example for SwaggerUI")` ## Suggested solution Would it be possible through comment in the schema.prisma to add these examples? ## Alternatives Open to any solution. ## Addit...
open
2023-03-03T22:08:31Z
2023-03-06T14:03:23Z
https://github.com/RobertCraigie/prisma-client-py/issues/715
[ "kind/feature", "level/intermediate", "priority/medium", "topic: dx", "topic: generation" ]
julien-roy-replicant
4
zihangdai/xlnet
tensorflow
220
how to find the end token in _sample_mask?
https://github.com/zihangdai/xlnet/blob/5cd50bc451436e188a8e7fea15358d5a8c916b72/data_utils.py#L369 why isn't _is_start_piece(sp.IdToPiece(seg[end].item()))? Should it check the end of n-grams?
open
2019-08-21T01:48:12Z
2019-08-21T01:50:57Z
https://github.com/zihangdai/xlnet/issues/220
[]
YanglanWang
0
psf/black
python
4,293
Incorrectly strips tuple brackets from single entry tuple
<!-- Please make sure that the bug is not already fixed either in newer versions or the current development version. To confirm this, you have three options: 1. Update Black's version if a newer release exists: `pip install -U black` 2. Use the online formatter at <https://black.vercel.app/?version=main>, which w...
closed
2024-03-29T09:56:13Z
2024-03-29T15:50:19Z
https://github.com/psf/black/issues/4293
[ "T: bug" ]
juur
0
aleju/imgaug
machine-learning
291
[Documentation Question] Upsizing segmentation masks
I'm curious how a type uint segmentation mask is able to be resized larger. The only method that makes sense to me would be KNN, but the docs say, "Note that segmentation maps are handled internally as heatmaps (one per class) and as such can be resized using cubic interpolation." But wouldn't cubic interpolation f...
closed
2019-03-27T22:51:47Z
2019-03-29T19:52:09Z
https://github.com/aleju/imgaug/issues/291
[]
austinmw
2
streamlit/streamlit
data-visualization
10,218
Capturing events from interactive plotly line drawing
### 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 A way to be able to draw lines in plots and get the coordinates of that line would be very useful. In plotly,...
open
2025-01-21T14:14:10Z
2025-01-21T15:36:30Z
https://github.com/streamlit/streamlit/issues/10218
[ "type:enhancement", "feature:st.plotly_chart", "area:events" ]
CarlAndersson
1
ymcui/Chinese-BERT-wwm
tensorflow
151
RoBERTa need vocab.json in hugging face Transformers
In hugging face, the `RobertaTokenizer` need a vocal file that is json format, would you tell how to fix? Otherwise release a json format vocab? PS:transformers version is 3.2.0 Best regards!
closed
2020-09-27T03:03:18Z
2020-09-27T03:05:07Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/151
[]
MrRace
1
mitmproxy/pdoc
api
430
pdoc does not seem to play nicely with GitPython when in a package
#### Problem Description pdoc is unable to import package that uses GitPython. We've noticed this issue in a large application, and I have created a minimal example that has been able to reproduce the issue here: https://github.com/cquick01/pdoc-test Our larger application runs fine when running normally, and ...
closed
2022-08-11T20:38:59Z
2022-08-12T14:26:32Z
https://github.com/mitmproxy/pdoc/issues/430
[ "bug" ]
cquick01
2
open-mmlab/mmdetection
pytorch
11,848
ReadTheDocs needs updating
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help. 3. The bug has not been fixed in the latest v...
open
2024-07-11T21:32:49Z
2024-07-11T21:33:05Z
https://github.com/open-mmlab/mmdetection/issues/11848
[]
mbergman257
0
fastapi/sqlmodel
pydantic
361
I have 2 table. which have (one to many relationship). User and Car , one user can buy many cars .when i deleted Parent(User) child(cars) related with that parents must be deletd but when i deleted the child parents should not be deleted.
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
closed
2022-06-11T04:52:17Z
2022-06-15T15:11:22Z
https://github.com/fastapi/sqlmodel/issues/361
[ "question" ]
israr96418
2
kynan/nbstripout
jupyter
52
Only output should be kept for keep_output and init_cell
Currently, `nbstripout` ignores `keep_output` and `init_cell` cells entirely. However, this means that lots of stuff beyond the output stays, such as `execution_count`. I think keeping this does not meet the design goals, and it can cause Git conflicts. Feature request: Treat these two types of cells normally, excep...
closed
2017-04-07T17:49:22Z
2017-06-09T21:49:48Z
https://github.com/kynan/nbstripout/issues/52
[ "type:enhancement", "resolution:fixed" ]
reidpr
3
InstaPy/InstaPy
automation
5,964
Error while running "Follow the likers of photos of users"
<!-- 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 it should follow the Amount of of likers of a post specified. ## Current Behavior it say...
closed
2020-12-17T01:08:16Z
2021-01-07T16:00:09Z
https://github.com/InstaPy/InstaPy/issues/5964
[]
virtualKhubaib
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,777
[Bug]: Torch is not able to use GPU
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2024-05-13T14:26:50Z
2024-08-26T11:59:25Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15777
[ "bug-report" ]
Adastra11
2
tartiflette/tartiflette
graphql
228
[Extensibility] Bring an "hookable" way to make third-party libraries possible
One missing part needed by the community to provide external directives is a way to configure the directive. Here is a draft of the API to provide configuration. ## No more `Directive` abstract class The Directive classes won't extend any tartiflette abstract classes. Instead, you will have to implement the me...
closed
2019-05-15T13:47:41Z
2019-06-13T09:49:47Z
https://github.com/tartiflette/tartiflette/issues/228
[ "enhancement" ]
tsunammis
0
noirbizarre/flask-restplus
flask
701
Update Documentation for Flask >= 1.1.0 and Werkzeug >= 0.15.0
> d-kahara commented 2 hours ago • > For anyone that's encountered this issue lately > This has changed > > from werkzeug.contrib.fixers import ProxyFix > app.wsgi_app = ProxyFix(app.wsgi_app) > > This is what you need: > > from werkzeug.middleware.proxy_fix import ProxyFix > app.wsgi_app = ProxyFix(app.w...
open
2019-08-22T13:25:50Z
2019-09-24T09:07:13Z
https://github.com/noirbizarre/flask-restplus/issues/701
[ "documentation" ]
j5awry
1
facebookresearch/fairseq
pytorch
5,306
High Memory consumption on ASR inferencing
## ❓ Questions and Help #### What is your question? High memory consumption on ASR inferencing on a 16GB RAM server. It used up the system RAM up to 15.67GB and cause the whole server to hang. ![image (1)](https://github.com/facebookresearch/fairseq/assets/51883244/b0e990a0-a5c8-4430-834c-d98955a0b1ce) ####...
open
2023-09-01T16:06:28Z
2023-09-29T16:58:28Z
https://github.com/facebookresearch/fairseq/issues/5306
[ "question", "needs triage" ]
olawale1rty
2
Urinx/WeixinBot
api
149
微信发送信息频率上限?
# 请问有人知道微信发送信息频率上限是多少吗? 自己的机器人碰到的问题... 希望大家可以来帮助讨论下 先谢过啦 ## 简单介绍下背景: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;功能上基本上就是群发,且群发的信息对不同人是不一样的。 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;然后希望能够越准时越好(比如元旦,最好就是1月1日00:00发送,微信上貌似就显示到分钟,所以有60s的时间来发送,好友大概120个的样子) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp...
open
2017-02-10T11:25:39Z
2017-09-12T12:56:32Z
https://github.com/Urinx/WeixinBot/issues/149
[]
eggachecat
6
plotly/dash-core-components
dash
575
DatePickerSingle not compatible with Internet Explorer 11
DatePickerSingle examples from the Dash user guide https://dash.plot.ly/dash-core-components/datepickersingle are not working with Internet Explorer 11 (tested version: 11.175.18362.0 with updates: 11.0.130). A selected date in the calendar won't update the text in the input field. Possible Solution: Regarding ...
open
2019-06-29T11:54:05Z
2020-04-16T12:57:41Z
https://github.com/plotly/dash-core-components/issues/575
[ "size: 1", "bug" ]
miburk
1
axnsan12/drf-yasg
rest-api
40
Schema default value not used
Trying to set a default value for a Schema inside of a Parameter. It does not seem to be getting picked up in Swagger when I use the "Try it out" functionality. My schema looks like this: ``` @swagger_auto_schema( operation_id="Get a mission plan", responses={ 200: ...
closed
2018-01-11T10:13:49Z
2018-01-12T02:37:29Z
https://github.com/axnsan12/drf-yasg/issues/40
[]
arkadyark
4
seleniumbase/SeleniumBase
web-scraping
2,853
New Chrome break the remote_debug?
After update to chrome Version 126.0.6478.62, remote_debug in seleniumbase is broken, with WARNING: Unable to get screenshot! <img width="348" alt="image" src="https://github.com/seleniumbase/SeleniumBase/assets/1127820/36f5fe04-7c3e-478b-83c5-4f60d626244a">
closed
2024-06-14T15:18:22Z
2024-06-22T15:27:37Z
https://github.com/seleniumbase/SeleniumBase/issues/2853
[ "can't reproduce" ]
guocity
10
dynaconf/dynaconf
flask
1,138
[RFC] Add description text to the fields
There will be 2 ways to add a description to a field on the schema first: usign Doc() PEP 727 https://github.com/tiangolo/fastapi/blob/typing-doc/typing_doc.md ```py field: Annotated[str, Doc("This field is important")] ``` The above adds a Docstring to the schema that can be extracted by Dynaconf to gener...
open
2024-07-06T20:31:56Z
2024-07-16T14:58:09Z
https://github.com/dynaconf/dynaconf/issues/1138
[ "Not a Bug", "RFC", "typed_dynaconf" ]
rochacbruno
1
ymcui/Chinese-LLaMA-Alpaca
nlp
632
lora不和基础模型合并,单独使用PeftModel加载可以吗,两者有区别吗
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-06-19T02:07:52Z
2023-06-26T23:54:09Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/632
[ "stale" ]
yuandongbo-1
2
Yorko/mlcourse.ai
plotly
755
Proofread topic 4
- Fix issues - Fix typos - Correct the translation where needed - Add images where necessary
open
2023-10-23T15:43:36Z
2024-08-25T07:49:28Z
https://github.com/Yorko/mlcourse.ai/issues/755
[ "enhancement", "articles" ]
Yorko
2
gevent/gevent
asyncio
1,140
Wait for a socket and an event
Hi, Is it possible to wait for both a socket and an event? Something like this: ```python s = socket.socket() e = gevent.event.Event() gevent.wait([s, e]) # Either the socket or the event is ready ``` This code is obviously not valid, but I wonder if there's some trick or workaround to make it work.
closed
2018-03-12T08:40:04Z
2018-03-13T14:08:52Z
https://github.com/gevent/gevent/issues/1140
[]
ralt
5
ymcui/Chinese-LLaMA-Alpaca
nlp
43
如何继续fine-tuning
如题,你好,想问下如何基于你训练好的Aplace在微调下呢?
closed
2023-04-03T11:32:42Z
2023-04-07T08:36:08Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/43
[]
Ferrair
3
ivy-llc/ivy
pytorch
27,979
Fix Ivy Failing Test: torch - linalg.adjoint
To-do List: https://github.com/unifyai/ivy/issues/27501
closed
2024-01-21T16:04:33Z
2024-01-22T07:00:33Z
https://github.com/ivy-llc/ivy/issues/27979
[ "Sub Task" ]
Sai-Suraj-27
0
jonra1993/fastapi-alembic-sqlmodel-async
sqlalchemy
87
Stuck in filters
How to use filters here? If you added some examples it will be helpful. For example if we want to filter user table by first_name, last_name, email or status, How we can achieve?
closed
2023-10-13T22:25:20Z
2023-11-01T09:48:20Z
https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/issues/87
[]
russell310
2
ansible/ansible
python
84,475
docker_network state:absent destroys networks with containers still attached, contrary to the documentation
### Summary When I run a playbook which declares the state of an existing docker_network with connected containers to be absent, I expect the deletion to fail as documented [here](https://docs.ansible.com/ansible/2.9/modules/docker_network_module.html#parameter-state) > If a network has connected containers, it can...
closed
2024-12-18T12:27:49Z
2025-01-01T14:00:02Z
https://github.com/ansible/ansible/issues/84475
[ "bot_closed" ]
sonotley
1
kizniche/Mycodo
automation
460
dashboard error
## Mycodo Issue Report: - Specific Mycodo Version: 6.08 #### Problem Description Please list: - when i modify the dashboard and add in a graph two value: temp setpoint, temp from ds18b20 ### Errors - List any errors you encountered. - Traceback (most recent call last): File "/home/pi/Myco...
closed
2018-04-27T20:31:12Z
2018-04-28T01:02:45Z
https://github.com/kizniche/Mycodo/issues/460
[]
magichammer
3
gradio-app/gradio
data-visualization
10,639
show_search not working on gr.Dataframe
### Describe the bug Have gradio 5.14.0, when trying to use show_search='search' paramter for gr.Dataframe(..., getting the error below: TypeError: Dataframe.__init__() got an unexpected keyword argument 'show_search' Other parameters are working. ### Have you searched existing issues? 🔎 - [x] I have searched ...
closed
2025-02-20T20:47:41Z
2025-02-21T07:33:44Z
https://github.com/gradio-app/gradio/issues/10639
[ "bug" ]
predsymod
1
huggingface/transformers
python
36,104
I get OSError: ... is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' for valid models
### System Info OS: Windows 11 Python: Both 3.11.6 and 3.12.9 Pytorch: Both 2.2.0 and 2.6.0 ### Who can help? _No response_ ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own...
closed
2025-02-09T20:00:14Z
2025-02-10T19:36:15Z
https://github.com/huggingface/transformers/issues/36104
[ "bug" ]
ogkalu2
3
keras-team/keras
deep-learning
20,601
Tensorflow Variable Aggregation testing in Keras 3.7.0
Forking this from: https://github.com/keras-team/keras/issues/20568 Specifically tagging @james77777778. tl; dr: It's `SUM`. ------ The recommendation was: > Since there is no reproducible script for debugging, this is a random guess: > Before https://github.com/keras-team/keras/commit/28d39c0cc766767f...
open
2024-12-05T22:03:59Z
2025-03-12T05:05:35Z
https://github.com/keras-team/keras/issues/20601
[ "type:Bug" ]
dryglicki
5
CorentinJ/Real-Time-Voice-Cloning
pytorch
713
Noise, wheezing in the output audio
Hi! Almost all the output audio that I received had a low voice frequency, and noise could occur in the middle of the voice. On many synthesized audio, the voice had a "hoarseness". As the source audio, I tried many different voices, many of them with a high-pitched voice. What could be the problem? Is this an in...
closed
2021-03-26T17:29:48Z
2021-04-04T07:17:22Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/713
[]
nikolaev1ma
3
sgl-project/sglang
pytorch
3,728
[Bug] Deepseek chatChatCompletion has an additional bos in end of the assistant
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
closed
2025-02-20T07:59:54Z
2025-02-21T08:30:15Z
https://github.com/sgl-project/sglang/issues/3728
[ "deepseek" ]
Planck-a
5
ultralytics/ultralytics
pytorch
19,250
mode.val(save_json=True),COCO API AssertionError: Results do not correspond to current coco set.
### 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 trian.py ``` if __name__ == '__main__': from ultralytics import YOLO ...
closed
2025-02-14T15:42:45Z
2025-02-18T11:19:04Z
https://github.com/ultralytics/ultralytics/issues/19250
[ "question", "detect" ]
SDIX-7
7
coqui-ai/TTS
deep-learning
3,538
Numpy 1.22.0 and 1.24.3 Problem with TTS 0.22.0 and Librosa 0.10.0 and 0.10.1
Hello everyone, I'm working as a scientistic assistance on Linux and we had a compatibility problem with TTS 0.22.0, Librosa 0.10.0 and Numpy 1.22.0 after an TTS Update from 0.11.0 to 0.22.0. With these updates we got the following traceback: ``` Traceback (most recent call last): File "/project/translate_lect...
closed
2024-01-23T11:11:46Z
2024-06-26T16:49:23Z
https://github.com/coqui-ai/TTS/issues/3538
[ "wontfix" ]
OrbitPeppermint
6
tatsu-lab/stanford_alpaca
deep-learning
25
Public release of model weights
Congratulations on the fine-tune! We have observed some fantastic performance through the provided web interface. AFAIK the original Llama model was released under GNU/GPL, you should be able to distribute derivative work respecting this original license, correct? (Even if the original model weights have not officia...
closed
2023-03-14T21:44:34Z
2023-03-15T20:02:13Z
https://github.com/tatsu-lab/stanford_alpaca/issues/25
[]
topiconcept
3
521xueweihan/HelloGitHub
python
2,063
是否有必要记录每期生成的时间
## 项目推荐 - 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址 - 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习) - 项目后续更新计划: - 项目描述: - 必写:这是个什么项目、能用来干什么、有什么特点或解决了什么痛点 - 可选:适用于什么场景、能够让初学者学到什么 - 描述长度(不包含示例代码): 10 - 256 个字符 - 推荐理由:令人眼前一亮的点是什么?解决了什么痛点? - 示例代码:(可选)长度:1-20 行 ...
closed
2022-01-08T04:59:53Z
2022-01-08T04:59:57Z
https://github.com/521xueweihan/HelloGitHub/issues/2063
[ "恶意issue" ]
baymax55
1
lepture/authlib
django
305
ResourceProtector decorator doesn't work with class-based Django views
**Describe the bug** When using the ResourceProtector decorator (as documented [here](https://docs.authlib.org/en/latest/django/2/resource-server.html)) on a Django REST Framework **class-based view**'s method: ```python class MyView(APIView): @require_oauth("order") def post(self, request, *args, **kw...
closed
2020-12-20T16:08:15Z
2022-11-17T09:36:30Z
https://github.com/lepture/authlib/issues/305
[ "bug" ]
thatguysimon
3
MaartenGr/BERTopic
nlp
1,132
.transform() does not generate probability distribution despite calculate_probabilites=True
When I fit BERTopic on my documents and embeddings with fit_transform(), I get a list of topic assignments and a 2d array of soft clustering probability distributions out. But if I then take that fitted model and feed it new or the same data again using .transform, I get a list of topic assignments, but no soft cluster...
closed
2023-03-28T21:04:29Z
2023-05-23T09:25:46Z
https://github.com/MaartenGr/BERTopic/issues/1132
[]
kuchenrolle
3
onnx/onnx
machine-learning
5,907
test FAILED QuantizeLinearOpMLFloat16Test.Float8
# Bug Report When executing the build command given below, the build failed with a failed test case. Also, there appear to be memory leaks detected. The build.log is attached. ### Describe the bug [ FAILED ] QuantizeLinearOpMLFloat16Test.Float8 [----------] Global test environment tear-down [==========] 40...
closed
2024-02-05T13:01:23Z
2024-02-06T12:02:22Z
https://github.com/onnx/onnx/issues/5907
[ "bug" ]
daviddrell
3
autogluon/autogluon
computer-vision
3,915
[BUG] Unable to work with Autogluon Object Detection
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [x] I confirmed bug exists on the latest mainline of AutoGluon via s...
closed
2024-02-12T18:44:11Z
2024-06-27T10:17:14Z
https://github.com/autogluon/autogluon/issues/3915
[ "bug: unconfirmed", "Needs Triage" ]
GDGauravDutta
2
matplotlib/matplotlib
data-science
29,428
[Doc]: Multipage PDF: unclear which backend supports and which does not support attach_note()
### Documentation Link https://matplotlib.org/stable/gallery/misc/multipage_pdf.html ### Problem The issue is in the first two paragraphs of the page. > This is a demo of creating a pdf file with several pages, as well as adding metadata and annotations to pdf files. > > If you want to use a multipage pdf file...
closed
2025-01-07T20:41:08Z
2025-01-11T09:09:16Z
https://github.com/matplotlib/matplotlib/issues/29428
[ "Documentation" ]
jaskij
4
psf/requests
python
6,417
github actions on ubuntu 18.04 fail to start because the image was removed
github actions on ubuntu 18.04 fail to start because the image was removed: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ this might be a challenge because the tests fail with SSLError: https://github.com/psf/requests...
closed
2023-04-21T15:53:46Z
2024-04-23T00:03:46Z
https://github.com/psf/requests/issues/6417
[]
graingert
1
huggingface/transformers
pytorch
36,354
Add EfficientLoFTR model
### Model description EfficientLoFTR is an image matching model performing dense matching (contrary to SuperPoint + SuperGlue). It is a variant to LoFTR that runs in realtime (at most 40ms for inference). The base model performances are ok, but with the soon release of [MatchAnything](https://github.com/zju3dv/MatchAn...
open
2025-02-23T14:12:59Z
2025-02-24T20:48:25Z
https://github.com/huggingface/transformers/issues/36354
[ "New model", "Vision" ]
sbucaille
0
microsoft/nni
pytorch
4,817
Why does SlimPruner utilize the WeightTrainerBasedDataCollector instead of the WeightDataCollector before model compressing?
open
2022-04-27T11:43:29Z
2022-04-29T01:50:48Z
https://github.com/microsoft/nni/issues/4817
[]
songkq
1
KaiyangZhou/deep-person-reid
computer-vision
163
How to import evaluate_cy?
try: from torchreid.metrics.rank_cylib.rank_cy import evaluate_cy IS_CYTHON_AVAI = True except ImportError: IS_CYTHON_AVAI = False warnings.warn( 'Cython evaluation (very fast so highly recommended) is ' 'unavailable, now use python evaluation.' )
closed
2019-04-30T13:00:08Z
2022-10-24T11:28:08Z
https://github.com/KaiyangZhou/deep-person-reid/issues/163
[]
shanqq377
2