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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
tatsu-lab/stanford_alpaca | deep-learning | 180 | Training field corpora | Can I train field corpora based on the LLaMA/Alpaca Model for use in the field. what should I do? Thanks | open | 2023-04-06T01:31:38Z | 2023-04-06T01:31:38Z | https://github.com/tatsu-lab/stanford_alpaca/issues/180 | [] | lisa563 | 0 |
plotly/dash | flask | 2,411 | [BUG] Changing `dcc.Checklist.options` triggers callbacks with inputs `dcc.Checklist.value` | **Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
```
dash 2.8.1
dash-bootstrap-components 1.3.1
dash-core-components 2.0.0
dash-daq 0.5.0
dash-html-components 2.0.0
dash-table 5.0.0
```
_Note th... | closed | 2023-02-02T21:19:49Z | 2023-02-22T20:27:43Z | https://github.com/plotly/dash/issues/2411 | [] | mclarty3 | 5 |
mckinsey/vizro | pydantic | 508 | Issue with dark/light mode and the graphics in mobile version | ### Description
When we change the light/dark mode on mobile version one of the graphics disappears, like you can see in the gif.

I saw this erro following this tutorial -> https://www.youtube.com/watch?v=wmQ... | closed | 2024-05-31T23:11:06Z | 2024-06-03T15:25:32Z | https://github.com/mckinsey/vizro/issues/508 | [
"Bug Report :bug:"
] | RoniAlvesArt | 4 |
Anjok07/ultimatevocalremovergui | pytorch | 903 | power supplies, or user case can generate noise | closed | 2023-10-16T08:59:59Z | 2023-10-16T09:10:16Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/903 | [] | IngesebTN | 0 | |
tensorflow/datasets | numpy | 5,028 | [data request] <Kinetics 700> | * Name of dataset: Kinetics 700
* URL of dataset: <url>
* License of dataset: Google Inc. under a Creative Commons Attribution 4.0 International License.
* Short description of dataset and use case(s): A collection of large-scale, high-quality datasets of URL links of up to 650,000 video clips that cover 700 human a... | open | 2023-07-25T01:43:06Z | 2023-07-25T12:27:18Z | https://github.com/tensorflow/datasets/issues/5028 | [
"dataset request"
] | XinyangHan | 1 |
graphistry/pygraphistry | jupyter | 167 | [BUG] handling of bytes cols | Currently, a bytestring col in api=3 returns the following non-obvious error:
```
Exception: {'data': {'args': {'compression': None, 'dataset_id': 'ef83f4f0ecb442e082d0edfb974f5f95'}, 'error_message': 'cuDF failure at: /conda/conda-bld/libcudf_1591199195844/work/cpp/src/column/column_view.cpp:48: Compound (parent) ... | open | 2020-08-17T05:54:04Z | 2020-08-18T11:04:33Z | https://github.com/graphistry/pygraphistry/issues/167 | [
"bug"
] | lmeyerov | 1 |
Yorko/mlcourse.ai | matplotlib | 608 | Potentially incorrect statement about .map vs .replace in topic1_pandas_data_analysis.ipynb | In **Applying Functions to Cells, Columns and Rows** section of topic1_pandas_data_analysis.ipynb exercise when explaining how to replace values in column it is stated that `.replace` does the same thing as `.map` that, I think, is just partially correct.
While `.map` is applied to the dataframe produces NaN values fo... | closed | 2019-09-04T19:06:22Z | 2019-09-08T13:59:36Z | https://github.com/Yorko/mlcourse.ai/issues/608 | [] | andrei-khveras | 1 |
plotly/dash | dash | 3,131 | Remove server=app.server requirement for Gunicorn | Our usual recommendation for deployment is `gunicorn` as the production server, and you set up a `Procfile` or similar with:
```console
gunicorn app:server --workers 4
```
But wait... what's `server`? Well, you need to add another line to your `app.py` (that's the module `app` referred to before the colon):
```python
... | open | 2025-01-23T16:23:40Z | 2025-01-23T20:27:00Z | https://github.com/plotly/dash/issues/3131 | [
"feature",
"P1"
] | ndrezn | 0 |
tox-dev/tox | automation | 2,473 | Support arbitrary arguments in the environment | Similar to how pip and pytest allows arbitrary arguments to be inferred from the environment, I'd like for tox to do the same.
Today, I'd like to be able in one CI environment to declare `--site-packages`, but to do so, I have to update all CI environments to take a `{matrix.toxargs}` and then set `toxargs` only in... | closed | 2022-08-07T20:28:40Z | 2022-08-26T17:41:40Z | https://github.com/tox-dev/tox/issues/2473 | [
"feature:new"
] | jaraco | 3 |
PablocFonseca/streamlit-aggrid | streamlit | 47 | `gridOptions` dict example | First, thank you for this much needed component!
Please, consider the MWE below. I cannot figure out the syntax to pass the list of options directly to `gridOptions`, could you provide an example?
```
from st_aggrid import AgGrid
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/fivethirt... | closed | 2021-11-17T15:32:14Z | 2022-01-24T02:22:23Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/47 | [] | GitHunter0 | 2 |
apache/airflow | python | 47,886 | Backfills || Unexpected Scheduled DAG Runs Created After Backfill | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
I observed an issue with backfills in Airflow. I have a DAG with start_date=datetime(2025, 1, 20) and catchup=True. When triggering a backfill for the date range 2025-01-01 to 2025-01-03, backfil... | closed | 2025-03-18T05:06:20Z | 2025-03-19T16:10:52Z | https://github.com/apache/airflow/issues/47886 | [
"kind:bug",
"priority:high",
"area:core",
"area:backfill",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 0 |
jstrieb/github-stats | asyncio | 84 | Option to disable stats from private repos | I think it's a cool feature that data from private repos is also considered. However, I would like to only include data from my public repos. Is this possible? | open | 2022-12-13T14:59:57Z | 2023-05-02T08:50:39Z | https://github.com/jstrieb/github-stats/issues/84 | [] | fritzrehde | 3 |
miguelgrinberg/Flask-SocketIO | flask | 1,406 | Nginx + eventlet + https | Following the official guide: https://flask-socketio.readthedocs.io/en/latest/ I am trying to serve my app using nginx and https:
This is my configuration so far:
```
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name myserver.com;
ssl_certificate /etc/letsencrypt/live/myserver.com/full... | closed | 2020-11-11T20:21:47Z | 2020-11-12T11:12:19Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1406 | [
"question"
] | brunakov | 5 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 304 | 音频文件规范问题 | 作者您好,我在运行您给出的可以直接使用的代码也就是给出了预训练模型的项目时,使用我自己的音频进行预测时,出现了以下错误,
<img width="893" alt="image" src="https://user-images.githubusercontent.com/72587415/200839263-623f3138-908d-4cb6-9898-36ff30eaaf0c.png">
我怀疑时音频的长度问题,我之前已经通过ffmpeg进行了预处理,如下:
<img width="424" alt="image" src="https://user-images.githubusercontent.com/725874... | open | 2022-11-09T13:13:54Z | 2022-11-10T08:37:35Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/304 | [] | YUZHIWANG-bug | 4 |
ivy-llc/ivy | tensorflow | 28,575 | Fix Frontend Failing Test: tensorflow - creation.paddle.tril | To-do List: https://github.com/unifyai/ivy/issues/27499 | closed | 2024-03-13T00:18:59Z | 2024-03-21T19:50:06Z | https://github.com/ivy-llc/ivy/issues/28575 | [
"Sub Task"
] | ZJay07 | 0 |
FactoryBoy/factory_boy | sqlalchemy | 271 | Deprecate Fuzzy Attributes that are already supported in Faker | I'd like to start a conversation around deprecating and eventually removing the Fuzzy Attributes that are already supported by Faker: http://factoryboy.readthedocs.org/en/latest/fuzzy.html
Reasoning:
I'd prefer to limit the scope of FactoryBoy to handling turning input data into models, including complicated scenario... | open | 2016-02-17T21:07:59Z | 2024-10-10T10:02:37Z | https://github.com/FactoryBoy/factory_boy/issues/271 | [
"DesignDecision"
] | jeffwidman | 34 |
zihangdai/xlnet | nlp | 212 | Procedure to process data from ClueWeb 2012-B and Common Crawl | Thank you very much for releasing the code! I have a question related to the data processing part. In the paper, you mentioned that
> We use heuristics to aggressively filter out short or low-quality articles for ClueWeb 2012-B and Common Crawl, which results in 19GB and 78GB text respectively.
Could you please ... | open | 2019-08-14T12:45:47Z | 2019-08-14T12:45:47Z | https://github.com/zihangdai/xlnet/issues/212 | [] | formiel | 0 |
STVIR/pysot | computer-vision | 517 | Unable to get DET dataset | It seems the original link has expired. Anyone could help with getting the DET dataset? Thanks | open | 2021-03-26T13:38:28Z | 2021-04-09T21:14:26Z | https://github.com/STVIR/pysot/issues/517 | [
"critical"
] | 0CTA0 | 1 |
PaddlePaddle/ERNIE | nlp | 899 | No module named 'erniekit.common' | 当我执行下面语句的时候
!python run_trainer_ernie_gen.py --param_path ./examples/cls_ernie_gen_infilling_ch.json
报错了,
我是按照官方文档写的代码,原封不动的
Traceback (most recent call last):
File "run_trainer_ernie_gen.py", line 8, in <module>
from erniekit.common.register import RegisterSet
ModuleNotFoundError: No module named 'erniek... | closed | 2023-04-03T13:23:13Z | 2023-08-13T05:30:35Z | https://github.com/PaddlePaddle/ERNIE/issues/899 | [
"wontfix"
] | BAOKAIGE | 1 |
Neoteroi/BlackSheep | asyncio | 43 | Upgrade to httptools 0.1.1 | closed | 2020-09-08T22:53:13Z | 2020-09-11T17:27:26Z | https://github.com/Neoteroi/BlackSheep/issues/43 | [] | RobertoPrevato | 0 | |
psf/black | python | 3,874 | Don't wrap `| None` on a new line | **Describe the style change**
I don't like current behavior on documented FastAPI handlers.
```python
@router.get("/path")
async def some_handler(
can_restrict_members: bool | None = Query(None, description="Can restrict members?"), # the line is toooooo long
):
...
```
**Examples in the current... | closed | 2023-09-10T16:07:42Z | 2023-09-10T21:44:06Z | https://github.com/psf/black/issues/3874 | [
"T: style"
] | Olegt0rr | 1 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 99 | uiautomation.py获取的控件树,有的控件ID识别不到 | app的页面定义文件,有一部分是这样的:
<tr>
<td></td>
<td height="50">
<div align="center" class="prompt_11" id="prompt">请输入身份证号</div>
</td>
</tr>
<tr>
<td name="handTd" id="iDCard_h... | closed | 2019-10-12T06:53:55Z | 2019-10-13T01:14:27Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/99 | [] | lwwang-lw | 1 |
browser-use/browser-use | python | 779 | Improve extraction tests | ### Problem Description
Current dom extraction layer test don't contain assertions. So, I'll try to improve the tests by adding assertions and adding more tests to it to verify correct elements are being extracted from doms of various website.
### Proposed Solution
Create new tests and add assertions to existng test... | open | 2025-02-20T03:07:19Z | 2025-02-20T03:07:19Z | https://github.com/browser-use/browser-use/issues/779 | [
"enhancement"
] | PaperBoardOfficial | 0 |
AutoGPTQ/AutoGPTQ | nlp | 507 | [BUG] Qwen-14B-Chat-Int4 GPTQ model is slower than original model Qwen-14B-Chat greatly | **Describe the bug**
Qwen-14B-Chat-Int4 GPTQ model is slower than original model Qwen-14B-Chat greatly.
**Hardware details**
A100 80G
**Software version**
Version of relevant software such as operation system, cuda toolkit, python, auto-gptq, pytorch, transformers, accelerate, etc.
**To Reproduce**
Steps t... | open | 2024-01-08T11:15:08Z | 2024-03-15T06:24:30Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/507 | [
"bug"
] | micronetboy | 2 |
lucidrains/vit-pytorch | computer-vision | 42 | What if I want to do imagenet transfer learning on my own data set | Do I only need to download the model parameters of VIT-H_14? If this is the case, the connection you provided seems to have no model parameters.https://github.com/rwightman/pytorch-image-models | open | 2020-12-08T07:58:11Z | 2021-01-12T08:19:22Z | https://github.com/lucidrains/vit-pytorch/issues/42 | [] | tianle-BigRice | 4 |
xlwings/xlwings | automation | 2,108 | Imprt Error | Import xlwings as xw
C: "ProgranDat aWAnaconda3"l iblsite-packages lxl w ingslprolembedded_ code. py in <module>
9 from . .main inport Book
11 LicenseHandler . val idate_l icense(pro")
12
13
C: WProgranDat alAnaconda3"l iblsite-packageslxl w indsbrolut i ls. py in val idate_l icense(product , lic
49
def val idate_l i... | closed | 2022-12-01T05:15:33Z | 2023-01-18T19:30:45Z | https://github.com/xlwings/xlwings/issues/2108 | [] | SungO-Kim | 2 |
fastapi-users/fastapi-users | fastapi | 1,448 | All parameters shown on requests on register | ## Describe the bug
All parameter of user create is shown on register route

## Expected behavior
Only mail, password, username and role should be shown
## Configuration
- Python version :3.10.12
- fastapi==0.112... | closed | 2024-10-11T19:15:19Z | 2024-11-03T12:33:21Z | https://github.com/fastapi-users/fastapi-users/issues/1448 | [
"bug"
] | CamilleBarnier | 2 |
deezer/spleeter | tensorflow | 133 | [Bug] F tensorflow/stream_executor/cuda/cuda_fft.cc:436] failed to initialize batched cufft plan with customized allocator: | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
I'm not able to get stems getting `F tensorflow/stream_e... | closed | 2019-11-24T14:42:14Z | 2021-12-17T09:08:37Z | https://github.com/deezer/spleeter/issues/133 | [
"bug",
"invalid"
] | ilyakonrad | 6 |
roboflow/supervision | machine-learning | 1,004 | AttributeError: type object 'Detections' has no attribute 'from_coco_annotations' | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
I copied a tutorial where somebody used the from_coco_annotations function. Now I get this error: Exception has occurred: AttributeError
type objec... | closed | 2024-03-15T11:26:38Z | 2024-03-19T10:48:05Z | https://github.com/roboflow/supervision/issues/1004 | [
"bug"
] | Sebi2106 | 6 |
httpie/cli | python | 1,047 | Feature request: load whole request from a file | It's possible that HTTPie has such a feature already, but I was unsuccessful in trying to find it.
## What enhancement would you like to see?
To have a possibility to load the whole request (URL, HTTP method, headers, payload, etc.) from a file.
## What problem does it solve?
The use case is to have a libra... | closed | 2021-03-27T14:14:39Z | 2021-05-05T11:10:24Z | https://github.com/httpie/cli/issues/1047 | [
"duplicate"
] | ferenczy | 3 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 138 | Cevals评测结果无法复现 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[text-generation-webui... | closed | 2023-08-15T04:43:28Z | 2023-08-20T08:09:48Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/138 | [] | wang99711123 | 7 |
Anjok07/ultimatevocalremovergui | pytorch | 906 | ERROR | Last Error Received:
Process: MDX-Net
If this error persists, please contact the developers with the error details.
Raw Error Details:
RuntimeError: "D:\a\_work\1\s\onnxruntime\core\providers\cuda\cuda_call.cc:122 onnxruntime::CudaCall D:\a\_work\1\s\onnxruntime\core\providers\cuda\cuda_call.cc:116 onnxrunt... | open | 2023-10-17T08:43:38Z | 2023-10-17T08:43:38Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/906 | [] | kwendondale | 0 |
piskvorky/gensim | nlp | 2,811 | Investigate Py2.7 support | [This PR](https://github.com/RaRe-Technologies/gensim/pull/2630) silently removed Py2.7 support as a side-effect. There is no mention of it in the PR description, commit messages or discussion with the reviewers.
I'm the one who made the change, but it was several months ago, and I myself don't remember what the ori... | closed | 2020-04-27T08:15:39Z | 2020-05-01T02:29:26Z | https://github.com/piskvorky/gensim/issues/2811 | [
"impact HIGH"
] | mpenkov | 2 |
slackapi/bolt-python | fastapi | 1,213 | Error triggered when next() is not returned in a middleware using a shortcut | ### Reproducible in:
Only with a "shortcut" command, when a middleware returns a Boltresponse instead of next(), an error is triggered in the client (app and web), even if the treatment is OK.
Either it should be documented that a middleware should always return next() or it is a bug.
For information, I tried ... | closed | 2024-12-02T20:13:31Z | 2024-12-05T09:00:35Z | https://github.com/slackapi/bolt-python/issues/1213 | [
"question"
] | mobidyc | 8 |
microsoft/qlib | machine-learning | 1,377 | Hey any guys now the china stock api website? 炒中国股可以接入哪些网站? | ## ❓ Questions and Help
Hey any guys now the china stock api website?
you know like this, i quote some docs below:
> Users can also provide their own data in CSV format. However, the CSV data must satisfies following criterions:
> CSV file is named after a specific stock or the CSV file includes a column of t... | closed | 2022-11-29T18:33:50Z | 2023-05-19T15:02:01Z | https://github.com/microsoft/qlib/issues/1377 | [
"question",
"stale"
] | aquosw | 8 |
Nemo2011/bilibili-api | api | 106 | 找不到 credential.check_valid 方法 | https://nemo2011.github.io/bilibili-api/#/modules/bilibili_api?id=async-def-check_valid


| closed | 2022-11-25T23:15:10Z | 2022-11-25T23:21:26Z | https://github.com/Nemo2011/bilibili-api/issues/106 | [] | z0z0r4 | 3 |
schemathesis/schemathesis | graphql | 2,115 | [BUG] hypothesis.errors.InvalidArgument: test has already been decorated with a settings object. | ### Checklist
- [ X ] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [ X ] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [ X ] I am using the latest version of Schemath... | closed | 2024-04-03T02:40:29Z | 2024-04-04T17:50:22Z | https://github.com/schemathesis/schemathesis/issues/2115 | [
"Type: Bug",
"Status: Needs Triage"
] | dkbarn | 10 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 380 | fetch_user_post_videos 参数无效 | ***发生错误的平台?***
抖音
***发生错误的端点?***
/api/douyin/web/fetch_user_post_videos
***提交的输入值?***
sec_user_id=MS4wLjABAAAAdA0laclcQnyYhFNhuP3yOWNy1BkeVf3kboZiW9yNIcA
max_cursor 第一次传0,后面全都根据返回的值取
***是否有再次尝试?***
是,当从第一次的返回结果中取到 max_cursor 后再请求,就变成了:
{"code":200,"router":"/api/douyin/web/fetch_user_post_videos"... | closed | 2024-05-03T13:08:28Z | 2024-05-05T14:24:09Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/380 | [
"BUG",
"Fixed"
] | xxccll | 10 |
scrapy/scrapy | python | 6,731 | SyntaxError occurs when dynamically modifying generator function source during runtime | ### Description
When a spider callback function is modified at runtime (e.g., during development with auto-reloading tools), Scrapy's `warn_on_generator_with_return_value` check may fail due to a syntax error caused by inconsistent code parsing. This occurs because `inspect.getsource()` retrieves the updated source co... | closed | 2025-03-14T09:20:31Z | 2025-03-20T12:02:42Z | https://github.com/scrapy/scrapy/issues/6731 | [
"enhancement",
"good first issue"
] | TES286 | 3 |
python-restx/flask-restx | api | 147 | Contact and other fields not being placed in swagger.json | ### ***** **BEFORE LOGGING AN ISSUE** *****
I have noticed that some fields in the Api module from flask-restx are not translated into the swagger.json file, and do not show up in the documentation. An example is the `contact` parameter, which in the [docs](https://flask-restx.readthedocs.io/en/latest/api.html) says... | open | 2020-06-01T21:48:57Z | 2021-07-22T06:18:17Z | https://github.com/python-restx/flask-restx/issues/147 | [
"bug"
] | raguiar2 | 2 |
joerick/pyinstrument | django | 101 | C function calls appear as "self" | When I have functions in the chunk of code im profiling like
```
some_class.some_method()
```
Pyinstrument will aggreggate all of them under `[self]` rendering them undiscernible. | closed | 2020-08-23T07:00:18Z | 2020-09-22T18:13:20Z | https://github.com/joerick/pyinstrument/issues/101 | [] | ghost | 6 |
jupyter/docker-stacks | jupyter | 1,688 | [ENH] - Add a jupyter/minimal-notebook:python-3.10.x image | ### What docker image(s) is this feature applicable to?
minimal-notebook
### What changes are you proposing?
I would like to see a `jupyter/minimal-notebook:python-3.10.x` image.
### How does this affect the user?
They can use a newer Python version
### Anything else?
_No response_ | closed | 2022-04-25T15:28:04Z | 2022-05-30T23:30:36Z | https://github.com/jupyter/docker-stacks/issues/1688 | [
"type:Enhancement"
] | Croydon | 7 |
napari/napari | numpy | 7,234 | [test-bot] pip install --pre is failing | The --pre Test workflow failed on 2024-09-02 12:18 UTC
The most recent failing test was on ubuntu-latest py3.12 pyqt6
with commit: ff0ec52d74164ac8446cb039733f218d67b47095
Full run: https://github.com/napari/napari/actions/runs/10666822866
(This post will be updated if another test fails, as long as this issue remai... | closed | 2024-09-01T12:13:31Z | 2024-09-02T14:44:05Z | https://github.com/napari/napari/issues/7234 | [
"bug"
] | github-actions[bot] | 0 |
ansible/ansible | python | 83,877 | I'm having an issue with "become" | ### Summary
When I try to deploy playbooks using a non-root user, the playbook never runs as root even though I have "become=True" set in ansible.cfg/playbook/cli.
### Issue Type
Bug Report
### Component Name
ansible.builtin.file
### Ansible Version
```console
$ ansible --version
ansible [core 2.17.3]
conf... | closed | 2024-08-30T20:02:07Z | 2024-09-13T13:00:02Z | https://github.com/ansible/ansible/issues/83877 | [
"module",
"bug",
"affects_2.17"
] | tjc-jhol | 5 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 497 | training encode with LibriSpeech, VoxCeleb1, and VoxCeleb2 is failing | After preprocessing all three datasets, I'm getting the following error while training encoder. I carefully checked the preprocessed directories. They all have `_sources.txt`.
Can anyone help me with this?
```
..Traceback (most recent call last): ... | closed | 2020-08-19T06:51:15Z | 2020-08-22T17:06:59Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/497 | [] | amintavakol | 6 |
s3rius/FastAPI-template | graphql | 119 | Add support for db/orm like mongodb and oss like minio | Please add support for db/orm like mongodb and oss like minio, thanks very much!
(mongodb orm maybe can use mongoengine) | open | 2022-08-12T03:37:58Z | 2022-10-31T07:01:57Z | https://github.com/s3rius/FastAPI-template/issues/119 | [] | djun | 5 |
seleniumbase/SeleniumBase | pytest | 3,419 | "Unlimited Free Web-Scraping with GitHub Actions" is now on YouTube | "Unlimited Free Web-Scraping with GitHub Actions" is now on YouTube:
<b>https://www.youtube.com/watch?v=gEZhTfaIxHQ</b>
<a href="https://www.youtube.com/watch?v=gEZhTfaIxHQ"><img src="https://github.com/user-attachments/assets/656977e1-5d66-4d1c-9eec-0aaa41f6522f" title="Unlimited Free Web-Scraping with GitHub Ac... | open | 2025-01-14T19:40:27Z | 2025-02-14T08:54:50Z | https://github.com/seleniumbase/SeleniumBase/issues/3419 | [
"News / Announcements",
"Tutorials & Learning",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
tensorflow/datasets | numpy | 4,996 | [data request] <caltech birds> | * Name of dataset: <name>
* URL of dataset: <url>
* License of dataset: <license type>
* Short description of dataset and use case(s): <description>
Folks who would also like to see this dataset in `tensorflow/datasets`, please thumbs-up so the developers can know which requests to prioritize.
And if you'd lik... | closed | 2023-06-26T04:47:55Z | 2023-07-06T14:14:30Z | https://github.com/tensorflow/datasets/issues/4996 | [
"dataset request"
] | kyuhuikim | 1 |
robotframework/robotframework | automation | 5,125 | Feature request: rebot - Option to embed images in html | Not sure if this is the right place for this feature request?
Feature request to add an option to rebot's command line to embed images (e.g. screenshots) into the html body rather then linking to the image file on the filesystem, so the log.html would be a self contained file.
I'd expect this option would be disab... | closed | 2024-05-07T14:14:16Z | 2024-11-13T13:08:09Z | https://github.com/robotframework/robotframework/issues/5125 | [] | damies13 | 5 |
gee-community/geemap | streamlit | 743 | zoom_to_object() and centerObject() not fully zooming into small region | ---
I am trying to zoom into an image clipped to a buffered point with a 10m diameter. My understanding from the documentation is that the zoom parameter should go to 24, however increasing values after 18 do not further affect my centerObject() zoom-level. zoom_to_object() also gets to this zoom level and stops. Th... | closed | 2021-11-08T19:56:27Z | 2021-11-08T20:47:01Z | https://github.com/gee-community/geemap/issues/743 | [] | vawalker | 5 |
huggingface/datasets | deep-learning | 7,222 | TypeError: Couldn't cast array of type string to null in long json | ### Describe the bug
In general, changing the type from string to null is allowed within a dataset — there are even examples of this in the documentation.
However, if the dataset is large and unevenly distributed, this allowance stops working. The schema gets locked in after reading a chunk.
Consequently, if al... | open | 2024-10-12T08:14:59Z | 2025-02-23T13:01:47Z | https://github.com/huggingface/datasets/issues/7222 | [] | nokados | 4 |
open-mmlab/mmdetection | pytorch | 11,793 | I am trying to replicate the Hybrid Task Cascade | I downloaded the full mmdetection folder and followed the structure but not able to understand the following things
there are other files too not able to figure out which files to keep and which not for HTC
coco dataset I tried to download but not able to
Please guide me through this | open | 2024-06-13T13:17:02Z | 2024-09-18T08:43:59Z | https://github.com/open-mmlab/mmdetection/issues/11793 | [] | jyotiahluwalia | 3 |
docarray/docarray | fastapi | 1,903 | Python 3.10 TypeError: issubclass() arg 1 must be a class | ### Initial Checks
- [X] I have read and followed [the docs](https://docs.docarray.org/) and still think this is a bug
### Description
TypeError for issubclass in python 3.10. Works in python 3.11.
I think it is due to usage of `issubclass` that is missed out in the following.
https://github.com/docarray/d... | closed | 2024-08-14T09:47:06Z | 2024-08-17T07:09:25Z | https://github.com/docarray/docarray/issues/1903 | [] | daip-yxtay | 0 |
dunossauro/fastapi-do-zero | sqlalchemy | 156 | Aula 10 - Ausente orientação ou direcionamento sobre instalação/configuração do docker | Ola Duno, estou seguindo com o curso aqui e está ótimo o aprendizado.
Ao realizar essa aula 10 identifiquei algumas situações que precisam de ajustes, vou abrir issues separadas
1. Ausente orientação ou encaminhamento para material de instalação/configuração do docker. Na Aula 01 (configuração do ambiente de dev)... | closed | 2024-05-30T14:54:53Z | 2024-06-03T00:06:18Z | https://github.com/dunossauro/fastapi-do-zero/issues/156 | [] | lbmendes | 0 |
Kludex/mangum | fastapi | 128 | API Gateway returns timeout error after conect to WebSockets endpint | API gateway returns an error of timeout after 30 seconds when I connect on WebSocket.
I can drop the error. But, I don't know why the error happens.
the error message is "Endpoint request timed out".
| closed | 2020-06-21T13:56:46Z | 2020-06-23T15:12:59Z | https://github.com/Kludex/mangum/issues/128 | [] | koxudaxi | 4 |
giotto-ai/giotto-tda | scikit-learn | 683 | [BUG] Cannot run Scaler() | I re-ran the Lorenz attractor notebook from giotto-tda examples. In the part using scaler,
diagramScaler = Scaler()
X_scaled = diagramScaler.fit_transform(X_diagrams)
diagramScaler.plot(X_scaled, sample=window_number)
I get the following error:
TypeError: Parameter `function` is of type <class 'numpy._... | closed | 2023-10-20T11:54:17Z | 2024-05-29T20:44:17Z | https://github.com/giotto-ai/giotto-tda/issues/683 | [
"bug"
] | albienaculan14 | 4 |
unionai-oss/pandera | pandas | 1,513 | Passing DataFrameSchema to function that check_output is decorating? | Is there a way to pass a DataFrameSchema as an argument to the function that check_output (or other check decorator) is decorating? In the examples in the documentation (https://pandera.readthedocs.io/en/stable/decorators.html) the function being decorated is only passed the dataframe to be processed (and validated) a... | open | 2024-02-23T20:45:29Z | 2024-02-24T02:22:18Z | https://github.com/unionai-oss/pandera/issues/1513 | [
"question"
] | dwinski | 0 |
QuivrHQ/quivr | api | 3,591 | Strategy dynamic embedding for chunks | * Vector table should have dynamic size of DIM
* Create EmbeddingModel table with model name and dim | open | 2025-02-11T08:14:25Z | 2025-03-19T08:28:41Z | https://github.com/QuivrHQ/quivr/issues/3591 | [] | AmineDiro | 1 |
PokeAPI/pokeapi | graphql | 328 | Can't get any data from API with emberjs | Hi, I'm studying EmberJS. I downloaded and installed locally to avoid many requests and while I was studying, I used a website that was made emberjs and uses the API to guide me in some parts of the project.
Two weeks ago the site stopped listing the Pokemons. I changed my host to https: // pokeapi and got the same ... | closed | 2018-03-18T13:32:47Z | 2018-03-20T08:03:35Z | https://github.com/PokeAPI/pokeapi/issues/328 | [
"question",
"cloudflare"
] | cassianpry | 2 |
hbldh/bleak | asyncio | 1,013 | cannot connect multiple devices | * bleak version: 0.17.0
* Python version: 3.10.6
* Operating System: Archlinux
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.65
Network adapter:
```
02:00.0 Network controller [0280]: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] [8086:24fb] (rev 10)
Subsystem: Intel Corporation Devic... | closed | 2022-09-18T22:49:42Z | 2022-09-18T22:52:18Z | https://github.com/hbldh/bleak/issues/1013 | [] | gilcu3 | 0 |
mwaskom/seaborn | matplotlib | 3,362 | Histogram plotting not working as `pandas` option `use_inf_as_null` has been removed. | I am currently unable to use `histplot` as it appears that the `pandas` option `use_inf_as_null` has been removed. Error log below.
```
File ~/miniconda3/envs/tf/lib/python3.9/site-packages/seaborn/distributions.py:1438, in histplot(data, x, y, hue, weights, stat, bins, binwidth, binrange, discrete, cumulative, com... | closed | 2023-05-11T14:32:34Z | 2023-05-15T23:18:18Z | https://github.com/mwaskom/seaborn/issues/3362 | [] | MattWenham | 1 |
TencentARC/GFPGAN | deep-learning | 373 | Jol kkyj | open | 2023-05-02T15:48:06Z | 2023-05-02T15:48:06Z | https://github.com/TencentARC/GFPGAN/issues/373 | [] | akther121 | 0 | |
huggingface/transformers | deep-learning | 36,475 | Load siglip2 error | ### System Info
I load siglip2 model just like follow:
```
import torch
from transformers import AutoModel, AutoProcessor
from transformers.image_utils import load_image
# load the model and processor
ckpt = "google/siglip2-base-patch16-512"
model = AutoModel.from_pretrained(ckpt, device_map="auto").eval()
processor... | closed | 2025-02-28T09:23:31Z | 2025-03-03T02:02:22Z | https://github.com/huggingface/transformers/issues/36475 | [
"bug"
] | yiyexy | 4 |
deeppavlov/DeepPavlov | tensorflow | 801 | Problem with value_error, creating train_model on ner_rus | Hello again
I tried to train ner_rus on some custom dataset, and it failed doing parse_ner_file(self, file_name).
It says:
> parse_ner_file(self, file_name)
> 64 pos_tags.append(pos)
> 65 else:
> ---> 66 token, *_, tag = line.spli... | closed | 2019-04-16T10:35:34Z | 2019-09-24T12:34:30Z | https://github.com/deeppavlov/DeepPavlov/issues/801 | [] | MNCTTY | 8 |
ageitgey/face_recognition | machine-learning | 1,321 | CUDA docker image build: dlib invalid syntax(license_files) | * face_recognition version: from master
* Python version: 3.5
* Operating System: Linux 18.04.05
### Description
I am trying to build dlib with enable CUDA
and get an error:
```
Step 13/22 : RUN cd /dlib; python3 /dlib/setup.py install
---> Running in 2a6f8e09f8d2
Traceback (most recent call last):
... | closed | 2021-06-03T16:20:22Z | 2021-07-08T12:30:17Z | https://github.com/ageitgey/face_recognition/issues/1321 | [] | GHRik | 3 |
Avaiga/taipy | automation | 1,515 | Possibility to use decimator on Plotly charts | ### Description
The goal would be to allow users to use the decimator alongside Plotly charts.
```python
import yfinance as yf
from taipy.gui import Gui
from taipy.gui.data.decimator import MinMaxDecimator, RDP, LTTB
df_AAPL = yf.Ticker("AAPL").history(interval="1d", period = "max")
df_AAPL["DATE"] = df_AA... | closed | 2024-07-15T08:47:36Z | 2024-10-07T10:02:49Z | https://github.com/Avaiga/taipy/issues/1515 | [
"📈 Improvement",
"🖰 GUI",
"🟨 Priority: Medium",
"💬 Discussion"
] | FlorianJacta | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,635 | Voice question problem with Tor | ### What version of GlobaLeaks are you using?
the issue persist from 412.3.0 until the last one (4.13.9)
### What browser(s) are you seeing the problem on?
Tor Browser
### What operating system(s) are you seeing the problem on?
Windows, macOS
### Describe the issue
When i reach the voice question on the questio... | open | 2023-09-15T10:13:18Z | 2023-09-20T06:43:31Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3635 | [
"T: Bug",
"C: Client"
] | simosimi993 | 2 |
yt-dlp/yt-dlp | python | 12,651 | there is a problem with the site bilibili when i try to download a playlist | ### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've checked that all provided URLs are playable in a browser with the same IP and same... | closed | 2025-03-18T07:48:29Z | 2025-03-21T23:05:00Z | https://github.com/yt-dlp/yt-dlp/issues/12651 | [
"site-bug",
"patch-available"
] | smallhousebythelake | 2 |
d2l-ai/d2l-en | pytorch | 2,440 | Wrong epanechikov kernel | Chapter 11.2. It is triangular kernel. | open | 2023-02-12T15:50:31Z | 2023-02-12T15:50:31Z | https://github.com/d2l-ai/d2l-en/issues/2440 | [] | yongduek | 0 |
ivy-llc/ivy | pytorch | 28,589 | Fix `count_nonzero` at `tf_frontend` | closed | 2024-03-13T21:20:39Z | 2024-03-15T17:33:54Z | https://github.com/ivy-llc/ivy/issues/28589 | [
"Sub Task"
] | samthakur587 | 0 | |
miguelgrinberg/microblog | flask | 107 | SearchableMixin wont work like this with more than one class | I tried to use the events for my own purposes and I came across the following issue with the `after_commit` method:
```
@classmethod
def after_commit(cls, session):
[...]
session._changes = None
```
The event is triggered and hits the first `after_commit` method. This first `after_commit` will reset ... | closed | 2018-05-23T18:55:52Z | 2018-06-03T20:32:34Z | https://github.com/miguelgrinberg/microblog/issues/107 | [
"bug"
] | coolkau | 5 |
OthersideAI/self-operating-computer | automation | 4 | how's the token consume average do a single operate | what is the cost | closed | 2023-11-28T02:50:08Z | 2023-12-02T16:52:08Z | https://github.com/OthersideAI/self-operating-computer/issues/4 | [] | lucasjinreal | 0 |
exaloop/codon | numpy | 124 | CommandLine Error: Option 'use-dbg-addr' registered more than once | i installed codon with install.sh script, to use it in my existing project as @codon.jit
codon==0.15.3
codon-jit==0.1.1
but when i launch my program i get
```
: CommandLine Error: Option 'use-dbg-addr' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
[1] 39236 IOT in... | closed | 2022-12-20T19:06:05Z | 2023-10-13T06:24:30Z | https://github.com/exaloop/codon/issues/124 | [] | DanInSpace104 | 3 |
Kludex/mangum | asyncio | 302 | Wrong domain when using AWS Lambda FunctionUrls and CloudFront with FastAPI | I am trying to deploy a site using AWS CloudFront with an AWS Lambda FunctionUrl as Custom Origin.
The deployment works fine, with one big problem:
When I visit the CloudFront domain, every link on the site which is generated with FastAPIs [`url_for`](https://fastapi.tiangolo.com/advanced/templates/#templates-and... | open | 2023-08-17T06:45:26Z | 2023-08-17T06:45:26Z | https://github.com/Kludex/mangum/issues/302 | [] | fabge | 0 |
mckinsey/vizro | plotly | 889 | Localize Vizro: external scripts and custom localization | ### Question
I have two questions related to localization in Vizro:
1. Is it possible to use the same approach as in Plotly Dash to localize Vizro by loading an external JS script?
For example, loading the file [https://cdn.plot.ly/plotly-locale-de-latest.js](https://cdn.plot.ly/plotly-locale-de-latest.js). I... | closed | 2024-11-20T00:18:29Z | 2024-11-21T09:20:35Z | https://github.com/mckinsey/vizro/issues/889 | [
"General Question :question:"
] | baltic-tea | 5 |
scikit-learn-contrib/metric-learn | scikit-learn | 261 | [DOC] Add warning that *_Supervised versions interpret label -1 as "unlabeled" | In the following page of the doc :
http://contrib.scikit-learn.org/metric-learn/supervised.html#supervised-versions-of-weakly-supervised-algorithms
We should add a visible warning for users that supervised versions of weakly-supervised algorithms interpret the label -1 (which is commonly used in binary classificati... | closed | 2019-11-13T12:56:55Z | 2019-11-21T15:12:07Z | https://github.com/scikit-learn-contrib/metric-learn/issues/261 | [] | bellet | 1 |
zappa/Zappa | flask | 968 | Promoting Zappa To the Next Generation of Developers | I recently published a [blog post on Zappa](https://www.mslinn.com/blog/2021/04/14/serverless-ecommerce.html#zappa). Feedback / corrections and suggestions are invited. The main points I am attempting to make are:
1. Zappa is a seminal project that has inspired other well-known projects.
2. Zappa is still very us... | closed | 2021-04-24T11:47:49Z | 2021-09-28T12:25:53Z | https://github.com/zappa/Zappa/issues/968 | [] | mslinn | 3 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,349 | How to install the undetected script | Hello, what is the proper way to install this script, just using the following command
pip install undetected-chrome
Or there are more steps to put this script into work ?
Thanks in advance! | open | 2023-06-15T11:25:55Z | 2023-06-19T13:44:09Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1349 | [] | stefanobabyy777 | 4 |
HIT-SCIR/ltp | nlp | 186 | ltp_server异常终止 | 通过nohup开启,经常无故终止
| closed | 2016-09-20T10:17:27Z | 2017-02-27T12:54:38Z | https://github.com/HIT-SCIR/ltp/issues/186 | [] | lisisong | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,211 | Cant launched it!! | i got this message
melspectrogram() takes 0 positional arguments but 2 positional arguments (and 2 keyword-only arguments) were given
What should I do? | open | 2023-05-05T07:08:28Z | 2023-08-19T11:37:47Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1211 | [] | slim1592 | 2 |
sloria/TextBlob | nlp | 279 | TextBlob word counting parses curly single quote as a word | I am doing an example for a live training seminar in which I use the plain text version of the play Romeo and Juliet from Project Gutenberg to display the top 20 words in the text.
There are many curly apostrophes (`’`)--867 of them to be exact. TextBlob splits words containing them, such as `Romeo’s` and counts the... | open | 2019-07-25T15:03:40Z | 2019-07-25T15:03:40Z | https://github.com/sloria/TextBlob/issues/279 | [] | pdeitel | 0 |
wagtail/wagtail | django | 12,652 | Public page inside private page tree | ### Is your proposal related to a problem?
As explained in the documentation [here ](https://docs.wagtail.org/en/stable/topics/permissions.html#page-permissions)it is currently not possible to set differents permissions for pages within a private page tree. All pages inside a private tree inherit the permissions of the... | closed | 2024-12-02T15:44:17Z | 2024-12-02T17:29:54Z | https://github.com/wagtail/wagtail/issues/12652 | [
"type:Enhancement"
] | matteonext | 1 |
hankcs/HanLP | nlp | 1,278 | 同义词多次出现会被覆盖 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-09-04T02:19:55Z | 2019-09-04T15:29:57Z | https://github.com/hankcs/HanLP/issues/1278 | [] | yangyang303 | 1 |
plotly/dash | data-visualization | 2,687 | pio.renderers.config not reflected in dcc.Graph figure config | Thanks so much for your interest in Dash!
Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h... | open | 2023-11-10T15:28:56Z | 2024-08-13T19:42:32Z | https://github.com/plotly/dash/issues/2687 | [
"bug",
"P3"
] | subsurfaceiodev | 0 |
rougier/from-python-to-numpy | numpy | 93 | Can you provide an info file for reading this in Emacs? | I'm having trouble converting rst2textinfo due to issues with docutils library. Is it possible to provide an info file? I'd like to read this in Emacs when I'm offline. Thanks in advance. | open | 2020-03-29T01:10:29Z | 2020-03-30T07:21:57Z | https://github.com/rougier/from-python-to-numpy/issues/93 | [] | stevem995 | 1 |
pallets/flask | python | 5,380 | Improve error messages on simple after request hook bugs | When a user forgets to return the response in an `after_request` hook, the message is particularly unhelpful as it does not point to the involvement of the hook:
```python
from flask import Flask
app = Flask("test")
# oops
app.after_request(lambda _: None)
@app.get("/hello")
def get_hello():
return "h... | closed | 2024-01-13T10:24:40Z | 2024-01-30T00:05:36Z | https://github.com/pallets/flask/issues/5380 | [] | zx80 | 1 |
streamlit/streamlit | data-visualization | 10,634 | Feature request for st.data_editor | ### 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
I hope that st.data_editor can include a button.
### Why?
Because I want to add a button in the last column... | closed | 2025-03-04T03:10:51Z | 2025-03-05T01:19:30Z | https://github.com/streamlit/streamlit/issues/10634 | [
"type:enhancement",
"status:awaiting-user-response",
"feature:st.data_editor"
] | z0983357347 | 3 |
cchen156/Learning-to-See-in-the-Dark | tensorflow | 94 | Will the Sony model work for dual camera iPhone? | I don't have a iPhone 6s handy, but I heard some people are getting good results with iPhone 6s. If I try Sony model with raw images taken with iPhone with two or three cameras, (iPhone 8 or iPhone 11), will the result be roughly the same as with iPhone 6s? Thanks! | open | 2019-09-29T08:29:51Z | 2020-10-16T06:35:32Z | https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/94 | [] | JasonVann | 15 |
qubvel-org/segmentation_models.pytorch | computer-vision | 1,085 | Crash on Colab When Switching Encoder to 'mobilenet_v2' for the Binary Segmentation Tutorial Example | When running the [binary segmentation intro tutorial](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) on Goolge Colab, changing the encoder type to `mobilenet_v2` and it will crash the environment during training. No exceptions are thrown, and the applicati... | open | 2025-03-09T03:34:43Z | 2025-03-09T03:34:43Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/1085 | [] | taiyungwang | 0 |
yt-dlp/yt-dlp | python | 12,616 | [twitter] login with `--username`+`--password`/`--netrc` fails and flags account as suspicious | ### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've checked that all provided URLs are playable in a browser with the same IP and same... | open | 2025-03-15T03:23:18Z | 2025-03-16T00:15:52Z | https://github.com/yt-dlp/yt-dlp/issues/12616 | [
"account-needed",
"site-bug",
"triage"
] | unknown-intentions | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,489 | ValueError:Unknown resampling filter | I need your help!
I use training argument "python train.py --dataroot /gemini/data-1/render_data1 --name r_cyclegan --model cycle_gan --preprocess scale_width_and_crop --load_size 800 --crop_size 400", and then get this error.ValueError: Unknown resampling filter (InterpolationMode.BICUBIC). Use Image.NEAREST (0), Ima... | open | 2022-10-04T05:20:16Z | 2022-10-15T03:22:39Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1489 | [] | yourbikun | 6 |
521xueweihan/HelloGitHub | python | 2,629 | 【开源自推】卡片式链接 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:[https://github.com/Lete114/CardLink](https://github.com/Lete114/CardLink)
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rus... | closed | 2023-10-24T08:50:06Z | 2024-01-25T11:59:33Z | https://github.com/521xueweihan/HelloGitHub/issues/2629 | [
"JavaScript 项目"
] | Lete114 | 0 |
waditu/tushare | pandas | 1,450 | index_weight数据缺失严重 | df = pro.index_weight(index_code='399001.SZ', start_date='20190101', end_date='20191231')查询出来2500条记录,即调整了5次。
df = pro.index_weight(index_code='399001.SZ', start_date='20200101', end_date='20201231')查询出来500条记录,即调整了1次。
既不符合样本股定期调整规则(每半年调整一次),也不符合按月剔除实施风险警示(ST或*ST)的样本股的规则。
ID:397319 | closed | 2020-10-31T13:29:38Z | 2020-10-31T13:31:48Z | https://github.com/waditu/tushare/issues/1450 | [] | shytotoro | 0 |
Farama-Foundation/PettingZoo | api | 828 | [Proposal] Classic env GUI upgrade | We wish to upgrade the rendering of some of the classic environments to come in line with our standards (see https://pettingzoo.farama.org/environments/classic/).
- [x] Gin Rummy should be rendered in the same style as Texas Holdem
- [x] Leduc Holdem should be rendered in the same style as Texas Holdem
- [ ] Mahjo... | closed | 2022-10-14T08:33:59Z | 2023-08-14T00:32:12Z | https://github.com/Farama-Foundation/PettingZoo/issues/828 | [
"enhancement"
] | WillDudley | 0 |
apache/airflow | machine-learning | 47,654 | DAG Versioning || versions not getting generated | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
I noticed when I am changing DAG parameters like say changing `tags` new versions are not getting logged in DAG version table.
### What you think should happen instead?
Versions should get c... | closed | 2025-03-12T05:34:25Z | 2025-03-12T13:41:31Z | https://github.com/apache/airflow/issues/47654 | [
"kind:bug",
"priority:critical",
"area:core",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 6 |
hack4impact/flask-base | sqlalchemy | 198 | install error | Hi guys, trying to use your template project to learn how to create a simple sandbox, I'm getting this error after running
`pip install -r -requirements.txt`
` ERROR: Command errored out with exit status 1:
command: ~/flaskPython/env/bin/python2.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"... | closed | 2020-01-05T06:51:59Z | 2020-06-21T09:11:14Z | https://github.com/hack4impact/flask-base/issues/198 | [] | W-Lawless | 5 |
graphql-python/gql | graphql | 432 | RequestsHTTPTransport keeps retrying the query even though it is invalid | **Describe the bug**
Hi,
The program (given below) will freeze at the last line, where I forget to pass the `skip` parameter in the variables.
It appears that the server answers a message with a 500 error:
```text
Variable "$skip" of required type "Int!" was not provided.'
```
And since I specified `re... | closed | 2023-09-05T19:01:21Z | 2023-09-08T19:26:10Z | https://github.com/graphql-python/gql/issues/432 | [
"type: question or discussion"
] | Jonas1312 | 4 |
d2l-ai/d2l-en | tensorflow | 2,570 | MLX support | I plan on contributing for the new ML framework by Apple for silicon https://github.com/ml-explore/mlx
I tried setting up jupyter notebook to directly edit markdown using these resources:
1. https://d2l.ai/chapter_appendix-tools-for-deep-learning/contributing.html
2. https://github.com/d2l-ai/d2l-en/blob/master/CO... | open | 2023-12-10T06:52:32Z | 2024-01-17T05:19:37Z | https://github.com/d2l-ai/d2l-en/issues/2570 | [] | rahulchittimalla | 1 |
gradio-app/gradio | data-science | 9,971 | [Gradio 5] Input text inside Slider component alignment and size | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
I like the input insid of slider component when aligned by default to the right, but when info text is present, sometimes the input down to the left in next line. Its could be nice ... | open | 2024-11-16T18:06:19Z | 2024-11-20T17:09:01Z | https://github.com/gradio-app/gradio/issues/9971 | [
"bug"
] | elismasilva | 0 |
littlecodersh/ItChat | api | 607 | No module named 'itchat.content' | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | closed | 2018-03-14T07:27:11Z | 2023-02-17T02:30:53Z | https://github.com/littlecodersh/ItChat/issues/607 | [] | ai400 | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.