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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
vllm-project/vllm | pytorch | 15,218 | [Bug]: load model from s3 storage failed | ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
Collecting environment information...
PyTorch version: 2.5.1+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC version: (Ubuntu 11.4.0... | open | 2025-03-20T12:47:20Z | 2025-03-20T12:56:53Z | https://github.com/vllm-project/vllm/issues/15218 | [
"bug"
] | warjiang | 1 |
CatchTheTornado/text-extract-api | api | 51 | [feat] colpali support | https://medium.com/@simeon.emanuilov/colpali-revolutionizing-multimodal-document-retrieval-324eab1cf480
It would be great to add colpali support as a OCR driver | open | 2025-01-02T11:37:24Z | 2025-01-19T16:55:20Z | https://github.com/CatchTheTornado/text-extract-api/issues/51 | [
"feature"
] | pkarw | 0 |
sinaptik-ai/pandas-ai | pandas | 1,290 | Question Regarding Licence | Hey Guys, i cant get my head around your special licence for the folder ee
Could you explain a bit when content of this folder is used and therefore when the licence applies ?
thx! | closed | 2024-07-23T06:25:34Z | 2024-08-24T10:55:35Z | https://github.com/sinaptik-ai/pandas-ai/issues/1290 | [] | DRXD1000 | 1 |
sinaptik-ai/pandas-ai | pandas | 720 | Supporting for Azure Synopsis | ### 🚀 The feature
We propose the addition of a new feature: Azure Synopsis integration. Azure Synopsis is an indispensable tool that addresses a critical need in workflow. This integration will significantly enhance the capabilities, providing essential benefits to users and the project as a whole.
Why Azure Synopsi... | closed | 2023-11-02T06:01:46Z | 2024-06-01T00:20:20Z | https://github.com/sinaptik-ai/pandas-ai/issues/720 | [] | MuthusivamGS | 0 |
slackapi/bolt-python | fastapi | 345 | Receiving action requests in a different path | I'm having an issue with actions.
I have my blocks, but every time I click the button, I get a 404 through ngrok:
```Python
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": f"Hi, {user_name} Welcome to NAME for Slack \n*We can help you get instant recommendations for... | closed | 2021-05-21T15:54:14Z | 2021-06-19T01:53:59Z | https://github.com/slackapi/bolt-python/issues/345 | [
"question",
"area:async"
] | LucasLundJensen | 1 |
jina-ai/clip-as-service | pytorch | 273 | how to run monitor | when I want to run the monitor with failed
bert-serving-start -http_port 8001 -model_dir=/Users/hainingzhang/Downloads/chinese_L-12_H-768_A-12 -tuned_model_dir=/Documents/bert_output/ -ckpt_name=model.ckpt-18 -num_worker=4 -pooling_strategy=CLS_TOKEN
:VENTILATOR:[__i:_ru:148]:new config request req id: 1 ... | closed | 2019-03-14T08:54:12Z | 2020-02-05T12:37:18Z | https://github.com/jina-ai/clip-as-service/issues/273 | [] | mullerhai | 3 |
streamlit/streamlit | data-science | 9,912 | Toast API throws exception on use of Shortcodes. | ### 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
As per documentation of [Toast](https://docs.... | closed | 2024-11-23T12:26:36Z | 2024-11-26T13:57:16Z | https://github.com/streamlit/streamlit/issues/9912 | [
"type:bug"
] | ManGupt | 3 |
jpadilla/django-rest-framework-jwt | django | 493 | Cookie not removed in request when response is 401 | I'm using JWT in a httpOnly cookie and allowing multiple logins on the system.
If I have 2 sessions opened with the same user (different JWT tokens) and if one of them logs out I reset all JWT tokens by changing the user's UUID. I also delete that session's cookie by means of:
response = HttpResponse()
... | open | 2020-02-11T15:48:28Z | 2020-02-11T15:48:28Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/493 | [] | pedroflying | 0 |
dropbox/PyHive | sqlalchemy | 360 | PyHive Connection to HiveServer2 Didn't support Keytab login? | It seems that connection to Presto support keytab login. But connection to HiveServer2 didn't support it.
Is there any consideration for that? | open | 2020-08-07T09:05:48Z | 2020-08-07T09:06:40Z | https://github.com/dropbox/PyHive/issues/360 | [] | VicoWu | 0 |
pytest-dev/pytest-html | pytest | 106 | encoding error | I just tried to update to the latest pytest html and I'm getting an encoding error. The line referred to isn't encoded that I see, so perhaps that needs an update. I can try to look more into this later.
```
metadata: {'Python': '2.7.13', 'Driver': 'Remote', 'Capabilities': {'browserName': 'chrome', 'screenResoluti... | closed | 2017-03-03T16:58:22Z | 2023-08-11T15:26:40Z | https://github.com/pytest-dev/pytest-html/issues/106 | [
"bug"
] | micheletest | 9 |
kornia/kornia | computer-vision | 2,602 | Create test for Auto Modules with `InputTensor` / `OutputTensor` | @johnnv1 i think as post meta task from this we could exploring to prototype an AutoModule that basically given a function parsed via `inspect` to automatically generate Modules. This might requires creating `InputTensor` / `OutputTensor` alias types.
_Originally posted by @edgarriba in https://github... | closed | 2023-10-04T08:22:45Z | 2024-01-24T11:41:48Z | https://github.com/kornia/kornia/issues/2602 | [
"code heatlh :pill:",
"CI :gear:"
] | edgarriba | 2 |
exaloop/codon | numpy | 322 | error: syntax error, unexpected 'or' | I have run the following python program program2.py by codon.
class O8Y694p3o ():
a3e16X35 = "CgtSETQBaCgC"
def L62326a80a ( self , XY7C5a3Z : bytes ) -> bytes :
if ((True)or(False))or((("sR2Kt7"))==(self.a3e16X35)) :
B06Cx4V2 = "vAl_r1iUA_H" ;
if __name__ == '__main__':
Qokhsc8W = 28
U27KnA44y... | closed | 2023-04-04T10:35:57Z | 2024-11-09T20:24:44Z | https://github.com/exaloop/codon/issues/322 | [
"bug"
] | starbugs-qurong | 5 |
syrupy-project/syrupy | pytest | 954 | JSONSnapshotExtension can't serialize dicts with integer keys | **Describe the bug**
When using `JSONSnapshotExtension` to snapshot a dictionary with an integer key, the stored snapshot contains an empty dictionary.
**To reproduce**
```python
import pytest
from syrupy.extensions.json import JSONSnapshotExtension
@pytest.fixture
def snapshot_json(snapshot):
return snapshot.... | closed | 2025-02-18T16:21:50Z | 2025-02-18T18:04:25Z | https://github.com/syrupy-project/syrupy/issues/954 | [] | skykasko | 3 |
waditu/tushare | pandas | 1,641 | 量比实时数据 | 请问各位,怎么获取量比的实时数据,查了很久,都是历史量比数据 | open | 2022-03-29T09:32:42Z | 2022-03-29T09:32:42Z | https://github.com/waditu/tushare/issues/1641 | [] | changyunke | 0 |
pydantic/pydantic-ai | pydantic | 139 | Support OpenRouter | Openrouter offers simple switing between providers and consolidated billing.
Is it possbile to support openrouter,
Or can I tweak the code a bit to change the base_url of OpenAI model? | closed | 2024-12-04T14:21:15Z | 2024-12-26T21:31:55Z | https://github.com/pydantic/pydantic-ai/issues/139 | [] | thisiskeithkwan | 3 |
ultralytics/ultralytics | pytorch | 18,819 | Moving comet-ml to opensource? | ### Search before asking
- [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
There is a new recently project that is opensource and it's cool for everyone and open source AI
https://github.com/aimhubio/aim
Feel fre... | closed | 2025-01-22T09:41:02Z | 2025-01-22T20:03:47Z | https://github.com/ultralytics/ultralytics/issues/18819 | [
"enhancement"
] | johnnynunez | 2 |
anselal/antminer-monitor | dash | 184 | Support for ANTMINER D7? | Hi,
What would be my best approach to connect a D7 to this software ?
I can write a PR, maybe you have some tips ?
https://miners-world.com/product/antminer-model/
Kind regards, JB | open | 2021-08-18T13:08:36Z | 2022-03-11T13:15:45Z | https://github.com/anselal/antminer-monitor/issues/184 | [] | Eggwise | 3 |
labmlai/annotated_deep_learning_paper_implementations | deep-learning | 189 | can not run ViT(vision transformer) experiment file (failed to connect to https://api.labml.ai/api/vl/track?run%20wuid-87829.c05191leeae2db06088ee9ee4&labml%20version=0.4.162) | When I try to run experiment.py, it gives an error message.
"failed to connect: https://api.labml.ai/api/vl/track?run%20wuid-87829.c05191leeae2db06088ee9ee4&labml%20version=0.4.162"
I also can't visit this site.
[https://api.labml.ai/api/vl/track?run%20wuid-87829.c05191leeae2db06088ee9ee4&labml%20version=0.4.162](ur... | closed | 2023-06-07T10:05:26Z | 2023-07-03T03:26:36Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/189 | [] | HiFei4869 | 2 |
mljar/mljar-supervised | scikit-learn | 307 | Installation error, problem with catboost dependency | OS: Fedora 33
Python: 3.9
Environment:

Note: before getting to this state I was having errors for not having lapack and blas installed on my environment.
Installation with pip 20.2.3:
```python
$ ... | closed | 2021-02-09T10:28:02Z | 2021-02-09T23:37:18Z | https://github.com/mljar/mljar-supervised/issues/307 | [] | hygorxaraujo | 2 |
psf/black | python | 3,633 | Line not wrapped | I found an issue in the current version of black where line wrapping is not correctly applied. This does not involve string reformatting.
**Black v23.3.0**
[Playground link](https://black.vercel.app/?version=stable&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4AHfAOhdAD2IimZxl1N_WlXnON2nzOXxnCQIxzIqQZbS3zQTwTW6xptQlTj-3... | closed | 2023-03-31T16:30:40Z | 2024-02-02T21:05:49Z | https://github.com/psf/black/issues/3633 | [] | classner | 4 |
tensorflow/tensor2tensor | machine-learning | 1,441 | Problems in multihead_attention | In T2T v1.12.0
Lines 3600-3643 in common_attention.py
` if cache is None or memory_antecedent is None:
q, k, v = compute_qkv(query_antecedent, memory_antecedent,
total_key_depth, total_value_depth, q_filter_width,
kv_filter_width, q_padding, kv_paddi... | open | 2019-02-07T19:01:01Z | 2019-02-07T19:44:53Z | https://github.com/tensorflow/tensor2tensor/issues/1441 | [] | mikeymezher | 1 |
amidaware/tacticalrmm | django | 1,459 | [FEATURE REQUEST]: Schedule bulk tasks | **Is your feature request related to a problem? Please describe.**
One of our clients has frequent power outages that don't follow any sort of schedule.
Each time, we need to "time" this using `shutdown /s /t` a day or so in advance, and we have to calculate the number of minutes until the desired shutdown time.
... | open | 2023-03-23T00:59:26Z | 2023-03-23T01:01:39Z | https://github.com/amidaware/tacticalrmm/issues/1459 | [] | joeldeteves | 0 |
polarsource/polar | fastapi | 4,526 | Deprecate `Ads` | Our Ad benefit was designed for two use cases:
1. README sponsorship
2. Sponsorship shoutout/showcase in our newsletter feature
We've sunsetted our newsletter feature a few months ago (https://github.com/orgs/polarsource/discussions/3998) so `#2` is no longer applicable – leaving `#1`. Simultaneously, we've been... | closed | 2024-11-24T21:03:04Z | 2025-02-28T10:03:48Z | https://github.com/polarsource/polar/issues/4526 | [
"refactor",
"docs/content"
] | birkjernstrom | 0 |
kizniche/Mycodo | automation | 471 | 6.1.0: Send Test Mail broken? | So my installation has been acting up lately, so I tried to set up some alerts.
After configuring all the smtp parameters I tried to send a test mail:
Entered my eMail Address, clicked "Send Test eMail" and got the following error:
Error: Modify Alert Settings: name 'message' is not defined
Either my installati... | closed | 2018-05-15T10:01:54Z | 2018-06-20T03:18:30Z | https://github.com/kizniche/Mycodo/issues/471 | [] | fry42 | 7 |
microsoft/nni | tensorflow | 5,059 | borken when ModelSpeedup | **borken when ModelSpeedup**:
**Ubuntu20**:
- NNI version:2.7
- Training service (local|remote|pai|aml|etc):local
- Client OS:
- Server OS (for remote mode only):
- Python version:3.7
- PyTorch/TensorFlow version:PyTorch 1.11.0
- Is conda/virtualenv/venv used?:conda
- Is running in Docker?:No
**Conf... | open | 2022-08-11T08:33:38Z | 2023-05-11T10:30:20Z | https://github.com/microsoft/nni/issues/5059 | [
"bug",
"support",
"ModelSpeedup",
"v3.0"
] | ly0303521 | 3 |
explosion/spaCy | machine-learning | 13,528 | Numpy v2.0.0 breaks the ability to download models using spaCy | ## How to reproduce the behaviour
In my dockerfile, I run these commands:
```Dockerfile
FROM --platform=linux/amd64 python:3.12.4
RUN pip install --upgrade pip
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
RUN pip install spacy
RUN python -m spacy download en_core_web_lg
```
It... | open | 2024-06-16T15:42:21Z | 2024-12-29T11:20:23Z | https://github.com/explosion/spaCy/issues/13528 | [
"bug"
] | afogel | 16 |
modoboa/modoboa | django | 2,336 | Webmail does not list mails when FTS-Solr is enabled | # Impacted versions
* OS Type: Debian
* OS Version: 9 (stretch)
* Database Type: MySQL
* Database version: 10.1.48-MariaDB-0+deb9u2
* Modoboa: 1.17.0
* installer used: Yes
* Webserver: Nginx / Uwsgi
# Steps to reproduce
1. Configure Solr as FTS engine for Dovecot like:
plugin {
fts = solr
fts_autoin... | open | 2021-07-31T14:33:07Z | 2021-10-14T07:21:02Z | https://github.com/modoboa/modoboa/issues/2336 | [
"bug"
] | zsoltbarat | 5 |
marshmallow-code/apispec | rest-api | 440 | Add minimum/maximum on date/datetime fields | Python's date/datetime objects have min/max bounds.
https://docs.python.org/3.5/library/datetime.html
https://stackoverflow.com/a/31972447/4653485
We should use those to automatically specify min/max values in the spec.
| open | 2019-04-29T13:09:32Z | 2025-01-21T18:22:35Z | https://github.com/marshmallow-code/apispec/issues/440 | [
"help wanted"
] | lafrech | 0 |
wkentaro/labelme | computer-vision | 780 | new script to convert a whole folder of Json files to a ready to training dataset | Hi, i have created a variation script of json_to_dataset.py script, i would like make this contribution to the project if you consider it appropriate.
its named "folder_to_dataset.py", it converts not a single json file into dataset, but a whole folder of json files into a ready to training dataset.
**OUTPUT**: as ou... | closed | 2020-09-27T16:34:47Z | 2022-06-25T04:56:21Z | https://github.com/wkentaro/labelme/issues/780 | [] | JasgTrilla | 0 |
Miserlou/Zappa | flask | 1,896 | FastAPI incompatibility | ## Context
I get a 500 response code when I try to deploy a simple application.
```python
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def read_root():
return {"Hello": "World"}
```
Zappa tail says `[1562665728357] __call__() missing 1 required positional argument: 'send'`.
When I g... | open | 2019-07-09T10:06:07Z | 2020-02-09T21:40:56Z | https://github.com/Miserlou/Zappa/issues/1896 | [] | sunnysid3up | 11 |
kizniche/Mycodo | automation | 426 | LCD does not activate when attempt to display relay state | ## Mycodo Issue Report:
- Specific Mycodo Version: 5.6.1
#### Problem Description
- Attempt to display relay state on LCD. e.g. Output 4 (Lights) State (on/off)
- Activate LCD
- nothing happens, LCD continues to show Mycodo version (see Daemon errors below)
### Errors
2018-03-15 00:34:38,819 - mycodo.... | closed | 2018-03-15T01:03:42Z | 2018-03-15T02:09:27Z | https://github.com/kizniche/Mycodo/issues/426 | [] | drgrumpy | 4 |
FactoryBoy/factory_boy | django | 912 | Consider renaming to FactoryPy or the like | #### The problem
There is massive gender imbalance in the tech industry and the Ruby library which this project was inspired from was renamed some time ago. A fixtures factory has nothing to do with a "boy".
[FactoryGirl was renamed FactoryBot](https://dev.to/ben/factorygirl-has-been-renamed-factorybot-cma)
- ht... | closed | 2022-03-07T08:43:59Z | 2022-06-29T14:03:46Z | https://github.com/FactoryBoy/factory_boy/issues/912 | [] | scarroll32 | 9 |
flairNLP/flair | pytorch | 2,774 | NER training problem with BILOU format | Hello,
Thank you so much for this beautiful tool.
My Flair version is 0.11.2
I am doing NER with `BILOU` format datasets. I am using `ColumnCorpus` option to feed my custom data, But training stops and shows this error.
```
Traceback (most recent call last):
File "train_ner.py", line 65, in <module>
train... | closed | 2022-05-16T20:28:04Z | 2022-05-18T09:39:54Z | https://github.com/flairNLP/flair/issues/2774 | [] | sagorbrur | 1 |
keras-team/keras | pytorch | 20,700 | ValueError: creating distributed tf.Variable with aggregation=MEAN and a non-floating dtype is not supported, please use a different aggregation or dtype | It happens while using [keras-models](https://keras.io/api/applications/) in kaggle tpu. | closed | 2024-12-28T18:31:33Z | 2024-12-31T04:22:19Z | https://github.com/keras-team/keras/issues/20700 | [] | innat | 2 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 277 | Error when installing from git with 3.12.3 | ```
python -V
Python 3.12.3
```
```
Collecting git+https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/
Running command git clone --filter=blob:none --quiet https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/ 'C:\Users\user\AppData\Local\Temp\pip-req-build-wchu7359'
error: subprocess-e... | open | 2024-04-24T19:41:12Z | 2024-04-24T19:41:12Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/277 | [] | michaelmesser | 0 |
tflearn/tflearn | tensorflow | 828 | Tflearn does not see networked devices / gpu cluser that tensorflow sees | Installations:
tensorflow==0.12
tflearn==for 0.2.1
I cannot put layers onto specific devices using tflearn.
If I try
```
tf.device('/gpu:0'):
net=tflearn.lstm(net, 128, return_seq=True)
```
<-- it works only if I launch the script via command prompt.
If I launch the same script through slurm, tensorf... | open | 2017-07-09T16:51:24Z | 2017-07-09T16:52:07Z | https://github.com/tflearn/tflearn/issues/828 | [] | vedhas | 0 |
microsoft/unilm | nlp | 907 | Regarding DeepSpeed for pre-training BEiT and BEiT2 | Hello,
I noticed that in BEiT and BEiT 2, you only used `enable_deepspeed` for fine-tuning. Could you share why you didn't use it for pre-training?
Thank you in advance for your response. | closed | 2022-11-02T22:22:25Z | 2022-11-26T11:20:30Z | https://github.com/microsoft/unilm/issues/907 | [] | netw0rkf10w | 5 |
TencentARC/GFPGAN | deep-learning | 501 | Local gradio demo | It would be really helpful if [this demo](https://huggingface.co/spaces/Xintao/GFPGAN) was available for building locally too. | open | 2024-01-29T15:51:22Z | 2024-01-29T15:51:22Z | https://github.com/TencentARC/GFPGAN/issues/501 | [] | artcoai | 0 |
man-group/arctic | pandas | 479 | Index with unexpected dtype datetime64[ns, tzfile('Zulu')] | #### Arctic Version
```
# 1.49.0
```
#### Arctic Store
```
# TickStoreV3
```
#### Description of problem and/or code sample that reproduces the issue
Libraries seems to have index type datetime64[ns, tzfile('Zulu')]
This seems to prevent some basic functions to work.
Example:
import pytz
data... | closed | 2017-12-22T01:08:51Z | 2022-08-04T03:49:45Z | https://github.com/man-group/arctic/issues/479 | [] | BarrancoC | 9 |
graphql-python/graphene-django | graphql | 562 | What's the best way to rate limit specific graphql endpoints? | Is there a way to limit graphql endpoints? What are the current workarounds for this?
As a feature request, it might be a good idea to have something like https://django-ratelimit.readthedocs.io/en/v1.0.0/, where you can use decorators to ratelimit your APIs. | closed | 2018-12-10T12:07:20Z | 2021-04-14T20:09:08Z | https://github.com/graphql-python/graphene-django/issues/562 | [
"question",
"wontfix"
] | charlesverdad | 7 |
freqtrade/freqtrade | python | 11,439 | FreqAI Initializes but Fails to Train Models (5-Byte Output) | <!--
Have you searched for similar issues before posting it?
If you have discovered a bug in the bot, please [search the issue tracker](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue).
If it hasn't been reported, please create a new issue.
Please do not use bug reports to request new features.
-->
## D... | closed | 2025-02-28T18:48:29Z | 2025-02-28T19:09:57Z | https://github.com/freqtrade/freqtrade/issues/11439 | [
"Question",
"Strategy assistance",
"freqAI"
] | rsulym | 1 |
amdegroot/ssd.pytorch | computer-vision | 449 | How to achieve real-time detection? | How to achieve real-time detection?Thanks | open | 2019-12-17T07:39:54Z | 2019-12-17T07:39:54Z | https://github.com/amdegroot/ssd.pytorch/issues/449 | [] | niliuxi | 0 |
fastapi-users/fastapi-users | fastapi | 1,015 | A function "parse_id" is always returns an NotImplementedError. | ## Describe the bug
A function "parse_id" is always returns an NotImplementedError.
No return id.
## To Reproduce
fastapi_users/manager.py
```python
def parse_id(self, value: Any) -> models.ID:
"""
Parse a value into a correct models.ID instance.
:param value: The value to parse... | closed | 2022-06-16T05:28:25Z | 2022-06-16T05:31:45Z | https://github.com/fastapi-users/fastapi-users/issues/1015 | [
"bug"
] | takashi-yoneya | 0 |
widgetti/solara | flask | 122 | Solara website Python errors | I have noticed that the Solara website does not seem to gracefully handle Python errors.
For example:
* Go to https://solara.dev/docs/tutorial/data-science
* Scroll to last chart
* Click on a point
* Set the Y-axis to "Species"
Result:
``` python
Traceback (most recent call last):
File "/opt/render/proje... | open | 2023-05-26T09:21:36Z | 2023-05-26T11:23:07Z | https://github.com/widgetti/solara/issues/122 | [] | platinops | 1 |
aiogram/aiogram | asyncio | 1,005 | Fix pytest warnings | Fix pytest warnings

_Originally posted by @andrew000 in https://github.com/aiogram/aiogram/issues/1003#issuecomment-1250347489_ | closed | 2022-09-20T13:03:23Z | 2022-12-30T20:48:55Z | https://github.com/aiogram/aiogram/issues/1005 | [
"tests",
"2.x"
] | Olegt0rr | 0 |
rougier/from-python-to-numpy | numpy | 43 | 2.1 Introduction - Simple Example, procedural example | The random_walk function is not a direct equivalent to the RandomWalker class method. A strict equivalent would be this:
def random_walk(n):
position = 0
for i in range(n):
yield position
position += 2*random.randint(0,1)-1
It is still not much faster, but it's a mo... | open | 2017-01-12T16:49:04Z | 2017-01-16T14:06:29Z | https://github.com/rougier/from-python-to-numpy/issues/43 | [] | tweigel-vaisala | 8 |
ydataai/ydata-profiling | pandas | 1,628 | None Problem solved | closed | 2024-07-16T03:38:04Z | 2024-08-01T10:20:03Z | https://github.com/ydataai/ydata-profiling/issues/1628 | [
"needs-triage"
] | zhizhuaa | 0 | |
dgtlmoon/changedetection.io | web-scraping | 2,039 | Restock not working if out of stock text has children | **Describe the bug**
If using the restock feature on a page that has child elements inside the element containing the out of stock text, the text is not detected.
**Version**
v0.45.8.1
**To Reproduce**
Steps to reproduce the behavior:
1. Add page 'https://www.winterfeldt-schokoladen.de/Ajala-Cascara-60-VEGA... | closed | 2023-12-08T15:12:27Z | 2024-01-15T09:12:10Z | https://github.com/dgtlmoon/changedetection.io/issues/2039 | [
"bug",
"enhancement"
] | druppelt | 4 |
piccolo-orm/piccolo | fastapi | 962 | Make it clearer how multiple `where` clauses work in the docs | Discussed in https://github.com/piccolo-orm/piccolo/discussions/961
| closed | 2024-03-21T13:56:54Z | 2024-03-21T13:58:35Z | https://github.com/piccolo-orm/piccolo/issues/962 | [
"documentation"
] | dantownsend | 0 |
biolab/orange3 | pandas | 6,569 | Favorites widget | **What's your use case?**
Most of the time, I use less than 10 widgets in several categorie.
**What's your proposed solution?**
A new widget category, "favorites". You can right click on any widget and add it to the favorites. The category only displays when there is at least one favorite.
Here is a screensho... | closed | 2023-09-09T07:22:15Z | 2024-11-23T08:51:21Z | https://github.com/biolab/orange3/issues/6569 | [] | simonaubertbd | 2 |
roboflow/supervision | computer-vision | 1,451 | How does line zone get triggered? | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Hi, I am trying to under how the line zone get triggered.
Let's say I set the triggering_anchors as BOTTOM_LEFT. Does xy of the bottom_left c... | closed | 2024-08-15T11:17:47Z | 2024-08-15T11:25:06Z | https://github.com/roboflow/supervision/issues/1451 | [
"question"
] | abichoi | 0 |
the0demiurge/ShadowSocksShare | flask | 22 | 今天偶然看了别人的技术文 | 服务器信息都是base64编码解码。
编码解码倒是不太难
| closed | 2017-12-28T14:40:15Z | 2018-01-14T01:35:01Z | https://github.com/the0demiurge/ShadowSocksShare/issues/22 | [] | zebradonna | 3 |
datadvance/DjangoChannelsGraphqlWs | graphql | 112 | No module named 'graphql.execution.executors' | File " ... /env/lib/python3.10/site-packages/channels_graphql_ws/graphql_ws.py", line 83, in <module>
import graphql.execution.executors.asyncio
ModuleNotFoundError: No module named 'graphql.execution.executors'
Whhen i execute Example
| open | 2023-08-17T13:41:44Z | 2023-11-03T23:24:12Z | https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/112 | [] | meafekih | 3 |
jmcnamara/XlsxWriter | pandas | 951 | Bug: Rare behavior with autofit(), text wrap and multiline | ### Current behavior
Hi! Great job with this project.
When writting a multiline string into a cell, and then call `autofit()` (with `text_warp: False` format), the string is represented as a single line, as seen below:
 | ### Describe the bug
When attempting to use a nested @gr.render() I receive a `ValueError: Reactive render must be inside a Blocks context.`. However, as the example code shoes, the reactive render IS placed in a Blocks context (it's nested).
The motivation here is to be able to dynamically render nested gradio compo... | open | 2025-03-17T21:57:16Z | 2025-03-17T21:57:16Z | https://github.com/gradio-app/gradio/issues/10828 | [
"bug"
] | i-am-mike-davis | 0 |
MaartenGr/BERTopic | nlp | 1,636 | model.get_topic_freq() show different count per topic than i get by using document_topics, _ = model.transform(data['text']) and filter the rows | i have a 5 mil rows dataset of Reddit posts i am doing topic analysis on.
i fitted the model, all seems to make sense, the clusters i got make sense.
When I look at the cluster's sizes in model.get_topic_freq() it shows the counts for each topic ( how many documents are in the cluster)
however when i run docume... | open | 2023-11-18T11:39:29Z | 2023-11-20T07:11:51Z | https://github.com/MaartenGr/BERTopic/issues/1636 | [] | andrea-mar | 1 |
jpadilla/django-rest-framework-jwt | django | 475 | redis cache | I debug my django project these days, found every single request is calling authentication model query, could this too wasted.

**Query authentication model one time**

When ... | open | 2019-04-17T09:03:08Z | 2019-04-27T14:43:25Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/475 | [] | yisen-cai | 1 |
joke2k/django-environ | django | 289 | Feature Request: Warning if an env.path does not exist | Hello,
I recently did a very dumb thing and think it might be worth it if this library caught the issue, just in case someone else also makes my mistake.
I put this in my '.env' file:
```
MEDIA_ROOT="/some/path/" # Put ... here
```
Now obviously this spits out a garbage path, and my first reaction is to ch... | open | 2021-03-25T14:06:59Z | 2021-08-31T22:53:36Z | https://github.com/joke2k/django-environ/issues/289 | [
"enhancement"
] | EmperorArthur | 0 |
flasgger/flasgger | api | 442 | Auto-parsing MethodView docs don't use full endpoint name when using blueprints | I am currently using MethodView and `{blueprint}.add_url_rule()` to create my endpoints. I have now added flasgger but have run into an issue trying to use auto-parsing of external YAML to endpoints, as it is not using the full endpoint name.
For example, I have this code
```py
blueprint = Blueprint('auth', __name... | closed | 2020-11-18T16:15:50Z | 2023-04-17T21:01:54Z | https://github.com/flasgger/flasgger/issues/442 | [] | AHollowedHunter | 1 |
explosion/spaCy | data-science | 12,534 | Adding many special cases to Tokenizer greatly degrades startup performance | ### Discussed in https://github.com/explosion/spaCy/discussions/12523
<div type='discussions-op-text'>
<sup>Originally posted by **Nickersoft** April 12, 2023</sup>
Hey folks,
I wasn't sure whether to flag this as a bug or a question, so to play it safe I opened it as a discussion. Recently, after running som... | closed | 2023-04-17T08:36:27Z | 2023-05-21T00:02:21Z | https://github.com/explosion/spaCy/issues/12534 | [
"bug",
"feat / tokenizer"
] | adrianeboyd | 2 |
ydataai/ydata-profiling | jupyter | 1,170 | Larger correlation plots | ### Missing functionality
The correlation plot has a lot of information in it
and is currently too small
### Proposed feature
Increase correlation plot size
### Alternatives considered
_No response_
### Additional context
_No response_ | closed | 2022-11-25T07:04:36Z | 2023-01-24T22:33:11Z | https://github.com/ydataai/ydata-profiling/issues/1170 | [
"feature request 💬"
] | m-a-r-o-u | 1 |
pydantic/pydantic-ai | pydantic | 586 | deepseek model adapter please enhance/extend | based on a copy of the openai model in latest pydantic-ai version. imports based on a separate copy of pydantic-ai in my codebase/src folder. Mostly just had chatgpt rewrite the _process_response method to account for empty messages from Deepseek v3.
Works with Deepseek v3 in simple example:
Example pydantic-ai sc... | closed | 2025-01-02T11:07:05Z | 2025-01-31T04:33:28Z | https://github.com/pydantic/pydantic-ai/issues/586 | [] | georgiedekker | 9 |
KaiyangZhou/deep-person-reid | computer-vision | 502 | Euclidean vs Cosine distance in same-domain, cross-domain and multi-source | Hi @KaiyangZhou, thanks again for you great work,
I see that most of the models under: https://kaiyangzhou.github.io/deep-person-reid/MODEL_ZOO use euclidean distances. Specially under same-domain ReiD. However, under cross domain I see both. And for multi-source I only see cosine. For cross-domain and multi-source,... | closed | 2022-04-24T14:56:16Z | 2022-04-25T08:50:36Z | https://github.com/KaiyangZhou/deep-person-reid/issues/502 | [] | mikel-brostrom | 2 |
slackapi/python-slack-sdk | asyncio | 1,348 | Why is new user metadata being sent to channel when using the team_join API | I am learning to develop a Slack Bot application to help improve communications for a large internal collaboration of scientists. I wrote a test Python script to send a welcome message using the `team_join` API to each new member to the Slack workspace. During an unexpected massive invite of ~100 users (ergo the comms... | closed | 2023-03-28T20:28:23Z | 2023-03-31T14:45:32Z | https://github.com/slackapi/python-slack-sdk/issues/1348 | [
"question",
"needs info"
] | jeipollack | 2 |
unit8co/darts | data-science | 1,991 | [BUG] Error with XGBModel and Encoders | **Describe the bug**
I get a TypeError when trying to fit sparse data with encoders and XGBModel from the darts package.
If I remove the encoders and lags_past_covariates the bug goes away, but I'm not sure why.
**To Reproduce**
```python
import pandas as pd
import numpy as np
import darts
from datetime imp... | closed | 2023-09-12T17:00:05Z | 2023-10-28T13:55:21Z | https://github.com/unit8co/darts/issues/1991 | [
"bug"
] | negodfre | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 221 | diff-gaussian-rasterization based on Python | Note that [diff-gaussian-rasterization](https://github.com/graphdeco-inria/diff-gaussian-rasterization) is implemented based on CUDA. I would like to know if there is any Python implementation? Let me first compare the gap between CUDA-based implementation and Python-based implementation. thank you | closed | 2023-09-22T06:15:57Z | 2023-10-04T08:25:32Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/221 | [] | TwiceMao | 2 |
huggingface/peft | pytorch | 1,510 | Implementing GLora | ### Feature request
Implementing GLORA in PEFT as a superset of LORA, reference:
https://arxiv.org/abs/2306.07967
### Motivation
This is a superset of regular LORA and performs better in some circumstances.
### Your contribution
I can help with implementation if given guidance.
| closed | 2024-02-26T16:16:42Z | 2024-04-06T15:03:29Z | https://github.com/huggingface/peft/issues/1510 | [] | aravindhv10 | 3 |
lux-org/lux | pandas | 74 | New Action: Text visualizations | Currently, text attributes are recognized as categorical attributes and displayed as bar charts. We should add a new datatype for text attributes, perhaps distinguishing between short: 1~2 words (more like labels, categories), long: 2+ (more like reviews, sentences, etc). In addition, we can add an action that visualiz... | open | 2020-08-22T11:29:32Z | 2021-01-11T12:55:37Z | https://github.com/lux-org/lux/issues/74 | [
"enhancement",
"easy"
] | dorisjlee | 1 |
ExpDev07/coronavirus-tracker-api | fastapi | 301 | [BUG] Encoding of coordinates, latitude and longitude, differ between CSBS & NYT | The encoding of coordinates, latitude and longitude, differ between these two sources:
NYT - v2/locations?source=nyt&timelines=true" - properties encoded as numbers
"coordinates":{"latitude":0,"longitude":0}
CSBS - v2/locations?source=csbs - properties encoded as strings
"coordinates":{"latitude":"40.71455","lo... | closed | 2020-04-25T00:28:03Z | 2020-04-26T00:34:16Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/301 | [
"bug",
"duplicate"
] | ChuckVanzant | 2 |
deezer/spleeter | tensorflow | 214 | [Discussion] Example on how to change bitrate | I'm new to Python and don't know much. I know that in the recent release of Spleeter bitrate options were introduced. I used pip uninstall, deleted other info from it, and then reinstalled it so I could have it (please tell me if I did it wrong). I tried using the command as so
spleeter separate -i 'SEARCHLIGHT.mp3' ... | closed | 2019-12-30T04:38:20Z | 2020-01-13T16:44:15Z | https://github.com/deezer/spleeter/issues/214 | [
"question"
] | Waffled-II | 3 |
praw-dev/praw | api | 1,495 | Add 'body-html' attribute to comment | When accessing a comment through the reddit api, all comments have a `body-html` attribute. But, there is no such feature for praw comments. | closed | 2020-05-05T18:05:14Z | 2020-07-02T05:45:12Z | https://github.com/praw-dev/praw/issues/1495 | [
"Documentation"
] | SJS830 | 4 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 181 | 合并中间checkpoint | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g... | closed | 2023-08-24T01:28:43Z | 2023-09-05T14:11:44Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/181 | [] | altria-zewei-wang | 3 |
google-research/bert | tensorflow | 918 | What does output_fn at line 471 do in run_squad.py? | In run_squad.py at Line 471, under the function convert_examples_to_features, there is a callback:
`output_fn(feature)`
However, there is no function that is defined with the name 'output_fn'.
Is it a function from TPU_estimator? What does it do during both training and prediction? | open | 2019-11-14T11:40:00Z | 2019-11-14T11:40:00Z | https://github.com/google-research/bert/issues/918 | [] | JeevaTM | 0 |
QingdaoU/OnlineJudge | django | 46 | 提交代码时为什么要卡std::endl? | https://qduoj.com/problem/4/
上题
``` C++
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int main()
{
int n;
cin >> n;
vector<int> v;
v.resize(n);
for(int i = 0; i < n; i++)
{
cin >> v[i];
}
sort(v.begin(), v.end());
cin >> n;
cout << v[n ... | closed | 2016-06-07T14:41:48Z | 2016-06-08T15:19:21Z | https://github.com/QingdaoU/OnlineJudge/issues/46 | [] | July541 | 2 |
sqlalchemy/alembic | sqlalchemy | 865 | Online migration crashes when changing type from Text to REAL | **Describe the bug**
Running the commands:
alembic revision --autogenerate
alembic upgrade head
with this configuration:
```py
def run_migrations_online():
"""Run migrations in 'online' mode.
In this scenario we need to create an Engine
and associate a connection with the context.
"""
... | closed | 2021-06-16T10:37:14Z | 2021-08-24T07:11:39Z | https://github.com/sqlalchemy/alembic/issues/865 | [] | Bechma | 0 |
explosion/spaCy | data-science | 12,923 | Chinese word segmentation model for spaCy |
The Chinese word segmentation model zh_core_web_sm-3.5.0 in spaCy has two files. One is weights.npz, which contains dimensions and model weight values, and I can understand that. The other file is features.msgpack; what is this file for? Is it for features? Because I want to train my own word segmentation model and e... | closed | 2023-08-18T08:15:28Z | 2023-09-18T05:14:08Z | https://github.com/explosion/spaCy/issues/12923 | [
"models",
"lang / zh",
"third-party"
] | PythonCancer | 1 |
huggingface/pytorch-image-models | pytorch | 1,595 | [BUG] Feature extraction and gradient checkpointing | In models with feature extraction that use FeatureListNet, trying to enable gradient checkpointing results in an error.
**To Reproduce**
Steps to reproduce the behavior:
1. Start Google Colab
2. Run the following:
```python
!pip install timm
import timm
myModel = timm.create_model('resnet50', features_only... | closed | 2022-12-17T05:43:07Z | 2023-02-10T01:48:23Z | https://github.com/huggingface/pytorch-image-models/issues/1595 | [
"bug"
] | fffffgggg54 | 2 |
pytest-dev/pytest-cov | pytest | 463 | RecursionError during branch calculate on huge source | # Summary
When i tried to generate huge sources and calculate coverage - found the issue.
## Expected vs actual result
Expected, that any size source will be computed with branch coverage
```
============================= test session starts ==============================
platform linux -- Python 3.8.9, pytest-... | closed | 2021-04-14T19:37:15Z | 2021-07-23T04:08:59Z | https://github.com/pytest-dev/pytest-cov/issues/463 | [] | babenek | 2 |
chaos-genius/chaos_genius | data-visualization | 768 | Refactor the alert view | open | 2022-02-23T14:19:38Z | 2022-03-14T05:53:52Z | https://github.com/chaos-genius/chaos_genius/issues/768 | [
"good first issue",
"help wanted"
] | suranah | 0 | |
litestar-org/polyfactory | pydantic | 507 | Bug: Data generated incorrectly from nested Annotated | ### Description
I have attempted to make this bug report once from another account: https://github.com/litestar-org/polyfactory/issues/506
But it is not visible to any other users (or when logged out)
I am attempting to use nested annotations with pydantic FieldInfo on each level.
I have seen https://github.com... | closed | 2024-02-29T13:27:37Z | 2025-03-20T15:53:14Z | https://github.com/litestar-org/polyfactory/issues/507 | [
"bug",
"duplicate"
] | XenoMonk | 4 |
google-research/bert | tensorflow | 579 | Why BERT divides a word into 3 not meaningfull parts? Is it a bug? | I made it bold and bigger. The word Kontinental is a word only. But BERT divides it into 3.
I used BERT as:
os.system("python3 extract_features.py \
--input_file=input.txt \
--output_file=output.jsonl \
--vocab_file=uncased_L-12_H-768_A-12/vocab.txt \
--bert_config_file=uncased_L-12_H-768_A-12/bert... | open | 2019-04-14T19:51:14Z | 2019-07-13T13:35:21Z | https://github.com/google-research/bert/issues/579 | [] | haydarozler | 3 |
PeterL1n/BackgroundMattingV2 | computer-vision | 19 | Direct prediction | Hi!
I really like your paper, it's written so clearly. I think the whole community is thankful to you for the upcoming datasets. But I do not get one thing. Why do we need to use such a complicated approach if we can take just the difference between a background and a source? In this case, pixels which equal 0 will be... | closed | 2020-12-30T17:03:39Z | 2021-01-01T19:26:30Z | https://github.com/PeterL1n/BackgroundMattingV2/issues/19 | [] | kkuchynskyi | 1 |
mars-project/mars | numpy | 3,181 | Warnning from ray backend:The remote function 'ray.util.client.ommon.get_class_info' has been exported 100 times. | * Python: 3.7.11
* mars: 0.9.0
* ray: 1.9.2
```
import ray
import mars
import mars.tensor as mt
n = 20000
ray.init("ray://<my_ray_cluster_addr>")
mars.new_ray_session(worker_num=4, worker_cpu=4)
X = mt.random.RandomState(0).rand(n,n)
invX = mt.linalg.inv(X).execute()
```
And there is a warning
> ... | closed | 2022-07-07T02:58:39Z | 2022-07-08T03:32:24Z | https://github.com/mars-project/mars/issues/3181 | [] | cmsxbc | 4 |
onnx/onnx | deep-learning | 6,536 | [Feature request] operator Conv has no example with a bias in the backend test | ### System information
All
### What is the problem that this feature solves?
Robustness.
### Alternatives considered
_No response_
### Describe the feature
_No response_
### Will this influence the current api (Y/N)?
No
### Feature Area
_No response_
### Are you willing to contribute it (Y/N)
Yes
### Note... | open | 2024-11-07T10:22:43Z | 2024-11-07T10:22:43Z | https://github.com/onnx/onnx/issues/6536 | [
"topic: enhancement"
] | xadupre | 0 |
cvat-ai/cvat | pytorch | 8,805 | Rate limiting breaks annotation UI | ### 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
This is not exactly a reproducer, just what I did to "break" the server :)
1. Upload 19 4k .png files to a project.
2. An... | open | 2024-12-09T19:10:41Z | 2025-01-22T16:13:53Z | https://github.com/cvat-ai/cvat/issues/8805 | [
"bug"
] | pratclot | 7 |
Kanaries/pygwalker | matplotlib | 192 | In the GUI, is there a way to modify the range of values on the x or y axis? | I found a way to edit in the vega-lite output here:
https://stackoverflow.com/questions/55134128/setting-a-maximum-axis-value-in-vega-lite
But I'm curious if there a way to modify the range of values on the x or y axis in the PyGWalker GUI? | open | 2023-08-06T15:22:15Z | 2024-09-28T04:12:51Z | https://github.com/Kanaries/pygwalker/issues/192 | [
"enhancement",
"graphic-walker"
] | jimmybuffi | 5 |
gradio-app/gradio | data-science | 10,701 | Gradio meta tags override issue | ### Describe the bug
## Problem Description
When attempting to set custom meta tags in a Gradio application via the [head](https://www.gradio.app/docs/gradio/blocks#param-blocks-head) parameter for `Blocks`, Gradio overrides or conflicts with custom meta tags, particularly Open Graph and Twitter Card meta tags. This m... | open | 2025-03-01T00:03:01Z | 2025-03-06T09:29:46Z | https://github.com/gradio-app/gradio/issues/10701 | [
"bug"
] | zgreathouse | 6 |
X-PLUG/MobileAgent | automation | 76 | absl.flags._exceptions.DuplicateFlagError |

| closed | 2024-11-25T10:59:52Z | 2024-11-28T06:14:13Z | https://github.com/X-PLUG/MobileAgent/issues/76 | [] | ZeruiQin | 0 |
waditu/tushare | pandas | 1,375 | pro_bar - API文档描述 | sdk version: '1.2.58'
doc: https://tushare.pro/document/2?doc_id=146
实测` ts.pro_bar`中的 `adj` 参数
- 为 `""`是,返回的是 前复权,等同于 "qfq"
- 为 `None`是,返回的是 不复权,等同于 "daily"
建议改进文档说明:
- “复权说明” 中描述—— 不复权 | 无 | 空或None;传个空字符串 得到的是前复权价格
| open | 2020-06-14T03:08:37Z | 2020-06-15T10:29:33Z | https://github.com/waditu/tushare/issues/1375 | [] | chrjxj | 1 |
axnsan12/drf-yasg | rest-api | 7 | Output Schemas into definitions | Allow Schemas to be output into the definitions sections of the Swagger object, and generate definition references instead of inline models.
- [x] Automatically output a single schema definition per serializer class
- [x] Allow forcing inline output | closed | 2017-12-08T06:00:19Z | 2017-12-10T02:00:48Z | https://github.com/axnsan12/drf-yasg/issues/7 | [] | axnsan12 | 1 |
kiwicom/pytest-recording | pytest | 75 | [FEATURE] Provide a way to use pytest_recording without `pytest.mark.vcr` decorator | **Is your feature request related to a problem? Please describe.**
It might be convenient to use `_vcr.use_cassette` directly for granular control of VCR setup & teardown mechanisms.
**Describe the solution you'd like**
Create a separate function that will not depend on pytest-related types & expose it as a part o... | open | 2021-07-15T15:20:31Z | 2022-12-08T16:30:17Z | https://github.com/kiwicom/pytest-recording/issues/75 | [
"Type: Feature"
] | Stranger6667 | 2 |
PaddlePaddle/PaddleHub | nlp | 1,889 | paddlehub载入u2_conformer_wenetspeech失败 | ### 请提出你的问题 Please ask your question

| open | 2022-06-07T04:25:25Z | 2024-02-26T05:01:55Z | https://github.com/PaddlePaddle/PaddleHub/issues/1889 | [
"status/new-issue",
"type/question"
] | xiaotingyun | 1 |
huggingface/datasets | deep-learning | 7,159 | JSON lines with missing struct fields raise TypeError: Couldn't cast array | JSON lines with missing struct fields raise TypeError: Couldn't cast array of type.
See example: https://huggingface.co/datasets/wikimedia/structured-wikipedia/discussions/5
One would expect that the struct missing fields are added with null values. | closed | 2024-09-23T07:57:58Z | 2024-10-21T08:07:07Z | https://github.com/huggingface/datasets/issues/7159 | [
"bug"
] | albertvillanova | 1 |
jupyterhub/repo2docker | jupyter | 1,077 | Pinning R 4.0 with runtime.txt on mybinder.org not working as expected | ### Bug description
Pinning the R version to 4.0 using `runtime.txt` on `mybinder.org` does not work – I get R 4.1 instead.
#### Expected behaviour
I expect R version 4.0.5 ("Shake and Throw"):
```
> R.version.string
[1] "R version 4.0.5 (2021-03-31)"
```
#### Actual behaviour
I get R version... | closed | 2021-05-20T21:21:40Z | 2022-01-25T18:07:46Z | https://github.com/jupyterhub/repo2docker/issues/1077 | [
"bug"
] | fkohrt | 14 |
onnx/onnxmltools | scikit-learn | 601 | convert_xgboost - AssertionError: Missing required property "tree_info". | I was trying to run the sample code of convert_xgboost(onnxmltools/docs/examples/plot_convert_xgboost.py), and I got an error ["AssertionError: Missing required property "tree_info".] which is only for Dmatrix ( for sklearn model, it's ok).
Looking forward to your responses.
# ------------------------- The Output is ... | open | 2023-01-04T09:37:25Z | 2023-03-28T09:07:57Z | https://github.com/onnx/onnxmltools/issues/601 | [] | ShuningL | 8 |
pykaldi/pykaldi | numpy | 214 | move from "svn co" to "git clone" or "svn export" in for llvm/install_clif.sh | I would be interested in submitting a PR that modifies the `install_clif.sh` file to do one of the following:
1. Moves to `git clone` (from svn) to reflect the move of the official repositories to "git" (note: I wanted to confirm this and the https://llvm.org/ home page states "GitHub Migration: Completed! Many than... | closed | 2020-04-07T19:16:57Z | 2021-01-12T17:06:27Z | https://github.com/pykaldi/pykaldi/issues/214 | [] | colinbjohnson | 1 |
iperov/DeepFaceLab | machine-learning | 5,294 | SAEHD Training - Root Errors | When trying to run the SAEHD training on my GTX 980 I get these code lines
Something about exhausting a resource called OOM
I really don't know what this is about
Anyone knows how to fix it?
Code:
`Running trainer.
[new] No saved models found. Enter a name of a new model :
new
Model first run.
Choo... | closed | 2021-03-23T23:04:40Z | 2021-03-29T15:46:32Z | https://github.com/iperov/DeepFaceLab/issues/5294 | [] | JapaTuts | 0 |
nalepae/pandarallel | pandas | 162 | CUstomizing progress bars | Although it is easy to customize the progress bar display by modifying utils/progressbars, it would be great to have the opportunity to set custom progressbar at initialization.
something like
`pandarallel.initialize(progress=MyProgressBar)`
where MyProgressBar would be a custom class (similar to those defined in... | open | 2021-12-08T13:22:57Z | 2024-01-23T09:57:30Z | https://github.com/nalepae/pandarallel/issues/162 | [
"enhancement"
] | Yves33 | 1 |
huggingface/peft | pytorch | 1,889 | local pytest run puts torch.allclose() out of range in test_4bit_lora_mixed_adapter_batches_lora | ### System Info
peft main branch (7ffa43b16e4625322c9f157db12c9358f2f54cdf)
System is Ubuntu 22.04 with 2x3090 ti cards.
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples... | closed | 2024-06-27T04:08:41Z | 2024-07-02T09:37:44Z | https://github.com/huggingface/peft/issues/1889 | [] | kallewoof | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.