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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Ehco1996/django-sspanel | django | 837 | feature request: node traffic reset date | closed | 2023-06-15T00:55:39Z | 2023-08-22T01:59:14Z | https://github.com/Ehco1996/django-sspanel/issues/837 | [
"Stale"
] | Ehco1996 | 0 | |
aminalaee/sqladmin | asyncio | 586 | UI: use checkbox for `bool` type | Need some small fix to display boolean tablr fields using **checkbox** instead of **drop box list**.
| closed | 2023-08-21T09:54:39Z | 2023-08-21T10:46:51Z | https://github.com/aminalaee/sqladmin/issues/586 | [] | anton-petrov | 1 |
BlinkDL/RWKV-LM | pytorch | 243 | Zero-division error when args.n_layer = 1, caused by ratio_0_to_1. Can I set ratio_0_to_1 = 0 when n_layer = 1? | Can you intuitively explain what `ratio_0_to_1` is doing in `RWKV_Tmix_x060`?
https://github.com/BlinkDL/RWKV-LM/blob/main/RWKV-v5/src/model.py#L290
I find that `ratio_0_to_1` is defined by: `ratio_0_to_1 = layer_id / (args.n_layer - 1)`
Then it defines multiple things for `time_mix` and `time_decay`.
However... | open | 2024-05-08T20:04:15Z | 2024-07-05T16:05:26Z | https://github.com/BlinkDL/RWKV-LM/issues/243 | [] | zdxdsw | 1 |
pydantic/pydantic-core | pydantic | 1,337 | Proposal for mapping Python types to CombinedValidator | Currently because of configs it is not possible to map a type to a SchemaValidator or CoreSchema. Consider:
```python
class Inner(BaseModel):
x: dict[str, list[float]]
model_config = ConfigDict(allow_inf_nan=False)
class Outer(BaseModel):
inner: Inner
x: dict[str, list[float]]
model_... | open | 2024-06-23T19:47:02Z | 2024-11-05T20:31:18Z | https://github.com/pydantic/pydantic-core/issues/1337 | [
"refactor"
] | adriangb | 17 |
deezer/spleeter | tensorflow | 916 | [Discussion] distutils has been deprecated, what is the workaround? | <!-- Please respect the title [Discussion] tag. -->
ModuleNotFoundError: No module named 'distutils.msvccompiler'
How do we install Spleeter when it uses something that no longer exists? | open | 2024-11-03T09:58:25Z | 2025-03-14T21:55:36Z | https://github.com/deezer/spleeter/issues/916 | [
"question"
] | IJH91IJH91 | 7 |
ultralytics/ultralytics | deep-learning | 19,170 | Kalman filter for built-in trackers | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hello!
So in Ultralytics we have two built-in trackers, Bot-SORT and ByteTra... | open | 2025-02-10T22:13:23Z | 2025-02-10T23:03:31Z | https://github.com/ultralytics/ultralytics/issues/19170 | [
"question",
"track"
] | MorningHero92 | 2 |
tflearn/tflearn | data-science | 992 | TypeError: only integer scalar arrays can be converted to a scalar index | Following the tflearn trainer [example](https://github.com/tflearn/tflearn/blob/master/examples/extending_tensorflow/trainer.py), I managed to create this code:
```
import dataset_utils
import tensorflow as tf
import tflearn
from tensorflow.contrib import grid_rnn
def main(_):
image_paths, labels = d... | open | 2018-01-08T01:22:19Z | 2018-01-08T01:22:19Z | https://github.com/tflearn/tflearn/issues/992 | [] | selcouthlyBlue | 0 |
opengeos/leafmap | streamlit | 562 | stac_search can't find source | ### Environment Information
- leafmap version: 0.26.0
- Python version: 3.9.15
- Operating System: Mac
### Description
I tried to use `stac_search` to get different attributes, but it failed. Here's one example of getting gdf.
### What I Did
```
import leafmap
from pystac_client import Client
... | closed | 2023-09-21T15:02:19Z | 2024-02-06T15:49:11Z | https://github.com/opengeos/leafmap/issues/562 | [
"bug"
] | zxdawn | 7 |
babysor/MockingBird | deep-learning | 634 | ModuleNotFoundError: No module named 'toolbox' | **Summary[问题简述(一句话)]**
Traceback (most recent call last):
File "D:\Haibara-Ai\modules\MockingBird-main\demo_toolbox.py", line 2, in <module>
from toolbox import Toolbox
ModuleNotFoundError: No module named 'toolbox'
**Env & To Reproduce[复现与环境]**
python 3.9.10
| open | 2022-07-02T06:39:09Z | 2022-07-09T06:00:25Z | https://github.com/babysor/MockingBird/issues/634 | [] | Mryan2005 | 1 |
xinntao/Real-ESRGAN | pytorch | 794 | 怎样将训练过程中的loss函数可视化 | open | 2024-05-05T05:50:39Z | 2024-05-05T05:50:39Z | https://github.com/xinntao/Real-ESRGAN/issues/794 | [] | ljtxyzsa | 0 | |
QingdaoU/OnlineJudge | django | 451 | 忘記密碼收不到重設密碼的郵件 | open | 2023-09-21T07:32:20Z | 2024-09-26T06:21:39Z | https://github.com/QingdaoU/OnlineJudge/issues/451 | [] | cubejh | 1 | |
feature-engine/feature_engine | scikit-learn | 233 | allow MathematicalCombination to take in null values | introduce parameter to be able to select whether to ignore or raise the missing values | closed | 2021-01-31T20:27:28Z | 2021-04-21T10:29:10Z | https://github.com/feature-engine/feature_engine/issues/233 | [
"urgent"
] | solegalli | 2 |
aimhubio/aim | data-visualization | 2,914 | Missing .ldb file when closing a run | ## 🐛 Bug
When I run `aim runs close <hash>` I receive the following error:
`Closing runs: 0%| | 0/1 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/usr/local/bin/aim", line 8, in <module>
sys.exit(cli_entr... | open | 2023-07-12T16:15:28Z | 2023-07-12T17:20:42Z | https://github.com/aimhubio/aim/issues/2914 | [
"type / bug",
"help wanted"
] | jennifer12121 | 3 |
opengeos/leafmap | streamlit | 516 | Unable to get leafmap maps in the documentation rendering from a jupyter notebook in mkdocs? | ### Description
I am trying to create my own mkdocs page and all is running well. I then wanted to render the `leafmap` maps from the Jupyter notebooks [exactly as it is here](https://leafmap.org/notebooks/00_key_features/#install-leafmap). I thought by lifting the relevant parts of the `mkdocs` yaml config for `le... | closed | 2023-08-21T11:03:28Z | 2023-09-10T19:45:01Z | https://github.com/opengeos/leafmap/issues/516 | [
"Feature Request"
] | bgriffen | 2 |
Morizeyao/GPT2-Chinese | nlp | 136 | 训练了一个让机器解读古诗词的模型 | 效果还可以吧,毕竟

【诗句】问君何事轻离别,一年能几团圆月。杨柳乍如丝,故园春尽时。
【解释】你在什么时候才能够回家?只有那美丽的桃花已经过去了。
【原释】试问我为何轻易地离别?一年能有几次圆月。北国的杨柳刚刚如长丝,家园已是三春过尽时。
【诗句】沅湘两水清且浅,林花夹岸滩声激。洞庭浩渺通长江,春来水涨连天碧。
【解释】沅江两岸的流淌在这里是多么高远呢?树丛生的野草和小洲环绕着江面,河畔的波涛好像是... | open | 2020-03-22T02:58:08Z | 2022-02-10T14:30:12Z | https://github.com/Morizeyao/GPT2-Chinese/issues/136 | [] | ScottishFold007 | 6 |
modelscope/modelscope | nlp | 968 | 请问下载模型一直报签名错误是什么情况? | modelscope.hub.errors.FileIntegrityError: File /home/apple/.cache/modelscope/hub/._____temp/qwen/Qwen2-VL-7B-Instruct-GPTQ-Int4/model-00002-of-00002.safetensors integrity check failed, expected sha256 signature is e41d9af09037c50f37b14d9f20b04f984ebde3259545641aa8206b8c21361b20, actual is ec708eee6fed25eb9924486d990f98... | closed | 2024-08-30T03:38:37Z | 2024-10-01T05:45:50Z | https://github.com/modelscope/modelscope/issues/968 | [] | leavegee | 4 |
OpenGeoscience/geonotebook | jupyter | 29 | Geoserver is not serving tiles at https | closed | 2016-09-27T16:50:54Z | 2016-12-20T05:23:17Z | https://github.com/OpenGeoscience/geonotebook/issues/29 | [] | kotfic | 1 | |
graphistry/pygraphistry | jupyter | 36 | Hint to set notebook to Trusted | ( @thibaudh : can you take, or should I?)
When opening a third-party notebook, our viz won't be shown because our JS won't run by default.
I propose either:
A) Print out warning/hint HTML to do `File -> Trusted Notebook` and then have JS delete that warning
B) Load an iframe URL and then have our existing iframe js... | closed | 2015-09-22T03:09:15Z | 2016-05-08T01:59:06Z | https://github.com/graphistry/pygraphistry/issues/36 | [
"enhancement"
] | lmeyerov | 1 |
opengeos/leafmap | streamlit | 193 | Show toolbar button on the map | Hello,
I want to know how to show the toolbar button in the top right part of the MapBox

| closed | 2022-01-24T17:05:05Z | 2022-01-24T19:14:12Z | https://github.com/opengeos/leafmap/issues/193 | [
"Feature Request"
] | redaidrissi92 | 1 |
AutoGPTQ/AutoGPTQ | nlp | 529 | Cannot install from source | I am using the localGPT open source project to run the mistral 7b model on my RTX 3090 24gb GPU.
I can run the script with autogptq installed with pip, but get the following error:
xllamav2 kernel is not installed, reset disable_exllamav2 to True. This may because you installed auto_gptq using a pre-build wheel o... | open | 2024-02-05T12:42:41Z | 2024-02-15T13:06:47Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/529 | [] | Kodnus | 1 |
saulpw/visidata | pandas | 1,655 | [reload-rows] Don't scroll to top on reload | I've used vd to open a text file that is being continuously updated. After some more content was written to it I pressed Ctrl-R to reload. It did reload but it also scrolled back to the top. This is jarring because I was already looking at some data somewhere in the middle of the file. | closed | 2023-01-06T19:13:50Z | 2023-10-18T17:20:03Z | https://github.com/saulpw/visidata/issues/1655 | [
"wishlist",
"wish granted"
] | cool-RR | 6 |
mlfoundations/open_clip | computer-vision | 423 | training detail for ViT-H/14 xlm roberta large | As mentioned in README, ViT-B/32 xlm roberta base is trained from scratch, while ViT-H/14 xlm roberta large using LiT style training. Does ViT-H/14 xlm roberta large training from scratch ever converge? | closed | 2023-02-13T02:14:30Z | 2023-09-22T21:50:45Z | https://github.com/mlfoundations/open_clip/issues/423 | [] | ae86208 | 4 |
psf/black | python | 3,687 | What is the C error code? | This documentation section [Line length](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length) shows a config example:
```
[flake8]
max-line-length = 88
...
select = C,E,F,W,B,B950
extend-ignore = E203, E501
```
I have checked flake8, pycodestyle and ruff documents, but... | closed | 2023-05-13T14:15:25Z | 2023-05-13T15:21:22Z | https://github.com/psf/black/issues/3687 | [
"T: documentation"
] | otakutyrant | 4 |
nonebot/nonebot2 | fastapi | 3,373 | Plugin: nonebot_plugin_bfvserver_map | ### PyPI 项目名
nonebot_plugin_bfvserver_map
### 插件 import 包名
nonebot_plugin_bfvserver_map
### 标签
[战地5]
### 插件配置项
```dotenv
```
### 插件测试
- [ ] 如需重新运行插件测试,请勾选左侧勾选框 | closed | 2025-03-15T15:27:07Z | 2025-03-23T03:44:02Z | https://github.com/nonebot/nonebot2/issues/3373 | [
"Plugin",
"Publish"
] | LLbuxudong | 1 |
nltk/nltk | nlp | 2,781 | Building own classifier based POS tagger using SklearnClassifier and ClassifierBasedPOSTagger | I'm trying to build my own classifier based POS tagger using `SklearnClassifier` and `ClassifierBasedPOSTagger`. The code that I've tried is given below.
```
from nltk.corpus import treebank
nltk.download('treebank')
data = treebank.tagged_sents()
train_data = data[:3500]
test_data = data[3500:]
```
```
... | open | 2021-08-11T08:14:35Z | 2021-08-18T07:23:12Z | https://github.com/nltk/nltk/issues/2781 | [
"tagger",
"classifier",
"third-party"
] | abdalimran | 2 |
PaddlePaddle/models | nlp | 5,295 | 请问阅读理解模型的代码实现的模型论文能提供吗? | closed | 2021-04-04T02:37:46Z | 2021-04-05T11:17:26Z | https://github.com/PaddlePaddle/models/issues/5295 | [] | Minjuner-97 | 0 | |
tflearn/tflearn | data-science | 870 | Bug: wrong Xavier initialization for normally distributed weights. | According to the documentation, when using the Xavier initialization with `uniform=False`, the weights are given a standard deviation of `sqrt(3. / (in + out))`. It should be `sqrt(2. / (in + out))` instead, in order to have the same standard deviation as when initializing with a uniform distribution. | open | 2017-08-11T11:37:59Z | 2017-08-11T12:15:07Z | https://github.com/tflearn/tflearn/issues/870 | [] | nanakiksc | 0 |
strawberry-graphql/strawberry | django | 3,491 | `Annotated` + `strawberry.lazy` + deferred annotations results in `UnresolvedFieldTypeError: Could not resolve the type of ...` errors | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
When using `Annotated[..., ... | closed | 2024-05-08T05:20:18Z | 2025-03-20T15:56:44Z | https://github.com/strawberry-graphql/strawberry/issues/3491 | [
"bug"
] | huonw | 2 |
huggingface/transformers | nlp | 36,816 | Gemma3 can't be fine-tuned on multi-image examples | ### System Info
There are more details in here: https://github.com/google-deepmind/gemma/issues/193
But shortly; it seems like multi-image training is not implemented yet
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [x] My own modified scripts
### Tasks
- [ ] An official... | open | 2025-03-19T09:19:32Z | 2025-03-20T09:12:45Z | https://github.com/huggingface/transformers/issues/36816 | [
"bug"
] | FredrikNoren | 8 |
vitalik/django-ninja | django | 508 | Type hint for the request.auth variable | Hi there, i'm have trouble to get some typing hints from the `request.auth` variable issued by `AuthBearer`, is there any way to do this?
This is the only way I came out:
```py
def view(request: HttpRequest):
user: UserInDBSchema = request.auth
...
``` | closed | 2022-07-17T22:38:51Z | 2024-11-16T13:11:14Z | https://github.com/vitalik/django-ninja/issues/508 | [] | RiccardoCherchi | 3 |
huggingface/diffusers | pytorch | 10,317 | The bug occurs when using torch.compile on StableVideoDiffusionPipeline, and it happens when passing different images for the second time. | ### Describe the bug
I created a page using Gradio to generate videos with the `StableVideoDiffusionPipeline`, and I used `torch.compile(pipeline.unet, mode="reduce-overhead", fullgraph=True) `for acceleration. I noticed that after inference with StableVideoDiffusionPipeline, the GPU memory usage increases from 4.8GB ... | open | 2024-12-20T08:51:14Z | 2025-01-19T15:02:46Z | https://github.com/huggingface/diffusers/issues/10317 | [
"bug",
"stale"
] | ZHJ19970917 | 3 |
HumanSignal/labelImg | deep-learning | 246 | Running on Windows causes python to crash immediately | <!--
Please provide as much as detail and example as you can.
You can add screenshots if appropriate.
-->
- **OS:** Windows 10
- **PyQt version:** Have PyQt4 and 5 installed
Using python 3.5.2 from the command line I run:
```
pyrcc4 -py3 -o resources.py resources.qrc
python labelimg.py
```
It im... | closed | 2018-02-28T03:16:36Z | 2018-05-17T18:57:38Z | https://github.com/HumanSignal/labelImg/issues/246 | [] | lYlantis | 9 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 295 | PyQt5自定义的QTreeWidget,没有ExpandCollpasePattern, 右键弹出的QMenu, QAction也找不到QMenuItemControl | 
拿到对应的TreeItemControl后,没法展开;前面的小箭头控件也获取不到;右键弹出的QMenu也抓不到。 | open | 2024-10-21T08:48:37Z | 2025-01-02T11:17:31Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/295 | [] | Luyaojun | 1 |
PokeAPI/pokeapi | graphql | 494 | flavor_text_entries (description) hasn't a fix index for each language | Hi,
I'm having a lot of fun learning Javascript using Pokéapi, so first thank you for that !
I've created a pokedex (in french), and i'm using [flavor_text_entries] to get the pokemon's description. So in https://pokeapi.co/api/v2/pokemon-species/1 I'm getting `[flavor_text_entries][5][flavor_text]` to have the frenc... | closed | 2020-05-25T08:21:54Z | 2020-05-25T10:44:53Z | https://github.com/PokeAPI/pokeapi/issues/494 | [] | Nicoji | 4 |
PaddlePaddle/PaddleHub | nlp | 1,421 | 基于PaddleHub的疫情期间网民情绪识别项目跑不起来 | 换了很多版本paddlepaddle-gpu和paddle都不行,这个项目现在还能运行吗,地址是https://aistudio.baidu.com/aistudio/projectdetail/294224
使用过的组合:
paddlepaddle-gpu==1.6.2 paddlehub==1.6.2
paddlepaddle-gpu==1.8.0 paddlehub==1.6.2
paddlepaddle-gpu==2.0.0 paddlehub==1.6.2
paddlepaddle-gpu==2.0.0 paddlehub==2.0.0
paddlepaddle-gpu==2.1.0 paddlehub==2.... | open | 2021-05-23T03:56:45Z | 2021-05-24T02:30:51Z | https://github.com/PaddlePaddle/PaddleHub/issues/1421 | [
"nlp"
] | futureflsl | 1 |
MagicStack/asyncpg | asyncio | 1,179 | `copy_from_query` does not handle `NoneType` parameters correctly | <!--
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 ... | closed | 2024-09-08T21:44:15Z | 2024-10-18T19:00:32Z | https://github.com/MagicStack/asyncpg/issues/1179 | [] | fobispotc | 2 |
huggingface/transformers | deep-learning | 36,423 | KTransformers跑DeepSeek-R1量化版,支持多并发吗?多并发要的资源是不是也成倍上涨? | closed | 2025-02-26T14:23:41Z | 2025-02-27T13:14:57Z | https://github.com/huggingface/transformers/issues/36423 | [] | William-Cai123 | 0 | |
TheKevJames/coveralls-python | pytest | 377 | 3.3.1: pytest is failing in units which are uning `coverage.files` module (with `coverage` 7.0.1) | I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolation`
- because I'm calling `build` with `--no-isolation` I'm using during all processes only locally installed modules
-... | closed | 2023-01-01T15:51:21Z | 2024-04-26T16:34:37Z | https://github.com/TheKevJames/coveralls-python/issues/377 | [] | kloczek | 3 |
tensorflow/tensor2tensor | deep-learning | 1,628 | local_moe loss multiplied twice with loss_coefficient | ### Description
In the case of topk gating, the loss is falsely multiplied twice by the loss coefficient.
I fixed this in pull request #1627 | closed | 2019-07-11T10:31:56Z | 2019-07-21T10:07:17Z | https://github.com/tensorflow/tensor2tensor/issues/1628 | [] | davidmrau | 0 |
ckan/ckan | api | 8,124 | Sysadmin editing user profile page uses wrong value for email notifications checkbox | ## CKAN version
2.10
## Describe the bug
When the activity plugin is enabled, the email notifications checkbox on editing a user profile draws its value from the _current_ user (`g.userobj`), not the user being edited. When a sysadmin edits someone else's user profile, the checkbox value will be based on the s... | closed | 2024-03-19T01:33:10Z | 2024-03-19T14:10:29Z | https://github.com/ckan/ckan/issues/8124 | [] | ThrawnCA | 0 |
tableau/server-client-python | rest-api | 1,134 | Paginated query logic is incorrect | **Describe the bug**
Logic of [paginated_query](https://github.com/tableau/server-client-python/blob/83e1069520669ad18f2cfca384bc74784c3bb75a/tableauserverclient/server/endpoint/metadata_endpoint.py#L92) function in [metadata_endpoint.py](https://github.com/tableau/server-client-python/blob/master/tableauserverclient/... | closed | 2022-10-26T01:59:13Z | 2023-09-04T10:56:50Z | https://github.com/tableau/server-client-python/issues/1134 | [] | dion-gdn | 2 |
albumentations-team/albumentations | machine-learning | 1,874 | Enhance augmentation objects with references to a random state. | ## Suggested Improvement
Looking at the current code, to draw random samples augmentation objects are using the global random state in the `random` module. This is ideal for maximally random pipelines that are impacted by any other use of the global random state outside of albumentations itself.
This is not idea... | closed | 2024-08-12T22:00:47Z | 2024-10-26T00:29:44Z | https://github.com/albumentations-team/albumentations/issues/1874 | [
"enhancement"
] | Erotemic | 2 |
unit8co/darts | data-science | 1,955 | Non-binary categorical variable in the TiDE model | Is it possible to add a non-binary categorical variable as a covariate in the TiDE model? I guess I can do it as a one hot encoded variable but wonder ign if I can do it more directly. For example, [0-6] for day of the week? | closed | 2023-08-15T10:12:39Z | 2023-08-15T14:47:08Z | https://github.com/unit8co/darts/issues/1955 | [
"question"
] | dagap | 1 |
TencentARC/GFPGAN | deep-learning | 364 | why perceptual loss is so big? | I train this great work, but I find the perceptual loss is so big, e.g, the L1loss is 10e-1, and the perceptual loss is 10e+1……Dose I got some errors? thx! | open | 2023-04-13T10:51:25Z | 2023-04-13T10:51:25Z | https://github.com/TencentARC/GFPGAN/issues/364 | [] | YilanWang | 0 |
JaidedAI/EasyOCR | machine-learning | 508 | Heatmaps | Hello, Is it possible to get heatmaps from EasyOCR?
Thank you in advance. | closed | 2021-08-08T04:46:10Z | 2022-03-02T09:25:04Z | https://github.com/JaidedAI/EasyOCR/issues/508 | [] | alikaz3mi | 5 |
kizniche/Mycodo | automation | 799 | Output Dosing Pump Duration with 8.6.1 | Please complete as many of the sections below, if applicable, to provide the most information that may help with investigating your issue.
### Describe the problem/bug
Since updating to 8.6.1 our system will not dose any pump from the conditional statement. Researching the problem I found that each individual pum... | closed | 2020-07-25T18:37:08Z | 2020-07-25T19:59:55Z | https://github.com/kizniche/Mycodo/issues/799 | [] | kpslc | 3 |
coqui-ai/TTS | python | 3,842 | [Feature request] Add progress bar for large text | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
**🚀 Feature Description**
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Solution**
using tqdm in `for sen in sens` in class Synthesizer in synthe... | closed | 2024-07-30T09:55:40Z | 2025-01-03T08:48:55Z | https://github.com/coqui-ai/TTS/issues/3842 | [
"wontfix",
"feature request"
] | bruceunx | 1 |
clovaai/donut | computer-vision | 19 | Is this available with other language? | Hi, Thank you for sharing nice work.
Is this available with other languages (like Korean, Japanese, ...)?
If so, Could you please give some tips for preparing the data? | closed | 2022-08-11T01:00:06Z | 2022-08-11T09:19:00Z | https://github.com/clovaai/donut/issues/19 | [] | yellowjs0304 | 1 |
Miksus/rocketry | pydantic | 13 | ENH: TaskCond (Condition that is also a task) | **Is your feature request related to a problem? Please describe.**
There may be a situation in which checking the state of a condition consumes too much from the processor, is too slow or prone for freezing thus one may want a condition which check is parallelized.
**Describe the solution you'd like**
A ``TaskCon... | closed | 2021-11-14T22:47:38Z | 2021-11-22T21:36:15Z | https://github.com/Miksus/rocketry/issues/13 | [
"enhancement"
] | Miksus | 1 |
biolab/orange3 | data-visualization | 6,297 | Preprocess widget Remove sparse features does nor remove rows with sparse features | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2023-01-14T12:34:17Z | 2023-01-27T13:01:39Z | https://github.com/biolab/orange3/issues/6297 | [
"bug",
"snack"
] | mcapurso | 1 |
wkentaro/labelme | computer-vision | 643 | When i label two objects for example, in an image, a json file is saved , but only one json and not two.Why is this happening? Are the two labels in 1 json file, or better, does jsson file represent the objects which i labeled???[BUG] | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If app... | closed | 2020-04-13T20:25:39Z | 2020-04-15T11:19:06Z | https://github.com/wkentaro/labelme/issues/643 | [] | geokalom | 2 |
Yorko/mlcourse.ai | numpy | 673 | Jupyter kernel error | Hi,
When I open the jupyter notebooks for the course, I am getting the following kernel error:
"RuntimeError: Permissions assignment failed for secure file: '/notebooks/home/.local/share/jupyter/runtime/kernel-c1c99a70-5225-4507-b438-c1b9697b5473.json'.Got '33279' instead of '600'"
Tried to open the notebooks ... | closed | 2020-09-13T07:35:20Z | 2020-10-31T08:48:29Z | https://github.com/Yorko/mlcourse.ai/issues/673 | [] | matemik | 0 |
holoviz/colorcet | plotly | 3 | license of color scales | Hi, I think these color scales are great and would love to have them available to the Julia community. What license are they released under? I would like to copy the scales to the Julia package PlotUtils, which is under the MIT license. A reference to this repo would appear in the source file and in the documentation (... | closed | 2017-03-13T11:56:14Z | 2018-08-24T13:40:02Z | https://github.com/holoviz/colorcet/issues/3 | [] | mkborregaard | 3 |
flasgger/flasgger | rest-api | 493 | Ugly output on Sphinx | I'm using Sphinx to generate docs (not only for Flask files, but also other files as well).
Swagger UI works like a charm, but it makes the Sphinx output very ugly.
Is there any solution to put them in a harmony?
| open | 2021-09-13T04:18:08Z | 2021-09-13T04:18:08Z | https://github.com/flasgger/flasgger/issues/493 | [] | tsuga | 0 |
Nemo2011/bilibili-api | api | 576 | [建议] 根据状态码提示原因 | 集中在 `utils.network` 添加通用状态码,以及在根据接口的特殊状态码在报错后 raise 对应提示
如 `video.Video.pay_coin` 里面的特殊状态码
- -104 硬币不足
- 34005 视频投币上限
将 `video.json` 中 `operate.coin` 加入 `code` 字段
```json
"coin": {
"url": "https://api.bilibili.com/x/web-interface/coin/add",
"method": "POST",
"verify": true,
"data": {
"aid":... | open | 2023-11-25T12:23:58Z | 2023-11-25T12:23:58Z | https://github.com/Nemo2011/bilibili-api/issues/576 | [
"enhancement",
"GUGU"
] | z0z0r4 | 0 |
graphql-python/graphene-mongo | graphql | 112 | Please add support for GenericEmbeddedDocumentField | Hi,
Please add support for GenericEmbeddedDocumentField, and GenericLazy..... fields
Regrads | closed | 2019-10-22T05:00:09Z | 2020-02-03T08:20:19Z | https://github.com/graphql-python/graphene-mongo/issues/112 | [] | mtech2008 | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 907 | No pth documents generated in checkpoints | I used other images to replace the images(horse2zebra),but when I tried to train my model and pth documents. The process showed no pth documents in my checkpoints/<NAME>/. But the train process have no error.
I am a freshman in GAN field. Hope someone can help me to sove this problem | closed | 2020-02-02T11:03:31Z | 2021-10-20T12:24:08Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/907 | [] | Alyosha-Y | 4 |
OWASP/Nettacker | automation | 132 | Use introjs to create a tutorial for the web API view | [IntroJS](https://introjs.com/) is a library used to create awesome tutorial generally when the user opens the site for the first time. In our case, we can have the tutorial tab specifically made in the web view or the tutorial could be deployed on a demo website. Please let me know if you have any other ideas.
| closed | 2018-04-24T23:03:31Z | 2018-06-28T13:16:31Z | https://github.com/OWASP/Nettacker/issues/132 | [
"enhancement",
"done",
"priority"
] | shaddygarg | 6 |
numba/numba | numpy | 9,732 | numba.cuda.cudadrv.driver.CudaAPIError: [34] | <!--
Thanks for opening an issue! To help the Numba team handle your information
efficiently, please first ensure that there is no other issue present that
already describes the issue you have
(search at https://github.com/numba/numba/issues?&q=is%3Aissue).
-->
## Reporting a bug
When I use namba versions ... | closed | 2024-09-27T07:28:01Z | 2024-10-11T06:24:54Z | https://github.com/numba/numba/issues/9732 | [
"needtriage",
"CUDA"
] | pxrw | 10 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,826 | [Bug]: Sudden multiple errors (on Automatic1111 v1.9.3) | ### Checklist
- [x] 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 ... | closed | 2024-05-17T20:42:30Z | 2024-05-18T02:55:34Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15826 | [
"bug-report"
] | UlyssesHeart | 5 |
mirumee/ariadne | graphql | 1,120 | Union as directive argument | I'm trying to implement a directive that accepts a union as input:
```gql
union Value = String | Int | Boolean
directive @foo(values: [Value]) on FIELD_DEFINITION
```
However, I'm getting the following error:
```
TypeError: Argument type must be a GraphQL input type.
```
Is this a known limitation in A... | closed | 2023-08-28T11:06:45Z | 2023-08-28T14:47:19Z | https://github.com/mirumee/ariadne/issues/1120 | [
"question",
"waiting"
] | and3rson | 4 |
microsoft/MMdnn | tensorflow | 633 | Converting trained Object Detection PyTorch Darknet model to Tensorflow | Platform (like ubuntu 16.04/win10): centos7
Python version: 3.6
Source framework with version (like Tensorflow 1.4.1 with GPU): PyTorch 1.0
Destination framework with version (like CNTK 2.3 with GPU): Tensorflow GPU
Pre-trained model path (webpath or webdisk path): https://storage.googleapis.com/ultralytics... | closed | 2019-04-04T02:47:01Z | 2021-02-12T19:28:54Z | https://github.com/microsoft/MMdnn/issues/633 | [] | buroa | 4 |
tox-dev/tox | automation | 2,479 | Problems with tox and setuptools 64 | Hello,
Since yesterday, running psycopg 3 tests with tox started to fail:
- [last successful test](https://github.com/psycopg/psycopg/actions/runs/2837963875)
- [currently failing test](https://github.com/psycopg/psycopg/actions/runs/2845025376)
To reproduce:
```
git clone git@github.com:psycopg/psycopg.g... | closed | 2022-08-12T22:50:14Z | 2022-08-12T23:19:36Z | https://github.com/tox-dev/tox/issues/2479 | [
"bug:normal"
] | dvarrazzo | 3 |
matplotlib/matplotlib | matplotlib | 28,867 | [Bug]: Why is there an offset between grey bars and width of arrows in upper limits using geometric mean (Original post , reproducible code and data added) | ### Bug summary
For the image shown below, which shows upper limits in red arrows between two variables X and Y and on the right side there is Z axis showing value of grey bars, why is their an offset between grey bars and width of arrows.
.
[CPU] : CPU
[0] : NVIDIA GeForce RTX 3060 Ti
[0] Which GPU indexes to choose? :
0
Initializing models: 100%|#######################################... | open | 2022-07-01T10:46:47Z | 2023-06-08T23:18:53Z | https://github.com/iperov/DeepFaceLab/issues/5534 | [] | hossam0galal | 4 |
chaos-genius/chaos_genius | data-visualization | 997 | [BUG] Error while fetching table metadata details | ## Describe the bug
While fetching the metadata from the GBQ, this is the error coming for one table which is changing the data connection status as broken.
Logs
This is the error traceback.
```
[2022-06-15 14:13:35,326: ERROR/ForkPoolWorker-1] Error in metadata prefetch.
Traceback (most recent call last):
... | closed | 2022-06-17T09:03:21Z | 2022-06-29T12:39:07Z | https://github.com/chaos-genius/chaos_genius/issues/997 | [
"🐛 bug",
"🛠️ backend",
"🔗 connectors"
] | manassolanki | 0 |
deeppavlov/DeepPavlov | tensorflow | 1,551 | Ошибка обучения модели в навыке Frequently Asked Questions (FAQ) |
**DeepPavlov version** : deeppavlov 0.17.2
**Python version**: Python 3.7.4
**Operating system** Ubuntu linux
**Issue**:
Привет! Воспользовался инструкцией по быстрому старту в навыке [вот](http://docs.deeppavlov.ai/en/master/features/skills/faq.html).
Установил python 3.7.4 в виртуальное окружение, устан... | closed | 2022-04-14T08:23:33Z | 2022-04-18T12:55:15Z | https://github.com/deeppavlov/DeepPavlov/issues/1551 | [
"bug"
] | HeavyPunk | 3 |
huggingface/datasets | pytorch | 6,442 | Trouble loading image folder with additional features - metadata file ignored | ### Describe the bug
Loading image folder with a caption column using `load_dataset(<image_folder_path>)` doesn't load the captions.
When loading a local image folder with captions using `datasets==2.13.0`
```
from datasets import load_dataset
data = load_dataset(<image_folder_path>)
data.column_names
```
... | closed | 2023-11-22T11:01:35Z | 2023-11-24T17:13:03Z | https://github.com/huggingface/datasets/issues/6442 | [] | linoytsaban | 1 |
wemake-services/django-test-migrations | pytest | 250 | Upgrade dependecy of typing_extensions to ^4.0.0 | Hello,
I would like to know if it's possible to upgrade the dependency to typing_extensions >= 4.0.0.
As of now we cannot introduce some external dependencies like `pydantic` in our project because of dependency conflicts with `django-test-migrations`. I don't exactly know if some breaking changes have been intro... | closed | 2021-12-13T08:14:43Z | 2021-12-13T21:25:38Z | https://github.com/wemake-services/django-test-migrations/issues/250 | [] | thibautd | 5 |
Hironsan/BossSensor | computer-vision | 2 | Info to be added | Hi
could you add your article in the description as a reference to more info?
http://ahogrammer.com/2016/11/15/deep-learning-enables-you-to-hide-screen-when-your-boss-is-approaching/ | closed | 2016-12-05T07:01:41Z | 2016-12-05T07:13:09Z | https://github.com/Hironsan/BossSensor/issues/2 | [] | amorenew | 2 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 996 | [BUG]: <Provide a clear, descriptive title> | ### Describe the bug
Program ending when starting to apply.
### Steps to reproduce
User chose to skip waiting.
2024-12-04 13:46:03.301 | DEBUG | src.aihawk_job_manager:start_applying:134 - Starting the search for Deep Learning in Columbus, Ohio.
2024-12-04 13:46:03.302 | DEBUG | src.aihawk_job_manager:start_... | closed | 2024-12-04T18:52:36Z | 2024-12-21T01:58:32Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/996 | [
"bug",
"stale"
] | Roberto-Candelario | 2 |
tflearn/tflearn | tensorflow | 637 | Error on array Index LSTM/RNN | Hello,
I'm trying to execute the following code:
```
import sys
import tensorflow
import tflearn
from tflearn.data_utils import to_categorical, pad_sequences, VocabularyProcessor
text, labels = load_csv(r"C:\Users\Desktop\Machine Learning\Getting Started\Data\train_dataset_rnn.csv", categorical_labels=True, ... | open | 2017-02-28T14:20:55Z | 2017-04-30T08:17:27Z | https://github.com/tflearn/tflearn/issues/637 | [] | PrimeF | 2 |
influxdata/influxdb-client-python | jupyter | 288 | Check does not return threshold type, value, within, min and max | <!--
Thank you for reporting a bug.
* Please add a :+1: or comment on a similar existing bug report instead of opening a new one.
* https://github.com/influxdata/influxdb-client-python/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Abug+
* Please check whether the bug c... | closed | 2021-07-17T12:51:54Z | 2021-07-26T12:02:24Z | https://github.com/influxdata/influxdb-client-python/issues/288 | [
"bug"
] | abhi1693 | 1 |
roboflow/supervision | machine-learning | 1,359 | Help with using Supervision on real time feed | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
I am using a Lucid Machine Vision Camera and I want to use supervision for detection, speed estimation of objects from real time feed.
Since ... | closed | 2024-07-15T04:48:35Z | 2024-07-15T09:43:58Z | https://github.com/roboflow/supervision/issues/1359 | [
"question"
] | likith1908 | 0 |
akfamily/akshare | data-science | 5,698 | AKShare 接口问题报告 | AKShare Interface Issue Report stock_sector_fund_flow_rank数据不全 | 版本1.16.4
stock_sector_fund_flow_rank 好像还缺乏一些数据没有抓取全
 | closed | 2025-02-19T04:38:12Z | 2025-02-19T09:00:06Z | https://github.com/akfamily/akshare/issues/5698 | [
"bug"
] | fweiger | 3 |
fastapi/fastapi | api | 12,497 | Use Request in Fastapi to get post json data request, it throw a error : exception in asgi application | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
code:

error:

| closed | 2024-10-21T05:54:59Z | 2024-10-21T06:12:49Z | https://github.com/fastapi/fastapi/issues/12497 | [] | cloudy-Meng | 0 |
allenai/allennlp | nlp | 5,106 | Setting `requires_grad = True` for optimizer parameters | **Is your feature request related to a problem? Please describe.**
I'd like the ability to set `requires_grad=True` in the optimizer parameter groups. For instance:
```
...
"text_field_embedder": {
"token_embedders": {
"tokens": {
"type": "pretrained_transformer",
"mo... | open | 2021-04-09T01:01:56Z | 2021-05-05T16:11:26Z | https://github.com/allenai/allennlp/issues/5106 | [
"Contributions welcome",
"Feature request"
] | nelson-liu | 4 |
graphql-python/graphene-django | graphql | 944 | How to generate non nullable queries? | This is my model and schema:
```python
class AccountRegion(models.Model):
name = models.CharField(_('name'), max_length=128)
class AccountRegionType(DjangoObjectType):
class Meta:
model = AccountRegion
class Query(graphene.ObjectType):
account_regions = graphene.List(AccountRegionType)
... | closed | 2020-04-23T16:27:15Z | 2020-05-09T15:47:23Z | https://github.com/graphql-python/graphene-django/issues/944 | [] | honi | 2 |
microsoft/unilm | nlp | 1,599 | Missing Documentation | **Describe**
Model I am trying to use: LayoutLM, specifically the linked layoutlmv3 fine-tuned on publaynet.
**Issue**
It's almost impossible to experiment with these models without the proper documentation. This is a request for documentation on using these models to run inference. ideally, the documentation c... | open | 2024-07-10T00:24:56Z | 2024-07-10T00:24:56Z | https://github.com/microsoft/unilm/issues/1599 | [] | QuantumStaticFR | 0 |
KaiyangZhou/deep-person-reid | computer-vision | 232 | VideoDataManager: Multiple Sources | Hello
I have an odd behavior with VideoDataManager. It works as expected on Duke VideoReID and Mars Video ReID datasets and I am able to train with no problems with a batch size of 40.
However, when I try to have two sources it's taking 3x+ more GPU memory for some weird reason when the VideoDataManager is suppos... | closed | 2019-09-25T21:36:22Z | 2019-10-22T21:30:49Z | https://github.com/KaiyangZhou/deep-person-reid/issues/232 | [] | avn3r-dn | 1 |
fastapi/sqlmodel | fastapi | 55 | Implementation for no sql | ### 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] I al... | closed | 2021-08-28T21:07:26Z | 2022-09-10T00:13:16Z | https://github.com/fastapi/sqlmodel/issues/55 | [
"question",
"answered"
] | video-online | 3 |
postmanlabs/httpbin | api | 240 | response-headers Content-Disposition: attachment; filename="test.json" | What is the correct URI to reproduce `Content-Disposition: attachment; filename="test.json"`
I tried various combinations with %20 and %22 but am never able to get `Content-Disposition` as key and `attachment;filename": "test.json"` as value. Is this possible?
For example
http://httpbin.org/response-headers?Content-Ty... | closed | 2015-07-17T07:28:58Z | 2018-04-26T17:51:07Z | https://github.com/postmanlabs/httpbin/issues/240 | [] | thisconnect | 2 |
supabase/supabase-py | fastapi | 418 | Functions client 404s on existing functions | **Describe the bug**
I may very well be doing something wrong here, but I cannot get the functions invoke endpoint to work. All attempts to invoke a function 404.
I can get this to work with the JavaScript client, which calls `https://mysubdomain.supabase.co/rest/v1/rpc/testing_func`. The Python client, however, ... | closed | 2023-04-22T21:28:26Z | 2023-06-15T05:12:50Z | https://github.com/supabase/supabase-py/issues/418 | [] | duffn | 2 |
PokeAPI/pokeapi | graphql | 606 | scatterbug and spewpa forms are incorrect | Hey,
Scatterbug and Spewpa dont have any forms, only the last evoltion as them based on the region you are in.
So why are there so many forms in the api?
Greetz,
Luzifer
| open | 2021-03-25T14:49:50Z | 2021-12-28T16:45:17Z | https://github.com/PokeAPI/pokeapi/issues/606 | [] | LuziferSenpai | 1 |
horovod/horovod | machine-learning | 3,378 | Problem during installation | Hello,
First of all, thank you guys for your package and for making it available.
Right now, I am trying to install horovod based on the instructions you guys gave, but I am still having troubles. I installed it in an anaconda environment and I have the gxx_linux_64 installed.
- NCCL==2.x
- anaconda 4.1.0
- Sy... | closed | 2022-01-21T23:48:53Z | 2022-02-15T16:26:00Z | https://github.com/horovod/horovod/issues/3378 | [] | anufagbemi | 1 |
jumpserver/jumpserver | django | 14,456 | [Question] 使用4.3.1遇到登录问题 | ### 产品版本
4.3.1
### 版本类型
- [X] 社区版
- [ ] 企业版
- [ ] 企业试用版
### 安装方式
- [X] 在线安装 (一键命令安装)
- [ ] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### 环境信息
centos 8,单机在线一键安装,chrome
### 🤔 问题描述
部署好之后,创建了第一个系统用户、第一个资产(root免密登录)、第一个资产账号(root)、第一个资产授权。但是当我尝试切换至普通的系统用户界面,连接资产时,居然还会让我输入密码???不确认是哪里配置得有问题。
##... | closed | 2024-11-14T16:26:09Z | 2024-11-15T06:47:47Z | https://github.com/jumpserver/jumpserver/issues/14456 | [
"⏳ Pending feedback",
"🤔 Question"
] | GeekHeroown | 3 |
pytorch/vision | computer-vision | 8,728 | Add Points to TVTensors | ### 🚀 The feature
A new [TVTensor](https://pytorch.org/vision/main/generated/torchvision.tv_tensors.TVTensor.html#torchvision.tv_tensors.TVTensor) subclass that represents a (N, 2) tensor.
It can be used to represent points, and should be affected by the augmentation pipelines as such (for example, [RandomRotation... | open | 2024-11-13T08:53:15Z | 2024-12-17T13:55:06Z | https://github.com/pytorch/vision/issues/8728 | [] | Alexandre-SCHOEPP | 3 |
ploomber/ploomber | jupyter | 983 | Python 3.10 CI on Linux takes a long time without finishing | Recent Python 3.10 CI on Linux takes a long time without finishing:
https://github.com/ploomber/ploomber/runs/7900610640?check_suite_focus=true
https://github.com/ploomber/ploomber/runs/7901501661?check_suite_focus=true
Windows works fine. Not sure about macOS as it failed due to other intermittent tests. | closed | 2022-08-18T16:45:15Z | 2023-01-05T02:22:04Z | https://github.com/ploomber/ploomber/issues/983 | [] | 94rain | 1 |
zappa/Zappa | flask | 1,133 | API response not given before calling call_on_close function | I am using a @call_on_close() decorator to invoke an assyncronous job, since the gateway timeout is now enough for my job to execute, however it is not sending the API response before calling the function
## Context
I have the code as writen bellow
@blueprint_protests_pj.route('/protests', methods=['POST'])
def p... | closed | 2022-05-19T19:12:00Z | 2022-07-16T05:49:47Z | https://github.com/zappa/Zappa/issues/1133 | [] | carlos-schwabe | 1 |
ultralytics/yolov5 | deep-learning | 12,454 | Is it necessary to register buffer? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
In __init__ function of class Detect , there are 2 lines codes:
```
self.register_buffe... | closed | 2023-12-01T10:47:06Z | 2023-12-01T14:56:04Z | https://github.com/ultralytics/yolov5/issues/12454 | [
"question"
] | autograd500 | 1 |
sczhou/CodeFormer | pytorch | 411 | Video pipeline error: Something is wrong with ffmpeg | I have tried everything to solve this error, but couldn't do it. I am running of colab. Has anyone else faced any kind of issue similar to this, or can someone help me solve this.
PS: I have already tried to install ffmpeg and libx264 on colab.
```Python
ERROR:root:Internal Python error in the inspect module.
... | open | 2024-10-22T15:45:11Z | 2024-10-26T12:03:02Z | https://github.com/sczhou/CodeFormer/issues/411 | [] | psycoplankton | 4 |
scrapy/scrapy | web-scraping | 5,740 | asyncio exception in scrapy shell | We got a bug report that using `fetch(<url>)` in `scrapy shell` on Windows in a new project (so with `TWISTED_REACTOR` set to the asyncio one) raises "There is no current event loop" in `deferred_from_coro()`. The Python version is 3.9 and 3.10 and the Scrapy version is 2.7.1. It is possible that the recenty changed lo... | closed | 2022-11-29T18:32:23Z | 2023-01-25T10:40:57Z | https://github.com/scrapy/scrapy/issues/5740 | [
"bug",
"help wanted",
"Windows",
"asyncio"
] | wRAR | 3 |
newpanjing/simpleui | django | 351 | Timezone is set fixed to +08:00 | closed | 2021-03-25T20:09:28Z | 2021-03-31T08:50:58Z | https://github.com/newpanjing/simpleui/issues/351 | [] | macmoritz | 2 | |
amdegroot/ssd.pytorch | computer-vision | 444 | non-static forward method will be removed in 1.3 | Hi, the version of my pytorch is 1.3. and the python version is 3.6. when I run the code
y = net(x)
which is for the detection.
the warning is arise:
UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with stati... | open | 2019-12-11T03:58:53Z | 2020-12-15T00:58:54Z | https://github.com/amdegroot/ssd.pytorch/issues/444 | [] | BingkunZhao | 18 |
widgetti/solara | fastapi | 152 | How to update Select which relies on InputText? | I have one InputText called `folderPath` and another Select called `default_filename`.
The idea is that users input the folder path and select the filename.
```
import os
from glob import glob
import solara
folderPath = solara.reactive('')
@solara.component
def data_input():
solara.InputText('Enter f... | closed | 2023-06-14T19:16:21Z | 2023-06-14T19:40:57Z | https://github.com/widgetti/solara/issues/152 | [] | zxdawn | 2 |
miguelgrinberg/python-socketio | asyncio | 794 | AsyncClient connecting, then disconnecting with packet queue is empty | **Describe the bug**
On connection, the AsyncClient connects, then immediately disconnects with the message: packet queue is empty, aborting.
**Expected behavior**
The AsyncClient to connect successfully and stay connected.
**Logs**
```
running connecting method
Attempting WebSocket connection to ws://localhos... | closed | 2021-10-10T04:12:33Z | 2021-10-10T09:14:26Z | https://github.com/miguelgrinberg/python-socketio/issues/794 | [] | sz55net | 2 |
ludwig-ai/ludwig | data-science | 3,645 | Unskip torchaudio-related tests that are incompatible with torch 2.2.0 | https://github.com/ludwig-ai/ludwig/actions/runs/6244093420/job/16950505282?pr=3644 | closed | 2023-09-20T15:12:26Z | 2023-09-22T09:52:01Z | https://github.com/ludwig-ai/ludwig/issues/3645 | [
"productivity and code quality"
] | justinxzhao | 2 |
automl/auto-sklearn | scikit-learn | 818 | get timestamps of start and end of training of algorithm | Is there any way to get time of start of training and end of training of each algorithm from logs generated after fit method? I looked into logs but not able to get it. Can anybody help me out? | closed | 2020-04-09T13:01:50Z | 2020-09-03T07:09:15Z | https://github.com/automl/auto-sklearn/issues/818 | [] | rupeshchandgude | 2 |
assafelovic/gpt-researcher | automation | 826 | ModuleNotFoundError: No module named 'Exa' | Running the application/code in Pycharm (python 3.10 interpreter), I've installed all the dependencies for Exa. After several restarts, still getting the same error, No module named 'Exa', cant run the application at all.
This is what my terminal log looks like:
INFO: Started server process [56976]
INFO: ... | closed | 2024-09-05T20:20:37Z | 2024-09-06T13:48:48Z | https://github.com/assafelovic/gpt-researcher/issues/826 | [] | alextjp | 2 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,327 | [Bug]: Automatic1111 fails to load weights | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] 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
- [X] The issue has not been reported before... | open | 2024-08-04T17:54:01Z | 2024-08-04T17:54:01Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16327 | [
"bug-report"
] | K1LL3RPUNCH | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.