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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
streamlit/streamlit | deep-learning | 10,727 | Support setting `label` and `help` for charts and 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
Allow users to set a `label` and/or `help` tooltip for any chart and dataframe elements. These parameters sho... | open | 2025-03-11T20:17:01Z | 2025-03-11T20:17:21Z | https://github.com/streamlit/streamlit/issues/10727 | [
"type:enhancement",
"feature:st.dataframe",
"feature:charts",
"feature:st.data_editor"
] | lukasmasuch | 1 |
deezer/spleeter | deep-learning | 204 | [Bug] spleeter on docker usnig nvidia gpu return error | ## Description
i run spleeter on a docker container, when i exec nvidia-docker run -v $(pwd)/output:/output researchdeezer/spleeter:gpu
i have an error .
as i can't get into the container with bash login to see what happen, i'm stuck
<!-- Give us a clear and concise description of the bug you are reporting. --... | closed | 2019-12-27T15:00:09Z | 2020-06-06T18:45:50Z | https://github.com/deezer/spleeter/issues/204 | [
"bug",
"invalid"
] | kiratdeluxe | 4 |
Sanster/IOPaint | pytorch | 12 | Select for image size is almost invisible with some pictures | The transparency effect can make it quite hard to read the sizes with some pictures. See the attached image.

| closed | 2022-02-10T08:24:44Z | 2022-04-06T15:20:47Z | https://github.com/Sanster/IOPaint/issues/12 | [] | Eidenz | 4 |
piskvorky/gensim | data-science | 3,248 | LdaMallet error returned non-zero exit status 1. |
I'm using LdaMallet to my project. It'd worked well until I used it with some corpus(Thai language).but it kinda confusing cause with other Thai,English corpora it can work.
The Error is:
CalledProcessError: Command '/content/mallet-2.0.8/bin/mallet import-file --preserve-case --keep-sequence --remove-stopwords -... | closed | 2021-10-13T05:40:13Z | 2021-10-13T06:21:44Z | https://github.com/piskvorky/gensim/issues/3248 | [] | KEDSARAMAY | 1 |
kizniche/Mycodo | automation | 1,220 | Conditional function - Undefined variable 'timeout' | ### Description
Hi,
I can't execute any function there is an error for all of them. It say that the "timeout" variable isn't defined.
This bug happens even to the default program.
### Versions:
- Mycodo Version: 8.14.0
- Raspberry Pi Version: 4B
- Raspbian OS Version: Debian GNU/Linux 11 (bullseye)
###... | closed | 2022-08-14T09:56:27Z | 2022-08-14T16:42:50Z | https://github.com/kizniche/Mycodo/issues/1220 | [
"bug",
"Fixed and Committed"
] | JulienCheny | 2 |
iMerica/dj-rest-auth | rest-api | 513 | Adding Microsoft Graph Login Serializer and Login on Register | Hi,
More of a feature suggestion/completion than a fix. I've added a Microsoft Graph login serializer to my social_serializers.py file and also implemented a "login on register" option for the RegisterView class and corresponding APISetting. I can create a feature branch and pull request if you'd like to implement i... | open | 2023-06-07T18:52:39Z | 2023-06-07T18:52:39Z | https://github.com/iMerica/dj-rest-auth/issues/513 | [] | jeff-zimmerman | 0 |
biolab/orange3 | scikit-learn | 7,043 | Red connection: hint how to resolve | **What's your use case?**
Feedback from the user: it was difficult to understand how to resolve the red connection between widgets.
<img width="278" alt="Image" src="https://github.com/user-attachments/assets/37f38825-2b74-4f1e-b4a4-064e3d7a1a29" />
**What's your proposed solution?**
Perhaps a hint over the connecti... | open | 2025-03-04T14:35:25Z | 2025-03-07T08:27:21Z | https://github.com/biolab/orange3/issues/7043 | [] | ajdapretnar | 0 |
ludwig-ai/ludwig | data-science | 3,126 | GBM backend schema validation `dict` has no attribute `type` | When trying to run a GBM with auxiliary validation checks, the following error occurs:
```
File "<LUDWIG_ROOT>/ludwig/ludwig/config_validation/checks.py", line 200, in check_gbm_horovod_incompatibility
if config.model_type == MODEL_GBM and config.backend.type == "horovod":
AttributeError: 'dict' object has ... | closed | 2023-02-21T15:58:22Z | 2024-10-18T13:21:46Z | https://github.com/ludwig-ai/ludwig/issues/3126 | [] | jeffkinnison | 0 |
PaddlePaddle/ERNIE | nlp | 417 | How do I properly continue finetuning a checkpoint? | When I attempt to continue finetuning using checkpoint (that was the result of another finetuning procedure), the model stagnates after a while. Basically, I get identical predictions after every epoch. Is this a known problem, maybe I'm doing something incorrectly?
To initialize finetuning with a checkpoint, I use th... | closed | 2020-03-11T09:45:58Z | 2020-05-28T09:53:03Z | https://github.com/PaddlePaddle/ERNIE/issues/417 | [
"wontfix"
] | drunkinlove | 3 |
desec-io/desec-stack | rest-api | 428 | api: add captcha requirement to change-email endpoint | We have a captcha requirement for the other endpoints that send email (sign-up, reset password), and we should have it here for consistency as well. | open | 2020-08-15T10:49:12Z | 2020-12-18T18:23:06Z | https://github.com/desec-io/desec-stack/issues/428 | [
"enhancement",
"api",
"prio: medium"
] | peterthomassen | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 254 | 在VOC07上跑的结果比原论文低了约7%的mAP[0.5] | 在VOC2007的trainval图片上训练,在VOC2007test图片上测试结果是63%mAP[0.5] 但是Faster RCNN论文中提到的 测试结果应该是接近70%的(不过论文中proposals是300) 请问是因为某些设定不一样嘛? 必如 冻结了backbone的一些层,可是如果VOC数据不够的话 冻结了效果不该更好吗?

| closed | 2021-05-10T20:39:29Z | 2021-05-22T02:19:35Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/254 | [] | LinfengYuan1997 | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,541 | Improve scalars performance by trying to avoid the creation of a Row | The current code when executing something like `conn.execute(...).scalars().all()` will create a Row object, at least in some cases, that is then discarded.
The code should try to avoid doing the unnecessary row creation | open | 2023-10-25T16:11:33Z | 2023-10-25T16:39:11Z | https://github.com/sqlalchemy/sqlalchemy/issues/10541 | [
"performance",
"result fetching API improvements"
] | CaselIT | 3 |
piskvorky/gensim | machine-learning | 2,685 | Can I get synonyms from Gensim word2vec model? | Hi
with word2vec model, we are getting most similar words. can I get synonyms?
below are two queries: please clarify.
1) Is there a differentiation of related words vs synonyms from model?
2) can I change the word dimension, when I am trying to get the most similar words from model?
Thanks
| closed | 2019-11-25T11:27:29Z | 2019-11-25T14:25:08Z | https://github.com/piskvorky/gensim/issues/2685 | [] | nh111 | 1 |
onnx/onnx | deep-learning | 6,008 | [Feature request] checking an input rank is within a specific range | ### What is the problem that this feature solves?
Please keep in mind I am new to ONNX. I will be missing context on priorities with the code so this might be useless.
While looking into extending Microsoft's ORT functionality to accept a 5D input for Grid Sampling, I noticed it might be helpful to have shape i... | closed | 2024-03-10T21:47:38Z | 2024-03-12T21:06:28Z | https://github.com/onnx/onnx/issues/6008 | [
"topic: enhancement",
"module: shape inference"
] | ZelboK | 6 |
fastapi/sqlmodel | sqlalchemy | 374 | There seems to be a bug in using model with aliased fields to define request body | ### First Check
- [x] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | open | 2022-07-12T15:31:07Z | 2025-01-08T14:19:57Z | https://github.com/fastapi/sqlmodel/issues/374 | [
"question"
] | boh5 | 12 |
developmentseed/lonboard | data-visualization | 681 | Geocoding/search plugin/widget/control | **Is your feature request related to a problem? Please describe.**
Lonboard is great for visualizing large datasets, but sometimes I need to zero into a particular location so a search widget/control would be handy.
**Describe the solution you'd like**
Some means of building/integrating a search/geocoding cont... | open | 2024-10-09T03:18:28Z | 2024-10-22T14:55:34Z | https://github.com/developmentseed/lonboard/issues/681 | [] | prusswan | 5 |
MagicStack/asyncpg | asyncio | 683 | Building new asyncpg wheel | Hey there, I needed to modify `serverversion.py` so I could use a specific asyncpg driver for Yugabyte 11.2. How would I rebuild the wheel? | closed | 2020-12-23T17:02:05Z | 2021-01-04T15:32:38Z | https://github.com/MagicStack/asyncpg/issues/683 | [] | andyondrya | 1 |
scikit-optimize/scikit-optimize | scikit-learn | 677 | add 'as_dataframe' and/or 'as_dataset' functions for converting optimization results | This is a bit related to #401.
`as_dataframe(res)` and/or `as_dataset(res)` would be useful for easy handling of optimization results. It might make sense to leverage [pandas](http://pandas.pydata.org/) and/or [xarray](http://xarray.pydata.org/) which have powerful features for analytics, plotting, etc. and which al... | open | 2018-05-14T11:01:48Z | 2018-05-14T11:01:48Z | https://github.com/scikit-optimize/scikit-optimize/issues/677 | [] | benbovy | 0 |
desec-io/desec-stack | rest-api | 1,002 | docs: document #887 (sign-up with co-administration) | open | 2024-12-17T17:28:46Z | 2024-12-17T17:28:47Z | https://github.com/desec-io/desec-stack/issues/1002 | [
"docs"
] | peterthomassen | 0 | |
glato/emerge | data-visualization | 10 | Implement a node multiselect feature for the d3 web frontend | **The problem:**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently the d3 web frontend only offers a very simple search that highlights a given subset of nodes, based on a single search term. Sometimes it might be useful to only select/highlight a specific subset o... | closed | 2021-10-12T19:12:24Z | 2021-10-16T20:02:40Z | https://github.com/glato/emerge/issues/10 | [
"enhancement",
"help wanted",
"good first issue",
"hacktoberfest"
] | glato | 1 |
slackapi/bolt-python | fastapi | 659 | Update "AWS Lambda Bolt Python Examples" page to include Lambda URL | On 6th of April AWS added new feature - Lambda Function URLs: Built-in HTTPS Endpoints for Single-Function Microservices
It's cheaper, simpler and faster to setup, than API Gateway. If you don`t require the advanced functionality, such as request validation, throttling, custom authorizers, custom domain names, usage p... | closed | 2022-05-27T13:40:24Z | 2022-05-29T22:52:19Z | https://github.com/slackapi/bolt-python/issues/659 | [
"docs",
"area:examples",
"good first issue"
] | globart | 7 |
jupyter/docker-stacks | jupyter | 1,464 | JupyterLab Git Extension | **What docker images this feature is applicable to?**
jupyter/scipy-notebook
**What changes do you propose?**
installing jupyterlab-git
(mamba install jupyterlab-git)
**How does this change will affect users?**
It allows users to more easily collaborate (the main issue research teams I work on have with jupy... | closed | 2021-09-14T00:49:16Z | 2023-09-05T18:41:20Z | https://github.com/jupyter/docker-stacks/issues/1464 | [
"type:Enhancement"
] | kslader8 | 6 |
widgetti/solara | flask | 425 | Issue when upgrading to solara 1.25 | I currently have solara 1.16.3 installed. If I upgrade to 1.25.0 the app refuses to start (`solara run app.py` just hangs). I get the "solara server is starting at localhost" message, but then nothing happens for a few seconds. After a while, it just says `No such comm: 729ebccf-54ca-46fc-992c-f48dd5f5f576`.
I tried... | open | 2023-12-17T15:55:46Z | 2023-12-18T09:38:39Z | https://github.com/widgetti/solara/issues/425 | [] | milanmitrovic | 3 |
pyjanitor-devs/pyjanitor | pandas | 1,211 | [ENH] Allow various file formats for `read_commandline` | At the moment, `read_commandline` only supports csvs; we should allow it to support any file format that is supported by Pandas
| closed | 2022-11-27T04:01:58Z | 2022-11-27T07:26:34Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1211 | [] | samukweku | 0 |
sinaptik-ai/pandas-ai | data-science | 1,287 | Security issues. | Hi, I have submitted two vulnerability reports privately with https://github.com/Sinaptik-AI/pandas-ai/security/advisories/new. And I also see the vulns have been patched in your new release. But I didn't get
reply in the reports. Will you make my reports public and apply CVEs for them? Thanks. | closed | 2024-07-22T02:02:18Z | 2024-10-30T01:56:31Z | https://github.com/sinaptik-ai/pandas-ai/issues/1287 | [] | 0gur1 | 5 |
zihangdai/xlnet | nlp | 207 | ValueError: Cannot convert a partially known TensorShape to a Tensor: (1, 0, ?) | F:\tensorflow3\lib\site-packages\tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
_np_qint8 = np.dtype([("qint8", np.int8, 1)])
F:\tensorflow3\lib\site-packages... | open | 2019-08-08T13:55:46Z | 2019-08-08T13:55:46Z | https://github.com/zihangdai/xlnet/issues/207 | [] | songruifei | 0 |
marimo-team/marimo | data-science | 4,141 | SSO implementation | ### Description
Couldn't find anything about SSO (OAuth2/OIDC) implementation. Do we need it? Is it worth it?
### Suggested solution
Add SSO auth
### Alternative
_No response_
### Additional context
_No response_ | open | 2025-03-18T09:35:38Z | 2025-03-18T12:37:57Z | https://github.com/marimo-team/marimo/issues/4141 | [
"enhancement"
] | fuad00 | 2 |
horovod/horovod | deep-learning | 3,831 | NCCL WARN Cuda failure 'CUDA driver is a stub library', then segfault | Hello :)
**Environment:**
1. Framework: PyTorch
2. Framework version: 1.13.1
3. Horovod version: 0.26.1
4. MPI version: OpenMPI 4.1.2
5. CUDA version: 11.8, driver 510.47.03
6. NCCL version: 2.16.2-1
7. Python version: 3.10
8. Spark / PySpark version:
9. Ray version:
10. OS and version: debian11 skylake_av... | closed | 2023-01-30T22:02:11Z | 2023-03-21T08:46:43Z | https://github.com/horovod/horovod/issues/3831 | [
"bug",
"question"
] | thomas-bouvier | 24 |
Evil0ctal/Douyin_TikTok_Download_API | api | 403 | /api/tiktok/web/fetch_post_comment中的cursor和count的使用方法? | 我阅读了readme和api doc,并尝试获取作品的评论列表。但我对cursor和count这两个参数的使用有一些疑问,想请教大佬:
1. 关于cursor
如果我要爬取某个作品的所有评论,那么第一次request时cursor应设为0,后面每一次request的cursor应设为上一次response的cursor,直至response中的has_more值为0,是这样的吗?
2. 关于count
我知道它的默认值为20,也就是每次返回20条评论。
我尝试将该值调至1000,目的是通过一次request获取更多的评论,但这样做只返回了几十条评论,而response中的cursor为1020(curs... | closed | 2024-05-21T10:46:23Z | 2024-05-22T03:08:31Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/403 | [] | scn0901 | 3 |
amidaware/tacticalrmm | django | 2,137 | [Feature Request] Add the ability to set report links public for a specified amount of time | **Is your feature request related to a problem? Please describe.**
Id like to distribute reports to a client without giving/creating them a login
**Describe the solution you'd like**
I'd like the ability to select a report for a client/site/agent and give that report a time frame where it is publicly available by link... | open | 2025-02-06T17:49:34Z | 2025-02-06T17:49:34Z | https://github.com/amidaware/tacticalrmm/issues/2137 | [] | conlan0 | 0 |
huggingface/datasets | numpy | 7,153 | Support data files with .ndjson extension | ### Feature request
Support data files with `.ndjson` extension.
### Motivation
We already support data files with `.jsonl` extension.
### Your contribution
I am opening a PR. | closed | 2024-09-18T05:54:45Z | 2024-09-19T11:25:15Z | https://github.com/huggingface/datasets/issues/7153 | [
"enhancement"
] | albertvillanova | 0 |
vitalik/django-ninja | rest-api | 1,088 | [Docs issue] Inconsistency in indentation | It is a nitpicking but could you please fix this inconsistency in indentation:
<img width="981" alt="Screenshot 2024-02-19 at 23 52 00" src="https://github.com/vitalik/django-ninja/assets/36531464/dd0396fc-a8c7-4f7c-99b1-15c0125751a4">
It is in: [_Path parameters > Django Path Converters > Path params with slashe... | closed | 2024-02-19T22:58:02Z | 2024-04-24T11:28:37Z | https://github.com/vitalik/django-ninja/issues/1088 | [] | dabarov | 1 |
plotly/dash | data-science | 2,925 | _validate.py "RuntimeError: dictionary changed size during iteration" | **Environment**
```
dash 2.17.1
dash-bootstrap-components 1.5.0
dash-bootstrap-templates 1.0.8
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-loading-spinners 1.0.2
dash-table 5.0.0
```
**Describe the bug**
When starting a large Dash app (c... | open | 2024-07-20T11:34:29Z | 2024-08-13T19:55:53Z | https://github.com/plotly/dash/issues/2925 | [
"bug",
"P3"
] | mbworth | 1 |
graphql-python/graphene | graphql | 1,222 | No type verification | When I define a class like this
```
class Person(graphene.ObjectType):
age = graphene.Int()
```
and later instantiate it like this:
```
Person(age='five')
```
no type error is thrown, even though I specified that age should be an Int.
I suppose this is not on purpose? | closed | 2020-07-02T13:15:54Z | 2020-07-03T07:41:09Z | https://github.com/graphql-python/graphene/issues/1222 | [
"🐛 bug"
] | tobiasfeil | 3 |
miguelgrinberg/python-socketio | asyncio | 325 | Namespace's 'on_connect' handler does not trigger | So, suppose we have a server:
```python
class Ns(socketio.Namespace):
def on_connect(self, sid, environ):
logging.info("Ns: on_connect is triggered")
def on_some_event(self, sid, data):
logging.info("Ns: some event is triggered")
class RootNs(socketio.Namespace):
def on_connect(s... | closed | 2019-07-31T17:03:45Z | 2019-08-04T13:30:35Z | https://github.com/miguelgrinberg/python-socketio/issues/325 | [
"bug"
] | vldpro | 1 |
ymcui/Chinese-BERT-wwm | tensorflow | 14 | 阅读理解在实现上是不是有问题 | 把Bert、和Bert-wwm的模型转成paddle, 基于 https://github.com/PaddlePaddle/LARK/tree/develop/BERT
的代码在DRCD数据集上finetune,配置跟论文一致,评估脚本:https://github.com/ymcui/CMRC2018-DRCD-BERT/blob/master/cmrc2018_evaluate.py 。效果如下(十次平均):

with auto as key... | closed | 2025-03-11T06:01:13Z | 2025-03-14T10:22:06Z | https://github.com/scikit-learn/scikit-learn/issues/30972 | [
"New Feature",
"Needs Triage"
] | dineshreddypaidi | 2 |
noirbizarre/flask-restplus | api | 756 | Error loading Swagger docs when transforming a flat object to a nested structure | **Description**
I could marshall a flat object to a nested structure using the example from https://flask-restplus.readthedocs.io/en/stable/marshalling.html#complex-structures :
```
{
"id": 1,
"phone": 123456
}
```
into
```
{
"id": 1,
"phone": {
"cell": 123456
}
}
```
However, the Swa... | open | 2019-12-03T13:04:13Z | 2021-01-18T20:12:49Z | https://github.com/noirbizarre/flask-restplus/issues/756 | [
"bug"
] | jlongo-encora | 10 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,402 | [Bug]: ImportError: DLL load failed while importing onnx_cpp2py_export | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [ ] The issue has not been reported ... | open | 2024-08-18T14:28:25Z | 2024-09-20T15:40:36Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16402 | [
"bug-report"
] | ZeroCool22 | 5 |
babysor/MockingBird | pytorch | 426 | 经常发生crash PaAlsaStreamComponent_BeginPolling | python3: src/hostapi/alsa/pa_linux_alsa.c:3641: PaAlsaStreamComponent_BeginPolling: Assertion `ret == self->nfds' failed.
Aborted (core dumped)
ubuntu机器,我看前面有人报过这个问题
| open | 2022-03-06T09:13:29Z | 2022-03-06T09:13:29Z | https://github.com/babysor/MockingBird/issues/426 | [] | everschen | 0 |
exaloop/codon | numpy | 512 | 'Generator[Dict[str,pyobj]]' object has no attribute '__to_py__' | Hello,
Getting below error:
internal.codon:592:36-49: error: 'Generator[Dict[str,pyobj]]' object has no attribute '__to_py__'
├─ <generated>:942:942: error: during the realization of to_py(slf: Tuple[pyobj,Generator[Dict[str,pyobj]]])
├─ python.codon:1187:19-35: error: during the realization of __to_py__(self... | closed | 2023-12-13T14:42:17Z | 2024-01-29T19:36:29Z | https://github.com/exaloop/codon/issues/512 | [] | darklord1807 | 1 |
pytorch/pytorch | numpy | 149,121 | DISABLED test_compile_body_aliasing_contents_backend_aot_eager (__main__.TestCompileTorchbind) | Platforms: asan, linux, rocm, win, windows, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_compile_body_aliasing_contents_backend_aot_eager&suite=TestCompileTorchbind&limit=100) and the most recent trunk [workflow logs](https://github.com/py... | closed | 2025-03-13T12:52:54Z | 2025-03-14T20:28:35Z | https://github.com/pytorch/pytorch/issues/149121 | [
"module: flaky-tests",
"skipped",
"oncall: pt2",
"oncall: export"
] | pytorch-bot[bot] | 10 |
mlfoundations/open_clip | computer-vision | 606 | ViT-G/14 training hyperparameter | After reading this post (https://laion.ai/blog/giant-openclip/), do we have the exact training hyperparameters of ViT-G/14 somewhere? I cannot find it on rom1504's wandb. | closed | 2023-08-25T01:22:34Z | 2023-09-14T06:04:59Z | https://github.com/mlfoundations/open_clip/issues/606 | [] | howardhsu | 8 |
viewflow/viewflow | django | 72 | Quickstart guide broken? | On http://viewflow.io/#why_viewflow in 3, should `.Next(this.hello_world)` be `.Next(this.approve)`?
Also, after I add permissions to the helloworld process for my user and try to start a new process I get the attached stacktrace. I'd love to help out with either docs or bugs if you can point me in a direction.
_edit... | closed | 2014-08-15T18:40:45Z | 2014-08-21T08:01:24Z | https://github.com/viewflow/viewflow/issues/72 | [
"request/bug"
] | sherzberg | 1 |
huggingface/transformers | nlp | 36,436 | Unable to save model after training with tensor parallel | ### System Info
Currently, attempting to save model after training with tensor parallel gives the `RuntimeError: Attempted to access the data pointer on an invalid python storage`, this is due to the state dict not properly gathered from the sharded tensors beforehand.
Fix here: https://github.com/huggingface/transf... | open | 2025-02-26T20:16:07Z | 2025-02-26T20:16:07Z | https://github.com/huggingface/transformers/issues/36436 | [
"bug"
] | bursteratom | 0 |
521xueweihan/HelloGitHub | python | 2,067 | 接口自动化测试 | ## 项目推荐
- 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址
- 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习)
- 项目后续更新计划:
- 项目描述:
- 必写:这是个什么项目、能用来干什么、有什么特点或解决了什么痛点
- 可选:适用于什么场景、能够让初学者学到什么
- 描述长度(不包含示例代码): 10 - 256 个字符
- 推荐理由:令人眼前一亮的点是什么?解决了什么痛点?
- 示例代码:(可选)长度:1-20 行
... | closed | 2022-01-09T15:12:54Z | 2022-01-09T15:13:01Z | https://github.com/521xueweihan/HelloGitHub/issues/2067 | [
"恶意issue"
] | Wc-lab | 1 |
DistrictDataLabs/yellowbrick | scikit-learn | 551 | How to add title gracefully? | I want to add title in the figure. but the title don't appear rightly.
```python
from collections import defaultdict
from yellowbrick.text import FreqDistVisualizer
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.datasets import load_files
import matplotlib.pyplot as... | closed | 2018-08-09T09:29:02Z | 2018-08-10T01:43:12Z | https://github.com/DistrictDataLabs/yellowbrick/issues/551 | [
"type: question"
] | ghost | 1 |
autogluon/autogluon | data-science | 4,895 | [BUG] Tabular models fail to function properly in certain Docker container environments. | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [ ] 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 sour... | open | 2025-02-15T06:17:25Z | 2025-02-19T00:12:22Z | https://github.com/autogluon/autogluon/issues/4895 | [
"module: tabular",
"bug: unconfirmed",
"Needs Triage",
"module: timeseries"
] | Anyon123 | 1 |
aidlearning/AidLearning-FrameWork | jupyter | 26 | I use ssh to connect my mobilephone ,and do this : "apt-get update" | root@localhost:/home# apt-get update
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://deb.debian.org/debian stretch Release
Err:3 http://deb.debian.org/debian stretch Release.gpg
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_P... | closed | 2019-06-10T09:58:02Z | 2020-08-03T09:17:37Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/26 | [] | wdweidao | 11 |
sktime/pytorch-forecasting | pandas | 1,736 | [API] Redesign towards pytorch-forecasting 2.0 | Discussion thread for API re-design for `pytorch.forecasting` next 1.X and towards 2.0. Comments appreciated from everyone!
Link to enhancemeng proposal: https://github.com/sktime/enhancement-proposals/pull/39
### Context and goals
High-level directions:
* the DSIPTS project (https://github.com/DSIP-FBK/DSIPTS) be u... | open | 2024-12-20T21:14:58Z | 2025-03-11T18:06:47Z | https://github.com/sktime/pytorch-forecasting/issues/1736 | [
"enhancement",
"API design"
] | fkiraly | 39 |
PeterL1n/RobustVideoMatting | computer-vision | 217 | How can I change the green background screen with Image file? | Hello, I have tested the source code with input video file, but how can I change the green screen with image file with output result in .mp4 format? | closed | 2023-01-18T02:02:35Z | 2023-01-18T02:31:22Z | https://github.com/PeterL1n/RobustVideoMatting/issues/217 | [] | billson16 | 0 |
public-apis/public-apis | api | 3,280 | Peace | When are we going to finally all come together for world peace? | closed | 2022-08-23T18:02:12Z | 2022-08-24T10:35:37Z | https://github.com/public-apis/public-apis/issues/3280 | [] | kingcamofficial | 0 |
littlecodersh/ItChat | api | 729 | 关于群操作的接口好像都不能用了,有没有好的办法能达到同样效果呢? | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | closed | 2018-09-14T05:41:42Z | 2018-10-15T02:00:12Z | https://github.com/littlecodersh/ItChat/issues/729 | [
"duplicate"
] | lixiaotong123 | 1 |
browser-use/browser-use | python | 64 | How to display spent token for openai model | Unable to understand is there any way to count the amount of token in every requests or steps | open | 2024-11-27T07:33:33Z | 2025-01-31T19:06:29Z | https://github.com/browser-use/browser-use/issues/64 | [
"enhancement"
] | aBabken | 1 |
JoshuaC215/agent-service-toolkit | streamlit | 188 | Independent Chat Memory for Each Agent with Unique ThreadID | I appreciate the effort put into this project! I found it very useful while working on my own application, and I’d love to contribute back if this improvement is relevant.
I noticed that in the current implementation, agents do not have independent memory. Each time we retrieve the conversation history, it defaults to... | open | 2025-03-12T11:18:49Z | 2025-03-12T18:29:10Z | https://github.com/JoshuaC215/agent-service-toolkit/issues/188 | [] | LounesAl | 4 |
jwkvam/bowtie | plotly | 220 | jupyter integration error | ```python-traceback
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-7-f9ba7e6b9d7c> in <module>()
----> 1 get_ipython().run_line_magic('bowtie', 'app')
~/miniconda/lib/python3.6/site-packages/IP... | open | 2018-03-24T01:01:27Z | 2018-09-23T04:24:43Z | https://github.com/jwkvam/bowtie/issues/220 | [
"bug"
] | jwkvam | 0 |
darrenburns/posting | automation | 65 | Feature Request: Support Pre/Post Scripts | As the title says it all, some defined scripts or commands available to run, `before` or `after` sending a request would be nice.
This was the shortest way to propose it, I'm sure you will have better usage ideas of this than what I already have in mind. | closed | 2024-07-27T18:27:44Z | 2024-08-01T20:49:12Z | https://github.com/darrenburns/posting/issues/65 | [] | AssassinPrince | 0 |
cobrateam/splinter | automation | 666 | Remote Firefox doesn't support throws even if I use Chrome as remote | As I see - there is problem in code, that doesn't verify what type of browser is used in remote.
So I would like to add a check of browser type - because if I re-write `element_type` with chromes `WebDriverElement` I have everything perfectly working. | closed | 2018-11-13T13:04:23Z | 2020-07-11T14:36:39Z | https://github.com/cobrateam/splinter/issues/666 | [] | zeburek | 1 |
FlareSolverr/FlareSolverr | api | 298 | [v2.2.0] Cloudflare TimeoutError: Navigation timeout of 27500 ms exceeded | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-02-06T11:58:03Z | 2022-02-06T16:58:06Z | https://github.com/FlareSolverr/FlareSolverr/issues/298 | [] | ilike2burnthing | 3 |
aio-libs/aiopg | sqlalchemy | 13 | Process cancellation of sql request | on cursor/connection closing and on explicit cancellation of waiter
| closed | 2014-05-09T17:33:08Z | 2015-05-13T03:22:21Z | https://github.com/aio-libs/aiopg/issues/13 | [
"bug",
"enhancement"
] | asvetlov | 2 |
matplotlib/matplotlib | matplotlib | 28,960 | [Bug]: High CPU utilization of the macosx backend | ### Bug summary
After showing interactive figure, the CPU utilization of python process went to 100%.
### Code for reproduction
```Python
#######################################################
# Case 1: 100% cpu
import matplotlib.pyplot as plt
fig = plt.figure()
plt.plot(range(5))
plt.show()
# after closing... | closed | 2024-10-09T21:31:04Z | 2024-10-30T20:05:33Z | https://github.com/matplotlib/matplotlib/issues/28960 | [
"status: confirmed bug",
"GUI: MacOSX"
] | cinsk | 7 |
tableau/server-client-python | rest-api | 897 | BigQuery Service Account Support | The TSC library doesn't yet support the BigQuery Service Account Authentication feature:
https://community.tableau.com/s/idea/0874T000000HBbWQAW/detail
I haven't found a way to do it with the Native API:
https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_data_sources.htm#publish_data_source
S... | open | 2021-09-21T11:21:03Z | 2023-02-16T23:06:30Z | https://github.com/tableau/server-client-python/issues/897 | [
"Server-Side Enhancement",
"document-api"
] | tpcgold | 2 |
WeblateOrg/weblate | django | 13,772 | Add new strings as approved | ### Describe the problem
The current [import methods](https://docs.weblate.org/en/latest/user/files.html#import-methods) support adding new strings, but there is no way to add new strings as approved.
### Describe the solution you would like
Add new option "Add new strings as approved".
### Describe alternatives yo... | open | 2025-02-06T16:23:10Z | 2025-02-06T17:16:01Z | https://github.com/WeblateOrg/weblate/issues/13772 | [
"enhancement",
"backlog"
] | nijel | 1 |
litestar-org/litestar | pydantic | 3,415 | Bug: minijinja import too early on FlashPlugin | ### Description
error is:
```
❯ python main.py
Traceback (most recent call last):
File "/home/lotso/.cache/pypoetry/virtualenvs/tt-n-gxmD69-py3.12/lib/python3.12/site-packages/litestar/contrib/minijinja.py", line 21, in <module>
from minijinja import Environment # type:ignore[import-untyped]
^^^^^^^^... | closed | 2024-04-22T17:28:06Z | 2025-03-20T15:54:37Z | https://github.com/litestar-org/litestar/issues/3415 | [
"Bug :bug:"
] | euri10 | 2 |
numpy/numpy | numpy | 27,890 | BUG: `NPY_UINTP` enum missing from Cython headers | ### Describe the issue:
**Need**: To wrap a C pointer array (via Cython) that is of type `size_t` using Numpy ndarrays.
**Issue**: Numpy does not provide a type enum for `size_t` (e.g., "NPY_UINTP"). It is missing from the numpy's cython header [here](https://github.com/numpy/numpy/blob/9815c16f449e12915ef35a825532... | closed | 2024-12-02T23:28:54Z | 2024-12-15T20:39:29Z | https://github.com/numpy/numpy/issues/27890 | [
"00 - Bug"
] | jrenaud90 | 1 |
aiogram/aiogram | asyncio | 579 | Chat member failure | ## Context
* Operating System: win10
* Python Version: 3.8
* aiogram version: 2.13
When user blocks or unblocks bot, bot reseve chat_member update. Then i tried to print this update and get error.
Code:
```
import aiogram
from aiogram.utils import executor
from aiogram.dispatcher import Dispatcher
dis... | closed | 2021-05-06T10:32:58Z | 2021-05-06T12:57:56Z | https://github.com/aiogram/aiogram/issues/579 | [
"bug",
"duplicate"
] | evolvestin | 1 |
bmoscon/cryptofeed | asyncio | 111 | Feature Request - reference database for symbols | the data would contain at least these items:
- symbol
- exchange
- minTick (min price increment)
- minSize (the min order size allowed by exchange)
- maxSize (the max order size allowed by exchange)
data could be represented in a dictionary like so:
reference_data = {
exchange1: {
sym1: {
... | closed | 2019-07-03T23:23:48Z | 2020-09-25T06:31:19Z | https://github.com/bmoscon/cryptofeed/issues/111 | [
"Feature Request"
] | AlgoTrader5 | 6 |
wkentaro/labelme | computer-vision | 756 | [BUG] Drag&Drop in Polygon Labels list deletes its item | closed | 2020-08-19T08:42:56Z | 2020-08-20T03:39:10Z | https://github.com/wkentaro/labelme/issues/756 | [
"issue::bug"
] | LilactheGreat | 0 | |
nolar/kopf | asyncio | 489 | [archival placeholder] | This is a placeholder for later issues/prs archival.
It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with proper intra-repo cross-linking preserved... | closed | 2020-08-18T20:07:55Z | 2020-08-18T20:07:56Z | https://github.com/nolar/kopf/issues/489 | [
"archive"
] | kopf-archiver[bot] | 0 |
deepfakes/faceswap | deep-learning | 1,382 | exception after few hours of training with villain | i am using ASUS TUF Gaming Radeon™ RX 7900 XT OC Edition 20GB GDDR6
windows 10
i followed these instruction
https://forum.faceswap.dev/app.php/faqpage?sid=47859b5acaac6c66cf49a85c70d6b1bd#f1r1
https://forum.faceswap.dev/viewtopic.php?t=20
DirectML installation
while training in villain with batch size of 20... | closed | 2024-04-08T00:32:34Z | 2024-04-08T10:48:57Z | https://github.com/deepfakes/faceswap/issues/1382 | [] | eassa | 2 |
plotly/dash | flask | 2,696 | [Feature Request] Make `dcc.Loading` toggle-able attribute for enabled/disabled | I have created an application where various `dcc.Store` elements are used to hold user-imported hash tables for images of varying sizes. These images can then be blended together and viewed in a `dcc.Graph`.
Based on the size and number of images, I would like to be able to wrap these store elements in `dcc.Loading`... | closed | 2023-11-20T18:30:42Z | 2024-06-03T17:32:26Z | https://github.com/plotly/dash/issues/2696 | [
"feature",
"P3"
] | matt-sd-watson | 8 |
OpenBB-finance/OpenBB | machine-learning | 6,920 | [🕹️] Publish a LinkedIn post or a Twitter Thread on OpenBB’s Use in Investment Research | ### What side quest or challenge are you solving?
Publish a LinkedIn post or a Twitter Thread on OpenBB’s Use in Investment Research
### Points
150-500 Points
### Description
_No response_
### Provide proof that you've completed the task
I apologise for the inconvenience below I have added the link to my X threa... | closed | 2024-10-31T03:12:03Z | 2024-11-02T07:40:55Z | https://github.com/OpenBB-finance/OpenBB/issues/6920 | [] | thefool76 | 2 |
PaddlePaddle/ERNIE | nlp | 89 | 能否发布一些基于大型语料训练的模型呢? | closed | 2019-04-12T03:20:50Z | 2019-06-17T04:06:49Z | https://github.com/PaddlePaddle/ERNIE/issues/89 | [] | gaikin | 0 | |
LibreTranslate/LibreTranslate | api | 549 | Output duplication | <img width="1275" alt="Screenshot 2023-12-03 at 7 21 01 PM" src="https://github.com/LibreTranslate/LibreTranslate/assets/96966217/c96550f4-940b-40e8-8d90-45399216f128">
| closed | 2023-12-04T00:22:14Z | 2023-12-11T22:25:55Z | https://github.com/LibreTranslate/LibreTranslate/issues/549 | [
"enhancement"
] | LevelWilson | 2 |
pydata/bottleneck | numpy | 70 | Cache-friendly functions for 2d arrays | Functions for 2d arrays are hard-coded for C-order arrays which means that any function with `axis=0` will be slow. For example I have that `nansum` is approximately 5-6X slower with `axis=0` than with `axis=1` (I am explicitly selecting the functions to avoid overhead as well). The opposite is true for Fortran-order... | closed | 2013-08-30T20:22:28Z | 2014-07-08T22:07:08Z | https://github.com/pydata/bottleneck/issues/70 | [] | nfoti | 3 |
RobertCraigie/prisma-client-py | pydantic | 145 | Add support for the Active Record Pattern | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Popular Python ORMs such as the Django ORM have support for the [Active Record Pattern](https://en.wikipedia.org/wiki/Active_record_pattern), e.g.
```py
user = User(name='Robert')
user.save()
```... | open | 2021-11-23T11:14:46Z | 2022-02-01T15:42:37Z | https://github.com/RobertCraigie/prisma-client-py/issues/145 | [
"kind/feature",
"level/advanced",
"priority/medium"
] | RobertCraigie | 0 |
ets-labs/python-dependency-injector | flask | 568 | Add Validation feature for loading configuration | lets say we has some simple config file:
```yaml
search:
host: 127.0.0.1
port: '1234'
token: '[some token for search backend]'
report_to: main@domain.com,
some_repo: https://backend.com,
```
and we want that it would already be validated and casted automatically, not just loaded.
PDI uses Pyda... | open | 2022-03-16T13:55:03Z | 2022-07-28T04:45:48Z | https://github.com/ets-labs/python-dependency-injector/issues/568 | [
"feature"
] | suspectinside | 3 |
FujiwaraChoki/MoneyPrinter | automation | 264 | Add local llm with ollama | Can you make possible using local llm with ollama, for example llama3.1 and llama3.2
| closed | 2024-10-31T16:18:17Z | 2024-12-05T19:11:13Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/264 | [] | Vzlom | 1 |
keras-team/keras | python | 20,116 | "ValueError: The layer sequential has never been called and thus has no defined output." when the model's been build and called | I am currently using tensorflow 2.17 with keras 3.4.1 under Ubuntu 24.04 LTS. I have also reproduced the issue with tf-nightly 2.18.0.dev20240731 (keras nightly 3.4.1.dev2024073103).
I encountered the issue when i downloaded a model I have ran on a cluster under tf 2.17/keras 3.4.1. I then tried to obtain some salie... | closed | 2024-08-13T08:38:45Z | 2025-01-28T01:59:54Z | https://github.com/keras-team/keras/issues/20116 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | Senantq | 12 |
MaartenGr/BERTopic | nlp | 1,301 | DataFrameGroupBy' object has no attribute 'sample' | Hi all,
I am encountering the following error this time while using the same model code that I ran with the same document a month ago. Could you please help me with it? Thanks!
`'''
'DataFrameGroupBy' object has no attribute 'sample'
---------------------------------------------------------------------------
Att... | closed | 2023-05-26T21:27:13Z | 2023-09-27T09:00:26Z | https://github.com/MaartenGr/BERTopic/issues/1301 | [] | aslinura | 4 |
proplot-dev/proplot | data-visualization | 221 | Width/height ratios not obeyed in complex plots with extra space | ### Description
Setting `share=0` in `plot.subplots` leads to (some) axes having non-equal width.
### Steps to reproduce
Before using `share=0` everything looks good, the axes in the middle row have the same width:
```python
import numpy as np
import proplot as plot
# simple function to extract axis widt... | closed | 2020-08-22T09:55:38Z | 2023-02-01T01:13:32Z | https://github.com/proplot-dev/proplot/issues/221 | [
"bug",
"enhancement"
] | mmagnuski | 5 |
facebookresearch/fairseq | pytorch | 4,607 | How to embed batches with another pre-trained model on-the-fly during training? | I'm implementing a model which maps pre-trained sentence embeddings from BERT to some text output.
My current implementation loads pre-embedded sentences from a `.pkl` file when my task is initialised, and later uses this as a reference table when retrieving samples with `__getitem__` in my dataset. This works very... | closed | 2022-07-25T14:58:00Z | 2022-07-26T17:45:15Z | https://github.com/facebookresearch/fairseq/issues/4607 | [
"question",
"needs triage"
] | st-vincent1 | 3 |
yezz123/authx | pydantic | 62 | Fix Issue relate to OpenAPI | The `.json` doesn’t generate, after running the example, that is why I'm thinking of having some problems related to it, I use the last version of fastAPI | closed | 2021-10-12T09:57:46Z | 2021-10-21T10:39:35Z | https://github.com/yezz123/authx/issues/62 | [
"bug",
"help wanted",
"invalid"
] | yezz123 | 0 |
huggingface/datasets | nlp | 6,758 | Passing `sample_by` to `load_dataset` when loading text data does not work | ### Describe the bug
I have a dataset that consists of a bunch of text files, each representing an example. There is an undocumented `sample_by` argument for the `TextConfig` class that is used by `Text` to decide whether to split files into lines, paragraphs or take them whole. Passing `sample_by=“document”` to `load... | closed | 2024-03-26T14:55:33Z | 2024-04-09T11:27:59Z | https://github.com/huggingface/datasets/issues/6758 | [] | ntoxeg | 1 |
kizniche/Mycodo | automation | 499 | Can't save GPIO PWM Output. | So I have an issue where my water pump is building up too much pressure and leading to some leakage issues. It's controlled by a MOSFET (FQP30N06L) that is connected to pin BCM18, which should be the one to use for hardware PWM, which isn't really necessary in this case since I want to run it with a DC motor and don't ... | closed | 2018-07-01T12:30:11Z | 2018-10-13T14:47:25Z | https://github.com/kizniche/Mycodo/issues/499 | [] | Kattihatt | 26 |
Sanster/IOPaint | pytorch | 35 | AssertionError: Torch not compiled with CUDA enabled | 
| closed | 2022-04-08T20:31:56Z | 2022-10-02T21:57:56Z | https://github.com/Sanster/IOPaint/issues/35 | [] | ftk789 | 4 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,184 | [Bug]: AttributeError: 'NoneType' object has no attribute 'lowvram' | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-07-10T07:57:34Z | 2024-07-16T03:23:43Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16184 | [
"bug-report"
] | TinyHaHa | 8 |
roboflow/supervision | deep-learning | 728 | Automating Image and Result Uploads to Roboflow Project from a Streamlit-based Face Detection and Recognition Program | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Hello Roboflow team,
I'm currently working on a face detection and recognition program using Streamlit, and I'm looking to integrate an autom... | closed | 2024-01-15T09:24:53Z | 2024-01-15T10:52:56Z | https://github.com/roboflow/supervision/issues/728 | [
"question"
] | YoungjaeDev | 0 |
Textualize/rich | python | 2,716 | [BUG] rich.console.Console.print might hang for unknown reason under weird conditions | - [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
First of all, **thanks f... | closed | 2022-12-23T20:08:33Z | 2022-12-29T15:37:14Z | https://github.com/Textualize/rich/issues/2716 | [
"Needs triage"
] | christiandreher | 6 |
MagicStack/asyncpg | asyncio | 1,118 | Support a Pool `before_connect` callback to be used before a connection is created | <!--
Thank you for reporting an issue/feature request.
If this is a feature request, please disregard this template. If this is
a bug report, please answer to the questions below.
It will be much easier for us to fix the issue if a test case that reproduces
the problem is provided, with clear instructions on ... | open | 2024-02-14T20:12:38Z | 2024-02-14T20:59:08Z | https://github.com/MagicStack/asyncpg/issues/1118 | [] | jhinds | 1 |
huggingface/datasets | numpy | 7,071 | Filter hangs | ### Describe the bug
When trying to filter my custom dataset, the process hangs, regardless of the lambda function used. It appears to be an issue with the way the Images are being handled. The dataset in question is a preprocessed version of https://huggingface.co/datasets/danaaubakirova/patfig where notably, I hav... | open | 2024-07-25T15:29:05Z | 2024-07-25T15:36:59Z | https://github.com/huggingface/datasets/issues/7071 | [] | lucienwalewski | 0 |
noirbizarre/flask-restplus | api | 294 | Validation with choices and bundle_errors does not work | If I use `choices` in `RequestParser` together with `bundle_errors=True`, I don't get the expected status code 400.
With `bundle_errors=False`, it's OK.
Following I attach a little test to reproduce the issue.
```python
import unittest
from flask import Flask
from flask_restplus import Resource, Api, reqpa... | closed | 2017-06-22T08:10:19Z | 2017-06-22T08:25:20Z | https://github.com/noirbizarre/flask-restplus/issues/294 | [] | KPilnacek | 1 |
adbar/trafilatura | web-scraping | 18 | How to pass "you are not a robot" with trafilature | Hey, I am using trafilatura to get the content of newspapers. Is it possible to overpass captcha within trafilatura? For instance, Bloomberg is returning "To continue, please click the box below to let us know you're not a robot. Please make sure your browser supports JavaScript and cookies and that you are not blockin... | closed | 2020-08-10T12:42:38Z | 2020-09-22T11:39:26Z | https://github.com/adbar/trafilatura/issues/18 | [] | Konstantina-Lazaridou | 1 |
unit8co/darts | data-science | 2,571 | Using SHAP on unseen data to understand model's predictions | Assuming I have a model that is initialized as such:
```
model_estimator = LightGBMModel(
lags=None,
lags_past_covariates=[-3,-2,-1].
lags_future_covariates=[-3,-2,-1],
output_chunk_length=3
)
```
**Question 1:**
I then create the ShapExplainer object by fitting it to the training set.
``... | open | 2024-10-24T15:13:05Z | 2024-10-24T17:21:29Z | https://github.com/unit8co/darts/issues/2571 | [
"question",
"triage"
] | ETTAN93 | 0 |
sktime/sktime | data-science | 7,399 | [ENH] Enhanced Interface for Underlying Estimator Arguments in sktime | ## Is your feature request related to a problem?
In an effort to move our forecasting models completely to sktime from other custom libraries, we've encountered limitations in passing arguments to underlying estimators.
Many popular ML libraries like [XGBoost](https://xgboost.readthedocs.io/en/stable/python/sklearn... | open | 2024-11-17T09:58:35Z | 2024-11-18T12:28:07Z | https://github.com/sktime/sktime/issues/7399 | [
"module:forecasting",
"enhancement",
"module:base-framework"
] | MarkusSagen | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.