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
mckinsey/vizro
pydantic
101
A date filter
### What's the problem this feature will solve? I'd like to have a date filter, so I can filter to a certain date range. ### Describe the solution you'd like I'd expect a "Start date" and "End date" filter to show up. ### Alternative Solutions In our case, we only need to filter per month, so I can create a dropd...
closed
2023-10-08T22:04:22Z
2024-07-09T15:44:48Z
https://github.com/mckinsey/vizro/issues/101
[ "Feature Request :nerd_face:" ]
roldengarm
2
dgtlmoon/changedetection.io
web-scraping
1,745
[bug] "Ignore filters" with an extra regex option like `/i` doesnt work
0.44 Ignore (and maybe "Trigger"? but definitely Ignore) Filters that end in special python regex options like `/i` dont work, ie `/hello/i`
closed
2023-08-24T10:29:46Z
2023-09-05T10:58:42Z
https://github.com/dgtlmoon/changedetection.io/issues/1745
[ "bug" ]
dgtlmoon
0
ploomber/ploomber
jupyter
525
add a user guide showing how to run ploomber in a CI/CD fashion
with github actions and gitlab
closed
2022-02-02T18:11:32Z
2022-06-30T21:41:26Z
https://github.com/ploomber/ploomber/issues/525
[]
edublancas
1
miguelgrinberg/Flask-SocketIO
flask
1,837
connection status problem
Please help, how can I know that the user closed the connection and then I stop sending content to the user
closed
2022-07-07T16:10:53Z
2022-07-07T21:00:48Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1837
[]
DC-Lin
1
kennethreitz/responder
flask
66
CORS support?
Wondering if there is built-in cors support
closed
2018-10-17T05:12:17Z
2018-10-17T11:20:44Z
https://github.com/kennethreitz/responder/issues/66
[]
geohuz
2
HumanSignal/labelImg
deep-learning
814
New Feature - Pin Bounding Box to next Images.
Hi, Will be great if allow pin bounding box to nexts images. For example labeling Cars from a sequence of images from video. If some car shows in all images on same spot, then we can pin that bounding box for next images without need label it in every image.
open
2021-11-18T22:03:16Z
2022-01-28T01:37:01Z
https://github.com/HumanSignal/labelImg/issues/814
[]
levipereira
1
GibbsConsulting/django-plotly-dash
plotly
190
Request to load scripts locally wants a tagged version
Hello! I want to deploy my application completely offline. For that I enabled local serving. The site makes a weird request to my static folder where it asks for a tagged version. See example below. ![image](https://user-images.githubusercontent.com/14976293/68762732-09ffe080-0617-11ea-8cb3-c7096e4fc1f3.png) Wo...
closed
2019-11-13T12:11:49Z
2019-11-13T14:58:27Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/190
[]
rhewid
1
deepspeedai/DeepSpeed
machine-learning
7,169
nv-ds-chat CI test failure
The Nightly CI for https://github.com/deepspeedai/DeepSpeed/actions/runs/14013664279 failed.
open
2025-03-23T00:28:17Z
2025-03-23T00:28:17Z
https://github.com/deepspeedai/DeepSpeed/issues/7169
[ "ci-failure" ]
github-actions[bot]
0
explosion/spaCy
nlp
12,370
ValueError('[E1010] Unable to set entity information for token 3 which is included in more than one span in entities, blocked, missing or outside.')
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour First here is the code: ``` ents_data = json["ents_data"] for ents in ents_data: # print(ents, ":") doc = nlp(ents["text"]) for ent in ent...
closed
2023-03-06T11:24:46Z
2023-03-06T14:41:12Z
https://github.com/explosion/spaCy/issues/12370
[]
Yukari-Tryhard
1
sherlock-project/sherlock
python
2,087
How do I use this to search someone
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE. ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you have completed...
closed
2024-04-18T06:48:51Z
2024-04-18T11:53:50Z
https://github.com/sherlock-project/sherlock/issues/2087
[ "question" ]
Bego7567
1
wemake-services/django-test-migrations
pytest
378
django.db.utils.OperationalError: (1050, "Table 'bar' already exists")
Hi :) First of all, thank you very much for the package I think it will be very helpfull for the Django community. Unfortunately i encounter some issues :( I'm sure I'm not using it the right way ... There is an example of test I wrote. ```python @pytest.mark.django_db() def test_should_copy_cads_validati...
closed
2023-07-17T08:19:06Z
2023-12-22T17:43:34Z
https://github.com/wemake-services/django-test-migrations/issues/378
[]
ulyssejdv
6
Colin-b/pytest_httpx
pytest
161
Version 0.21.1 issues a warning when installing with the version of pip packaged with python 3.13rc2
I ran into an issue using this package with Python 3.13rc2 the issue was due to a deprecated configuration that will be removed in the new version. Here is the error on 3.13 > WARNING: Ignoring version 0.21.1 of pytest-httpx since it has invalid metadata: Requested pytest-httpx==0.21.1 from https://files.py...
closed
2024-10-02T01:49:41Z
2024-10-28T20:37:43Z
https://github.com/Colin-b/pytest_httpx/issues/161
[ "invalid" ]
kjaymiller
2
bmoscon/cryptofeed
asyncio
848
Race condition in L2 book subscription for Bybit and some other exchanges
**Describe the bug** Intermittently on one VPS I noticed a `KeyError` for Bybit: ``` Traceback (most recent call last): File "/home/user/.local/lib/python3.9/site-packages/cryptofeed/connection_handler.py", line 69, in _create_connection await self._handler(connection, self.handler) File "/home/user/.loca...
closed
2022-05-15T20:09:59Z
2022-05-20T16:09:35Z
https://github.com/bmoscon/cryptofeed/issues/848
[ "bug" ]
agijsberts
4
hzwer/ECCV2022-RIFE
computer-vision
350
有关生成图片有色偏的问题
请问在做人物插帧时,生成的中间帧和原来的图片在人物皮肤上会有色偏,请问这个有什么办法解决吗,感谢!
closed
2023-12-27T01:55:52Z
2024-02-27T06:53:15Z
https://github.com/hzwer/ECCV2022-RIFE/issues/350
[]
wangzf18
6
deepspeedai/DeepSpeed
machine-learning
5,883
[BUG] deepspeed.utils.safe_get_full_grad get all nan value
**Describe the bug** hello, i try to train model with deepspeed ZERO, this is my script ``` import os import torch import deepspeed from transformers import AutoTokenizer, AutoModelForCausalLM, AutoConfig from torch.utils.data import DataLoader, TensorDataset # Constants MODEL_NAME = "facebook/opt-125m" MAX...
closed
2024-08-08T14:25:57Z
2024-09-12T15:25:11Z
https://github.com/deepspeedai/DeepSpeed/issues/5883
[ "bug", "training" ]
gin-xi
2
vitalik/django-ninja
rest-api
568
value is not a valid list (type=type_error.list)
I need to output the value of return in the following function in the format of {"msg": "success", "code": 200, "data": qs}, but I can't solve it through various common sense, and will report various different mistake. The return JsonResponse({"msg": "success", "code": 200, "data": data}) can be returned normally, but...
open
2022-09-15T15:51:20Z
2022-09-16T05:31:41Z
https://github.com/vitalik/django-ninja/issues/568
[]
ddzyx
4
explosion/spaCy
deep-learning
13,221
Text tokenizer is classifying the letter "O" as punctuation.
I am using the following code: ``` doc = nlp(text) for token in doc: if token.pos_ == 'PUNCT': text = text.replace(token.text, '') ``` with the following raw text, read from a PDF using pyPDF > "with a proven track record of delivering strategic financial solutions for clients. Highly accomplish...
closed
2024-01-05T17:32:24Z
2024-01-08T15:45:24Z
https://github.com/explosion/spaCy/issues/13221
[ "usage", "feat / tagger" ]
dorncg18
1
litestar-org/litestar
asyncio
3,029
Bug: `exceptiongroup` backport is missing on Python 3.10
### Description Code expects `exceptiongroup` backport to be installed in https://github.com/litestar-org/litestar/blob/6e4e530445eadbc1fd2f65bebca3bc68cf12f29a/litestar/utils/helpers.py#L101 However, it's only declared for _dev_ dependencies in https://github.com/litestar-org/litestar/blob/6e4e530445eadbc1fd2f65...
closed
2024-01-26T14:59:04Z
2025-03-20T15:54:22Z
https://github.com/litestar-org/litestar/issues/3029
[ "Bug :bug:", "Good First Issue", "Dependencies", "Package" ]
mtvx
2
Lightning-AI/pytorch-lightning
deep-learning
19,669
UI issue with Documentation
### 📚 Documentation UI issue on https://lightning.ai/docs/fabric/stable/examples/. Tags are overlapping on text. <img width="753" alt="Screenshot 2024-03-18 at 4 21 25 PM" src="https://github.com/Lightning-AI/pytorch-lightning/assets/57898986/1c78004f-6492-4e18-a782-e5b316a6b1a1"> cc @borda
closed
2024-03-18T10:54:32Z
2024-03-27T00:04:38Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19669
[ "docs" ]
Dev-Khant
2
oegedijk/explainerdashboard
plotly
190
What about the deep learning models?
closed
2022-02-28T06:19:11Z
2023-01-01T19:26:31Z
https://github.com/oegedijk/explainerdashboard/issues/190
[]
deekshith39
4
microsoft/qlib
machine-learning
1,512
annualized return wrong? revisit
I have read https://github.com/microsoft/qlib/pull/1433 and https://github.com/microsoft/qlib/issues/1067 I tried the summation and exponential mode to caculate annualized return using https://github.com/microsoft/qlib/pull/1433 method. and it seems both are wrong. I ran workflowexample.ipynb, and I checked bench...
closed
2023-05-13T14:54:32Z
2023-08-17T06:01:59Z
https://github.com/microsoft/qlib/issues/1512
[ "question", "stale" ]
quant2008
1
postmanlabs/httpbin
api
307
Error 500 on digest-auth with qop='auth-int'
This is **NOT** a duplicate of #162 **Steps to reproduce the problem:** - run httpbin locally `gunicorn httpbin:app` - Attempt to access digest authorization test, using qop='auth-int' `curl http://localhost:8000/digest-auth/auth-int/user/pass --digest -u user:pass -v` **Result:** > GET /digest-auth/auth-int/use...
closed
2016-10-19T12:12:23Z
2018-04-26T17:51:11Z
https://github.com/postmanlabs/httpbin/issues/307
[]
felixpalta
2
proplot-dev/proplot
data-visualization
165
Wrong grid line labels with Lambert projection
### Description Now, the newest cartopy (0.18.0) supports adding grid line labels to the Lambert projection. But, the labels shown by proplot are wrong. I suppose `proplot` misses some keys: ``` x_inline=False, y_inline=False ``` ### Steps to reproduce ```python import proplot as plot f, axs = plot.su...
closed
2020-05-13T01:21:46Z
2020-05-24T04:43:55Z
https://github.com/proplot-dev/proplot/issues/165
[ "feature" ]
zxdawn
8
deezer/spleeter
deep-learning
377
[Bug] No such file or directory
## Description I've been dealing with several errors with this program for the past month, and i thought i finally figured it out. apparently i was wrong. **I swear to god, I didn't do anything wrong**, i didn't miss any syntax(e's), nothing. I'm starting to think that spleeter dosen't like folders that have spaces....
closed
2020-05-18T21:12:11Z
2020-05-18T22:07:42Z
https://github.com/deezer/spleeter/issues/377
[ "bug", "invalid" ]
JohnSmith2007
4
PokeAPI/pokeapi
api
352
Netlify - Set up OSS plan option
From #350: > Hi Netlify, > My name is Mark, and I represent a popular open source project called PokéAPI (https://github.com/PokeAPI/pokeapi), an open RESTful API that has served over 400 million requests since inception. The goal of the project is to provide an API to support learners for educational purposes. ...
closed
2018-09-07T22:36:03Z
2018-09-12T02:41:40Z
https://github.com/PokeAPI/pokeapi/issues/352
[]
neverendingqs
9
trevorstephens/gplearn
scikit-learn
145
break out parameter checks into separate method
The fit method is getting bloody hard to read. Might be good to break this out into a separate method that only does parameter input checks etc.
closed
2019-03-24T05:50:16Z
2022-05-01T21:24:54Z
https://github.com/trevorstephens/gplearn/issues/145
[ "wontfix" ]
trevorstephens
0
liangliangyy/DjangoBlog
django
608
SEO优化: 允许为每个文章设置自定义固定链接
<!-- 如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。 提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way --> **我确定我已经查看了** (标注`[ ]`为`[x]`) - [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md) - [x] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin...
closed
2022-09-21T03:44:54Z
2022-10-19T02:49:50Z
https://github.com/liangliangyy/DjangoBlog/issues/608
[]
anonsaber
1
ivy-llc/ivy
pytorch
28,061
Fix Frontend Failing Test: paddle - tensor.torch.Tensor.copysign
To-do List: https://github.com/unifyai/ivy/issues/27500
closed
2024-01-27T01:00:59Z
2024-01-30T17:58:02Z
https://github.com/ivy-llc/ivy/issues/28061
[ "Sub Task" ]
Sai-Suraj-27
0
pyeve/eve
flask
1,094
How can I use custom oplog model with eve-sqlalchemy
When i use eve-sqlalchemy created a oplog model and set `OPLOG=True` and `OPLOG_NAME='oplog'`. but eve return one error: ``` Traceback (most recent call last): File "...\env\lib\site-packages\eve_sqlalchemy\__init__.py", line 196, in _get_model_attributes elif field in schema and schema[field]['type'] in ('list...
closed
2017-12-23T08:51:13Z
2021-02-16T16:00:52Z
https://github.com/pyeve/eve/issues/1094
[]
amoyiki
2
youfou/wxpy
api
291
如果A将B的名片,推荐给了C,C将B加为好友后,B如何知道C是通过A的名片加的好友
我看有人实现了,这里想请教一下
open
2018-04-24T08:28:01Z
2018-11-19T03:23:31Z
https://github.com/youfou/wxpy/issues/291
[]
XedGo
2
marshmallow-code/flask-marshmallow
sqlalchemy
277
New release from dev
Hello, Thank you for this great extension. I love it I use it with SQLAlchemy, and I can't update anymore flask-sqlalchemy because of the new extension's structure. Would it be possible to create a new release from dev branch because problems are solved but not released as seen in this issues, PR : #247 #2...
closed
2023-12-19T10:48:18Z
2023-12-20T07:11:59Z
https://github.com/marshmallow-code/flask-marshmallow/issues/277
[]
jgriffon
2
jupyter-incubator/sparkmagic
jupyter
770
Way to export modules to spark cluster
I'm not sure if there is already a way to send modules from the local environment to the cluster. Ideally I would like something like this: `%%send_module <name_of_my_module>` and then `from my_module import func_foo` This would be extremely usefull, if this is currently implemented or if there is any workar...
closed
2022-08-23T14:00:29Z
2022-10-20T15:29:47Z
https://github.com/jupyter-incubator/sparkmagic/issues/770
[]
joaolaitano
4
healthchecks/healthchecks
django
586
block non trusted users to join
Hi, I create a private instance of healthcheck and all is working fine though I have one issue. Any user from internet can join of they know the login page. How do I block user to join which are not part of my company. let's all my company email address are john@xyz.com then only people have email addresses in xyz.c...
closed
2021-12-02T19:57:34Z
2021-12-08T11:59:53Z
https://github.com/healthchecks/healthchecks/issues/586
[]
vipin5050
1
deepset-ai/haystack
machine-learning
8,331
Update readme_sync workflow to generate a new "-unstable" version only with actual release
**Current situation:** When we _branch out_ before the release, the docs automatically switch to the new version and create a new "unstable" version, meaning that they do this "pre-release". So, before the release, I have to _manually_ go to the docs and switch them to previous version, then I wait for the actual rele...
closed
2024-09-05T09:41:42Z
2024-09-16T09:28:41Z
https://github.com/deepset-ai/haystack/issues/8331
[ "type:documentation", "P2", "github_actions" ]
dfokina
0
python-gino/gino
asyncio
708
什么时候可以支持mssql
* GINO version: * Python version: * asyncpg version: * aiocontextvars version: * PostgreSQL version: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. ### What I Did ``` Paste the command(s) you ran and the output. If t...
closed
2020-07-15T06:26:31Z
2020-07-15T12:11:13Z
https://github.com/python-gino/gino/issues/708
[ "duplicate" ]
jhhuang2000
2
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
11
Why is session part of the declarative API?
Hi, My SQL Alchemy models are totally decoupled from ways to access them (so from both an engine and a session). My session objects are created depending on the python process that makes use of the models (for instance, I am using a `scoped_session` for my web app, a plain `Session` object for one-off scripts). This ...
closed
2015-06-28T20:45:18Z
2016-06-16T11:02:47Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/11
[]
dtheodor
6
biolab/orange3
data-visualization
6,854
FreeViz: wrong direction of arrows
<!-- 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
2024-07-17T13:36:47Z
2024-10-09T10:06:27Z
https://github.com/biolab/orange3/issues/6854
[ "bug report" ]
ajdapretnar
1
BeanieODM/beanie
pydantic
288
Register event handler with a staticmethod
I have an idea to be able to add new events handler outside of the **Document class**. This method is very useful for larger applications that need more parameters to use in the event handlers. Scenario code: ```py class Cars(Document): name: str price: int async def event_handler_func(document): ...
open
2022-06-13T20:08:05Z
2024-12-08T21:55:01Z
https://github.com/BeanieODM/beanie/issues/288
[ "feature request" ]
ZebcoWeb
6
gee-community/geemap
streamlit
733
Is it possible to do sentinel timelapse?
I know the geemap is capable of doing landsat timelapse, how about sentinel? Is it possible? If not, will you add this feature in the future release?
closed
2021-11-02T00:56:50Z
2021-11-08T03:03:50Z
https://github.com/gee-community/geemap/issues/733
[ "Feature Request" ]
wzwxk
3
labmlai/annotated_deep_learning_paper_implementations
deep-learning
165
Missing activation for the time embedding inside ResidualBlock for DDPM?
In the DDPM Unet implementation, the residual blocks incorporate the time embedding by applying a linear layer only with no prior activation: https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/b1f5c8e3a5f08bb195698b0410340b1dc2d8c821/labml_nn/diffusion/ddpm/unet.py#L130 However, the positi...
open
2023-01-30T10:08:50Z
2023-06-30T10:10:26Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/165
[ "bug" ]
EliasNehme
3
Skyvern-AI/skyvern
api
1,093
(solved) Web UI give no indication of working task
Steps I performed: * Provided Skyvern OPENAI API Key * Run locally on Linux with docker-compose -up (with -d to see logs). * went to Create * created new template * clicked "[RUN]" button Expected behaviour: * see indication that it's starting/started/in progress/whatever in Web UI . I was after some time...
closed
2024-10-30T16:09:09Z
2024-11-03T04:52:24Z
https://github.com/Skyvern-AI/skyvern/issues/1093
[]
gwpl
5
pydata/pandas-datareader
pandas
927
pandas_datareader for yahoo
Hi, I'm having trouble fetching data from Yahoo recently although my current code worked so well in the past: import pandas_datareader as web import numpy as np import pandas as pd import matplotlib.pyplot as plt import datetime as dt start = dt.datetime(2010,1,1) end = dt.datetime.today() stock12 = ['...
closed
2022-03-07T13:21:56Z
2022-03-22T12:16:20Z
https://github.com/pydata/pandas-datareader/issues/927
[]
vick2075
2
Baiyuetribe/kamiFaka
flask
162
稳定的依赖包是哪些版本?
好多依赖版本拉的最新的就一直报错
open
2024-09-19T02:54:00Z
2024-09-19T02:54:00Z
https://github.com/Baiyuetribe/kamiFaka/issues/162
[ "bug", "good first issue", "question" ]
2326671686
0
JoshuaC215/agent-service-toolkit
streamlit
65
Unexpected message type: <class 'schema.schema.ChatMessage'>
When using the hosted app in the README this error is returned.
closed
2024-10-24T00:46:06Z
2024-10-24T01:32:11Z
https://github.com/JoshuaC215/agent-service-toolkit/issues/65
[]
OzDuys
1
dask/dask
pandas
11,066
NumPy 2.0 support
### Problem description NumPy 2.0 is coming out soon ( https://github.com/numpy/numpy/issues/24300 ). NumPy 2.0.0rc1 packages for conda & wheels came out 3 weeks back ( https://github.com/numpy/numpy/issues/24300#issuecomment-2030603395 ) ### Feature description To prepare for NumPy 2.0, it might be worthwhile...
closed
2024-04-25T02:41:25Z
2024-05-17T15:48:46Z
https://github.com/dask/dask/issues/11066
[ "needs triage" ]
jakirkham
16
autogluon/autogluon
scikit-learn
4,191
Create SECURITY.md
Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@yuligesec) has found a potential issue, which I would be eager to share with you. Could you add a `SECURITY.md` file with an e-mail address for me to send further details to? GitHub [recommends](https://docs.github.com/en/...
closed
2024-05-12T11:14:57Z
2024-06-27T16:57:10Z
https://github.com/autogluon/autogluon/issues/4191
[]
psmoros
2
Evil0ctal/Douyin_TikTok_Download_API
fastapi
433
[BUG] fetch_one_video根据aweme_id获取数据失败
***Platform where the error occurred?*** Douyin ***The endpoint where the error occurred?*** API-V1 ***Submitted input value?*** video link ***Have you tried again?*** 尝试多次 返回的响应内容为空 ***Have you checked the readme or interface documentation for this project?*** 其他接口正常 只有这个获取数据返回空值
closed
2024-06-19T06:53:02Z
2024-07-18T03:32:25Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/433
[ "BUG", "enhancement" ]
xiaoshuhao1999
2
keras-team/keras
data-science
21,001
EarlyStopping with list of metrics to monitor
In addition to this example: `callback = keras.callbacks.EarlyStopping(monitor='val_loss')` Allow monitoring of multiple metrics, as in this example: `callback = keras.callbacks.EarlyStopping(monitor=['val_loss', 'val_accuracy', 'val_f1measure'])` This way, training should not stop while any of these metrics get bett...
open
2025-03-07T19:02:29Z
2025-03-17T17:00:52Z
https://github.com/keras-team/keras/issues/21001
[ "type:feature" ]
fabriciorsf
13
fastapi-users/fastapi-users
fastapi
722
Add @stephane as contributor
See https://github.com/fastapi-users/fastapi-users-db-sqlalchemy/pull/3
closed
2021-09-12T09:59:33Z
2021-09-12T10:01:33Z
https://github.com/fastapi-users/fastapi-users/issues/722
[]
frankie567
2
psf/black
python
3,718
Honour pyproject.toml when using stdin and calling black from parent directory
**Describe the bug** When running `black` with `--stdin-filename`, the `pyproject.toml` configuration isn't respected if running `black` from a parent directory relative to the location of `pyproject.toml`. **To Reproduce** Suppose you have a directory structure as follows: ```shell backends ├── pyproject...
closed
2023-06-05T01:54:27Z
2023-06-23T04:21:51Z
https://github.com/psf/black/issues/3718
[ "T: bug" ]
renan-r-santos
0
graphdeco-inria/gaussian-splatting
computer-vision
355
Python convert. py - s failed. I shot it using 300 ,1280 * 720 building image sequences and a drone
Registering image #122 (3) ============================================================================== => Image sees 1712 / 7033 points => Could not register, trying another image. ============================================================================== Registering image #182 (3) ================...
closed
2023-10-21T07:31:52Z
2024-04-28T02:31:15Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/355
[]
liuzhao6322
3
django-oscar/django-oscar
django
4,043
ConditionalOffer.products() queries Product children and exludes them again.
Hello! ### Issue Summary I had a problem with requests concerning Offers taking a lot of time: We have a database of > 3,000.000 products and a simple ConditionalOffer with 40 products without children added and no included classes and categories. OfferList and OfferDetail request time was over 11 seconds, ...
closed
2023-01-27T12:31:14Z
2023-03-21T11:15:03Z
https://github.com/django-oscar/django-oscar/issues/4043
[]
gwaidacher
2
dpgaspar/Flask-AppBuilder
rest-api
1,721
Unable to install dev/test dependencies as per CONTRIBUTING
I want to submit a PR. I'm thus following [`CONTRIBUTING`'s instructions](https://github.com/dpgaspar/Flask-AppBuilder/blob/master/CONTRIBUTING.rst). However, I can't install the required dependencies, due to the following requirement conflict: ``` The conflict is caused by: The user requested idna==3.2 ...
closed
2021-10-22T12:59:28Z
2022-04-19T09:19:56Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1721
[ "stale" ]
EBoisseauSierra
8
vitalik/django-ninja
rest-api
630
Bump Django to 4.1+ and add async ORM queries
**Is your feature request related to a problem? Please describe.** As of Django 4.1 async queries can be made. It's time to bump Django to 4.1+ and enjoy them! This might be a huge change for code and documentation, but I think it's worth doing it. **Describe the solution you'd like** See the official documen...
closed
2022-12-14T04:14:36Z
2022-12-14T09:00:24Z
https://github.com/vitalik/django-ninja/issues/630
[]
kigawas
5
iMerica/dj-rest-auth
rest-api
180
out of the box solution for ConfirmEmailView
As of now, we have no option to handle the [_email confirmation procedure_](https://github.com/jazzband/dj-rest-auth/blob/cd69685b5b6bb3bdc23c6391d83dc298dc3bca7c/dj_rest_auth/registration/urls.py#L21) in a RESTful way. We have been either using the all-auth's [`ConfirmEmailView`](https://github.com/pennersr/django-all...
open
2020-11-27T17:42:17Z
2023-02-23T16:54:56Z
https://github.com/iMerica/dj-rest-auth/issues/180
[]
jerinpetergeorge
3
allure-framework/allure-python
pytest
448
Link of type test_case not recognized as proper type in generated report
### Bug report: #### Steps to reproduce: - run simple test: ``` import allure @allure.testcase('TC-1') def test_foo(): assert 0 ``` - generate result: `allure generate --clean %alluredir%` - check links section of generated report #### Actual result: Test case link is not recognized as test managem...
closed
2019-12-18T13:00:50Z
2023-03-01T08:00:29Z
https://github.com/allure-framework/allure-python/issues/448
[ "bug", "theme:core", "good first issue", "contribute" ]
hennadii-demchenko
2
cleanlab/cleanlab
data-science
453
docs: parameter and return types
@Fix types in docstrings under: Parameters ------------ Returns -------- to utilize our new auto-typing where possible: https://github.com/cleanlab/cleanlab/pull/412 Sphinx can now automatically insert the type for us in the docstring (based on type annotation in the function signature), so you should not specify...
open
2022-09-16T12:20:24Z
2022-12-17T04:58:00Z
https://github.com/cleanlab/cleanlab/issues/453
[ "good first issue", "code improvement" ]
jwmueller
2
allenai/allennlp
pytorch
5,237
Accept compressed files as input to `predict` when using a `Predictor`
**Is your feature request related to a problem? Please describe.** I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the compressed data. However, the `predict` command opens the file and reads lines for t...
open
2021-06-02T17:29:15Z
2022-09-12T16:23:07Z
https://github.com/allenai/allennlp/issues/5237
[ "Good First Issue", "Contributions welcome", "Feature request" ]
danieldeutsch
10
erdewit/ib_insync
asyncio
410
reqCompletedOrders generates different trade instances
**Bug description:** Upon IB server reavailability (IB status code 1101 and 1102), my server (which is always run with clientid = 0 to catch everything) calls these methods to retrieve missing order updates (for orders that have changed during the unavailability or have be submitted by another client during that tim...
closed
2021-11-03T10:50:35Z
2021-11-09T08:07:03Z
https://github.com/erdewit/ib_insync/issues/410
[]
rgeronimi
4
Nemo2011/bilibili-api
api
825
[提问] 为什么这个图文获取不到module_content
**Python 版本:** 3.9.13 **模块版本:** 16.2.0 **运行环境:** Windows <!-- 务必提供模块版本并确保为最新版 --> --- 代码 ```` from bilibili_api import opus o = opus.Opus(985251045184634900) a=o.markdown() print(a) ```` ### 链接:https://www.bilibili.com/opus/985251045184634900 为什么这个图文获取不到module_content ``` PS E:\hell...
closed
2024-10-08T09:10:36Z
2024-10-09T01:21:04Z
https://github.com/Nemo2011/bilibili-api/issues/825
[ "question" ]
wwkk2580
2
pyeve/eve
flask
579
find_and_modify with upsert is it possible?
Hello, There is common use case of "update or insert". For instance: ``` obj = db['data'].find_and_modify( { 'Name': data['Name'], 'SourcePage': data['SourcePage'], }, data, upsert=True ) ``` Of course can split this req...
closed
2015-03-24T13:15:38Z
2015-03-24T17:20:36Z
https://github.com/pyeve/eve/issues/579
[]
oiwn
1
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
227
Error parsing YAML file
Runtime error: Error running the bot: Error parsing YAML file. I've already looked at the other YAML file parsing errors and the solutions, I've tried running the proposed solutions but none of them solved my problem. I tried redoing it from scratch to see if there was some other error but the problem continued. ...
closed
2024-09-01T20:04:54Z
2024-10-08T06:14:07Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/227
[]
thpgoncalves
6
biolab/orange3
scikit-learn
6,554
Predictions widget crops the column with classification
**What's wrong?** Predictions widget often, if not always, miscalculates the needed width of the column which displays the results of the prediction model. It crops the text and shows "...", so that the predicted class is not visible. After manually correcting the width of the column, this is reset back to narrower ...
closed
2023-08-26T12:56:33Z
2023-09-08T07:34:24Z
https://github.com/biolab/orange3/issues/6554
[ "wish" ]
BlazZupan
0
mlfoundations/open_clip
computer-vision
403
Improve tokenizer decode
Right now the tokenizer decode method supports only a single instance at a time. I think it would be good to have `batch_decode` function and also support `skip_special_tokens` and `clean_up_tokenization_spaces` as in huggingface.
open
2023-02-02T10:53:46Z
2023-02-07T16:52:52Z
https://github.com/mlfoundations/open_clip/issues/403
[]
vturrisi
2
dask/dask
numpy
10,982
Dask Nunique bug under dask 2024.2.1
Hello guys, Take this CSV as an example dataframe. I am sorry but I could set an example dataframe by coding able to reproduce such bug [teste.csv](https://github.com/dask/dask/files/14518393/teste.csv) Now, lets open and execute the query on the example dataframe under dask 2023.10.0: ``` import dask.datafram...
open
2024-03-07T03:50:10Z
2024-04-02T14:14:55Z
https://github.com/dask/dask/issues/10982
[ "dataframe" ]
frbelotto
7
Miksus/rocketry
automation
234
Aioclock as an alternative to rocketry?
This library remained unmaintained since a year Pydantic 2 is still missing. Although there are couple alternative that are fairly compared to rocketry by [documentation](https://rocketry.readthedocs.io/en/stable/rocketry_vs_alternatives.html), there's also another one by me. https://github.com/ManiMozaffar/aioclock...
open
2024-08-15T19:57:13Z
2024-10-12T10:31:28Z
https://github.com/Miksus/rocketry/issues/234
[ "documentation" ]
ManiMozaffar
2
dask/dask
pandas
11,824
read_parquet with empty columns gives incorrect partitions
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiable Ex...
closed
2025-03-12T00:23:51Z
2025-03-20T13:31:47Z
https://github.com/dask/dask/issues/11824
[ "dataframe", "dask-expr" ]
bnaul
2
plotly/dash-table
plotly
550
[BUG] DataTable does not support Loading
I just opened https://github.com/plotly/dash/issues/877 - basically, wrapping a `DataTable` in a `Loading` has no effect (does not display a spinner when waiting for the data from the back-end). I'm not sure if this is an issue in `Loading` or in `DataTable` itself. Edit: I was hasty. _Sometimes_ `Loading` doesn't w...
closed
2019-08-20T07:52:06Z
2019-08-20T08:50:01Z
https://github.com/plotly/dash-table/issues/550
[]
orenbenkiki
1
sktime/sktime
scikit-learn
7,374
[ENH] add detector specific tags to the tag registry and tags API reference
**Is your feature request related to a problem? Please describe.** Add detector-specific tags to the tag registry and tags API reference. **Describe the solution you'd like** - Detector specific tags added to [docs/source/api_reference/tags.rst](https://github.com/sktime/sktime/blob/37d601786c27fbaed084dc6b79194...
closed
2024-11-08T15:45:16Z
2024-11-27T01:07:52Z
https://github.com/sktime/sktime/issues/7374
[ "module:detection", "enhancement" ]
RobotPsychologist
2
wagtail/wagtail
django
12,776
`RevisionMixin` and `WorkflowMixin` should have default `GenericRelation`s to `Revision` and `WorkflowState`
<!-- Found a bug? Please fill out the sections below. 👍 --> ### Issue Summary When deleting a scheduled snippet, the `publish_scheduled` management command will fail unexpectedly. ### Steps to Reproduce 1. Create a page 2. Schedule for publication 3. Delete the page 4. Wait for revision to be scheduled 5. Run the...
open
2025-01-15T13:21:29Z
2025-02-18T11:25:48Z
https://github.com/wagtail/wagtail/issues/12776
[ "type:Bug", "component:Snippets", "component:Workflow", "component:Revisions" ]
NotANormalNerd
5
dynaconf/dynaconf
django
865
Register converters for common django functions
What you can do right now is the following: edit `settings.py` ```python # on the top import reverse_lazy from django.urls import reverse_lazy ``` Then after the `import dynaconf` - before `settings = ...` add ```pythin dynaconf.utils.parse_conf["@reverse_lazy"] = reverse_lazy ``` N...
closed
2023-02-10T18:24:24Z
2023-07-13T19:11:06Z
https://github.com/dynaconf/dynaconf/issues/865
[ "enhancement" ]
rochacbruno
1
microsoft/nni
machine-learning
4,939
ModuleNotFoundError: No module named 'scripts.compression_mnist_model'
My enviriment is Pyhton3.8.12 and nni2.7. When I run pruning_quick_start_mnist.py,I meet the problem "ModuleNotFoundError: No module named 'scripts.compression_mnist_model'"
closed
2022-06-15T03:56:09Z
2023-02-14T02:37:43Z
https://github.com/microsoft/nni/issues/4939
[]
Yaolang003
9
deeppavlov/DeepPavlov
tensorflow
1,376
Go-Bot: Add built-in support for date-time parser as slot filler for date slots written in RASA config files
Moved to internal Trello
closed
2021-01-12T13:56:23Z
2021-11-30T10:16:47Z
https://github.com/deeppavlov/DeepPavlov/issues/1376
[]
danielkornev
0
allure-framework/allure-python
pytest
815
with `pytest-rerunfailures`, reruns are not recognized
**Describe the bug** Running a Pytest Test-Suite with the pytest-rerunfailures plugin does not recognize reruns. Instead, the result of the last run test is shown. Previously failed tests can be found as duplicates in the timeline. The flaky marker is not applied. **Expected behavior** The result of the last run t...
open
2021-01-21T08:04:02Z
2024-05-08T15:42:00Z
https://github.com/allure-framework/allure-python/issues/815
[]
sweh
4
quantmind/pulsar
asyncio
287
requests test fails
* **pulsar version**: 2.0 ## Description When running tests using C extensions, the http.tunnel.test_requests_get_200 test function fails. Something to do with SSL protocol error. This tests works fine when not using the C extensions. ## Steps to reproduce ``` python setup.py test -a http.tunnel.test_reque...
open
2017-11-16T12:59:34Z
2017-11-16T12:59:34Z
https://github.com/quantmind/pulsar/issues/287
[ "http", "bug" ]
lsbardel
0
Lightning-AI/pytorch-lightning
data-science
19,761
Apply the ignore of the `save_hyperparameters` function to args
### Description & Motivation Currently, the ignore parameter of the `save_hyperparameters` function only filters its own arguments. Can we apply `hp = {k: v for k, v in hp.items() if k not in ignore}` before `obj._set_hparams(hp)`? ![image](https://github.com/Lightning-AI/pytorch-lightning/assets/54977106/af84df...
open
2024-04-11T13:33:48Z
2025-01-08T15:49:08Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19761
[ "feature", "help wanted", "good first issue" ]
doveppp
4
K3D-tools/K3D-jupyter
jupyter
22
Volume rendering support
closed
2017-05-16T19:15:05Z
2018-08-01T06:26:17Z
https://github.com/K3D-tools/K3D-jupyter/issues/22
[]
marcinofulus
5
autogluon/autogluon
scikit-learn
3,871
[BUG] Refit Does Not Respect Resource Constraints (AutoGluon-Tabular).
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [ ] I confirmed bug exists on the latest mainline of AutoGluon via s...
closed
2024-01-22T08:50:01Z
2024-09-28T00:14:58Z
https://github.com/autogluon/autogluon/issues/3871
[ "bug", "module: tabular", "Needs Triage", "priority: 0" ]
LennartPurucker
0
ploomber/ploomber
jupyter
592
suggest using ploomber scaffold when missing task source
If the user creates a `pipeline.yaml` but some sources are missing, we should suggest running `ploomber scaffold`. Currently, we do that for the simplest case possible: when a script/notebook is missing and there is a `pipeline.yaml` in the current working directory. However, we want to cover more complex cases like ha...
open
2022-02-13T00:56:08Z
2022-02-13T00:56:08Z
https://github.com/ploomber/ploomber/issues/592
[]
edublancas
0
frappe/frappe
rest-api
31,760
Add "Switch to Frappe CRM/Helpdesk" to sidebar
Show upgrade message in sidebar of the ERPNext CRM and Support doctypes. ### Frappe CRM For module = CRM, show this message "Switch to Frappe CRM for smarter sales" Link: https://frappe.io/crm?utm_source=crm-sidebar&utm_medium=sidebar&utm_campaign=frappe-ad ### Frappe Helpdesk For module = Support, show "Upgrade your...
closed
2025-03-17T07:41:33Z
2025-03-18T12:24:18Z
https://github.com/frappe/frappe/issues/31760
[ "feature-request", "released" ]
michellealva
2
scrapy/scrapy
web-scraping
6,024
Problem with Twisted AttributeError: 'EPollReactor' object has no attribute '_handleSignals'
### Description Since the release of Twisted 23.8.0 recently, I've had problems running Scrapy. I had to fix to the previous version, Twisted==22.10.0 ### Steps to Reproduce 1. Install Scrapy in a new environment 2. Run .start() from an CrawlerProcess object **Expected behavior:** Scrapy to crawl **Actu...
closed
2023-08-29T00:04:21Z
2023-10-17T13:08:25Z
https://github.com/scrapy/scrapy/issues/6024
[ "bug" ]
RobertoHigor
8
lux-org/lux
jupyter
335
saving Vis images
I am using lux library for visualizations. I have a Vis object and want to save the image. I tried using save_as_html but i am getting the following error: 'Vis' object has no attribute 'save_as_html'. How can i save the image? Below attached the screenshot of the code. ![Capture1](https://user-images.githubuserc...
closed
2021-03-31T09:10:20Z
2021-08-01T16:37:52Z
https://github.com/lux-org/lux/issues/335
[ "bug", "export" ]
deepikamittal
14
donnemartin/data-science-ipython-notebooks
tensorflow
11
Add simplified Spark installation instructions from the repo: https://github.com/donnemartin/dev-setup
Mac users can benefit from a much simplified installation method thanks to Homebrew.
closed
2015-07-21T11:39:23Z
2015-08-20T10:47:44Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/11
[ "enhancement" ]
donnemartin
1
vchaptsev/cookiecutter-django-vue
graphql
50
SSL setup
closed
2020-01-26T13:59:19Z
2020-02-01T10:55:45Z
https://github.com/vchaptsev/cookiecutter-django-vue/issues/50
[]
io-ma
1
jupyterhub/zero-to-jupyterhub-k8s
jupyter
3,000
Problems with choosing a GPU
### Bug description When setting up a single GPU selection, all GPUs are visible in the system at once. ``` extra_resource_limits: nvidia.com/gpu: 1 ``` nvidia plugin auto env: ``` env | grep NVIDIA_VIS NVIDIA_VISIBLE_DEVICES=GPU-c84c8982-02b6-9136-a63c-8e609c2fde66 ``` But all GPUs remain visible ...
closed
2023-01-20T11:55:51Z
2023-01-20T13:01:06Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3000
[ "support" ]
MiXaiLL76
2
wkentaro/labelme
deep-learning
631
Error opening file 'line color'
I met with a problem: Error opening file 'linecolor'. I annotated my images using labelme software in windows system. And now I want to use the json file to do training in Ubuntu 16.04, but it occurred "FileNotFoundError: [Errno 2] No such file or directory: 'datasets/coco/train2017/..\ResizeImage\000010.jpg'." When I...
closed
2020-03-25T13:26:15Z
2022-01-19T14:39:14Z
https://github.com/wkentaro/labelme/issues/631
[]
Ruolingdeng
9
mlfoundations/open_clip
computer-vision
1,041
Request for SigLIP2 Training Code and Pretrained Weights
Hi there, I noticed that SigLIP2 was introduced in release 2.31. I was wondering if there are any plans to include the training code for this model as well. Given the similarities, it seems like CoCa could be a good reference point, as mentioned in [Hugging Face's explanation](https://huggingface.co/blog/siglip2). Ad...
open
2025-03-04T14:00:34Z
2025-03-12T18:15:37Z
https://github.com/mlfoundations/open_clip/issues/1041
[]
eitamarSaraf
2
arogozhnikov/einops
tensorflow
234
unfold and fold operations
It appears `einops` does not support unfold and fold operations which is needed to get overlapping patches. For cases where window-size equals stride, one can use `einops.rearrange`. But I couldn't find the right way to do this operation when they are unequal. I am looking for an equivalent to the `torch.nn.funct...
closed
2023-01-07T05:33:52Z
2023-01-07T07:14:55Z
https://github.com/arogozhnikov/einops/issues/234
[ "feature suggestion" ]
parthe
1
joke2k/django-environ
django
143
For Multiple Environments
Hi all, django can use '--settings [settings.py]' to let the same code run under the difference settings. can we have some way to do that? Like this. ``` python manager.py runserver --env_file path/of/.env1 python manager.py runserver --env_file path/of/.env2 ```
closed
2017-07-28T06:45:47Z
2020-03-14T19:19:36Z
https://github.com/joke2k/django-environ/issues/143
[]
callsamleung
3
proplot-dev/proplot
matplotlib
399
Importing proplot package throws error in Jupyter Notebook but not in Python or iPython
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description Importing `proplot` package throws AttributeError in Jupyter...
closed
2022-11-28T21:55:05Z
2023-03-03T22:29:52Z
https://github.com/proplot-dev/proplot/issues/399
[ "distribution" ]
dr-david-jansing
3
praw-dev/praw
api
1,555
redditor.subreddit not objectified
**Describe the bug** <!-- A clear and concise description of what the bug is. --> The `subreddit` attribute of a Redditor object is not converted to a Subreddit instance. **To Reproduce** Steps to reproduce the behavior: 1. <!-- Go to '...' --> 2. <!-- Click on '....' --> 3. <!-- Scroll down to '....' --> 4...
closed
2020-09-01T02:04:59Z
2021-05-20T17:42:51Z
https://github.com/praw-dev/praw/issues/1555
[ "Bug", "Verified" ]
PythonCoderAS
0
kennethreitz/responder
graphql
307
on_event('startup') not registering
Hello, I cannot seem to get the startup event to fire. Consider the following: ``` import responder api = responder.API() @api.on_event('startup') async def phone_home(): print("ALL SYSTEMS NOMINAL") if __name__ == '__main__': api.run() ``` When run, I get the following output: ...
closed
2019-02-21T23:05:26Z
2019-02-22T18:34:37Z
https://github.com/kennethreitz/responder/issues/307
[]
bpeake-illuscio
9
pallets/flask
flask
5,181
Uberweb: An idea for flask web-app generator
Hello, there! Thank you for this great project. I've an idea for flask project : A Flask Web-app generator, just for fun ! (Like 'Django', 'Express.js', or something these) It's call 'Uberweb'. For more information, you can visit its git repository -> [UberWeb](https://github.com/Paradoxer32/uberweb) Tell me you...
closed
2023-06-30T05:03:12Z
2023-07-15T00:06:09Z
https://github.com/pallets/flask/issues/5181
[]
ghost
1
wiseodd/generative-models
tensorflow
56
Why run forward twice for G net
I am reading your least-square GAN code. The G net run twice for training G and D. Why cannot only run G.forward once as the input to G for the two runs are the same?
open
2018-04-05T21:48:24Z
2018-04-07T09:12:36Z
https://github.com/wiseodd/generative-models/issues/56
[]
leinxx
1
lux-org/lux
jupyter
116
Better warning message for Vis and VisList
We should display a better warning message when the user specifies an intent that indicates more than one item, but puts it into Vis instead of VisList. For example, if I do: ``` Vis(["AverageCost","SATAverage", "Geography=?"],df) ``` ![image](https://user-images.githubusercontent.com/5554675/96357486-1ba70d80-...
closed
2020-10-18T02:48:55Z
2020-11-18T06:49:08Z
https://github.com/lux-org/lux/issues/116
[ "bug", "easy", "priority" ]
dorisjlee
6
jmcarpenter2/swifter
pandas
151
Applying function to pandas series receives series instead of row with swifter
`def split_fk_keys(desc): desc_split = desc.split('_') if len(desc_split) > 1: return "{}{}".format(desc_split[0], "Key") else: return desc` This one works in plain pandas: `relations['column_name'].apply(split_fk_keys)` Thi...
closed
2021-04-27T10:21:17Z
2022-06-29T19:39:56Z
https://github.com/jmcarpenter2/swifter/issues/151
[ "bug" ]
dabla
7
blb-ventures/strawberry-django-plus
graphql
98
optimizer: prefetch object prefix issue
Hi! I'm currently running into a weird issue with prefixes in `prefetch_related` optimizer hints. I've tried several different approaches and each behaves a bit differently, only `prefetch_related` with static string relation name works correctly. ```py @gql.django.type(models.User) class UserNode(gql.relay.Nod...
closed
2022-08-10T15:14:15Z
2022-08-12T14:53:53Z
https://github.com/blb-ventures/strawberry-django-plus/issues/98
[]
wodCZ
1
tensorpack/tensorpack
tensorflow
1,542
Resnet DoReFaNet implementation
Hi @ppwwyyxx , I was looking into implementing DoReFaNet for ResNet and came across a link in the source of tensorpack in "/examples/ResNet/Cifar-10-resnet.py" implementation. The code at https://github.com/tensorpack/tensorpack/pull/69 seems to be very old and now removed from the examples as well. I tried to...
closed
2021-09-23T18:26:51Z
2022-08-24T23:00:20Z
https://github.com/tensorpack/tensorpack/issues/1542
[]
Abhishek2271
1
explosion/spaCy
machine-learning
13,402
Suggestion: Normalize or Translate the parsing labels for German and English dependency labelling
<!-- Describe the problem or suggestion here. If you've found a mistake and you know the answer, feel free to submit a pull request straight away: https://github.com/explosion/spaCy/pulls --> Hey, thank you for your great work behind spacy. When comparing the dependency taggs of the German and the English depend...
closed
2024-03-28T17:42:27Z
2024-04-04T11:06:26Z
https://github.com/explosion/spaCy/issues/13402
[ "usage", "lang / en", "lang / de", "feat / parser" ]
sambaPython24
0
autogluon/autogluon
scikit-learn
4,733
[BUG]Load predictor from S3 path failed
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [ ] I confirmed bug exists on the latest mainline of AutoGluon via s...
closed
2024-12-11T18:13:19Z
2025-01-17T20:40:56Z
https://github.com/autogluon/autogluon/issues/4733
[ "bug" ]
suzhoum
1