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,393 | [Bug]: Batch embedding inference is inconsistent with hf | Below is the minimal reproduction script, you may firstly setup an embedding server of 'intfloat/multilingual-e5-large-instruct' on 8000 port.
[batch_embedding.txt](https://github.com/user-attachments/files/19429471/batch_embedding.txt)
### Your current environment
PyTorch version: 2.5.1+cu124
Is debug build: False
C... | open | 2025-03-24T12:09:09Z | 2025-03-24T12:48:32Z | https://github.com/vllm-project/vllm/issues/15393 | [
"bug"
] | ehuaa | 1 |
man-group/arctic | pandas | 86 | append not working as expected | I have a dataframe stored in mongodb using arctic and I would like to append to the existing dataframe, e.g. updating daily prices.
I've tried using version storage and the append() function, however it gives me not implemented for handler error
" File "C:\Anaconda\lib\site-packages\arctic\store\version_store.py", lin... | closed | 2016-01-05T19:59:38Z | 2016-01-06T21:55:39Z | https://github.com/man-group/arctic/issues/86 | [] | b3yang | 6 |
Avaiga/taipy | data-visualization | 2,215 | [🐛 BUG] Filtering on string in tables has a bad icon | ### What went wrong? 🤔
Since [PR#2087](https://github.com/Avaiga/taipy/pull/2087), addressing #426, there's an icon in the string field indicating whether or not the filtering should take into account the casing.
This icon is ugly:
](https://docs.python.org/3/library/functions.html#callable), optional) – If provided, call this function on each dataset prior to concatenation. You can find the file-name from whi... | closed | 2024-06-20T04:09:51Z | 2024-06-30T14:03:47Z | https://github.com/pydata/xarray/issues/9142 | [
"bug"
] | lbesnard | 3 |
alpacahq/alpaca-trade-api-python | rest-api | 320 | Is polygon.historic_agg_v2 adjusted for dividends as well? | I know that the polygon.historic_agg_v2 is adjusted for splits, but is it adjusted for dividends as well? If not, what is a good way to adjust both dividends and splits for historical prices? | closed | 2020-11-09T19:14:23Z | 2020-12-23T21:29:06Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/320 | [] | zhangz73 | 4 |
aiortc/aiortc | asyncio | 793 | Forwarding remote tracks received from one peer to all other peers . | Hi @jlaine ,
First of all thank you for this amazing frame work
I'm facing issue with forwarding tracks received from one peer to all other peers which are running in separate threads
1. I'm receiving remote tracks and i'm adding to global set from one peer connection
2. When new peer joins the i'm adding all... | closed | 2022-11-08T06:07:50Z | 2023-01-30T22:50:07Z | https://github.com/aiortc/aiortc/issues/793 | [] | manoj-thamizhan | 1 |
piccolo-orm/piccolo | fastapi | 1,117 | Are there any suggestions for one to many queries? | Are there any suggestions for one to many queries? | open | 2024-10-24T11:05:23Z | 2024-10-24T13:33:04Z | https://github.com/piccolo-orm/piccolo/issues/1117 | [] | sarvesh-deserve | 2 |
jupyter/nbviewer | jupyter | 137 | 404 error on a valid URL with the '/url' API | Hi,
A few weeks ago, I uploaded a ipynb file to a web site available at http://www.logilab.org/file/187482/raw/quandl-data-with-pandas.ipynb and could see the notebook thanks to a simple http://nbviewer.ipython.org/url/www.logilab.org/file/187482/raw/quandl-data-with-pandas.ipynb
Unfortunately, I would like to show ... | closed | 2013-12-06T07:57:52Z | 2013-12-10T18:46:35Z | https://github.com/jupyter/nbviewer/issues/137 | [] | garaud | 7 |
biolab/orange3 | data-visualization | 6,188 | Portable Orange3-3.33.0. could not find pythonw.exe | win10 64bit
Portable Orange
[Orange3-3.33.0.zip](https://download.biolab.si/download/files/Orange3-3.33.0.zip)
No installation needed. Just extract the archive and open the shortcut in the extracted folder.
double click the
shortcut,Orange ,it‘s target:%COMSPEC% /C start Orange\pythonw.exe -m Orange.canvas
cou... | closed | 2022-10-29T03:41:16Z | 2022-11-04T10:52:30Z | https://github.com/biolab/orange3/issues/6188 | [
"bug report"
] | huangliang0828 | 2 |
pydata/pandas-datareader | pandas | 659 | Create Daily Sentiment Reader for IEX? | Hi - all - an additional reader for IEX for the link below would be great. I tried creating something based on pandas_datareader.iex.daily.IEXDailyReader but couldn't get it to work. Ideally getting a data frame back with daily sentiment between two dates (start, end) would be extremely useful.
Here is the API I'm ... | closed | 2019-08-03T16:00:54Z | 2019-08-19T03:40:20Z | https://github.com/pydata/pandas-datareader/issues/659 | [] | scottstables | 0 |
kizniche/Mycodo | automation | 491 | Custom colors Graph dashboard doesn't work | ## Mycodo Issue Report:
- Specific Mycodo Version: 6.1.2
- Chromium Version 60.0.3112.89 (Developer Build) Built on Ubuntu 14.04, running on Raspbian 9.4 (32-bit)
#### Problem Description
Please list: When enabling custom colors in Graph dash the color pickers won't show. Can't select any colors.
### E... | closed | 2018-06-07T08:47:26Z | 2020-05-01T23:49:15Z | https://github.com/kizniche/Mycodo/issues/491 | [] | Gossen1 | 17 |
zihangdai/xlnet | tensorflow | 149 | How can i load pretrained model? | I have pretrained XLNET model in Georgian lagnuage. Training has generated this files:
.
Now i want to load pretrained XLNET model and for one sentence get sentence_embedding vector.
Can you help me ? | open | 2019-07-10T11:28:01Z | 2019-07-11T03:11:02Z | https://github.com/zihangdai/xlnet/issues/149 | [] | Bagdu | 1 |
tiangolo/uvicorn-gunicorn-fastapi-docker | pydantic | 56 | docker-compose and gunicorn_conf.py file preparation? | Hi,
I want to pass custom settings for Gunicorn and Uvicorn for `workers` settings. I have followed this [file ](https://github.com/tiangolo/uvicorn-gunicorn-docker/blob/622470ec9aedb5da2cd2235bbca3f9e8e6256cdb/docker-images/gunicorn_conf.py#L21)
So I have added `gunicorn_conf.py` file in my `/app/` folder. Director... | closed | 2020-09-14T20:06:39Z | 2020-12-27T20:31:11Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/56 | [] | laxmimerit | 3 |
mwaskom/seaborn | matplotlib | 3,437 | Seaborn Heatmap Documentation | Hi all I was looking at your [heatmap example](https://seaborn.pydata.org/examples/spreadsheet_heatmap.html) and found that the `pandasDataframe.pivot()` function does not work locally as called.
I had to change
`flights = flights_long.pivot("month", "year", "passengers")`
to
`flights = flights_long.pivot(inde... | closed | 2023-08-09T22:19:49Z | 2023-08-10T00:05:39Z | https://github.com/mwaskom/seaborn/issues/3437 | [] | jukent | 1 |
tfranzel/drf-spectacular | rest-api | 692 | Document endpoint supporting both many=True and many=False | I have a viewset that currently supports creation of a single or multiple items at once. It looks something like this:
```python
class FooViewSet(viewsets.ModelViewSet):
def create(self, request, *args, **kwargs):
if not isinstance(request.data, list):
return super().create(request, *args, ... | closed | 2022-03-25T21:32:10Z | 2022-03-30T19:33:24Z | https://github.com/tfranzel/drf-spectacular/issues/692 | [
"bug",
"enhancement",
"fix confirmation pending"
] | CelestialGuru | 9 |
tableau/server-client-python | rest-api | 710 | Version releases according to semantic versioning | Hello,
The release version numbers of `tableauserverclient` follow `<major.minor>`. Would it be possible to use `<major.minor.patch>`, as advised by semantic versioning (https://semver.org/)?
Following your current releases, it should be easy to simply use 0 as the patch number, and keep the rest unchanged.
Thank yo... | closed | 2020-10-23T11:32:03Z | 2020-11-11T22:38:58Z | https://github.com/tableau/server-client-python/issues/710 | [] | matthieucan | 4 |
klen/mixer | sqlalchemy | 30 | Handle Django multi-table inheritance | I try to blend instance of child model with `commit=False`. The model is inherited from `auth.User` model, using multi-table inheritance. I get following error:
```
Cannot generate a unique value for user_ptr
```
| closed | 2014-11-26T14:03:00Z | 2014-12-08T14:42:43Z | https://github.com/klen/mixer/issues/30 | [] | DXist | 2 |
koaning/scikit-lego | scikit-learn | 414 | [FEATURE] More time parameters on make_simpleseries | Good morning,
currently make_simple_series only generates daily data, this is not fit for my example where I reed a higher granularity. Given that in order to generate dates it is using pd.date_range, I want to add those parameters in the generation of the time dimension.
Alaso the possibility to set the time a... | open | 2020-09-29T09:37:47Z | 2020-10-26T08:22:11Z | https://github.com/koaning/scikit-lego/issues/414 | [] | GonxoMR | 1 |
d2l-ai/d2l-en | pytorch | 2,523 | pip install d2l==1.0.0b0 Fails to Install on Linux Mint/Ubuntu 22.04 | Error Message:
Collecting d2l==1.0.0b0
Using cached d2l-1.0.0b0-py3-none-any.whl (141 kB)
Collecting jupyter (from d2l==1.0.0b0)
Using cached jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Requirement already satisfied: numpy in /home/remote/miniconda3/envs/pt/lib/python3.10/site-packages (from d2l==1.0.0b0) (1... | closed | 2023-07-01T17:56:41Z | 2023-07-01T18:12:09Z | https://github.com/d2l-ai/d2l-en/issues/2523 | [] | k7e7n7t | 1 |
QuivrHQ/quivr | api | 3,453 | Create workflow management systems (WMS) | We should industrialise our workflow management by developing a system following this [scheme](https://www.figma.com/board/s8D352vFbVGXMERi6XOPV6/Workflow-Management?node-id=0-1&node-type=canvas&t=pSjkemXnvBGdf2wO-0) | closed | 2024-11-04T16:10:30Z | 2025-02-07T20:06:32Z | https://github.com/QuivrHQ/quivr/issues/3453 | [
"Stale",
"area: backend",
"area: frontend"
] | jacopo-chevallard | 2 |
miguelgrinberg/Flask-SocketIO | flask | 1,506 | Can you do a start_background_task on eventlet async mode and never join/kill it? | Before anything else, I would like to apologize in advance for the grammar and english mistakes I'm probably going to make. It's not my first language.
So i'm working on a project and so far everything is working perfectly. Thank you for this amazing extension. I have a quick question. In my application, a user can ... | closed | 2021-03-27T12:21:21Z | 2021-03-27T17:26:48Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1506 | [
"question"
] | andremsilva03 | 2 |
horovod/horovod | tensorflow | 4,073 | Failed to install Horovod | **Environment:**
1. **Framework**: TensorFlow, PyTorch
2. **Framework version**:
- TensorFlow: 2.18.0
- PyTorch: 2.4.1
3. **Horovod version**: Attempting to install latest via pip
4. **MPI version**: Microsoft MPI (attempted with version 10)
5. **CUDA version**: 11.8
6. **NCCL version**: None
7. **Python... | open | 2024-10-25T16:53:16Z | 2025-03-14T21:28:20Z | https://github.com/horovod/horovod/issues/4073 | [
"bug"
] | adityakm24 | 3 |
hzwer/ECCV2022-RIFE | computer-vision | 314 | [Question] Does RIFE interpolate by only using there two frames next to each other, or there are something more when Video Interpolation? | There is no discuss panel so I would just only ask a question here.
Does RIFE interpolate by only using there two frames next to each other? (Like the **Image Interpolation**)
Or there are something more when **Video Interpolation**?
------
TL;DR
Actually I just have image sequence, I want to know if there w... | closed | 2023-05-29T08:24:38Z | 2023-05-31T03:12:11Z | https://github.com/hzwer/ECCV2022-RIFE/issues/314 | [] | catscarlet | 2 |
recommenders-team/recommenders | deep-learning | 1,962 | [ASK] Question on ndcg_at_k calculation | ### Description
<!--- Describe your general ask in detail -->
Why are we using rank ('first) to get the order of the ideal ranking instead of rank('min') or rank('average)?
https://github.com/microsoft/recommenders/blob/main/recommenders/evaluation/python_evaluation.py#L687
line 597
df_idcg["irank"] = df_idcg.g... | open | 2023-07-24T17:49:36Z | 2023-07-24T17:54:29Z | https://github.com/recommenders-team/recommenders/issues/1962 | [
"help wanted"
] | Lulu20220 | 0 |
LAION-AI/Open-Assistant | machine-learning | 2,781 | Clipped outputs | For several of the large output results, the output is clipped. Can the max output length be increased.

| closed | 2023-04-20T15:16:31Z | 2023-04-27T09:19:42Z | https://github.com/LAION-AI/Open-Assistant/issues/2781 | [] | ishgirwan | 1 |
kubeflow/katib | scikit-learn | 2,270 | Update experiment instance status failed: the object has been modified | /kind bug
**What steps did you take and what happened:**
I got error when update experiment status in experiment controller.
```
{"level":"info","ts":"2024-03-04T01:39:38Z","logger":"experiment-controller","msg":"Update experiment instance status failed, reconciler requeued","Experiment":{"name":"a1070255031241... | closed | 2024-03-04T08:32:37Z | 2024-06-22T15:04:52Z | https://github.com/kubeflow/katib/issues/2270 | [
"kind/bug",
"lifecycle/stale"
] | Antsypc | 3 |
RobertCraigie/prisma-client-py | pydantic | 858 | Pydantic >2.0 makes `prisma generate` crash | Thank you for the awesome work on this project.
## Bug description
Prisma Generate fails when using Pydantic >2.0 because of a warning
## How to reproduce
* Step 1. In a project with an existing prisma.schema, install Prisma as well as Pydantic > 2.0.
* Step 2. Run `prisma generate`
Generation fails wi... | closed | 2023-12-19T05:08:53Z | 2024-02-15T23:08:12Z | https://github.com/RobertCraigie/prisma-client-py/issues/858 | [
"bug/2-confirmed",
"kind/bug",
"priority/high",
"level/unknown",
"topic: crash"
] | monarchwadia | 2 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 127 | Question About Long Running Mutations And Asynchronous Tasks | Hello,
We're using Flask, Graphene and SQLAlchemy on our project. The API is currently executed on our server using uWSGI and Nginx. Some of the mutations we have created trigger long running jobs (like 2 to 5 minutes). We realized that:
- When one of the long running job is triggered / running, no other http reque... | closed | 2018-04-30T11:12:17Z | 2023-02-24T14:55:54Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/127 | [] | alexisrolland | 2 |
dynaconf/dynaconf | fastapi | 493 | [RFC] Support for Vault authentication through EC2 metadata service | **Is your feature request related to a problem? Please describe.**
I'm currently running an app in a EC2 instance, where I'd like to integrate dynaconf with Vault for my configurations. However, it seems dynaconf [current only supports AWS authentication through boto3 session](https://github.com/rochacbruno/dynaconf/b... | closed | 2020-12-19T00:17:58Z | 2022-07-02T20:12:35Z | https://github.com/dynaconf/dynaconf/issues/493 | [
"wontfix",
"Not a Bug",
"RFC"
] | SuperStevenZ | 2 |
JaidedAI/EasyOCR | pytorch | 382 | Vertical recognition | Hi there,
I think there are few issues with vertical words.
Shouldn't this function https://github.com/JaidedAI/EasyOCR/blob/master/easyocr/easyocr.py#L344 output `max_width` as well in order to update `max_width = max(max_width, imgH)` in the next line ? It seems that if there is a long vertical word then it's c... | closed | 2021-02-25T05:01:08Z | 2021-08-07T05:37:00Z | https://github.com/JaidedAI/EasyOCR/issues/382 | [] | miliadis | 2 |
plotly/dash-table | dash | 641 | Table loading-state behaves incorrectly | Using the same example as defined in the server test https://github.com/plotly/dash-table/blob/dev/tests/cypress/dash/v_data_loading.py, typing into the input causes the focus to be moved back to the table's cell in `dash>=1.3.0`.
The table should not steal away the focus from the input and yet refresh/renderer itse... | closed | 2019-11-12T22:26:38Z | 2019-11-14T15:44:46Z | https://github.com/plotly/dash-table/issues/641 | [
"dash-type-bug",
"size: 0.5"
] | Marc-Andre-Rivet | 0 |
modelscope/data-juicer | streamlit | 126 | [Bug]: 在使用一些过滤符操作的时候,出现了datasets.builder.DatasetGenerationError: An error occurred while generating the dataset报错,想知道原因,谢谢。 | ### Before Reporting 报告之前
- [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w... | closed | 2023-12-08T08:11:18Z | 2023-12-26T08:06:27Z | https://github.com/modelscope/data-juicer/issues/126 | [
"bug"
] | hitszxs | 7 |
graphql-python/graphql-core | graphql | 78 | Field Directive Is Not "Inherited" From Interface | I was adding query complexity analysis into [graphql-utilities](https://github.com/melvinkcx/graphql-utilities) while I came across this strange behavior.
In the following schema, the `@cost` directive of `createdAt` in `TimestampedType` is not found in `Announcement -> createdAt`.
```
interface TimestampedType... | closed | 2020-02-10T11:53:37Z | 2020-02-11T06:04:36Z | https://github.com/graphql-python/graphql-core/issues/78 | [] | melvinkcx | 2 |
GibbsConsulting/django-plotly-dash | plotly | 49 | Update template tag documentation | There are undocumented template tags, as noted in #48
Ideally the [documentation](https://django-plotly-dash.readthedocs.io/en/latest/template_tags.html) should be extended to cover them.
| closed | 2018-09-21T15:41:06Z | 2018-10-19T21:59:59Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/49 | [] | GibbsConsulting | 0 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 203 | 字错误率100%,loss下降很慢 | 大家好,我在Google Cloab上运行python train_mspeech.py,一直得到语音单字错误率和dev单字错误率为100%,而且loss到了210左右下降很慢,请问正常吗?
`
*[测试结果]语音识别dev集语音单字错误率:100.0%
[message epodh. Have train datas11000+
Epoch 1/1
500/500[ ========================]-145s291ms/step-loss:209.9455
测试进度:0/4
*[测试结果]语音识别 train集语音单字错误率:100.0%
测试进度:0/4
*[测试结果]语音识别dev集语... | open | 2020-07-11T15:03:04Z | 2021-07-26T08:21:23Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/203 | [] | wxhiff | 4 |
Lightning-AI/pytorch-lightning | data-science | 19,838 | Torchmetrics Accuracy issue when dont shuffle test data. | ### Bug description
I am creating CNN model to recognize dogs and cats. I trained it and when I evaluate accuracy of it by hand it has 80-85% accuracy on an unseen data.
But, when I try to use library torchmetrics.accuracy to calculate my accuracy then for some reason I get wrong accuracy calculations. Let me expla... | closed | 2024-05-01T20:00:33Z | 2024-05-01T22:09:08Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19838 | [
"bug",
"needs triage"
] | DimaNarepeha | 1 |
youfou/wxpy | api | 233 | Howto send_location with custom POI | is it possible send_location on bot? | open | 2017-11-25T06:03:46Z | 2017-11-25T06:03:46Z | https://github.com/youfou/wxpy/issues/233 | [] | lecheel | 0 |
trevorstephens/gplearn | scikit-learn | 151 | Remove dependency on scikit-learn's six | We don't support Python 2 any more so can remove this anyhow. | closed | 2019-04-22T05:53:27Z | 2019-04-23T03:47:23Z | https://github.com/trevorstephens/gplearn/issues/151 | [
"dependencies"
] | trevorstephens | 2 |
chatanywhere/GPT_API_free | api | 173 | 玩锤子,demo都报错 | **Describe the bug 描述bug**
A clear and concise description of what the bug is.
**To Reproduce 复现方法**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots 截图**
If applicable, add screenshots to help explain your problem.
**Tools or Program... | closed | 2024-01-12T07:20:49Z | 2024-01-12T11:17:58Z | https://github.com/chatanywhere/GPT_API_free/issues/173 | [] | jqsl2012 | 1 |
biolab/orange3 | numpy | 6,391 | Violin plot graph export after new widget-base | After biolab/orange-widget-base/pull/208 was merged Violin plot graph export does not work.
The problem should be looked at.
Also, we should add a widget test that executes graph saving for all widgets which allow that. Just to see if anything crashes... | closed | 2023-04-03T10:23:23Z | 2023-04-14T08:33:31Z | https://github.com/biolab/orange3/issues/6391 | [
"bug"
] | markotoplak | 2 |
tableau/server-client-python | rest-api | 1,373 | [Type 1] Implement Tableau Cloud-specific requests for the Subscriptions endpoint | ## Description:
The Subscriptions endpoint works somewhat differently for Tableau Cloud & Tableau Server, in that the subscription schedule needs to be defined as part of the request for Tableau Cloud. As of now, TSC only supports the request format for the Server endpoint, where a schedule id needs to be provided. Th... | open | 2024-05-15T11:29:48Z | 2024-12-14T19:48:24Z | https://github.com/tableau/server-client-python/issues/1373 | [
"enhancement",
"needs investigation"
] | zozi0406 | 1 |
littlecodersh/ItChat | api | 237 | 1205 | 请问,我再向群聊中发送图片的时候,为什么老是返回1205的错误? | closed | 2017-02-21T01:58:46Z | 2017-06-14T05:51:23Z | https://github.com/littlecodersh/ItChat/issues/237 | [
"invalid"
] | sunfanteng | 3 |
ultralytics/ultralytics | python | 18,792 | About the problem of falling mAP when learning YOLOV8 | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
With the help of answering previous questions, I finished the YOLOV8X.pt ver... | open | 2025-01-21T07:36:55Z | 2025-01-21T15:37:41Z | https://github.com/ultralytics/ultralytics/issues/18792 | [
"question",
"detect"
] | B1ackPrince | 2 |
zappa/Zappa | flask | 1,101 | Unable to deploy a project with Werkzeug >= 2.0 |
## Context
After creating a new virtual environment and installing my project dependencies, including Zappa 0.54.1, I am no longer able to deploy my project.
My Django project does not use Werkzeug, but Werkzeug 2.0.2 gets installed by Zappa. After downgrading to Werkzeug<2.0.0, I am able to deploy my projec... | closed | 2022-01-06T20:43:58Z | 2022-01-27T19:36:28Z | https://github.com/zappa/Zappa/issues/1101 | [] | rjschave | 2 |
jupyter/nbgrader | jupyter | 1,846 | Validate button shows incomprehensible SyntaxError when the solution trips the timeout limit | ### Operating system
Arch Linux
### `nbgrader --version`
```
Python version 3.11.5 (main, Sep 2 2023, 14:16:33) [GCC 13.2.1 20230801]
nbgrader version 0.9.1
```
### `jupyterhub --version` (if used with JupyterHub)
4.0.2
### `jupyter notebook --version`
7.0.6
### Expected behavior
Nbgrade... | open | 2023-11-22T11:12:33Z | 2024-04-09T07:21:58Z | https://github.com/jupyter/nbgrader/issues/1846 | [
"bug",
"needs info"
] | lahwaacz | 1 |
gevent/gevent | asyncio | 1,647 | the request for pywsgi WSGIServer still in queue, not parallel. | * gevent version: 20.6.2
* Python version: Please be as specific as possible: "pyenv Python3.7.5 downloaded from python.org"
* Operating System: Please be as specific as possible: "Centos7.4"
### Description:
the request for pywsgi WSGIServer still in queue, not parallel.
1. I use WSGIServer to wrap a flask we... | closed | 2020-06-19T06:14:05Z | 2020-06-19T08:12:23Z | https://github.com/gevent/gevent/issues/1647 | [] | xiongma | 1 |
recommenders-team/recommenders | machine-learning | 1,342 | Cannot replicate LSTUR results for MIND large test | Hello, I cannot replicate the results of LSTUR model with MIND test set. I used the scripts provided to generate `embedding.npy`, `word_dict.pkl` and `uid2index.pkl` for test set because they are not provided with MINDlarge_utils.zip.
I use the last lines of code in lstur_MIND.pynb to make predictions in test set, bu... | closed | 2021-03-11T21:03:05Z | 2021-04-19T09:07:02Z | https://github.com/recommenders-team/recommenders/issues/1342 | [] | albertobezzon | 3 |
unit8co/darts | data-science | 2,675 | [QUESTION] How can I set num_workers in the underlying torch module? | When running the `score` function from a `ForecastingAnomalyModel` I am getting this warning:
```
[python3.10/site-packages/pytorch_lightning/trainer/connectors/data_connector.py:425): The 'predict_dataloader' does not have many workers which may be a bottleneck. Consider increasing the value of the `num_workers` argu... | closed | 2025-02-14T14:27:51Z | 2025-02-17T12:32:21Z | https://github.com/unit8co/darts/issues/2675 | [
"question"
] | mcapuccini | 1 |
biolab/orange3 | pandas | 6,010 | Dragging a data file to canvas should retain file history in the File widget | **What's wrong?**
A nice feature of Orange is a shortcut to open data files by dragging the file to the Orange canvas. This places a File widget on a canvas, and sets the name of the file accordingly. The only problem with this feature is that it empties all the file history that File widget keeps, including the ini... | closed | 2022-06-09T04:01:52Z | 2022-09-16T12:46:23Z | https://github.com/biolab/orange3/issues/6010 | [
"bug"
] | BlazZupan | 0 |
0b01001001/spectree | pydantic | 63 | [BUG]description for query paramters can not show in swagger ui | Hi, when I add a description for a schema used in query, it can not show in swagger ui but can show in Redoc
```py
@HELLO.route('/', methods=['GET'])
@api.validate(query=HelloForm)
def hello():
"""
hello 注释
:return:
"""
return 'ok'
class HelloForm(BaseModel):
"""
hello表单
""... | closed | 2020-10-12T11:55:44Z | 2020-10-12T13:31:48Z | https://github.com/0b01001001/spectree/issues/63 | [
"bug"
] | csy18 | 1 |
lexiforest/curl_cffi | web-scraping | 85 | 如果想将这一套迁移到Java的HttpClient下面有可能吗 | closed | 2023-07-19T07:02:07Z | 2023-07-20T03:07:59Z | https://github.com/lexiforest/curl_cffi/issues/85 | [] | WTFWITHTHISNAMESHIT | 6 | |
dynaconf/dynaconf | fastapi | 261 | [RFC] Method or property listing all defined environments | **Is your feature request related to a problem? Please describe.**
I'm trying to build a argparse argument that has a list of the available environments as choices to the argument. But I don't see any way to get this at the moment.
**Describe the solution you'd like**
I am proposing 2 features closely related to... | open | 2019-11-14T05:46:51Z | 2024-02-05T21:17:08Z | https://github.com/dynaconf/dynaconf/issues/261 | [
"hacktoberfest",
"Not a Bug",
"RFC"
] | andyshinn | 4 |
yzhao062/pyod | data-science | 470 | a universal feature importance analysis | I wanted to conduct feature importance analysis, but found that many models did not provide feature importance analysis methods except iforest and xgbod . | open | 2023-01-08T07:42:30Z | 2023-02-07T07:52:45Z | https://github.com/yzhao062/pyod/issues/470 | [] | YangR14ustc | 2 |
desec-io/desec-stack | rest-api | 198 | empty ${DESECSTACK_API_PSL_RESOLVER} breaks POSTing domains | Setting `${DESECSTACK_API_PSL_RESOLVER}` to empty (or not setting it at all) in `.env` will result in a 30s delay when posting to `api/v1/domains` endpoint, then raise a timeout exception, which results in a 500 error.
Call stack:
api_1 | Internal Server Error: /api/v1/domains/
api_1 | Traceback (m... | closed | 2019-05-30T17:38:03Z | 2020-02-25T18:05:08Z | https://github.com/desec-io/desec-stack/issues/198 | [
"bug",
"api",
"prio: low"
] | nils-wisiol | 2 |
vanna-ai/vanna | data-visualization | 548 | Add support for additional options when connecting to a database. | **Is your feature request related to a problem? Please describe.**
Unable to pass parameters to databases via `connect_to_<database>` (ie: `psycopg2`->`postgres` `connection_timeout`)
**Describe the solution you'd like**
Add support for all parameters a database may support.
**Describe alternatives you've consi... | closed | 2024-07-11T09:44:30Z | 2024-07-25T18:56:11Z | https://github.com/vanna-ai/vanna/issues/548 | [] | pygeek | 0 |
plotly/dash-table | plotly | 299 | show page numbers for pagination | Thanks for your interest in Plotly's Dash DataTable component!!
Note that GitHub issues in this repo are reserved for bug reports and feature
requests. Implementation questions should be discussed in our
[Dash Community Forum](https://community.plot.ly/c/dash).
Before opening a new issue, please search through ... | closed | 2018-12-13T16:11:36Z | 2019-10-04T18:51:06Z | https://github.com/plotly/dash-table/issues/299 | [
"dash-type-enhancement",
"size: 2"
] | bwang2453 | 5 |
proplot-dev/proplot | data-visualization | 452 | Migrate proplot repo to be housed under another open-source development group? | I'm wondering if the `proplot` repo here could be moved to another organization, e.g. https://github.com/matplotlib or https://github.com/pangeo-data or elsewhere that it would fit.
This wonderful package now has > 1,000 stars and a lot of passionate users, but no releases or commits have been posted in 9-12 months.... | open | 2024-03-05T21:02:18Z | 2024-08-18T16:53:03Z | https://github.com/proplot-dev/proplot/issues/452 | [] | riley-brady | 6 |
dask/dask | scikit-learn | 10,887 | max number of tasks per dask worker | <!-- Please do a quick search of existing issues to make sure that this has not been asked before. -->
I am using `SGECluster` to submit thousands of tasks to dask workers. I want to request a feature to specify max number of tasks per worker to improve cluster usage. For example, if it takes 4 hours to process a task... | closed | 2024-02-05T03:27:14Z | 2024-02-05T03:35:16Z | https://github.com/dask/dask/issues/10887 | [
"needs triage"
] | llodds | 1 |
flavors/django-graphql-jwt | graphql | 124 | Circular dependancy of settings and graphql_jwt | graphql_jwt requires settings secret key. But because of circular depencancy secretkey is not set. If graphql_jwt is imported after secretkey in settings.py everything works fine. | closed | 2019-08-16T08:10:04Z | 2019-08-16T08:21:59Z | https://github.com/flavors/django-graphql-jwt/issues/124 | [] | a-c-sreedhar-reddy | 0 |
kornia/kornia | computer-vision | 2,301 | `NotImplementedError` for elastic transformation with probability p < 1 | ### Describe the bug
With the newest kornia release (0.6.11), the random elastic transformation fails if it is not applied to every image in the batch.
The problem is that the `apply_non_transform_mask()` method in `_AugmentationBase` per default raises an `NotImplementedError` and since this method is not overwr... | closed | 2023-03-29T14:23:49Z | 2023-04-01T05:39:22Z | https://github.com/kornia/kornia/issues/2301 | [
"help wanted"
] | JanSellner | 1 |
pytorch/vision | machine-learning | 8,909 | Setting a list of one or two `float` values to `kernel_size` argument of `GaussianBlur()` gets an indirect error message | ### 🐛 Describe the bug
Setting a list of one or two `float` values to `kernel_size` argument of `GaussianBlur()` gets the indirect error message as shown below:
```python
from torchvision.datasets import OxfordIIITPet
from torchvision.transforms.v2 import GaussianBlur
my_data1 = OxfordIIITPet(
root="data", ... | closed | 2025-02-16T12:03:21Z | 2025-02-19T13:46:31Z | https://github.com/pytorch/vision/issues/8909 | [] | hyperkai | 1 |
milesmcc/shynet | django | 274 | Missing Docker image for version 0.13.0 | Hi, I just wanted to upgrade to the new Shynet version which was released a couple of days ago. On the Docker Hub, this version is missing. The only tag that was updated it the `edge` one, but `latest` is still the version from 2 years ago.
I am not sure what the `edge` version is, but I am afraid to change my product... | closed | 2023-07-23T07:54:23Z | 2023-07-28T07:44:03Z | https://github.com/milesmcc/shynet/issues/274 | [] | Kovah | 5 |
gee-community/geemap | streamlit | 1,226 | There is shift in X and Y direction of 1 pixel while downloading data using geemap.download_ee_image() | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
Please run the following code on your computer and share the output with us so that we can better debug your issue:
```python
import geemap
geemap.Report()
```
### Description
I am trying to download NASAD... | closed | 2022-08-26T11:55:52Z | 2022-08-30T16:02:18Z | https://github.com/gee-community/geemap/issues/1226 | [
"bug"
] | ravishbapna | 9 |
pytest-dev/pytest-xdist | pytest | 943 | Question: How to get collected tests by worker | I use `loadgroup`, `-n=8` and add mark `xdist_group("groupname")`. Can I just collect tests by workers? I want to see how pytest-xdist distribute tests by group. | open | 2023-08-24T05:31:59Z | 2023-08-24T05:31:59Z | https://github.com/pytest-dev/pytest-xdist/issues/943 | [] | alexterent | 0 |
LAION-AI/Open-Assistant | python | 3,268 | Planning OA v1.0 | This is a call for all OA collaborators to participate in planning the work of the next 8-12 weeks with the goal to release Open-Assistant v1.0.
Mission: Deliver a great open-source assistant model together with stand-alone installable inference infrastructure.
Release date (tentative): Aug 2023
## Organization... | closed | 2023-05-31T15:07:09Z | 2024-01-10T12:16:20Z | https://github.com/LAION-AI/Open-Assistant/issues/3268 | [] | andreaskoepf | 15 |
ageitgey/face_recognition | machine-learning | 774 | Missing Argument "IMAGE_TO_CHECK" | * face_recognition version:
* Python version: 3.4
* Operating System: WINDOWS 10
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the... | open | 2019-03-15T07:12:35Z | 2019-08-07T12:40:15Z | https://github.com/ageitgey/face_recognition/issues/774 | [] | jainna | 2 |
holoviz/panel | plotly | 6,923 | FileInput default to higher websocket_max_message_size? | Currently, the default is 20 MBs, but this is pretty small for most use cases.
If it exceeds the 20 MBs, it silently disconnects the websocket (at least in notebook; when serving, it does show `2024-06-14 11:39:36,766 WebSocket connection closed: code=None, reason=None`). This leaves the user confused as to why noth... | closed | 2024-06-14T18:59:54Z | 2024-06-25T11:23:18Z | https://github.com/holoviz/panel/issues/6923 | [
"wontfix",
"type: discussion"
] | ahuang11 | 1 |
pyjanitor-devs/pyjanitor | pandas | 1,045 | Deprecate functions ? | Central point to discuss functions to deprecate, if any?
- [x] `process_text` - `transform_columns` covers this very well
- [x] `impute` vs `fill_empty` - `impute` has the advantage of extra statistics functions (mean, mode, ...)
- [x] `rename_columns` - use pandas `rename`
- [x] `rename_column` - use `pd.rename... | open | 2022-03-17T23:20:07Z | 2024-04-21T14:36:28Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1045 | [] | samukweku | 7 |
aiortc/aiortc | asyncio | 587 | [INFO] Python bindings for libwebrtc and C++ library with signaling server | Hi,
I would like to let you know that we have implemented Python bindings for libwebrtc in the opentera-webrtc project on GitHub. We have also implemented a C++ client library, a Javascript library and a compatible signaling server.
I thought this might be useful to share some implementation and ideas, so here is... | closed | 2021-11-18T20:57:57Z | 2021-12-02T21:39:58Z | https://github.com/aiortc/aiortc/issues/587 | [] | doumdi | 1 |
gunthercox/ChatterBot | machine-learning | 1,864 | problem installing chatterbot | Hi Everyone
I need your help guys ,I'm having a problem when installing Chatterbot.
I'm getting this error:
7\murmurhash":
running install
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\murmurhash
copying murm... | closed | 2019-11-11T01:40:21Z | 2020-08-22T19:18:56Z | https://github.com/gunthercox/ChatterBot/issues/1864 | [] | Seanjones98 | 1 |
ivy-llc/ivy | pytorch | 28,366 | fix `lint` error in `adaptive_max_pool3d` | closed | 2024-02-21T10:34:25Z | 2024-02-21T14:22:14Z | https://github.com/ivy-llc/ivy/issues/28366 | [
"Sub Task"
] | samthakur587 | 0 | |
iperov/DeepFaceLab | machine-learning | 5,476 | excluding xseg obsctruction requires inclusion even if face is detected ? | Just wanted to mark obsctructions so training would ignore them, faces are detected properly so why should i mark the face again manyuallyu, this is very counterproductive, can you guys change it so it wont just discard automatically generated mask when i only add obstruction mark to properly detected image with face a... | closed | 2022-02-12T00:17:08Z | 2022-02-17T22:19:04Z | https://github.com/iperov/DeepFaceLab/issues/5476 | [] | 2blackbar | 1 |
psf/requests | python | 6,378 | How to setup local dev environment and run the tests? | As I have not seen any details about it (beyond the cloning of the repo) in the README I put together a short blog posts on [Development environment for the Python requests package](https://dev.to/szabgab/development-environment-for-the-python-requests-package-eae) If you are interested, I'd be glad to send a PR for th... | closed | 2023-03-11T17:22:01Z | 2024-06-01T00:04:04Z | https://github.com/psf/requests/issues/6378 | [] | szabgab | 1 |
huggingface/datasets | tensorflow | 7,377 | Support for sparse arrays with the Arrow Sparse Tensor format? | ### Feature request
AI in biology is becoming a big thing. One thing that would be a huge benefit to the field that Huggingface Datasets doesn't currently have is native support for **sparse arrays**.
Arrow has support for sparse tensors.
https://arrow.apache.org/docs/format/Other.html#sparse-tensor
It would be ... | open | 2025-01-21T20:14:35Z | 2025-01-30T14:06:45Z | https://github.com/huggingface/datasets/issues/7377 | [
"enhancement"
] | JulesGM | 1 |
milesmcc/shynet | django | 223 | pushState based routing | Currently, it seems that `pushState` based client side routing is not supported. For example, NextJS is using this to allow fast client-side navigation.
Like other solutions such as plausible, shynet should be tracking these pages changes and treat them like a page view. | closed | 2022-08-21T11:03:39Z | 2023-03-18T09:50:34Z | https://github.com/milesmcc/shynet/issues/223 | [] | Empty2k12 | 6 |
xlwings/xlwings | automation | 1,661 | Issue with writing lists to Excel | #### OS (e.g. Windows 10)
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
I have a data frame 'df' in Python with the following structure and similar data :
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-mi... | closed | 2021-07-19T15:50:02Z | 2022-02-09T00:41:44Z | https://github.com/xlwings/xlwings/issues/1661 | [] | g-dixit | 2 |
miguelgrinberg/Flask-Migrate | flask | 309 | App with custom data models doesn't import the app package | Version 2.5.2
Noticed that when trying to upgrade using a migration that adds a custom data type (something that subclasses `TypeDecorator`) the migration script that gets created correctly generates the data model (e.g. `sa.Column('mytype', app.models.CustomType())`); however, it fails to import `app` at the top of... | closed | 2019-12-27T21:06:04Z | 2019-12-27T22:54:42Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/309 | [
"invalid"
] | fubuloubu | 2 |
pallets/flask | flask | 4,948 | [docs] clarify that Blueprint.before_request is not for all requests | # Summary
[The documentation for `Blueprint.before_request`](https://flask.palletsprojects.com/en/2.2.x/api/?highlight=before_request#flask.Blueprint.before_request) says:
> Register a function to run before each request.
This is not quite true. This decorator will only register a function to be run before eac... | closed | 2023-01-20T00:45:25Z | 2023-02-25T00:06:20Z | https://github.com/pallets/flask/issues/4948 | [
"docs"
] | mdavis-xyz | 0 |
CatchTheTornado/text-extract-api | api | 23 | Use Local Ollama Instance Instead of Docker-Compose Instance | Hi,
I have already hosted Ollama on my local machine and would like to use that instance instead of the one created through the Docker Compose setup.
Could you please guide me on how I can configure the system to point to my local Ollama instance rather than using the Docker Compose-created instance?
Details:
... | closed | 2024-11-07T08:09:05Z | 2024-11-07T17:11:59Z | https://github.com/CatchTheTornado/text-extract-api/issues/23 | [
"question"
] | madhankumar2211 | 4 |
zama-ai/concrete-ml | scikit-learn | 862 | Torch.where is not correctly supported | ## Summary
I think there is an issue with the support of "torch.where" within "compile_torch_model".
Torch.where is expecting a bool tensor for the "condition" parameter, while "compile_torch_model" is expecting a float tensor (maybe related to the discrepancy between the supported type of torch.where and numpy.whe... | closed | 2024-09-06T09:00:43Z | 2024-10-28T15:24:26Z | https://github.com/zama-ai/concrete-ml/issues/862 | [
"bug"
] | theostos | 1 |
neuml/txtai | nlp | 447 | Allow task action arguments to be dictionaries in addition to tuples | Currently, task action arguments are expected to be tuples. This is problematic when wanting to only set a single argument, especially in a longer list.
Keyword arguments should also be supported via parameters being passed as dictionaries. | closed | 2023-03-02T22:30:53Z | 2023-03-02T22:36:10Z | https://github.com/neuml/txtai/issues/447 | [] | davidmezzetti | 0 |
iperov/DeepFaceLab | machine-learning | 663 | Issue in train |
## Expected behavior
*i'm following Basic workflow video,but in the train it don't work*
## Actual behavior
*Model first run.
Enable autobackup? (y/n ?:help skip:n) : y
Write preview history? (y/n ?:help skip:n) : y
Choose image for the preview history? (y/n skip:n) : y
Target iteration (skip:unlimited/d... | closed | 2020-03-20T00:15:37Z | 2020-03-20T05:27:42Z | https://github.com/iperov/DeepFaceLab/issues/663 | [] | hyz3203 | 1 |
ClimbsRocks/auto_ml | scikit-learn | 112 | run CustomSparseScaler on the subpredictor_predictions | closed | 2016-10-10T17:16:15Z | 2017-03-12T01:07:39Z | https://github.com/ClimbsRocks/auto_ml/issues/112 | [] | ClimbsRocks | 1 | |
Lightning-AI/pytorch-lightning | machine-learning | 20,306 | NCCL backend fails during multi-node, multi-GPU training | ### Bug description
I set up a training on a Slurm cluster, specifying 2 nodes with 4 GPUs each. During initialization, I observed the [Unexpected behavior (times out) of all_gather_into_tensor with subgroups](https://github.com/pytorch/pytorch/issues/134006#top) (Pytorch issue)
Apparently, this issue has not been ... | open | 2024-09-26T16:09:22Z | 2024-09-26T16:09:35Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20306 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | raketenolli | 0 |
sammchardy/python-binance | api | 743 | Async implementation | Are there any plans of implementing an async interface? | open | 2021-03-25T16:34:46Z | 2021-04-28T11:50:12Z | https://github.com/sammchardy/python-binance/issues/743 | [] | Kyzegs | 5 |
jupyter-book/jupyter-book | jupyter | 2,186 | Configure theme (e.g. primary color?) | Hi folks,
Loving jupyter-book (migrating here from quarto) but I am struggling to customize the theme, e.g. by setting the primary color. I've tried various ways I've seen suggested for doing this:
- [custom css variables](https://sphinx-design.readthedocs.io/en/latest/css_variables.html)
- I've trying to add a... | open | 2024-08-08T19:04:30Z | 2024-08-08T19:04:30Z | https://github.com/jupyter-book/jupyter-book/issues/2186 | [] | cboettig | 0 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 96 | Do you have a trained model dump ? | closed | 2019-03-08T21:44:08Z | 2019-12-08T09:57:48Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/96 | [] | gauravlath07 | 1 | |
pytest-dev/pytest-xdist | pytest | 256 | logging not captured with pytest 3.3 and xdist | Consider this file:
```python
import logging
logger = logging.getLogger(__name__)
def test():
logger.warn('Some warning')
```
When executing `pytest foo.py -n2`, the warning is printed to the console:
```
============================= test session starts =============================
platform win32 -... | closed | 2017-12-06T19:12:50Z | 2017-12-07T11:27:42Z | https://github.com/pytest-dev/pytest-xdist/issues/256 | [
"bug"
] | nicoddemus | 1 |
pywinauto/pywinauto | automation | 1,136 | Way to get the vertical scroll bar percentage | ## Expected Behavior
Expect to get vertical scroll bar percentage
## Actual Behavior
Able to scroll down
Unable to get verticalscrollbar percentage
So that we can determine scroll bar is 100% scrolled down
## Steps to Reproduce the Problem
1.
2.
3.
## Short Example of Code to Demonstrate the Probl... | closed | 2021-10-19T09:03:19Z | 2021-10-20T05:47:52Z | https://github.com/pywinauto/pywinauto/issues/1136 | [] | YenikeRaghuRam | 5 |
strawberry-graphql/strawberry | fastapi | 2,923 | relay: returning an strawberry object with node: strawberry.relay.Node = strawberry.relay.node() breaks | <!-- Provide a general summary of the bug in the title above. -->
After the latest strawberry / strawberry django updates, the code
```` python
@strawberry.type
class SecretgraphObject:
node: strawberry.relay.Node = strawberry.relay.node()
@strawberry.type
class Query:
@strawberry_django.field
... | closed | 2023-07-05T21:36:29Z | 2025-03-20T15:56:17Z | https://github.com/strawberry-graphql/strawberry/issues/2923 | [
"bug"
] | devkral | 2 |
streamlit/streamlit | data-science | 10,814 | Add a checkbox group widget | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Add a new command to make it easy to create a group of checkboxes:
<img width="129" alt="Image" src="https:/... | open | 2025-03-18T10:44:36Z | 2025-03-18T10:46:05Z | https://github.com/streamlit/streamlit/issues/10814 | [
"type:enhancement",
"feature:st.checkbox"
] | lukasmasuch | 1 |
widgetti/solara | jupyter | 281 | Autoreload for subpackages | When you have an application with the following structure:
`my_application/app` (multipage solara app, directory with `__init__.py` which has `Page` component
`my_application/components` (module with solara components used in solara app)
Then when running as `solara run my_application.app`, and making changes i... | closed | 2023-09-07T12:14:52Z | 2023-09-18T06:52:39Z | https://github.com/widgetti/solara/issues/281 | [
"bug"
] | Jhsmit | 0 |
recommenders-team/recommenders | data-science | 1,453 | Improvements on diversity metrics | I am thinking that it looks a bit as if we suggest random as a valid algorithm. I may rewrite a bit to emphasize the trade off i.e. one doesn't want maximum diversity when doing recommendations.
_Originally posted by @anargyri in https://github.com/microsoft/recommenders/pull/1416#r652624011_ | closed | 2021-06-16T13:21:41Z | 2021-07-07T12:33:43Z | https://github.com/recommenders-team/recommenders/issues/1453 | [] | anargyri | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,009 | Detected by https://www.coolbet.com | Chromium Version 109.0.5414.87
UC 3.2.1
Running on a Manjaro 22.0.1

It worked until 2 days ago (01/26) | closed | 2023-01-26T22:19:59Z | 2023-02-04T21:29:39Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1009 | [] | JohnPortella | 2 |
keras-team/keras | deep-learning | 20,463 | BackupAndRestore callback sometimes can't load checkpoint | When training interrupts, sometimes model can't restore weights back with BackupAndRestore callback.
```python
Traceback (most recent call last):
File "/home/alex/jupyter/lab/model_fba.py", line 150, in <module>
model.fit(train_dataset, callbacks=callbacks, epochs=NUM_EPOCHS, steps_per_epoch=STEPS_PER_EPOCH, ... | closed | 2024-11-07T05:57:29Z | 2024-11-11T16:49:36Z | https://github.com/keras-team/keras/issues/20463 | [
"type:Bug"
] | shkarupa-alex | 1 |
neuml/txtai | nlp | 404 | Allow searching for images | At the moment the `similar` clause only allows searching for text. It would be useful to extend this to images also.
@davidmezzetti on Slack suggested using something like `similar(image:///PATH)`.
As a workaround for anyone else wanting to search by images, I did notice you can do it right now, but you can't use... | closed | 2023-01-09T17:52:27Z | 2023-11-07T16:03:58Z | https://github.com/neuml/txtai/issues/404 | [] | dcferreira | 6 |
plotly/dash-core-components | dash | 255 | feature suggestion: Slider should have value printed next to it | the Slider should have an option to display the current value like ipywidgets sliders.
| open | 2018-08-07T15:09:57Z | 2020-11-05T09:10:43Z | https://github.com/plotly/dash-core-components/issues/255 | [] | arsenovic | 7 |
home-assistant/core | asyncio | 140,818 | Setup failed for 'panasonic_viera': Unable to import component: No module named 'Crypto.Cipher._mode_ctr' | ### The problem
Setup failed for 'panasonic_viera': Unable to import component: No module named 'Crypto.Cipher._mode_ctr'
Logger: homeassistant.setup
Source: setup.py:340
First occurred: 15:18:55 (1 occurrences)
Last logged: 15:18:55
Setup failed for 'panasonic_viera': Unable to import component: No module named 'Cry... | open | 2025-03-17T19:28:30Z | 2025-03-17T19:29:44Z | https://github.com/home-assistant/core/issues/140818 | [
"integration: panasonic_viera"
] | vlad36N | 1 |
Yorko/mlcourse.ai | matplotlib | 712 | Latex math displays incorrectly in topic-4 | [First arcticle](https://mlcourse.ai/book/topic04/topic4_linear_models_part1_mse_likelihood_bias_variance.html) in the topic4 does not show some math. Math under toggle button with "Small CheatSheet on matrix derivatives" looks like this:
<img width="732" alt="image" src="https://user-images.githubusercontent.com/1713... | closed | 2022-09-06T15:19:09Z | 2022-09-07T10:40:12Z | https://github.com/Yorko/mlcourse.ai/issues/712 | [] | aulasau | 1 |
gradio-app/gradio | deep-learning | 9,912 | Gradio.File throws "Invalid file type" error for files with long names (200+ characters) | ### Describe the bug
`gradio.exceptions.Error: "Invalid file type. Please upload a file that is one of these formats: ['.***']"`
When using the `gradio.File` component, files with names that exceed 200 characters (including the suffix) fail to be proceed. Even though the file is with the correct suffix), Gradio rai... | closed | 2024-11-07T10:01:18Z | 2024-11-07T18:52:21Z | https://github.com/gradio-app/gradio/issues/9912 | [
"bug"
] | TakaSoap | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.