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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
saulpw/visidata | pandas | 2,272 | [tsv] add CLI option to use NUL as delimiter | It's useful to parse output from GNU grep's `-Z` option. That produces lines that in Python are `f'{filename}\0{line}\n'`, instead of the usual `f'{filename}:{line}\n'`.
Right now the command line can't be used to specify a NUL delimiter, as in `vd --delimiter="\0"`, because `sys.argv` strings are NUL-terminated and... | closed | 2024-01-26T00:29:50Z | 2024-05-25T06:18:08Z | https://github.com/saulpw/visidata/issues/2272 | [
"wishlist",
"wish granted"
] | midichef | 8 |
ultralytics/ultralytics | deep-learning | 18,711 | Why the mAP increase only 0.001 percent every epoch. Any suggestion how to make fast? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
Hello,
I’ve been training a YOLO model on a custom dataset and have ... | open | 2025-01-16T12:15:37Z | 2025-01-16T13:59:07Z | https://github.com/ultralytics/ultralytics/issues/18711 | [
"question",
"detect"
] | khandriod | 2 |
polakowo/vectorbt | data-visualization | 651 | Bug: Stop loss results is very largely different between from_signals(sl_stop=0.1) and generate_ohlc_stop_exits(sl_stop=0.1) | I'm trying to compare the stop loss mechanisms implemented with different ways such as model 1: `from_signals(sl_stop=0.1, sl_trail=False)`, model 2: `generate_ohlc_stop_exits(sl_stop=0.1, sl_trail=False) ` and model 3: `vbt.OHLCSTX.run(sl_stop=[0.1])`.
I found that model 2 and model 3 gave the exact same results ... | closed | 2023-08-27T05:34:07Z | 2024-02-19T01:48:21Z | https://github.com/polakowo/vectorbt/issues/651 | [
"stale"
] | tan-yong-sheng | 4 |
tensorpack/tensorpack | tensorflow | 943 | "buffer_size" error in the middle of training | I faced "buffer_size cannot be larger than the size of the DataFlow!" error in the middle of training (e.g., after epoch 10). I'm trying to minimize reproducible codes for debugging, but couldn't yet find.
Meanwhile, can I ask your advice about where to look at?
### training code
```
df = MyDataFlow(config, ... | closed | 2018-10-22T06:42:00Z | 2018-10-22T16:21:02Z | https://github.com/tensorpack/tensorpack/issues/943 | [
"duplicate"
] | ywpkwon | 1 |
streamlit/streamlit | streamlit | 10,768 | Support `background` CSS property in `st.dataframe()` | ### 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
Support setting the `background` CSS property via `df.styler` in `st.dataframe()`.
### Why?
Pandas' beautif... | open | 2025-03-13T14:56:28Z | 2025-03-21T21:35:03Z | https://github.com/streamlit/streamlit/issues/10768 | [
"type:enhancement",
"feature:st.dataframe"
] | JosephMarinier | 1 |
indico/indico | sqlalchemy | 6,629 | Make the minimum password length configurable | Just 8 characters are not that great anymore according to recent standards. 12 or 15 is a more common minimum nowadays (TODO check the NIST guidelines). However, I could imagine that many Indico instances do not want to enforce such long passwords, so I'd prefer to not change the global default.
- Add `LOCAL_PASSWOR... | closed | 2024-11-25T14:38:51Z | 2025-02-24T14:44:09Z | https://github.com/indico/indico/issues/6629 | [
"enhancement",
"trivial"
] | ThiefMaster | 0 |
unit8co/darts | data-science | 1,781 | What is the best way to get the predicted values of the training set in Darts? | I am trying to get the **predicted values of my training set** in Darts. In SKlearn, one can simply do:
```
model.fit(training_set)
model.predict(training_set)
```
What is the equivalent method in Darts assuming I have target lags, past covariate lags and future covariate lags?
From what I've tried, the .pred... | closed | 2023-05-17T15:35:09Z | 2024-04-17T07:12:27Z | https://github.com/unit8co/darts/issues/1781 | [
"question"
] | ETTAN93 | 4 |
keras-team/keras | data-science | 20,873 | Inconsistencies with the behavior of bias initializers, leading to poor performance in some cases | Hello,
I've noticed some (potentially harmful) inconsistencies in bias initializers when running a simple test of the keras package, i.e. using a shallow MLP to learn a sine wave function in the [-1, 1] interval.
# Context
Most of the times (or for deep enough networks), using the default zero-initialization for bia... | open | 2025-02-07T13:44:16Z | 2025-03-07T15:35:08Z | https://github.com/keras-team/keras/issues/20873 | [
"type:bug/performance"
] | lompabo | 4 |
allenai/allennlp | nlp | 4,773 | SNLI-VE dataset reader and model | SNLI-VE is here: https://github.com/necla-ml/SNLI-VE
The VQA reader and model should serve as an example, but there will likely be significant differences. | closed | 2020-11-07T00:01:16Z | 2020-12-24T00:31:57Z | https://github.com/allenai/allennlp/issues/4773 | [] | dirkgr | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,347 | about generate images from simulation to real world | Hi, I 'm a new guy about image translation. Hope for your help.
>This is domain A. 1920×1080 images from unity3D.
>
>
>And this is domain B. 1920×1080 underwater images from onboard camera.
> 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
This is a bug report on behalf of Thi... | open | 2024-11-22T00:07:11Z | 2024-11-25T19:15:37Z | https://github.com/streamlit/streamlit/issues/9904 | [
"type:bug",
"status:confirmed",
"priority:P3"
] | sfc-gh-bnisco | 1 |
A3M4/YouTube-Report | matplotlib | 15 | Time format error? | Generating Heat Map.....
Traceback (most recent call last):
File "/home/server/Scrivania/Personal-YouTube-PDF-Report-Generator/report.py", line 252, in <module>
visual.heat_map()
File "/home/server/Scrivania/Personal-YouTube-PDF-Report-Generator/report.py", line 46, in heat_map
Mon = html.dataframe_hea... | closed | 2019-12-16T10:59:17Z | 2019-12-25T21:11:28Z | https://github.com/A3M4/YouTube-Report/issues/15 | [] | andreaponza | 0 |
huggingface/datasets | nlp | 6,833 | Super slow iteration with trivial custom transform | ### Describe the bug
Dataset is 10X slower when applying trivial transforms:
```
import time
import numpy as np
from datasets import Dataset, Features, Array2D
a = np.zeros((800, 800))
a = np.stack([a] * 1000)
features = Features({"a": Array2D(shape=(800, 800), dtype="uint8")})
ds1 = Dataset.from_dict({"... | open | 2024-04-23T20:40:59Z | 2024-10-08T15:41:18Z | https://github.com/huggingface/datasets/issues/6833 | [] | xslittlegrass | 7 |
mwaskom/seaborn | pandas | 2,966 | Don't apply a layout algorithm by default when provided with matplotlib axes in Plot.on | If `Plot.on` is provided with a matplotlib axes, it probably makes sense to defer the choice of a layout algorithm to the caller.
The expected behavior is less obvious when given a figure or subfigure. | closed | 2022-08-20T20:42:59Z | 2022-08-25T11:50:33Z | https://github.com/mwaskom/seaborn/issues/2966 | [
"objects-plot"
] | mwaskom | 0 |
huggingface/datasets | deep-learning | 7,394 | Using load_dataset with data_files and split arguments yields an error | ### Describe the bug
It seems the list of valid splits recorded by the package becomes incorrectly overwritten when using the `data_files` argument.
If I run
```python
from datasets import load_dataset
load_dataset("allenai/super", split="all_examples", data_files="tasks/expert.jsonl")
```
then I get the error
```
Va... | open | 2025-02-12T04:50:11Z | 2025-02-12T04:50:11Z | https://github.com/huggingface/datasets/issues/7394 | [] | devon-research | 0 |
DistrictDataLabs/yellowbrick | scikit-learn | 1,165 | AttributeError: 'LogisticRegression' object has no attribute 'classes' | Hi everyone, that's my first help request, so I'm sorry if I do something wrong; so:
**Description**
I used for evaluate the classification models the classification_report class and it worked until I setted up `imblearn`(I don't think that it change something but, it happen when I set up that), now when i run the ... | closed | 2021-03-23T10:24:51Z | 2021-04-02T08:11:43Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1165 | [
"type: question"
] | Albembo | 2 |
Yorko/mlcourse.ai | seaborn | 361 | questions about the form of the course | should we just read the course web, or there are some videos? thx | closed | 2018-10-04T13:59:17Z | 2018-10-04T14:13:38Z | https://github.com/Yorko/mlcourse.ai/issues/361 | [
"invalid"
] | ZizhenWang | 2 |
ludwig-ai/ludwig | computer-vision | 3,571 | Unpin `transformers` when a newer version > 4.32.1 is released | Ludwig also runs into the same issue flagged here: https://github.com/huggingface/transformers/issues/25805 | closed | 2023-08-31T20:28:34Z | 2023-09-08T07:37:45Z | https://github.com/ludwig-ai/ludwig/issues/3571 | [] | arnavgarg1 | 1 |
aimhubio/aim | data-visualization | 2,573 | RocksIOError: ....../CURRENT: no such file or directory | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
### To reproduce
When I created hundreds of runs, I sometimes encounter the following error.

The script I run is as follows:
... | open | 2023-03-06T19:26:06Z | 2024-07-08T23:32:48Z | https://github.com/aimhubio/aim/issues/2573 | [
"type / bug",
"help wanted",
"area / SDK-storage"
] | thuzhf | 8 |
mars-project/mars | pandas | 2,636 | Refactor storage service to increase efficiency and stability | # Motivation
Many problems exist with current implementation of Mars storage.
1. No flexible way to control data location
When loading data from other endpoints, we may prefer multiple locations for fallback. Current implementation does not support this and may introduce unnecessary spill operations.
... | open | 2022-01-17T11:49:17Z | 2022-02-23T08:01:54Z | https://github.com/mars-project/mars/issues/2636 | [
"type: enhancement",
"mod: storage"
] | wjsi | 1 |
httpie/cli | api | 1,565 | Failed to use {{key}}={{value}} for nested JSON | Hi! I wanna write a function to [create a GitHub gist](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist). This is what I wrote:
```fish
function gists__new --description "Create a gist for the authenticated user"
argparse l/login= p/pat= d/description= P/public f/file= c/content=... | closed | 2024-02-27T19:53:40Z | 2024-02-27T20:15:53Z | https://github.com/httpie/cli/issues/1565 | [
"new"
] | EmilyGraceSeville7cf | 1 |
autogluon/autogluon | computer-vision | 3,860 | [BUG] interpretable predictor interpretable_models_summary print_interpretable_rules not available | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via s... | closed | 2024-01-14T12:22:36Z | 2024-06-24T23:13:35Z | https://github.com/autogluon/autogluon/issues/3860 | [
"bug: unconfirmed",
"Needs Triage"
] | Pagey | 1 |
jina-ai/clip-as-service | pytorch | 648 | 序列过长的问题 | 序列过长时设置max_seq_len None,资料显示会自动根据batch传递,是否会存在截断导致语义信息不全? 语料都是较长文本,根据真实情况设置服务基本运行不动了,若是序列截断了该如何? | open | 2022-01-12T20:40:03Z | 2022-03-09T09:30:51Z | https://github.com/jina-ai/clip-as-service/issues/648 | [] | anoobnewhere | 1 |
Sanster/IOPaint | pytorch | 490 | [Feature Request] python api | Currently, the tool supports inpainting through cli and ui but having a python api is extremely helpful since it gives a better control on the process.
Any possibility of working on a python api? | closed | 2024-03-18T12:27:47Z | 2025-01-13T02:03:32Z | https://github.com/Sanster/IOPaint/issues/490 | [
"stale"
] | LokeshBadisa | 3 |
napari/napari | numpy | 6,907 | Default to adding a newline for everything before the `extra_tooltip_text` when binding an action to a button | Follow up issue from the feedback at https://github.com/napari/napari/pull/6794#discussion_r1592792932
> Nice! Now wondering if we should default to adding a newline for everything before the `extra_tooltip_text`...
_Originally posted by @brisvag in https://github.com/napari/napari/pull/6794#discussion_r159512831... | closed | 2024-05-10T15:02:08Z | 2024-06-06T16:17:19Z | https://github.com/napari/napari/issues/6907 | [
"needs:discussion"
] | dalthviz | 5 |
howie6879/owllook | asyncio | 63 | 榜单爬虫失败 | 榜单爬虫失败,这个应该是哪里出问题了呢?
` object async_generator can't be used in 'await' expression` | closed | 2019-03-29T03:24:22Z | 2019-04-01T05:33:35Z | https://github.com/howie6879/owllook/issues/63 | [] | imzhyp | 2 |
biosustain/potion | sqlalchemy | 180 | Query to only return specific fields set | In order to reduce the amount of data being transferred from a resource, is it possible to provide a query args to return a set of fields?
Sometimes, we don't need all attributes of an object but a couple of them.
It would require too many custom routes to expose the different set of attributes we would need.
Here a... | open | 2020-04-28T03:09:08Z | 2020-07-27T12:27:33Z | https://github.com/biosustain/potion/issues/180 | [] | matdrapeau | 1 |
huggingface/datasets | computer-vision | 7,303 | DataFilesNotFoundError for datasets LM1B | ### Describe the bug
Cannot load the dataset https://huggingface.co/datasets/billion-word-benchmark/lm1b
### Steps to reproduce the bug
`dataset = datasets.load_dataset('lm1b', split=split)`
### Expected behavior
`Traceback (most recent call last):
File "/home/hml/projects/DeepLearning/Generative_model/Diffusio... | closed | 2024-11-29T17:27:45Z | 2024-12-11T13:22:47Z | https://github.com/huggingface/datasets/issues/7303 | [] | hml1996-fight | 1 |
521xueweihan/HelloGitHub | python | 2,879 | 【开源自荐】guyuelan - Windy开源:Windy一个便捷式devops平台、支持需求、缺陷、API管理、流水线、自动化测试等功能。 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/languyue/Windy
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:Java devops
... | open | 2025-01-09T03:02:39Z | 2025-01-09T03:02:39Z | https://github.com/521xueweihan/HelloGitHub/issues/2879 | [] | languyue | 0 |
mars-project/mars | scikit-learn | 2,960 | Need a better way to switch backend |
Currently, it is not easy to switch to the ray execution backend.
We don't want to introduce lots of the new APIs, such as `new_cluster`, `new_ray_session` in the https://github.com/mars-project/mars/blob/master/mars/deploy/oscar/ray.py for the mars on ray.
Instead, we want to reuse the mars APIs.
For Mars... | closed | 2022-04-25T07:09:26Z | 2022-04-26T09:37:01Z | https://github.com/mars-project/mars/issues/2960 | [] | fyrestone | 0 |
FlareSolverr/FlareSolverr | api | 1,055 | request.post command with Content-Type set to application/x-www-form-urlencoded expect json from FlareSolverr server | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-02-03T17:33:15Z | 2024-02-05T01:33:48Z | https://github.com/FlareSolverr/FlareSolverr/issues/1055 | [
"duplicate"
] | janemba | 1 |
twopirllc/pandas-ta | pandas | 299 | Roadmap for features, indicators | @twopirllc i'm not sure if this is the place to discuss this, perhaps, hence the ticket. Feel free to correct me if that's not the case.
Do you have a roadmap for the features you would like to see implemented, technical indicators, strategies, examples, notebooks, general roadmap targets for Pandas-TA? On the medium ... | closed | 2021-05-28T17:43:17Z | 2022-02-09T05:15:14Z | https://github.com/twopirllc/pandas-ta/issues/299 | [
"help wanted",
"info"
] | luisbarrancos | 5 |
xorbitsai/xorbits | numpy | 157 | BLD: Release Xorbits docker images for multi python versions that we support | Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
Docker image supports multi python versions.
| closed | 2023-01-10T03:22:25Z | 2023-02-02T04:46:14Z | https://github.com/xorbitsai/xorbits/issues/157 | [
"build"
] | ChengjieLi28 | 0 |
twelvedata/twelvedata-python | matplotlib | 50 | [Feature Request] mic_code instead of exchange as a parameter when fetching data | It would be nice to use the `mic_code` parameter to differentiate between markets when fetching time_series, live & eod prices.
| closed | 2022-06-22T11:23:23Z | 2022-06-22T14:26:03Z | https://github.com/twelvedata/twelvedata-python/issues/50 | [] | SimonDamberg | 5 |
Yorko/mlcourse.ai | scikit-learn | 724 | Topic 6 russian lecture notebook is in english | https://github.com/Yorko/mlcourse.ai/blob/main/jupyter_russian/topic06_features/topic6_feature_engineering_feature_selection_english.ipynb | closed | 2022-10-06T13:26:04Z | 2022-10-07T09:08:44Z | https://github.com/Yorko/mlcourse.ai/issues/724 | [] | mirmozavr | 0 |
ranaroussi/yfinance | pandas | 1,299 | Weekly data - last week missing | Hi all,
The code below, gives me data until the very last day of last week (13th of Jan):
```
yfObj = yf.Ticker(stock)
data = yfObj.history(period="3y")
```
But, if I want to have weekly data, using the code here below:
`
data = yfObj.history(period="3y",interval="1wk")
`
It gives me data until 9th of Janua... | closed | 2023-01-14T10:35:16Z | 2023-01-14T12:33:26Z | https://github.com/ranaroussi/yfinance/issues/1299 | [] | Jokke-moose | 2 |
SciTools/cartopy | matplotlib | 1,828 | ModuleNotFoundError: No module named 'cartopy' | ### Description
I failed to install the cartopy when I tried
conda install cartopy
I used python in conda3
which python
/home/tools/anaconda3/install/bin/python
python -v
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x2b7ae27a82b0>
Python 3.8.8 (default, Apr 13 2021, 19:58:26... | closed | 2021-08-18T22:54:55Z | 2021-09-28T15:49:43Z | https://github.com/SciTools/cartopy/issues/1828 | [] | rkong66 | 8 |
flairNLP/flair | nlp | 3,199 | [Bug]: ModuleNotFoundError: 'flair.trainers.plugins.functional' on git-installed master | ### Describe the bug
When installing the flair master branch via pypi & git, we get an ModuleNotFound error.
### To Reproduce
```python
exec("pip install git+https://github.com/flairNLP/flair.git")
from flair.models import TARSClassifier
```
### Expected behavior
I can import any module and use flair normally.
... | closed | 2023-04-18T15:28:44Z | 2023-04-19T20:12:44Z | https://github.com/flairNLP/flair/issues/3199 | [
"bug"
] | helpmefindaname | 1 |
pytorch/pytorch | numpy | 149,324 | Unguarded Usage of Facebook Internal Code? | ### 🐛 Describe the bug
There is a [reference](https://github.com/pytorch/pytorch/blob/c7c3e7732443d7994303499bcb01781c9d59ab58/torch/_inductor/fx_passes/group_batch_fusion.py#L25) to `import deeplearning.fbgemm.fbgemm_gpu.fb.inductor_lowerings`, which we believe to be Facebook internal Python module based on descript... | open | 2025-03-17T15:54:24Z | 2025-03-17T20:29:04Z | https://github.com/pytorch/pytorch/issues/149324 | [
"triaged",
"module: third_party",
"oncall: pt2"
] | BwL1289 | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 204 | OSNet training error | I got the below error message when trying to train osnet. Not sure what caused it.
```shell
=> Start training
* Only train ['classifier'] (epoch: 1/10)
Traceback (most recent call last):
File "main.py", line 168, in <module>
main()
File "main.py", line 164, in main
engine.run(**engine_run_kwargs(a... | closed | 2019-07-05T05:40:27Z | 2019-07-05T08:12:13Z | https://github.com/KaiyangZhou/deep-person-reid/issues/204 | [] | johnzhang1999 | 2 |
ultralytics/yolov5 | pytorch | 13,427 | 如何在yolov5中添加FPS和mAPs评价指标? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
如何在yolov5中添加FPS和mAPs评价指标?
### Additional
_No response_ | open | 2024-11-22T03:00:31Z | 2024-11-24T10:09:08Z | https://github.com/ultralytics/yolov5/issues/13427 | [
"question"
] | lqh964165950 | 2 |
voxel51/fiftyone | data-science | 4,761 | [DOCS]when use fob.compute_visualization for Object similarity, it compute the embedding for each object instance? | ### Instructions
Thank you for submitting an issue. Please refer to our [issue policy](https://www.github.com/voxel51/fiftyone/blob/develop/ISSUE_POLICY.md) for information on what types of issues we address.
1. Please fill in this template to ensure a timely and thorough response
2. Place an "x" between the bra... | closed | 2024-08-31T16:34:50Z | 2024-08-31T16:36:19Z | https://github.com/voxel51/fiftyone/issues/4761 | [
"documentation"
] | lyf6 | 0 |
amisadmin/fastapi-amis-admin | fastapi | 163 | S3 support | what is the best way to transparent store files/images to S3? Maybe anybody can share a simple demo, please? | closed | 2024-03-15T14:48:48Z | 2024-03-20T13:46:54Z | https://github.com/amisadmin/fastapi-amis-admin/issues/163 | [] | mmmcorpsvit | 0 |
deeppavlov/DeepPavlov | nlp | 1,189 | ImportError: cannot import name 'build_model' | Hi team,
I have installed DeepPavlov version 0.1.0 but unable to import build_model. PFA screenshot for details.
Configuration: Windows 10

| closed | 2020-04-27T11:47:49Z | 2020-05-13T09:22:36Z | https://github.com/deeppavlov/DeepPavlov/issues/1189 | [] | SahithiParsi | 4 |
ContextLab/hypertools | data-visualization | 208 | ImportError: numpy.core.multiarray failed to import | I got an ImportError when I import hypertools, and my numpy is 1.12.1 in windows(or 1.14 in mac). How can I run it?
But when import hypertools second time, the error will disapper. | open | 2018-05-04T04:41:36Z | 2018-05-18T06:53:03Z | https://github.com/ContextLab/hypertools/issues/208 | [] | zhouyanasd | 4 |
huggingface/datasets | nlp | 6,834 | largelisttype not supported (.from_polars()) | ### Describe the bug
The following code fails because LargeListType is not supported.
This is especially a problem for .from_polars since polars uses LargeListType.
### Steps to reproduce the bug
```python
import datasets
import polars as pl
df = pl.DataFrame({"list": [[]]})
datasets.Dataset.from_pola... | closed | 2024-04-24T11:33:43Z | 2024-08-12T14:43:46Z | https://github.com/huggingface/datasets/issues/6834 | [] | Modexus | 0 |
xlwings/xlwings | automation | 1,928 | Conda enviroments at customized locations | When the VBA code tries to load the XLWings dll and there is a Conda Env informed, it tries to load the DLL from:
```
{Conda Path}\envs\{Conda Env}\xlwings...dll
```
In Windows, `Conda Path` usually is something like `C:\ProgramData\Miniconda3` and the default path for the conda environments is `C:\ProgramData\... | open | 2022-06-02T16:47:55Z | 2022-06-03T06:31:26Z | https://github.com/xlwings/xlwings/issues/1928 | [] | jalexandretoledo | 2 |
miguelgrinberg/flasky | flask | 241 | post view has a little bug | Hi Miguel,
I am studying flask using your tutorials. Thanks for your helpful book and codes.
There I find a little bug in the `post` view in the views.py file in the main blueprint. That is this view doesn't check whether the current user has `Permission.COMMENT`. I noticed that you removed the comment form in t... | closed | 2017-02-16T07:36:38Z | 2017-12-10T20:06:27Z | https://github.com/miguelgrinberg/flasky/issues/241 | [
"enhancement"
] | luog1992 | 2 |
Avaiga/taipy | automation | 2,308 | Integrate VTK Visualization into Taipy as an Extension | ### Description:
VTK (Visualization Toolkit) provides robust 3D visualization capabilities widely used in domains like medical imaging, computational fluid dynamics, and scientific data visualization. Integrating similar functionality directly into Taipy as an optional extension would greatly expand Taipy’s visualiza... | open | 2024-12-06T15:06:45Z | 2024-12-06T15:09:12Z | https://github.com/Avaiga/taipy/issues/2308 | [
"🖰 GUI",
"🟩 Priority: Low",
"✨New feature"
] | FlorianJacta | 0 |
paulpierre/RasaGPT | fastapi | 8 | An error is reported during installation, indicating that Organization already exists | Traceback (most recent call last):
File "/app/api/seed.py", line 128, in <module>
org_obj = create_org_by_org_or_uuid(
File "/app/api/helpers.py", line 95, in create_org_by_org_or_uuid
raise HTTPException(status_code=404, detail="Organization already exists")
fastapi.exceptions.HTTPException
| closed | 2023-05-10T09:24:40Z | 2023-05-10T13:23:33Z | https://github.com/paulpierre/RasaGPT/issues/8 | [] | Hkaisense | 1 |
gradio-app/gradio | python | 10,869 | Model3D Improvements Tracking Issue | - [x] I have searched to see if a similar issue already exists.
https://github.com/gradio-app/gradio/pull/10847#issuecomment-2745928539
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solu... | open | 2025-03-24T18:11:21Z | 2025-03-24T18:11:21Z | https://github.com/gradio-app/gradio/issues/10869 | [] | dawoodkhan82 | 0 |
deeppavlov/DeepPavlov | tensorflow | 1,483 | `parse_config` doesn't allow to add extra variables | Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first.
**What problem are we trying to solve?**:
```
1. `parse_config` function from `deeppavlov.core.commands.utils` doesn't allow me to add extra vars or override ex... | open | 2021-09-05T17:23:12Z | 2021-10-24T16:33:24Z | https://github.com/deeppavlov/DeepPavlov/issues/1483 | [
"enhancement"
] | QtRoS | 1 |
modin-project/modin | data-science | 6,879 | The query_compiler.merge reconstructs the Right dataframe for every partition of Left Dataframe | The query_compiler.merge reconstructs the Right dataframe from its partitions for every partition of Left Dataframe, The concat operation results in higher memory consumption when the size of right dataframe is large.
A possible option is to combine the right Dataframe partitions to a single partition dataframe by c... | closed | 2024-01-25T11:39:01Z | 2024-02-13T12:09:24Z | https://github.com/modin-project/modin/issues/6879 | [
"Internals"
] | arunjose696 | 0 |
dynaconf/dynaconf | flask | 556 | [bug] - Dynaconf stop list variables and does not recognize develop variables in my env | Dynaconf dont list variables and thrown a error validation.
* I change my config from mac +zsh to manjaro + fish
* I run my venv
* I run dynaconf -i config.settings list
1. Having the following folder structure
> tree 09:10:07
.
├── alembic
│ ├── env.py
... | closed | 2021-03-18T12:30:42Z | 2021-03-18T19:53:42Z | https://github.com/dynaconf/dynaconf/issues/556 | [
"bug"
] | jonatasoli | 4 |
nvbn/thefuck | python | 1,300 | [Feature request] Recognise and offer fixes for missing `git clone` when given a url or SSH ending in .git | It would be neat if a fix was required when I pasted a `git` URL intending to clone it, but forgot to add the `git clone` to the start. There's a fix for when `git clone` is present twice, so I think it's reasonable to have one for when it's never present.
If someone can point me to a getting started page so I can f... | closed | 2022-05-23T13:12:26Z | 2022-07-04T15:18:10Z | https://github.com/nvbn/thefuck/issues/1300 | [] | MaddyGuthridge | 3 |
lepture/authlib | flask | 130 | Requesting empty scope removes scope from response | When this [request is made](https://httpie.org/doc#forms):
http -a client:secret -f :/auth/token grant_type=client_credentials scope=
I get response, without `scope` even if it was given in request.
Code responsible for this is here:
https://github.com/lepture/authlib/blob/master/authlib/oauth2/rfc6750/... | closed | 2019-05-13T06:29:32Z | 2019-05-14T05:27:16Z | https://github.com/lepture/authlib/issues/130 | [] | sirex | 2 |
idealo/imagededup | computer-vision | 1 | Get indexation setup complete for benchmarking workflow | - [x] Explore BKTree implementation
- [x] Explore `shelve` implementation
> `shelve` seems to have problems scaling to larger memory collections
>
> If problems persist, we will move to exploring some fast, local database solution
- [x] Explore Fallbacks/Brute Force/(other unoptimized search forms in worst case) | closed | 2019-05-07T09:17:36Z | 2019-07-02T15:42:49Z | https://github.com/idealo/imagededup/issues/1 | [
"enhancement"
] | valiantone | 3 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,116 | Make it possible to require whistleblowers to upload files before proceeding with the completion of the submission | **Describe the bug**
In questionnaires if an attachment field is set as required, alarm is not given and report can be sent without the attachment.
**To Reproduce**
Steps to reproduce the behavior:
1. On a questionnaire set an attachment field as required.
2. When you try to file a report the upsaid required fie... | closed | 2021-11-22T12:27:05Z | 2021-11-26T12:45:10Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3116 | [
"T: Enhancement",
"C: Client"
] | larrykind | 4 |
saulpw/visidata | pandas | 2,492 | Add friendly view of PyTables structured HDF5 files | pandas uses PyTables for HDF5 outputs. This creates a lot of extra structure (which I don't totally understand) that makes it hard to view idomatically in visidata.
"Unpacking" the PyTables schema would make this tool incredibly useful for peeking at HDF5 files created by pandas.
| closed | 2024-08-07T14:54:23Z | 2024-09-22T02:26:40Z | https://github.com/saulpw/visidata/issues/2492 | [
"wishlist"
] | jeffmelville | 1 |
chaoss/augur | data-visualization | 2,916 | Convert api and cli over to using user groups instead of repo groups | open | 2024-10-01T23:07:39Z | 2024-10-01T23:07:39Z | https://github.com/chaoss/augur/issues/2916 | [] | sgoggins | 0 | |
aimhubio/aim | tensorflow | 2,972 | Support local path when migrating from wandb to aim | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
User can specify the local wandb directory path when migrating from wandb to aim.
### Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [.... | open | 2023-09-01T10:21:43Z | 2023-09-01T10:21:43Z | https://github.com/aimhubio/aim/issues/2972 | [
"type / enhancement"
] | chenshen03 | 0 |
Gozargah/Marzban | api | 918 | نسخه dev سوالات | سلام
ببخشید الان تعداد یوزر های من بالاست تنها مشکلی که دارم روی فعال کردن فرگمنت که وقتی لینک بروز رسانی میکنن یا از نرم افزار ها خارج میشن فرکمنت غیر فعال میشه و مجدد باید دستی ثبت بکنن
الان دیدم نسخه هست به نام dev
اگر بخوام به این نسخه برم ممکنه الان باگی داشته باشه ؟؟
۱۲ تا سرور به صورت نود انجام دادم نی... | closed | 2024-04-04T06:56:15Z | 2024-04-28T20:16:58Z | https://github.com/Gozargah/Marzban/issues/918 | [] | hossein2 | 3 |
recommenders-team/recommenders | data-science | 1,366 | [ASK] New Python recommender systems library - LibRecommender | Hi!
just FYI, a new Python library that includes some interesting reco algorithms was recently added to Github: https://github.com/massquantity/LibRecommender
Maybe it would be interesting to include some usecases for some of the included algos that are not covered yet by this repo.
thank you!
| closed | 2021-04-03T07:40:10Z | 2021-12-17T10:24:23Z | https://github.com/recommenders-team/recommenders/issues/1366 | [
"help wanted"
] | julioasotodv | 1 |
mitmproxy/mitmproxy | python | 7,092 | DNS Resolver: Add `getaddrinfo` fallback | #### Problem Description
Based on https://github.com/mitmproxy/mitmproxy/issues/7064, hickory's functionality to determine the OS name servers seems to have issues on both Linux and Windows. As much as I prefer hickory, we should have a fallback that uses `getaddrinfo`. This restores at least some basic functionalit... | closed | 2024-08-09T12:41:27Z | 2024-08-28T18:37:00Z | https://github.com/mitmproxy/mitmproxy/issues/7092 | [
"kind/bug",
"help wanted",
"area/protocols"
] | mhils | 0 |
LibreTranslate/LibreTranslate | api | 75 | [request] ARM64 image | I'd like to give this ago on my Pi4. Is there / will there be /could there be a version which runs on ARM64? | closed | 2021-04-09T11:23:10Z | 2022-12-11T07:31:00Z | https://github.com/LibreTranslate/LibreTranslate/issues/75 | [
"enhancement"
] | davidrutland | 2 |
ivy-llc/ivy | tensorflow | 27,972 | Fix Ivy Failing Test: numpy - statistical.sum | closed | 2024-01-20T16:49:46Z | 2024-01-22T12:21:11Z | https://github.com/ivy-llc/ivy/issues/27972 | [
"Sub Task"
] | samthakur587 | 0 | |
recommenders-team/recommenders | deep-learning | 1,240 | [FEATURE] Mix MIND utils | ### Description
<!--- Describe your expected feature in detail -->
DRY in Mind:
- https://github.com/microsoft/recommenders/blob/master/reco_utils/dataset/mind.py
- https://github.com/microsoft/recommenders/blob/staging/reco_utils/recommender/newsrec/newsrec_utils.py
### Expected behavior with the suggested feat... | open | 2020-11-11T07:38:54Z | 2020-11-11T07:39:07Z | https://github.com/recommenders-team/recommenders/issues/1240 | [
"enhancement"
] | miguelgfierro | 0 |
ufoym/deepo | tensorflow | 50 | OpenCV function not implemented | I got unspecified error when trying to run opencv following this basic OpenCV [getting started](https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_image_display/py_image_display.html#display-image). The error is:
```
OpenCV(3.4.1) Error: Unspecified error (The function is not implemented. ... | closed | 2018-08-25T07:39:27Z | 2018-08-25T16:47:34Z | https://github.com/ufoym/deepo/issues/50 | [] | syahrulhamdani | 1 |
Gozargah/Marzban | api | 1,250 | باگ پروتکل httpguard | سلام وقتی با اینباند جنریتور کاستوم کانفیگ میزنم و به مرزبان اضافه میکنم موقع ساخت یوزر لینک ساب کانفیگو کامل نمیارهکلا ناقص کانفیگو بالا میاره مثه اینکه با پروتکل httpguard مشکل داره

| closed | 2024-08-18T12:22:01Z | 2024-08-18T13:18:10Z | https://github.com/Gozargah/Marzban/issues/1250 | [
"Duplicate",
"Invalid"
] | afraz5 | 1 |
apachecn/ailearning | nlp | 540 | MachineLearning(机器学习) 学习路线图链接失效 | MachineLearning(机器学习) 学习路线图链接失效:
http://www.apachecn.org/map/145.html | closed | 2019-08-05T05:50:26Z | 2019-10-28T03:17:39Z | https://github.com/apachecn/ailearning/issues/540 | [] | gocpplua | 1 |
ipython/ipython | jupyter | 14,590 | replace in confpy source_suffix = {'.rst': 'restructuredtext'} | open | 2024-11-29T10:50:12Z | 2024-11-29T10:50:12Z | https://github.com/ipython/ipython/issues/14590 | [] | Carreau | 0 | |
koxudaxi/datamodel-code-generator | fastapi | 1,837 | static code to generated models | Hey there, for the maintainers, thanks for that great library.
I would appreciate a heads-up on something I'm trying to do, which is basically adding some static code to a generate model.
I'm not sure Jinja would be suitable for that, since it's just a templating. Can someone give me a direction on the best approach ... | open | 2024-02-05T12:54:57Z | 2024-03-16T16:57:34Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1837 | [
"answered"
] | aoliveiraenc | 1 |
aws/aws-sdk-pandas | pandas | 2,276 | quicksight.create_athena_dataset/datasource: allow user groups to be passed in allowed_to_use and allowed_to_manage | **Is your idea related to a problem? Please describe.**
Right now, the parameters `allowed_to_use` and `allowed_to_manage` inside the method `quicksight.create_athena_dataset` allow only users to be passed but not user groups. If I want to give those permissions to user groups then I have to do a separate call using b... | closed | 2023-05-15T13:52:21Z | 2023-05-16T22:46:08Z | https://github.com/aws/aws-sdk-pandas/issues/2276 | [
"enhancement"
] | koberghe | 0 |
babysor/MockingBird | pytorch | 980 | 预处理数据集出现如下错误 | 做预处理数据集时出现如下错误:
E:\Miniconda3\envs\mockingbird\MockingBird-main>python pre.py E:\Miniconda3\envs\mockingbird\MockingBird-main -d aidatatang_200zh -n 1
Ignored unknown kwarg option normalize
Ignored unknown kwarg option normalize
Ignored unknown kwarg option normalize
Ignored unknown kwarg option normalize
Using d... | open | 2024-01-18T13:16:50Z | 2024-01-18T13:16:50Z | https://github.com/babysor/MockingBird/issues/980 | [] | Sunsoar01 | 0 |
frappe/frappe | rest-api | 31,327 | Phonenumber library does not recognize +592 7 Guyanese phone numbers as valid | ## Description of the issue
The phonenumber library currently does not recognize new Guyanese (GY) phone numbers starting with `+592 7` as valid. Only numbers starting with `+592 6` are being correctly validated. This causes issues when users attempt to submit forms using phone numbers with the updated format.
##... | closed | 2025-02-19T15:32:32Z | 2025-03-06T00:15:35Z | https://github.com/frappe/frappe/issues/31327 | [
"bug"
] | karotkriss | 0 |
streamlit/streamlit | deep-learning | 10,739 | Support a collapsed page navigation menu that only shows the page icons | ### 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
Support a collapsed page navigation menu that only shows the page icons similar to the VS Code activity bar:
... | open | 2025-03-12T14:27:13Z | 2025-03-12T14:27:38Z | https://github.com/streamlit/streamlit/issues/10739 | [
"type:enhancement",
"feature:multipage-apps",
"feature:st.navigation"
] | lukasmasuch | 1 |
tortoise/tortoise-orm | asyncio | 1,905 | Explicit Routers | **Is your feature request related to a problem? Please describe.**
The [documentation](https://tortoise.github.io/router.html?h=router#model-signals) and the implementation for the Router don't seem to match. The documentation suggests that the methods for the router class are explicit while the code suggest that these... | closed | 2025-02-28T09:16:02Z | 2025-03-18T14:31:35Z | https://github.com/tortoise/tortoise-orm/issues/1905 | [] | i-am-grub | 4 |
marshmallow-code/flask-marshmallow | sqlalchemy | 98 | Update to marshmallow 3 | Hi, everyone.
I want some information about update to marshmallow 3. Where I can look it? | closed | 2018-11-01T14:05:30Z | 2018-11-02T15:26:26Z | https://github.com/marshmallow-code/flask-marshmallow/issues/98 | [] | Bernardoow | 1 |
plotly/dash-oil-and-gas-demo | plotly | 16 | frontend for reporting OOM errors from the backend, and informing the users to contact admins. | closed | 2023-02-02T18:24:32Z | 2023-02-02T18:24:37Z | https://github.com/plotly/dash-oil-and-gas-demo/issues/16 | [] | eff-kay | 0 | |
axnsan12/drf-yasg | django | 251 | Parameters to provide a `validate` method | Hi there!
I'm thinking of adding a 'validate' method to the Parameter class in the OpenAPI module. This would check the given value (e.g. in a query) actually matched the type (and format, if set) of the parameter.
A further possibility would be to provide a `from_request` method which searched for the value in ... | closed | 2018-11-12T23:01:21Z | 2018-11-28T21:51:54Z | https://github.com/axnsan12/drf-yasg/issues/251 | [] | PaulWay | 1 |
OpenGeoscience/geonotebook | jupyter | 166 | Cannot add VRT raster layer | I am trying to add a layer using a RasterData object initialized with a VRT image.
```
vrt = RasterData("test.vrt")
M.add_layer(vrt)
```
The layer does not appear on the map and the Jupyter server throws this error:
```
RuntimeError: `/test.vrt' does not exist in the file system,
and is not recogn... | closed | 2018-08-06T19:29:36Z | 2018-08-13T13:52:26Z | https://github.com/OpenGeoscience/geonotebook/issues/166 | [] | naterubin | 5 |
mljar/mljar-supervised | scikit-learn | 403 | supervised.exceptions ERROR No models produced | 2021-05-24 18:04:12,100 supervised.exceptions ERROR No models produced.
Please check your data or submit a Github issue at https://github.com/mljar/mljar-supervised/issues/new.
1_Optuna_LightGBM not trained. Stop training after the first fold. Time needed to train on the first fold 1.0 seconds. The time estimate for... | closed | 2021-05-24T12:47:23Z | 2021-06-07T15:11:45Z | https://github.com/mljar/mljar-supervised/issues/403 | [
"bug"
] | Bhavani-Shanker | 9 |
unit8co/darts | data-science | 1,853 | Investigate DirRec for RegressionModels | See the discussion [here](https://github.com/unit8co/darts/issues/1852#issuecomment-1607100247), and a paper [here](https://www.researchgate.net/publication/221165768_Time_Series_Prediction_using_DirRec_Strategy) | open | 2023-06-26T09:46:38Z | 2023-07-21T02:58:28Z | https://github.com/unit8co/darts/issues/1853 | [
"feature request"
] | dennisbader | 1 |
yt-dlp/yt-dlp | python | 12,221 | Parsing YouTube videos with yt-dlp.exe on Windows with VPN | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [x] I'm asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re... | closed | 2025-01-28T08:29:00Z | 2025-02-03T08:06:19Z | https://github.com/yt-dlp/yt-dlp/issues/12221 | [
"question"
] | busynusleys | 8 |
jpadilla/django-rest-framework-jwt | django | 148 | 1.7 python manage.py cry | Hi,
it's 4:45am here, good time for a lil pip update (and some tears) !
manage.py doesn't love me anymore
```
Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/opt/virtualenvs/diagenv/lib/python2.7/site-packages/django/core/management/__init... | closed | 2015-08-18T02:48:32Z | 2015-09-11T01:16:02Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/148 | [
"bug"
] | madmoizo | 1 |
gevent/gevent | asyncio | 1,149 | are the monkey.patch_* methods idempotent? i.e. what are the implications of calling monkey.patch_all() twice in the same program? | * gevent version: 1.0.2
* Python version: cpython 2.7.9
* Operating System: Please be as specific as possible: "amazon linux"
for example, what is the behavior of monkey.get_original after calling patch_all twice? | closed | 2018-03-22T19:00:56Z | 2018-03-22T20:02:50Z | https://github.com/gevent/gevent/issues/1149 | [
"Type: Question"
] | sulphide0 | 4 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 674 | While updating conda(installing current version), I found some erros, how to solve it? | >> conda install conda=23.10.0
Result
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package me... | closed | 2023-11-17T01:40:30Z | 2023-12-11T07:44:47Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/674 | [
"pip/conda"
] | SC-PIONEER | 2 |
art049/odmantic | pydantic | 163 | Missing a little f-strings interpolation | I think is missing an ```f``` at the beginning of the string in line 266
https://github.com/art049/odmantic/blob/f20f08f8ab1768534c1e743f7539bfe4f8c73bdd/odmantic/model.py#L265-L268 | closed | 2021-07-26T14:41:34Z | 2022-06-01T19:51:30Z | https://github.com/art049/odmantic/issues/163 | [] | supermodo | 0 |
PokemonGoF/PokemonGo-Bot | automation | 6,277 | Is Bot working after Updates and talk.pogodev.org | Hi, wanted to ask if the bot is still working for the latest updates, since talk.pogodev.org is no longer available and so no installation is possible
Best regards | open | 2018-08-17T07:30:21Z | 2018-08-17T07:30:21Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/6277 | [] | ageof | 0 |
rougier/scientific-visualization-book | numpy | 59 | Subplot margins (Chapter 1, Exercise 2) | Hi @rougier,
There is a statement about additional figure margins for Exercise 2 solution:
https://github.com/rougier/scientific-visualization-book/blob/a6e0607fa8dbcfa5e6251cd7b64b5a094ad4e0f9/code/anatomy/inch-cm.py#L13-L15
And there is a code that performs this adjustment:
https://github.com/rougier/scientific... | closed | 2022-07-10T13:19:11Z | 2022-07-13T18:16:43Z | https://github.com/rougier/scientific-visualization-book/issues/59 | [] | labdmitriy | 1 |
widgetti/solara | jupyter | 772 | Accessing the localStorage of a browser | Does solara provide access to (read/write/modify) the browsers "localStorage" ?
Thanks | open | 2024-09-04T22:47:56Z | 2024-11-06T02:29:09Z | https://github.com/widgetti/solara/issues/772 | [] | JovanVeljanoski | 2 |
serengil/deepface | machine-learning | 624 | Analyze API-endpoint failing with example request from Postman-collection | So, first of all, thanks for an amazing project!
I'm running the API with Docker and when I test the selection of api-requests in the postman collection, Analyze is the only one not working. The posted image data is the default from the collection. Am I missing something here?
.to_pandas()
metric = 'f1'
time_limit = 180
predictor = MultiModalPredictor(label='label', eval_metric=metric)
predictor.fit(train... | closed | 2023-12-14T00:01:48Z | 2024-06-27T10:36:23Z | https://github.com/autogluon/autogluon/issues/3813 | [
"bug: unconfirmed",
"Needs Triage",
"module: multimodal"
] | vinayakkarande | 3 |
xinntao/Real-ESRGAN | pytorch | 651 | The l_g_percep loss increased gradually, why | Your l_g_percep loss increased when traing? | open | 2023-06-28T08:16:07Z | 2023-06-28T08:16:07Z | https://github.com/xinntao/Real-ESRGAN/issues/651 | [] | FengMu1995 | 0 |
ARM-DOE/pyart | data-visualization | 1,157 | DOC: Put together a blog post pairing SPC reports w/ NEXRAD data | Russ put together a great example of an animation of SPC reports and NEXRAD data - this would make a GREAT blog post
[Link to thread on twitter](https://twitter.com/russ_schumacher/status/1522645682812690432)
[Link to example notebook on Github](https://github.com/russ-schumacher/ats641_spring2022/blob/master/exa... | closed | 2022-05-09T14:56:18Z | 2022-11-23T19:25:46Z | https://github.com/ARM-DOE/pyart/issues/1157 | [
"good first issue",
"blog-post"
] | mgrover1 | 1 |
tensorpack/tensorpack | tensorflow | 840 | More pre-trained Faster RCNN Model? | Hi, according to this [page](http://models.tensorpack.com/FasterRCNN)
| COCO-R101C4-MaskRCNN-Standard.npz | 196 MiB | (sha256) |
| -- | -- | -- |
| COCO-R50C4-MaskRCNN-Standard.npz | 128 MiB | (sha256)|
| COCO-R50FPN-MaskRCNN-Standard.npz | 158 MiB | (sha256)|
| ImageNet-R101-AlignPadding.npz | 158 MiB | (sha256... | closed | 2018-07-23T21:56:52Z | 2018-07-27T06:24:52Z | https://github.com/tensorpack/tensorpack/issues/840 | [
"examples"
] | PacteraOliver | 5 |
getsentry/sentry | django | 87,321 | [RELEASES] Replace direct links to the release details page with links to open the release flyout | At the time of writing I don't have a complete list of places that link to release details. There is a Release Hovercard thing that should also exist at all the callsites.
In the end we want all links in the app to:
- have a release hovercard, i assume this is already the case
- to open the new release flyout instead ... | open | 2025-03-18T19:55:37Z | 2025-03-18T19:55:37Z | https://github.com/getsentry/sentry/issues/87321 | [] | ryan953 | 0 |
RayVentura/ShortGPT | automation | 78 | 🐛 [Bug]: Some images does not added to video | ### What happened?
I found images added to video are less than the searched result image list.
### What type of browser are you seeing the problem on?
Microsoft Edge
### What type of Operating System are you seeing the problem on?
Windows
### Python Version
3.10
### Application Version
stable branch
### Expec... | open | 2023-08-03T10:26:27Z | 2023-08-04T07:21:50Z | https://github.com/RayVentura/ShortGPT/issues/78 | [
"bug"
] | cnwillz | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.