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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
miguelgrinberg/python-socketio | asyncio | 830 | Feature Request: Connect to specific socket.io address/ | **Is your feature request related to a problem? Please describe.**
I'm using socket.io to communicate from server to server, to remotely control a robot.
**Describe the solution you'd like**
I would like an extra paramater in the Client and the AsyncClient constructors to connect to an address
**Describe altern... | closed | 2021-12-14T20:37:15Z | 2021-12-14T20:39:13Z | https://github.com/miguelgrinberg/python-socketio/issues/830 | [] | LeoDog896 | 0 |
frappe/frappe | rest-api | 31,319 | Child Table translation issue in Web Forms | In Web Form with child table, column labels are not getting translated.
## Steps to reproduce the issue
View web form with child table in different language.
for example, viewing the webform in Arabic shows the following

## Ad... | open | 2025-02-19T11:16:49Z | 2025-02-20T07:45:05Z | https://github.com/frappe/frappe/issues/31319 | [
"bug"
] | mf0wzi | 0 |
autokey/autokey | automation | 634 | AutoKey crashes when script errors and notification icon off | ## Classification:
(Pick one: Bug, Crash/Hang/Data loss, Enhancement, Feature (new), Performance, UI/Usability)
Crash
## Reproducibility:
(Pick one: Always, Sometimes, Rarely, Unable, I didn't try)
Always
## AutoKey version:
(Paste in your AutoKey version and, if the problem is known to be present in more th... | open | 2021-11-24T20:22:53Z | 2023-05-08T19:35:15Z | https://github.com/autokey/autokey/issues/634 | [
"bug",
"autokey-gtk",
"help-wanted",
"scripting"
] | gingershaped | 7 |
ageitgey/face_recognition | python | 1,250 | Suggestions to Improve the Speed | Hi
How to implement multi processing to face detection and recognition of the image files ?
CPU option is kind of useless it still uses one single processing core!
CUDA enabled dLib works nice but I don't know how to optimize the CPU part or split the task between multi cores
Thanks | open | 2020-12-04T19:19:47Z | 2024-06-24T13:01:23Z | https://github.com/ageitgey/face_recognition/issues/1250 | [] | psychosys | 2 |
Zeyi-Lin/HivisionIDPhotos | machine-learning | 227 | pip subprocess to install build dependencies did not run successfully. | Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 2
╰─> [97 lines of output]
[HivisionIDPhotos-master pip install.txt](https://github.com/user-attachments/files/18335515/HivisionIDPhotos-mast... | open | 2025-01-07T16:23:56Z | 2025-01-07T16:23:56Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/227 | [] | HumanMus1c | 0 |
dask/dask | pandas | 11,314 | Expose a blockwise - reshape operation that doesn't guarantee to keep the ordering consistent for downstream libraries | @dcherian when we chatted you mentioned that Xarray would benefit if we could expose a blockwise reshaping operation that doesn't guarantee the same ordering as the NumPy equivalent.
The requirement that Xarray would have is that
```
arr = da.random.random((100, 100, 100), chunks=(10, 10, 10))
result = arr.blo... | closed | 2024-08-14T13:29:45Z | 2024-08-27T17:41:07Z | https://github.com/dask/dask/issues/11314 | [
"array",
"array-expr"
] | phofl | 5 |
jupyter-incubator/sparkmagic | jupyter | 791 | Run Tests Nightly to Catch Upstream Dependency Issues Earlier | **Is your feature request related to a problem? Please describe.**
`sparkmagic` has been caught in a broken state several times over the past few years due to upstream dependencies changing. `sparkmagic` intentionally tries to support a wide range of Python and library versions, but this comes at a cost.
**Describe... | closed | 2022-12-30T02:11:23Z | 2022-12-31T16:26:32Z | https://github.com/jupyter-incubator/sparkmagic/issues/791 | [] | devstein | 0 |
drivendataorg/erdantic | pydantic | 122 | Error with Optional Annotated types | The following code:
```py
from typing import Optional
import erdantic
from annotated_types import Annotated
from bson import ObjectId
from pydantic import AfterValidator, BaseModel
def assert_object_id(s: str):
"""Assert that a given string is a valid BSON ObjectId and return the string."""
asser... | closed | 2024-07-16T14:52:23Z | 2024-07-16T21:55:33Z | https://github.com/drivendataorg/erdantic/issues/122 | [
"bug"
] | yinchi | 2 |
lepture/authlib | django | 603 | request to fix illogical and redundant code in ResourceProtector (solution provided). | [Everywhere](https://docs.authlib.org/en/latest/flask/2/api.html#authlib.integrations.flask_oauth2.ResourceProtector) in documentation about ResourceProtector, we can find:
```python
from authlib.integrations.django_oauth2 import ResourceProtector, BearerTokenValidator
from django.http import JsonResponse
require_oaut... | open | 2023-12-15T22:15:19Z | 2025-02-20T20:27:59Z | https://github.com/lepture/authlib/issues/603 | [
"good first issue",
"feature request",
"server"
] | danilovmy | 0 |
Evil0ctal/Douyin_TikTok_Download_API | api | 328 | tiktok 失效了 | 今天下午失效的
https://api16-normal-c-useast1a.tiktokv.com/aweme/v1/feed/?aweme_id=7328504267440950536
返回为空 | closed | 2024-03-14T08:13:10Z | 2024-03-25T22:30:58Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/328 | [
"BUG"
] | 5wcx | 7 |
gevent/gevent | asyncio | 1,274 | Reading negative length in pywsgi wsgi.input never returns | * gevent version: master
### Description:
Python sometimes uses read length -1 for reading all (like in file i/o) and sometimes None (like in http)...
When reading a non chunked body in pywsgi from wsgi.input with negative length (or -1) it gets stuck in the read command, the chunked code path has a check for ... | closed | 2018-08-29T10:19:55Z | 2018-09-13T16:45:45Z | https://github.com/gevent/gevent/issues/1274 | [] | tzickel | 7 |
PeterL1n/RobustVideoMatting | computer-vision | 30 | 1060的显卡能提升多少性能?(相对cpu) | closed | 2021-09-20T15:52:54Z | 2021-10-13T02:52:28Z | https://github.com/PeterL1n/RobustVideoMatting/issues/30 | [] | zhaoyuan020 | 2 | |
AirtestProject/Airtest | automation | 1,007 | 使用pytest运行录屏卡住进程 | :bulb:**相关项目:** Airtest
**标题:** [BUG提交]使用pytest运行录屏卡住进程
**AirtestIDE版本:** 无
- [x] **使用了本地Pyhton环境运行脚本**
- Python版本: 3.6.3
- Airtest版本: v1.2.3
**报错描述:**
使用pytest运行录屏卡住进程,可以运行第一条用例,无法运行第二条用例
**相关截图:**
 response.
This happens regardless of the `request_max_size` setting.
If I undserstand the implementation correctly, the maximum HTTP header size is hardcoded to be 8k:
https://github.com/sanic-org/... | closed | 2021-06-02T09:49:59Z | 2021-06-04T10:56:29Z | https://github.com/sanic-org/sanic/issues/2153 | [] | moorglade | 7 |
qwj/python-proxy | asyncio | 3 | 是否能考虑支持ssr? | 😆 | closed | 2017-10-24T14:19:42Z | 2018-07-27T09:38:35Z | https://github.com/qwj/python-proxy/issues/3 | [] | txdywy | 1 |
bendichter/brokenaxes | matplotlib | 48 | How do I modify the ytick labels when using a histogram | Hi, I am new at this and don't have any experience but have been able to plot some graphs. I have not been able to change the y-axis ticks. As you can see I wanted to use an abbreviated form instead of having a large tick of 2,000,000. I have been able to do in other plots with the following line of code:
`plt.gca().y... | closed | 2020-05-13T06:31:31Z | 2020-05-13T17:08:32Z | https://github.com/bendichter/brokenaxes/issues/48 | [] | Penacare | 2 |
gradio-app/gradio | data-visualization | 10,066 | login to server failed: tls: failed to verify certificate: x509: certificate has expired or is not yet valid | ### Describe the bug
Since yesterday, I have been facing the issue of gradio not launching properly. It keeps printing this error and displays unexpected ui.
`Running Gradio in a Colab notebook requires sharing enabled. Automatically setting `share=True` (you can turn this off by setting `share=False` in `launch()` e... | closed | 2024-11-28T12:52:56Z | 2024-11-28T14:14:39Z | https://github.com/gradio-app/gradio/issues/10066 | [
"bug"
] | hasanshahid5678 | 2 |
TencentARC/GFPGAN | pytorch | 493 | Aaki | BBa
| open | 2024-01-26T10:31:49Z | 2024-01-26T10:31:49Z | https://github.com/TencentARC/GFPGAN/issues/493 | [] | aquibmir121 | 0 |
Esri/arcgis-python-api | jupyter | 1,318 | Token required but not passed in the request. | I am trying to run this notebook,
[finding_routes_for_appliance_delivery_with_VRP_solve](https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/finding_routes_for_appliance_delivery_with_VRP_solver.ipynb)
but I kept having this error:
```
Exception: Token required but not pas... | closed | 2022-08-03T13:30:11Z | 2022-10-26T11:40:45Z | https://github.com/Esri/arcgis-python-api/issues/1318 | [
"question"
] | redcican | 7 |
luispedro/mahotas | numpy | 85 | Hough transform feature request | I've used mahotas for detecting/labeling objects, and now need to add a Hough transform element to it. I'll probably use OpenCV for now, but to reduce dependencies I'd like to stick with only mahotas. I saw that Hough transforms were on the possible features list, and just wanted to make an issue to formally express in... | open | 2017-01-31T18:44:25Z | 2018-10-06T03:09:26Z | https://github.com/luispedro/mahotas/issues/85 | [
"enhancement"
] | dirtbirb | 6 |
geopandas/geopandas | pandas | 3,093 | COMPAT: pandas main no longer considers numpy array equivalent to IntegerArray | Our dev CI has new failures due to some changes on pandas main.
When testing a roundtrip of an `IntegerArray` column in `test_to_file_int32` and `test_to_file_int64`, which are read by fiona as floats, pandas stable is fine with the assertions as we pass `check_dtype=False`. However, on pandas main, the same asserti... | closed | 2023-12-02T22:30:58Z | 2023-12-05T11:22:36Z | https://github.com/geopandas/geopandas/issues/3093 | [] | martinfleis | 1 |
mckinsey/vizro | pydantic | 509 | [Docs] Revise the documentation for layouts to use colours from the palette | A recent PR introduced a [set of diagrams with very jarring colours](https://vizro.readthedocs.io/en/stable/pages/user-guides/layouts/#custom-layout-examples) that were chosen mostly to contrast strongly and clarify the layout grid. It should be possible to use colours from our standard palette rather the RGBM and this... | open | 2024-06-03T08:51:40Z | 2025-01-14T09:40:18Z | https://github.com/mckinsey/vizro/issues/509 | [
"Help Wanted :pray:",
"Docs :spiral_notepad:",
"Good first issue :baby_chick:",
"hacktoberfest"
] | stichbury | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 814 | Update CamVid example | I tried following the example, but got `AttributeError: module 'segmentation_models_pytorch' has no attribute 'utils'` in the call `loss = smp.utils.losses.DiceLoss()`. I'm importing with `!pip install segmentation-models-pytorch` then `import segmentation_models_pytorch as smp`. I think it should be just `loss = smp.l... | closed | 2023-09-29T03:19:37Z | 2023-12-09T01:49:53Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/814 | [
"Stale"
] | alexcjwei | 4 |
sebp/scikit-survival | scikit-learn | 513 | More permissive license without copyleft | Hi @sebp,
I would like to use this project in a context where I am not able to license the work in GPL.
Would it be possible to distribute this project with a license that is not as restrictive as GPL-3.0, for example `LGPL-3.0-or-later` (see [Wikipedia](https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License#... | closed | 2025-02-13T13:21:35Z | 2025-02-13T19:34:36Z | https://github.com/sebp/scikit-survival/issues/513 | [] | pavelzw | 2 |
pytorch/vision | machine-learning | 8,060 | EfficientNet B0-B7 models return invalid hash value | ### 🐛 Describe the bug
All EfficientNet B0-B7 models are returning an invalid hash when downloaded, tested locally and in Google Colab. The below examples are for B2, but this is happening for B0-B7. I am not experiencing this issue with EfficientNetV2.
Torchvision version: 0.16.0+cu118
```python
import torchv... | closed | 2023-10-23T00:35:45Z | 2024-03-11T13:41:52Z | https://github.com/pytorch/vision/issues/8060 | [] | JBethay | 4 |
akanz1/klib | data-visualization | 14 | [BUG] - Broken missing values plot for small percentage of missing values | **Describe the bug**
The missing value plot gets broken for a small missing values percentage.
**To Reproduce**
```python
df = pd.DataFrame.from_dict({'col': np.ones(1000)})
df.loc[:2] = np.NaN
klib.missingval_plot(df)
```
**Expected behavior**
Appropriate positioning of the text, y axes labels
**Screen... | closed | 2021-12-17T13:37:33Z | 2021-12-26T15:43:50Z | https://github.com/akanz1/klib/issues/14 | [
"bug"
] | Abermal | 3 |
OthersideAI/self-operating-computer | automation | 117 | Parsing error, I don't know if my Gemini-pro API credentials have problem | <img width="448" alt="2" src="https://github.com/OthersideAI/self-operating-computer/assets/92168293/cc9abbfe-8c9e-4c70-a288-f7a2b4bdea0b">
I'm a newbie, please help : )
and I‘m really interested in this project :D | open | 2023-12-27T08:43:59Z | 2024-01-17T03:02:08Z | https://github.com/OthersideAI/self-operating-computer/issues/117 | [] | TheoneThefool | 6 |
redis/redis-om-python | pydantic | 596 | Is this project dead? | Seeking clarification on the current status of the redis-om-python project. Is this project still actively maintained, or can it be considered a dead project?
There hasn't been a release in a while. | closed | 2024-03-04T21:17:35Z | 2024-03-26T23:27:38Z | https://github.com/redis/redis-om-python/issues/596 | [] | vbabiy | 12 |
ivy-llc/ivy | numpy | 28,640 | Fix Frontend Failing Test: jax - order_statistics.numpy.ptp | closed | 2024-03-19T14:41:14Z | 2024-03-25T13:27:02Z | https://github.com/ivy-llc/ivy/issues/28640 | [
"Sub Task"
] | ZenithFlux | 0 | |
numba/numba | numpy | 9,421 | Support for Definition of Numpy Arrays of Complex Type Within njit-ed Functions? | I use `numba` a lot in order to speed up my codes, which are designed to evolve PDEs over time. I have a function of a similar structure to the following:
```py
def update(Omega0, dt):
# the following is not numerically stable, but the full code is much longer and this is representative
U0 = Omega0 * np.arr... | closed | 2024-02-03T17:56:17Z | 2024-03-18T01:44:29Z | https://github.com/numba/numba/issues/9421 | [
"question",
"stale"
] | jacobjivanov | 2 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 123 | Document how auto generated fields are generated | Given a Model, how are ModelSchema fields generated? Does it introspect validation rules? Which? What does it not do? | closed | 2018-02-01T13:31:41Z | 2019-08-29T14:27:35Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/123 | [] | italomaia | 1 |
hbldh/bleak | asyncio | 693 | BleakDBUSError: [org.freedesktop.DBus.Error.UnknownObject] Method "setDiscoveryFilter" doesnt exist | * bleak version: (Installed today, pip install bleak. I imagine the most recent version?)
* Python version: Python 3.8.10
* Operating System: Ubuntu 20.04.3 LTS (64 bit) - GNOME Version 3.36.8
* BlueZ version (`bluetoothctl -v`) in case of Linux: bluetoothctl 5.53
### Description
I received this error running th... | closed | 2021-11-30T20:55:42Z | 2021-12-06T02:25:39Z | https://github.com/hbldh/bleak/issues/693 | [
"Backend: BlueZ"
] | michael-j-potts | 8 |
svc-develop-team/so-vits-svc | pytorch | 26 | Colab inference not working at all | Whenever I try to use inference at the last inference step, it says this:
Traceback (most recent call last): File "/content/so-vits-svc/inference_main.py", line 101, in <module> main() File "/content/so-vits-svc/inference_main.py", line 47, in main svc_model = Svc(args.model_path, args.config_path, args.devi... | closed | 2023-03-14T20:26:14Z | 2023-03-23T08:38:27Z | https://github.com/svc-develop-team/so-vits-svc/issues/26 | [] | marcswig | 3 |
jazzband/django-oauth-toolkit | django | 721 | Limit amount of authentication tokens | Hi,
I would like to know if there is a way to limit the amount of token that a user can create?
I am using django-oauth2-toolkit to generate the token.
The user can hit the auth url (http://localhost:8000/o/token/) as much as he wants and creates a new token everytime he goes to that url.
This action will fil... | closed | 2019-07-14T11:37:05Z | 2020-10-16T14:58:23Z | https://github.com/jazzband/django-oauth-toolkit/issues/721 | [
"wontfix"
] | cyril-glolent | 3 |
encode/databases | sqlalchemy | 160 | Postgres CTE insert can create unusable Record object | I am doing an insert into two tables using CTE and Returning.
In sqlalchemy core:
```
obj_to_insert = {'a': 4, 'b': 22}
q = db.event.insert(
).values(
event_type="blah"
).returning(
db.event.c.id
)
q1 = q.cte("eventinsert")
q2 = db.obj.insert(
).values(
event_id=q1.select(), **obj_to_insert.... | closed | 2019-11-11T15:43:06Z | 2025-03-12T15:38:50Z | https://github.com/encode/databases/issues/160 | [] | amitlissack | 5 |
python-restx/flask-restx | flask | 227 | Field names with marshal_with | **Ask a question**
I have a problem with dynamic field names using marshall_with. My response payload is
```
{
'2020-10-10': { ... },
'2020-10-12': { ... }
}
```
I need field names to have a date or accept a date format, it's possible? Is very hard to implement this feature as below?
```
return ... | open | 2020-09-18T20:26:42Z | 2020-09-18T20:30:18Z | https://github.com/python-restx/flask-restx/issues/227 | [
"question"
] | RempelOliveira | 0 |
huggingface/transformers | tensorflow | 36,004 | FSDP Torch XLA vs. FSDPv2 (SMPD) Torch XLA checkpoint saving bug | ### System Info
There is bug in how trainer (SFTTrainer) saves the checkpoint when we use FSDPv2 (SMPD) on TPU. This behavior does not show up with old method to run Torch XLA code ( xla_spawn.py). This behavior causes the new checkpoint to be almost exactly as the base model , throwing this error with PEFT
`Found ... | open | 2025-02-01T20:29:16Z | 2025-03-13T11:26:27Z | https://github.com/huggingface/transformers/issues/36004 | [
"Good First Issue",
"bug"
] | salrowili | 6 |
coqui-ai/TTS | python | 3,363 | Is there any plan to release expressive TTS like SeamlessExpressive model from Meta? | **🚀 Feature Description**
Hi is there any plan to release expressive TTS like SeamlessExpressive model from Meta?
The model which can keep the underlying tonality, breaks, and expressions of the speaker in the generated output. I think it will be great if you can build any model like that or atleast provide some tr... | closed | 2023-12-04T09:35:00Z | 2024-01-29T05:07:29Z | https://github.com/coqui-ai/TTS/issues/3363 | [
"wontfix",
"feature request"
] | furqan4545 | 4 |
zalandoresearch/fashion-mnist | computer-vision | 161 | What's the mean and std of FMNIST? | Hi I was wondering if anyone has in handy calculated the mean and std of fahsion mnist?
Thanks. | closed | 2020-05-27T14:37:30Z | 2020-05-27T15:15:29Z | https://github.com/zalandoresearch/fashion-mnist/issues/161 | [] | kirk86 | 1 |
polakowo/vectorbt | data-visualization | 565 | How to make trades with constant amount of $100 and init cash passed is $1000 | I want to pass amount = $100 in each trade and do not want to make compounding returns.
`pf = vbt.Portfolio.from_signals(signals.Price,
entries=ts_signals.TS_Entries, exits=ts_signals.TS_Exits,
freq=INTERVAL, init_cash=1000, slippage=0.001, fees=FEES, direction='BOTH', size_type=)`
what shou... | closed | 2023-02-13T08:45:16Z | 2024-03-16T10:42:50Z | https://github.com/polakowo/vectorbt/issues/565 | [] | vishalsahicoin | 3 |
allenai/allennlp | data-science | 4,972 | Write metrics in TrainerCallback | Hi! Is there a particular reason why it is not possible to write information into the `metrics` dictionary in the `on_epoch` callback (that is, why writing has no effect)?
This could be useful to collect predictions on the validation set and then run an external evaluation script and collect the results, so the met... | closed | 2021-02-11T19:00:17Z | 2021-02-12T09:27:55Z | https://github.com/allenai/allennlp/issues/4972 | [
"question"
] | namednil | 4 |
piskvorky/gensim | machine-learning | 2,740 | remove_stopwords doesn't remove capitalized stopwords | ### Problem description
I'm trying to remove stopwords from sentences and I've noticed that capitalized stopwords do not get removed from the sentence using `gensim.parsing.preprocessing.remove_stopwords`.
#### Steps/code/corpus to reproduce
```
from gensim.parsing.preprocessing import remove_stopwords
remov... | closed | 2020-01-30T16:06:28Z | 2020-01-30T20:03:30Z | https://github.com/piskvorky/gensim/issues/2740 | [] | ab-10 | 2 |
mirumee/ariadne-codegen | graphql | 77 | Support for GraphQLInterface type | Turned out that some of our types implement interfaces like example below:
schema.graphql
```
interface RecipientPaymentAccount {
accountNumber: String
alias: String
<other_fields>
}
```
```
type DomesticPaymentAccount implements RecipientPaymentAccount {
accountNumber: String
alias: String
... | closed | 2023-02-13T13:00:15Z | 2023-03-01T13:24:16Z | https://github.com/mirumee/ariadne-codegen/issues/77 | [
"bug"
] | lromanowicz | 2 |
dask/dask | scikit-learn | 11,724 | `da.Array.__setitem__` with bool mask changes dtype and shape | - Related: #11722
When `da.Array.__setitem__` receives a dask array of bools as the index, it's internally implemented as `da.where`.
The logic to retain the object's dtype is missing:
```python
>>> import numpy as np
>>> a = np.asarray([1,2])
>>> a[[True, False]] = 3.3
>>> a
array([3, 2])
>>> import dask.array as ... | closed | 2025-02-07T00:08:28Z | 2025-02-12T17:28:12Z | https://github.com/dask/dask/issues/11724 | [
"array",
"bug",
"p2"
] | crusaderky | 2 |
neuml/txtai | nlp | 123 | Add parameter to return raw model outputs for labels pipeline | Currently, the labels model applies either a sigmoid or softmax function across model outputs. Add a parameter to return the raw scores from the model. | closed | 2021-10-12T22:13:02Z | 2021-10-12T22:14:41Z | https://github.com/neuml/txtai/issues/123 | [] | davidmezzetti | 0 |
serengil/deepface | deep-learning | 529 | verify multiple faces in a list | This is a very cool library
I would like to find out if i can run a DeepFace.verify after extracting the faces in an image with retinaface
Say something like this :
faces = RetinaFace.extract_image(image, enforce_detection=False)
for face in faces:
Deepface.verify(source_image, face)
I look forw... | closed | 2022-08-06T19:00:37Z | 2022-08-06T19:22:40Z | https://github.com/serengil/deepface/issues/529 | [
"question"
] | wisdompython | 2 |
joeyespo/grip | flask | 51 |  | ```
alexandre$ grip --gfm
* Running on http://localhost:5000/
127.0.0.1 - - [02/Apr/2014 22:19:18] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [02/Apr/2014 22:19:19] "GET /screenshot.png?raw=true HTTP/1.1" 500 -
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1701, in __c... | closed | 2014-04-03T02:49:15Z | 2014-07-21T03:44:16Z | https://github.com/joeyespo/grip/issues/51 | [
"bug"
] | alexandre-mbm | 1 |
SYSTRAN/faster-whisper | deep-learning | 355 | ValueError: File tokenizer.json does not exist in model ... | I'm trying to convert [https://huggingface.co/vasista22/whisper-hindi-large-v2]
but it gives the following error after downloading the model:
`ValueError: File tokenizer.json does not exist in model vasista22/whisper-hindi-large-v2`
Is there a way around this or can we only convert existing fine tune models with ... | closed | 2023-07-15T06:13:12Z | 2023-07-15T10:25:50Z | https://github.com/SYSTRAN/faster-whisper/issues/355 | [] | cchen028 | 2 |
huggingface/datasets | pandas | 6,618 | While importing load_dataset from datasets | ### Describe the bug
cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' this is the error i received
### Steps to reproduce the bug
from datasets import load_dataset
### Expected behavior
No errors
### Environment info
python 3.11.5 | closed | 2024-01-26T09:21:57Z | 2024-07-23T09:31:07Z | https://github.com/huggingface/datasets/issues/6618 | [] | suprith-hub | 5 |
JaidedAI/EasyOCR | pytorch | 849 | Label the new data for recognition model | Good morning, everyone,
Thank you for this wonderful tool so highly performing.
I wanted to ask how it was possible to go about creating a dataset on which to do the train and test part for calibrating the new weights if the images available are not yet labelled.
Is this something already explained within git or ... | closed | 2022-09-13T08:33:11Z | 2022-09-15T09:54:39Z | https://github.com/JaidedAI/EasyOCR/issues/849 | [] | MarkGriso | 0 |
scrapy/scrapy | web-scraping | 6,345 | SCRAPER_SLOT_MAX_ACTIVE_SIZE - documentations | Trivial one:
SCRAPER_SLOT_MAX_ACTIVE_SIZE on https://docs.scrapy.org/en/latest/topics/settings.html is documented as:
```
Default: 5_000_000
Soft limit (in bytes) for response data being processed.
```
This confused me:
`5_000_000` is like no representation of a number I'm familiar with. It then goes on to s... | closed | 2024-05-08T13:57:47Z | 2024-05-08T14:59:04Z | https://github.com/scrapy/scrapy/issues/6345 | [] | mohmad-null | 1 |
mlfoundations/open_clip | computer-vision | 1 | Generating prompts from an image | so - I've been looking into some code for VQGAN
https://github.com/mehdidc/feed_forward_vqgan_clip
https://github.com/nerdyrodent/VQGAN-CLIP
and they let the user to pass a prompt to style / generate an image.
Here's some using code from @nerdyrodent
https://github.com/nerdyrodent/VQGAN-CLIP/issues/13
Must s... | closed | 2021-07-30T10:08:31Z | 2021-08-01T23:23:07Z | https://github.com/mlfoundations/open_clip/issues/1 | [] | johndpope | 5 |
littlecodersh/ItChat | api | 490 | 获取二维码链接有问题 | 在get_QR函数中获取二维码qrCode = QRCode('https://login.weixin.qq.com/l/' + uuid),其中url应该为:
qrCode = QRCode('https://login.weixin.qq.com/qrcode' + uuid) | closed | 2017-08-22T05:57:31Z | 2017-09-20T02:07:45Z | https://github.com/littlecodersh/ItChat/issues/490 | [
"question"
] | shuniversity | 6 |
BeanieODM/beanie | asyncio | 376 | [BUG] Using the id field in a separate response model results in validation error | **Describe the bug**
When using the "id" field in a model and in a separate response type, a pydantic validation error occurs saying that the model has no id field.
**To Reproduce**
```python
app = fastapi.FastAPI()
class Message(Document):
id: uuid.UUID = Field(default_factory=uuid.uuid4)
text: str
... | closed | 2022-10-16T17:05:10Z | 2023-01-05T02:31:39Z | https://github.com/BeanieODM/beanie/issues/376 | [
"Stale"
] | iverks | 6 |
MycroftAI/mycroft-core | nlp | 2,635 | CommonIoTSkill subclasses can't initialize with register_entities_and_scenes | ## To recreate:
Create a skill subclassing `CommonIoTSkill` and call register_entities_and_scenes` in the `initialize` method.
## Be as specific as possible about the expected condition, and the deviation from expected condition.
This is the behavior described in the documentation, so we would expect it to re... | closed | 2020-07-15T03:00:01Z | 2020-07-15T06:17:18Z | https://github.com/MycroftAI/mycroft-core/issues/2635 | [] | jamesmf | 0 |
open-mmlab/mmdetection | pytorch | 12,320 | test_robustness.py how to get picture | I would like to ask about test_robustness.py, can I add the desired noise to the image. If I can, can I get the inference result graph using the image after adding noise as model input. | open | 2025-03-06T05:38:56Z | 2025-03-06T05:39:11Z | https://github.com/open-mmlab/mmdetection/issues/12320 | [] | yimeng436 | 0 |
BlinkDL/RWKV-LM | pytorch | 241 | bug in new wkv6state_cuda | https://github.com/BlinkDL/RWKV-LM/blob/666f64591e13c68ed6e602e957c5ca47b25750e3/RWKV-v5/cuda/wkv6state_cuda.cu#L15
This line is missing the batch offset and should read:
`_s += b*H*_N_*_N_ + h*_N_*_N_ + i*_N_;`
Probably why this code didn't work for BPTT when we tried it a while back! | open | 2024-04-30T20:54:39Z | 2024-04-30T20:54:58Z | https://github.com/BlinkDL/RWKV-LM/issues/241 | [] | SmerkyG | 0 |
ansible/ansible | python | 84,775 | Data Tagging: module defaults cannot be initialized with module output's dict | ### Fallible Version
2025.3.3
### Summary
Trying to template module defaults for an action group with a dictionary returned from a module no longer works and results in `'_AnsibleTaggedStr' object has no attribute 'copy'`.
Playbook:
```yaml
- hosts: localhost
gather_facts: false
tasks:
- name: Get current c... | closed | 2025-03-05T05:49:31Z | 2025-03-11T01:47:29Z | https://github.com/ansible/ansible/issues/84775 | [
"bug",
"data_tagging",
"fallible_dt"
] | felixfontein | 5 |
mljar/mercury | data-visualization | 137 | dont switch to default notebook view between runs | Please don't show the default notebook between different runs.
How does it work right now:
1. Show default notebook (as it was added to the Mercury).
2. Run 1 of the notebook, when waiting for execution the default notebook is shown.
3. Run 2 of the notebook, when waiting for new results the default is shown. Ple... | closed | 2022-07-12T11:09:48Z | 2022-07-12T11:42:39Z | https://github.com/mljar/mercury/issues/137 | [
"enhancement"
] | pplonski | 0 |
microsoft/qlib | deep-learning | 1,821 | predict() function definition lacks an optional argument "segment" | The definition of function predict()
```python
def predict(self, dataset):
```
in files
```
qlib/contrib/model/pytorch_lstm_ts.py
qlib/contrib/model/pytorch_tcn_ts.py
```
lacks an optional argument "segment", as defined in the base class
```python
class Model(BaseModel):
def predict(self, dataset: Da... | open | 2024-07-03T14:35:43Z | 2024-07-03T14:35:43Z | https://github.com/microsoft/qlib/issues/1821 | [
"question"
] | teancake | 0 |
sktime/sktime | data-science | 7,194 | [BUG] Issue with darts adapter and exogenous data | **Describe the bug**
The darts adapter has a bug where exogenous data is not converted to future known and unknown covariates appropriately.
The function `convert_exogenous_dataset` in `_darts.py` returns the following:
https://github.com/sktime/sktime/blob/6958687521ddeed7459a2b74d3314b550fa1dbb5/sktime/forecas... | open | 2024-09-29T07:15:12Z | 2024-10-09T16:57:34Z | https://github.com/sktime/sktime/issues/7194 | [
"bug",
"module:forecasting"
] | rsarky | 6 |
marcomusy/vedo | numpy | 295 | Volume rendering looks wrong in vedo | I mentioned this in #286, volume rendering with a custom color map is wrong. I compared the output between paraview, vedo and pyvista. Only vedo yields these strange results.
I have to mention that my volume actor is scaled up, here by a factor of 100 but that should not be a problem.
Pyvista with color map, mapp... | closed | 2021-01-15T10:16:44Z | 2021-01-17T11:10:37Z | https://github.com/marcomusy/vedo/issues/295 | [
"bug",
"in-progress"
] | nantille | 6 |
open-mmlab/mmdetection | pytorch | 11,931 | Questions about splitting the dataset | I have a question, when training an object detection model, is it necessary to split the data set into train set, validation set and test set? (Sometimes it seems that others only split the dataset into train set and validation set) | open | 2024-09-01T13:49:55Z | 2024-09-01T13:50:12Z | https://github.com/open-mmlab/mmdetection/issues/11931 | [] | iskiku | 0 |
mwaskom/seaborn | data-visualization | 2,796 | ImportError: DLL load failed while importing qhull: The specified module could not be found. | Getting this error when importing seaborn
ImportError: DLL load failed while importing qhull: The specified module could not be found.
>>> import seaborn as sns
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\WPy64-3980\python-3.9.8.amd64\lib\site-packages\seaborn\__init__.p... | closed | 2022-05-11T21:08:13Z | 2022-05-14T08:34:32Z | https://github.com/mwaskom/seaborn/issues/2796 | [] | Code4SAFrankie | 1 |
streamlit/streamlit | streamlit | 10,679 | Changes in Modularized Components Not Auto-Reflecting | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
I've modularized my Streamlit app for better ... | closed | 2025-03-07T12:42:36Z | 2025-03-21T14:54:56Z | https://github.com/streamlit/streamlit/issues/10679 | [
"type:bug",
"status:cannot-reproduce"
] | G0v1ndD3v | 4 |
Anjok07/ultimatevocalremovergui | pytorch | 1,235 | noise reduction model crashing | Last Error Received:
Process: VR Architecture
If this error persists, please contact the developers with the error details.
Raw Error Details:
MemoryError: "Unable to allocate 14.7 GiB for an array with shape (2, 1025, 963383) and data type complex64"
Traceback Error: "
File "UVR.py", line 6638, in proc... | open | 2024-03-09T12:24:43Z | 2024-03-09T12:24:43Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1235 | [] | Lialexx | 0 |
ydataai/ydata-profiling | jupyter | 1,555 | Error while getting the json of a compare report | ### Current Behaviour
Hi my code is pretty simple, i read 2 parquet file, created 2 reports for each pandas dataframes and used the compare method to generate a compare method. I tried to use the 'to_json()' method to convert my report to json and i got the following error:
"TypeError: to_dict() got an unexpected key... | open | 2024-02-25T16:48:40Z | 2024-07-10T21:55:02Z | https://github.com/ydataai/ydata-profiling/issues/1555 | [
"needs-triage"
] | ronfisher21 | 1 |
zalandoresearch/fashion-mnist | computer-vision | 42 | Benchmark: dual path network with wide resnet 28-10 as backbone | Classifier: dual path network with WideResNet28-10 as the backbone network (47.75M).
Preprocessing: standard preprocessing (mean/std subtraction/division) and augmentation (random crops/horizontal flips).
Fashion test accuracy: 95.73%
Code:https://github.com/Queequeg92/DualPathNet
References:
[1] Chen, Yunpeng, Ji... | closed | 2017-08-30T14:34:07Z | 2017-08-30T16:47:06Z | https://github.com/zalandoresearch/fashion-mnist/issues/42 | [
"benchmark"
] | Queequeg92 | 2 |
robotframework/robotframework | automation | 5,115 | `NotRequired` and `Required` not properly handled with Python < 3.11 in `TypedDict` conversion | Hi All, I have a few classes that use the NotRequired notation from typing_extensions_4.8.0 and python 3.9.13
```
class Signal(TypedDict):
Network: str
Signal: str
class WriteSignal(Signal):
Value: str
Interval: NotRequired[int]
```
This worked fine in RF 6 but when trying to upgrade my pro... | closed | 2024-04-17T06:00:01Z | 2024-06-04T14:08:54Z | https://github.com/robotframework/robotframework/issues/5115 | [
"bug",
"priority: medium",
"rc 1",
"effort: small"
] | gomarz | 6 |
opengeos/streamlit-geospatial | streamlit | 35 | export ROI | export button not appearing after drawing a ROI | closed | 2022-03-16T08:39:09Z | 2022-03-17T02:18:11Z | https://github.com/opengeos/streamlit-geospatial/issues/35 | [] | mrecords78 | 1 |
tatsu-lab/stanford_alpaca | deep-learning | 251 | smart_tokenizer_and_embedding_resize | Hi,
I have converted llama to HuggingFace format and now I'm trying to recover alpaca weights. However, after using the command
`python weight_diff.py recover --path_raw <path_to_step_1_dir> --path_diff <path_to_step_2_dir> --path_tuned <path_to_store_recovered_weights>`
it prompts the following error:
`I... | open | 2023-05-02T22:43:33Z | 2023-06-30T19:59:33Z | https://github.com/tatsu-lab/stanford_alpaca/issues/251 | [] | paulopirozelli | 1 |
HumanSignal/labelImg | deep-learning | 377 | Does this tool works to label object in driving videos.? | I am using [CityScapes](https://www.cityscapes-dataset.com/login/) & [BDD100K ](https://bair.berkeley.edu/blog/2018/05/30/bdd/) datasets, and currently using two techniques to generate labels(a.k.a Semantic Segmentation Masks images).
1. Using [pre-trained checkpoints](https://github.com/tensorflow/models/blob/master/... | closed | 2018-10-13T21:16:35Z | 2018-11-12T18:33:49Z | https://github.com/HumanSignal/labelImg/issues/377 | [] | anubhav0fnu | 1 |
deeppavlov/DeepPavlov | nlp | 1,228 | Download models data from s3 | Привет.
Обученные модели я загружаю на s3, чтобы потом добавить их в конфиг в `"download"`. Проблема в том, что DeepPavlov не может скачивать данные по ссылкам на s3.
Данные из s3 можно загрузить создав временную ссылку на файл или сделав файл публичным, но это не очень удобно.
Было бы круто, если можно было заг... | closed | 2020-05-25T07:30:50Z | 2020-07-03T10:31:07Z | https://github.com/deeppavlov/DeepPavlov/issues/1228 | [] | pituganov | 2 |
vitalik/django-ninja | rest-api | 340 | ModelSchema: related objects | Hi, is there support for related objects in `ModelSchema`?
With the following Django model:
```python
class Example(Model):
hash =models.CharField(max_length=255)
version = models.ForeignKey('core.Version', on_delete=models.CASCADE, null=True, db_index=False)
```
I have a version object:
```
In... | open | 2022-01-27T21:10:26Z | 2025-03-08T09:41:35Z | https://github.com/vitalik/django-ninja/issues/340 | [] | pedro-prose | 3 |
fastapi/fastapi | pydantic | 12,382 | HTML WEB SAMPLES FOR TOKEN AUTH | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
Everything demo, o smal sample is oriented to json, not web templates,
could u include samples with html samples, about login jwt many concurrent users.
pls | closed | 2024-10-03T13:07:12Z | 2024-10-03T13:23:18Z | https://github.com/fastapi/fastapi/issues/12382 | [] | jdfoxito | 0 |
getsentry/sentry | django | 86,997 | NaN Cache Miss Rate | 
https://cleptric.sentry.io/organizations/cleptric/insights/backend?project=4508604100706304&statsPeriod=14d | closed | 2025-03-13T16:23:48Z | 2025-03-13T17:57:05Z | https://github.com/getsentry/sentry/issues/86997 | [] | matejminar | 0 |
tflearn/tflearn | tensorflow | 638 | ValueError: Tag: acc:0 cannot be found in summaries list. | Happens when running Trainer.py
_(and after fixing ValueError: Only call `softmax_cross_entropy_with_logits` with named arguments (labels=..., logits=..., ...)_
> tflearn\examples\extending_tensorflow>python trainer.py
With Anaconda 3.5, TensorFlow 1.0 and latest TFLearn pull from GitHub.
> id: 78XDFF
> Log... | open | 2017-02-28T15:33:00Z | 2017-09-07T13:25:16Z | https://github.com/tflearn/tflearn/issues/638 | [] | EricPerbos | 9 |
Ehco1996/django-sspanel | django | 232 | 关于panel中提供的ss配置和订阅问题 | 抱歉又来打扰了
首先是配置问题,用户在点击了用户中心-连接信息-配置下载以后,下载到的配置json文件中加密、协议、混淆与用户自己设置的不匹配,json文件中的总是管理员在后台定义的默认加密方式。是本来就应该是这样吗?如果本来就是这样那用户获取到的配置文件总是错的啊。
第二个是订阅问题
除了一开始的超级用户的订阅链接没有问题以外,注册的用户的订阅链接全部500报错。
开启DEBUG后网页报错如下
```
DoesNotExist at /api/subscribe/
User matching query does not exist.
Request Method: GET
Request URL: ht... | closed | 2019-05-07T06:04:01Z | 2019-05-30T01:55:08Z | https://github.com/Ehco1996/django-sspanel/issues/232 | [
"enhancement"
] | BlacK201 | 14 |
iperov/DeepFaceLab | deep-learning | 5,430 | September and October versions do not work | **My System**
cpu : i9-10900
gpu : rtx3070 8GB
ram : 64GB
OS : Windows 10 Pro
**It worked fine until the August version.** (DeepFaceLab_NVIDIA_RTX3000_series_build_8_12_2021)
**But September and October versions do not work.**
**When I executed 'train SAEHD' on 'NVIDIA_RTX3000_series_build_10_20_2021', ... | open | 2021-11-17T08:26:52Z | 2023-06-08T22:47:08Z | https://github.com/iperov/DeepFaceLab/issues/5430 | [] | crueldarkness | 3 |
gradio-app/gradio | python | 10,684 | Allow all thinking tags to pass through in `gr.Chatbot` at least for models that are loaded with `gr.load()` | Two parts to this issue:
(1) Allow developers to set `allow_tags=True` to let all tags to come through
(2) Make this the default for chatbots loaded for `gr.load()`
See this [internal conversation](https://huggingface.slack.com/archives/C04ABS7C13K/p1739875448640099) | closed | 2025-02-26T21:57:08Z | 2025-03-09T09:26:51Z | https://github.com/gradio-app/gradio/issues/10684 | [
"enhancement"
] | abidlabs | 3 |
graphql-python/graphene-django | django | 942 | DjangomodelFormMutation Authorization | I'm able to use DjangoModelFormMutation but am curious of how to limit mutation access along with query access similar to https://docs.graphene-python.org/projects/django/en/latest/authorization/
Currently I simply have a class inheriting from DjangoModelFormMutation. I want to be able to restrict access to the own... | closed | 2020-04-20T15:33:07Z | 2023-07-09T07:01:40Z | https://github.com/graphql-python/graphene-django/issues/942 | [
"question",
"permissions"
] | jgarzautexas | 3 |
hzwer/ECCV2022-RIFE | computer-vision | 82 | 如何设置导出的f视频参数? | hello,hzwer你好,默认导出的视频有点小,请问如何加上自己设置的视频参数?比如crf=8,preset=fast,这些该怎样设置呢? | closed | 2020-12-24T01:54:50Z | 2020-12-24T04:59:01Z | https://github.com/hzwer/ECCV2022-RIFE/issues/82 | [] | csncxf | 1 |
plotly/dash | plotly | 2,436 | [BUG] html.iframe not loading properly when not in initial active tab | Unsure if this behaviour is intentional, so making an issue just in case.
```
dash 2.8.1
dash-bootstrap-components 1.4.0
dash-core-components 2.0.0
dash-extensions 0.0.71
```
- OS: Ubuntu 20.04.4 LTS
- Browser Firefox 110.0 (also tried on Chrome)
... | closed | 2023-02-28T14:23:05Z | 2024-07-25T13:04:51Z | https://github.com/plotly/dash/issues/2436 | [] | toastisme | 2 |
encode/uvicorn | asyncio | 1,480 | Exception in ASGI application | RuntimeError: unable to perform operation on <TCPTransport closed=True reading=False 0x55ced6947980>; the handler is closed
File "uvicorn/protocols/websockets/wsproto_impl.py", line 219, in run_asgi
result = await self.app(self.scope, self.receive, self.send)
File "uvicorn/middleware/proxy_headers.py", line ... | closed | 2022-05-09T07:53:03Z | 2022-05-09T07:54:05Z | https://github.com/encode/uvicorn/issues/1480 | [] | moneyrelevvo | 0 |
matplotlib/matplotlib | matplotlib | 29,681 | [ENH]: Add parameter 'error_linestyle' to plt.errorbar() | ### Problem
Currently, **plt.errorbar()** does not provide a direct way to change the linestyle of the error bars themselves. The _linestyle_ parameter only affects the main connecting line, and modifying the error bars requires accessing the returned object and manually setting e.g. _set_linestyle('--')_ on the error... | open | 2025-02-26T14:57:35Z | 2025-03-18T14:22:00Z | https://github.com/matplotlib/matplotlib/issues/29681 | [
"New feature"
] | MBeusch | 3 |
bmoscon/cryptofeed | asyncio | 448 | Binance - Authenticated Websocket | Hi,
Thanks for the great lib. I am new to cryptofeed and wanted to understand if it is possible to get only PERSONAL TRADES via WebSocket on Binance.
Thanks in advance. | closed | 2021-03-19T14:48:59Z | 2021-09-23T14:08:32Z | https://github.com/bmoscon/cryptofeed/issues/448 | [
"Feature Request"
] | ghazaryanartashes | 4 |
xuebinqin/U-2-Net | computer-vision | 359 | Inference speed | After actual testing, the main reason for the slow speed is in the 'RescaleT‘ method.
replace with this:
```
def __call__(self,sample):
imidx, image, label = sample['imidx'], sample['image'], sample['label']
# h, w = image.shape[:2]
# if isinstance(self.output_size,int):
# if... | open | 2023-06-19T08:36:24Z | 2023-06-19T10:30:20Z | https://github.com/xuebinqin/U-2-Net/issues/359 | [] | cindymuji | 1 |
davidteather/TikTok-Api | api | 314 | BySound and ByHashtag Problem | Hi, I found some problems for method bySound and byHashtag( I'm using 3.6.0)
when I tried:
musics=api.bySound('6883993546467051522',count=10)
it returns:
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "D:\Anaconda3\envs\lib\site-packages\TikTokApi\tiktok.py", line 633, in bySound... | closed | 2020-11-05T04:20:25Z | 2020-12-22T05:24:16Z | https://github.com/davidteather/TikTok-Api/issues/314 | [
"bug"
] | ziyueluo | 11 |
twopirllc/pandas-ta | pandas | 174 | Historic Volatility indicator | **Which version are you running?
```python
0.2.28b0
```
Hi,
Thanks for this very usefull library.
I have to use an indicator like [https://www.prorealcode.com/documentation/historicvolatility/](url) but i don't find it on TA.
Is there a similar indicator ? If not is it possible to add it ?
Thanks !
| closed | 2020-12-25T14:30:47Z | 2020-12-28T16:49:01Z | https://github.com/twopirllc/pandas-ta/issues/174 | [
"info"
] | BowgartField | 3 |
ethanopp/fitly | dash | 3 | Oura import wont work when API returns multiple readiness entries for the same day | I suspect Oura to record incomplete datasets for sleep data when the ring runs out of battery. For example, in my case, the pull_sleep_data() import blows up when the oura API returns a set of data without all the columns such as 'rmssd_5min' or 'hr_5min'.
Incomplete dataset:
```
{'midpoint_time': 19020, 'score_to... | closed | 2020-08-06T22:09:43Z | 2020-08-09T12:06:33Z | https://github.com/ethanopp/fitly/issues/3 | [] | pierretamisier | 12 |
pydantic/pydantic | pydantic | 10,483 | Python 3.13 freethreading support | With the advent of Python 3.13 coming up, worth opening an issue here to track status of Pydantic's support for the new "freethreaded" Python 3.13.
The main blocker for us supporting is the Rust portion in `pydantic-core`, which depends on PyO3. PyO3 is tracking freethreaded support at https://github.com/PyO3/pyo3/i... | closed | 2024-09-25T13:12:31Z | 2025-03-11T15:25:48Z | https://github.com/pydantic/pydantic/issues/10483 | [] | davidhewitt | 3 |
zihangdai/xlnet | nlp | 3 | Multilingual or Chinese version plan? | Good work~
I wonder if there is a release plan.
thx. | open | 2019-06-20T03:45:32Z | 2021-02-05T08:20:48Z | https://github.com/zihangdai/xlnet/issues/3 | [] | crazyofapple | 42 |
home-assistant/core | python | 140,604 | Sonos integration starting audiobook at beginning rather than resuming last location | ### The problem
Now that the audiobooks are present in HA thanks to #139951, I've found that they will play as expected. However, they always start at the beginning rather than resuming the previous position.
This "resume" functionality seems to be a function of Sonos itself, so it isn't an issue with SoCo. If I pla... | closed | 2025-03-14T16:07:29Z | 2025-03-16T11:22:59Z | https://github.com/home-assistant/core/issues/140604 | [
"integration: sonos"
] | mdwhitten | 5 |
babysor/MockingBird | pytorch | 34 | 声音样本 | 大佬想问下若声音样本是歌曲的话,能不能克隆出其声音主人的声音出来? | closed | 2021-08-23T02:22:40Z | 2021-09-02T01:20:40Z | https://github.com/babysor/MockingBird/issues/34 | [] | bugroom | 2 |
pykaldi/pykaldi | numpy | 225 | how to get the outputs of am ?? | closed | 2020-07-20T09:22:13Z | 2020-08-22T03:02:30Z | https://github.com/pykaldi/pykaldi/issues/225 | [] | Esdsnqxz | 0 | |
horovod/horovod | tensorflow | 2,929 | Key Error: 'ib0' | **Environment:**
1. Framework: pytorch
2. Framework version:1.8.0
3. Horovod version:0.21.3
4. MPI version: mpich 3.0.4
5. CUDA version: 10.1
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
when I run `horovodrun -np... | closed | 2021-05-22T12:58:57Z | 2021-05-26T07:01:36Z | https://github.com/horovod/horovod/issues/2929 | [
"question"
] | TXacs | 3 |
MaartenGr/BERTopic | nlp | 1,781 | Is it possible to use separate word and document embedding models? | I'm wondering if it's possible to use separate models for word and document embeddings with BERTopic. Does something break if I pass it an embedding model that treats words and documents differently (essentially, embeds them in a different space, same or different dimensionality)? Let's say my documents are all more th... | open | 2024-02-01T09:34:37Z | 2024-09-11T16:10:27Z | https://github.com/MaartenGr/BERTopic/issues/1781 | [] | sliedes | 6 |
NVlabs/neuralangelo | computer-vision | 26 | Google Colab please | Please publish the Google Colab notebook for testing opportunities. | closed | 2023-08-16T09:04:23Z | 2023-08-28T18:24:23Z | https://github.com/NVlabs/neuralangelo/issues/26 | [
"enhancement"
] | 6p5ra | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.