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
developmentseed/lonboard
data-visualization
513
Invert layers order in `split_mixed_gdf` function
What do you think about changing the order of gdfs and subsequently layers to keep points and lines on top of polygons? It seems natural to me, but I don't know if it's viable to do so. https://github.com/developmentseed/lonboard/blob/b2ca1929c4de491c2347455c0b8717de6fc78fb1/lonboard/_utils.py#L143-L161 ```python ...
closed
2024-05-11T20:59:56Z
2024-05-14T15:28:56Z
https://github.com/developmentseed/lonboard/issues/513
[]
RaczeQ
2
A3M4/YouTube-Report
seaborn
10
ImportError: No moudle named seaborn (After installation of dependencies)
![](https://i.gyazo.com/3d95c72c961f61c29c320834373dc618.png)
closed
2019-12-15T01:01:58Z
2019-12-15T01:32:34Z
https://github.com/A3M4/YouTube-Report/issues/10
[]
oskarhertzman
1
agronholm/anyio
asyncio
91
AttributeError when cancelling in a non-coroutine based task
Hi! The following test fails on anyio version `1.2.0.post7`: ```python import anyio import pytest import asyncio async def some_coro(): async with anyio.open_cancel_scope() as scope: await scope.cancel() class SomeAwaitable(): def __await__(self): return some_coro().__await...
closed
2019-12-19T18:25:00Z
2020-01-01T15:42:44Z
https://github.com/agronholm/anyio/issues/91
[ "bug", "asyncio" ]
vxgmichel
1
AntonOsika/gpt-engineer
python
913
Automatic benchmarking of gpt-engineer with swe-bench
## Feature description We have a way to easily add benchmarks: https://www.loom.com/share/206805143fbb4302b5455a5329eaab17?sid=f689608f-8e49-44f7-b55f-4c81e9dc93e6 This issue is about looking into if [swe-bench](https://github.com/princeton-nlp/SWE-bench) is a good benchmark to add and then add a simple version ...
open
2023-12-18T14:42:18Z
2024-07-18T17:52:11Z
https://github.com/AntonOsika/gpt-engineer/issues/913
[ "enhancement" ]
AntonOsika
6
ageitgey/face_recognition
python
1,629
Android 版本体验
Android 版人脸识别活体检测SDK欢迎大家体验:全程不用联网 https://github.com/AnyLifeZLB/FaceVerificationSDK
open
2025-03-08T09:20:17Z
2025-03-08T09:20:17Z
https://github.com/ageitgey/face_recognition/issues/1629
[]
AnyLifeZLB
0
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,328
Error in `python': double free or corruption | During training
``` *** Error in `python': double free or corruption (!prev): 0x000055ce575d91f0 *** *** Error in `python': double free or corruption (!prev): 0x000055ce575d91f0 *** ======= Backtrace: ========= Traceback (most recent call last): File "train.py", line 44, in <module> for i, data in enumerate(dataset): # in...
open
2021-10-20T02:17:51Z
2021-11-07T02:11:26Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1328
[]
Mollylulu
3
OpenInterpreter/open-interpreter
python
984
Silent/Autonomous Open-interpreter
### Is your feature request related to a problem? Please describe. If i understand correctly ( by watching demo from https://github.com/KillianLucas/open-interpreter/#demo), this will work ONLY after prompting. instead, If it can remain turned on in back-end, and observes my day to day routine tasks and suggest shor...
closed
2024-01-31T18:15:29Z
2024-03-20T22:08:33Z
https://github.com/OpenInterpreter/open-interpreter/issues/984
[ "Enhancement" ]
vasnt
1
drivendataorg/erdantic
pydantic
12
Dataclasses shows full dot path of Generic args
Dataclasses will show `List[erdantic.examples.dataclasses.Adventurer]` instead of `List[Adventurer]`.
closed
2021-02-07T23:21:58Z
2021-02-08T02:40:05Z
https://github.com/drivendataorg/erdantic/issues/12
[ "bug" ]
jayqi
0
napari/napari
numpy
6,940
[macOS][Screenshot] Saved .png is duller, less saturated? than image on canvas
### 🐛 Bug Report First reported here: https://napari.zulipchat.com/#narrow/stream/212875-general/topic/Screenshot.20colors.20-.20color.20map.3F The saved png (left) is slightly duller, less saturated than the image in napari. See my macOS screenshot: <img width="945" alt="image" src="https://github.com/napari/napari...
open
2024-05-27T21:01:34Z
2025-02-09T21:50:43Z
https://github.com/napari/napari/issues/6940
[ "bug" ]
psobolewskiPhD
3
horovod/horovod
tensorflow
2,941
How to install Gloo on Ubuntu 18.04v?
I was trying to train my model on different hosts using this command: `HOROVOD_WITH_TENSORFLOW=1 horovodrun --gloo -np 10 -H workstation-1:4,localhost:4 python train.py ` However, I got this error: `ValueError: Gloo support has not been built. If this is not expected, ensure CMake is installed and reinstall Hor...
closed
2021-05-26T08:13:08Z
2021-08-03T13:41:32Z
https://github.com/horovod/horovod/issues/2941
[ "question", "wontfix" ]
harrytrinh96
5
streamlit/streamlit
deep-learning
10,019
Extra-small column width in dataframes
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary I have a dataframe for a sports league and with a games (and other) column called "G" and numerical values of...
open
2024-12-13T11:17:07Z
2024-12-16T08:17:08Z
https://github.com/streamlit/streamlit/issues/10019
[ "type:enhancement", "feature:st.dataframe", "feature:st.column_config" ]
LasseDamtoft
1
pallets-eco/flask-sqlalchemy
flask
990
Change the __bind_key__ dynamically on model before querying?
I need to retrieve data from several databases, same data model, different data. ```py class SomeModel(db.Model): id = db.Column(db.Integer, primary_key=True, nullable=False) site = db.Column(db.String) other = db.Column(db.String) ``` ```py app = Flask(__name__) app.config['SQLALCHEMY_DATABASE...
closed
2021-08-04T19:33:58Z
2022-10-03T00:21:51Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/990
[]
mxdev88
3
davidsandberg/facenet
computer-vision
509
Wiki "Triplet loss training", how to classify my own image after training?
Hi, I followed the "Triplet loss training" wiki and got a saved tensorflow checkpoint. Is there any code demonstrate how to classify my own image using that checkpoint? Thanks and Regards, Alan
closed
2017-10-30T10:55:23Z
2018-12-22T20:46:58Z
https://github.com/davidsandberg/facenet/issues/509
[]
chaotaklon
1
gee-community/geemap
jupyter
770
Add support for retrieving OpenStreetMap data
This feature will allow users to retrieve OSM data as a GeoDataFrame by specifying an address, place name, point, polygon, bbox, xml, etc. Reference: https://github.com/giswqs/geemap/discussions/503
closed
2021-11-28T18:22:24Z
2021-11-28T19:59:33Z
https://github.com/gee-community/geemap/issues/770
[ "Feature Request" ]
giswqs
0
ultralytics/ultralytics
computer-vision
19,366
Get masks as a CUDA tensor after TensorRT run without CPU copying
### 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 Is it possible to obtain cuda-allocated torch tensor object after TensorRT i...
open
2025-02-21T13:50:57Z
2025-02-21T14:10:51Z
https://github.com/ultralytics/ultralytics/issues/19366
[ "question", "exports" ]
s1ddok
2
encode/uvicorn
asyncio
1,212
not respecting timeout / no response
### Checklist <!-- Please make sure you check all these items before submitting your bug report. --> - [x ] The bug is reproducible against the latest release and/or `master`. - [x ] There are no similar issues or pull requests to fix it yet. ### Describe the bug The flag `timeout_keep_alive=30` is not res...
closed
2021-10-07T06:06:58Z
2021-11-19T12:26:15Z
https://github.com/encode/uvicorn/issues/1212
[ "need confirmation" ]
danjenson
4
FactoryBoy/factory_boy
sqlalchemy
917
Allow assignment with Django get or create.
#### The problem *If a factory utilize `django_get_or_create` and the field set to None for some special case the factory will return the same object no matter how many times you call it* #### To Reproduce ```python class UserFactory(factory.django.DjangoModelFactory): class Meta: model = 'myapp....
closed
2022-04-05T17:34:24Z
2024-03-23T16:46:22Z
https://github.com/FactoryBoy/factory_boy/issues/917
[]
nrbnlulu
1
Lightning-AI/LitServe
rest-api
294
unexpected output for HF model with matching
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ### To Reproduce without batching all works as expected ``` {'output': 'What is the capital of Greece?\n\nAthens.'} ``` but with batch, it returns just the first character ``` {'output': 'W'} ``` #### Code sample ```py import ...
closed
2024-09-24T15:18:58Z
2024-09-26T17:31:12Z
https://github.com/Lightning-AI/LitServe/issues/294
[ "bug", "good first issue", "help wanted" ]
Borda
5
pywinauto/pywinauto
automation
1,070
ElementNotFoundError error in connect api at self.process = findwindows.find_element(**kwargs).process_id
## Expected Behavior There is this pywinauto script on a remote host which is aimed at connecting to the VPN client gui. The script executes fine when executed locally on the remote host. Aim is to invoke the pywinauto script remotely via sshing to the host. ## Actual Behavior But when done ssh to the host and try...
open
2021-05-16T00:13:42Z
2021-05-17T16:44:42Z
https://github.com/pywinauto/pywinauto/issues/1070
[ "question" ]
poornima55
3
huggingface/diffusers
deep-learning
10,302
Using FP8 for inference without CPU offloading can introduce noise.
### Describe the bug If I use ```pipe.enable_model_cpu_offload(device=device)```, the model can perform inference correctly after warming up. However, if I comment out this line, the inference results are noisy. ### Reproduction ```python from diffusers import ( FluxPipeline, FluxTransformer2DModel...
open
2024-12-19T12:39:06Z
2025-03-10T14:18:58Z
https://github.com/huggingface/diffusers/issues/10302
[ "bug" ]
todochenxi
6
hpcaitech/ColossalAI
deep-learning
6,067
2024新疆地区可用机场名单
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### 🐛 Describe the bug https://github.com/swhmy/xinjiang-jichang/tree/main # 新疆地区可用梯子推荐列表 由于GFW反向墙的原因,部分在国内其他地方可用的机场和VPN服务在该地区完全无法使用,即使是专线连接很多时候也效果不佳。相反,一些直连的机场或线路反而不受这些限制的影响。<br> 新疆地区的朋友在选机场梯子前,可以先在工单或者客服问下新疆地区能不能用,再决定是...
closed
2024-09-24T21:07:29Z
2024-09-24T21:07:57Z
https://github.com/hpcaitech/ColossalAI/issues/6067
[ "bug" ]
swhmy
1
CorentinJ/Real-Time-Voice-Cloning
python
836
PyTorch
Hi so, i installed PyTorch loads of time, but while runnning the test it says Pytorch is not installled.
closed
2021-09-01T03:52:48Z
2021-09-08T13:59:12Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/836
[]
Sarge12345
1
miguelgrinberg/Flask-SocketIO
flask
1,533
Worker not receiving an acknowledgement from client via redis although it's received by backend and published to redis
Hello! In my setup I have - flask backend - flask worker via Redis MQ with flask-RQ2 - javascript client I'm attempting to halt my worker until it receives an acknowledgement from the client. However, for some reason the acknowledgement does not get back to the worker. From logs I can see that client receives ...
closed
2021-04-23T18:39:59Z
2021-05-04T22:09:46Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1533
[ "documentation" ]
antoinert
4
jmcnamara/XlsxWriter
pandas
251
Feature Request: Add 'Interval between tick marks' option to charts
Excel makes a distinction between the interval for ticks and labels. I noticed that the it is currently possible to set the interval for the 'interval unit' (interval_unit), but I can not find the option to set the 'interval between tick marks'. Am I missing an option or is this not available (yet)? ![tick_marks](http...
closed
2015-05-12T19:03:41Z
2016-01-12T23:03:33Z
https://github.com/jmcnamara/XlsxWriter/issues/251
[ "feature request", "short term" ]
tengels
2
fastapi-admin/fastapi-admin
fastapi
14
大神,可以把右侧面板升级为标签页的形式吗?
可以升级为 标签页面的形式吗? ![图片](https://user-images.githubusercontent.com/11739474/92678432-8f980e00-f358-11ea-93c6-b685622ac866.png)
closed
2020-09-10T03:28:55Z
2020-09-10T03:32:21Z
https://github.com/fastapi-admin/fastapi-admin/issues/14
[]
liuqlive
1
jupyter-book/jupyter-book
jupyter
1,372
TOC documentation hasn't been updated from old TOC infrastructure
[Docs suggest](https://github.com/executablebooks/jupyter-book/blob/b3019dc36c54a49f71066cf74c4b079d1c6bf500/docs/start/overview.md#table-of-contents-_tocym) that toc creation using the helper function is called as `jupyter-book toc mybookname/` but that no longer works. (The advice is also in a sidebar/margin whic...
closed
2021-06-24T08:42:31Z
2022-02-27T21:32:55Z
https://github.com/jupyter-book/jupyter-book/issues/1372
[ "bug", "documentation" ]
psychemedia
2
joouha/euporie
jupyter
46
question: sample config file for different kernel
Hi, Can someone give me a config file example for ```euporie notebook``` for non-default kernel name and kernel connection file? I am using it on Windows and can't connect to an existing kernel in a python venv. ``` C:\Users\asharaf>jupyter kernelspec list Available kernels: python3 C:\Users\asharaf\AppDat...
closed
2022-12-01T17:05:07Z
2022-12-02T17:44:45Z
https://github.com/joouha/euporie/issues/46
[]
azinsharaf
6
pandas-dev/pandas
pandas
61,030
BUG: Dependency check custom error loses information
### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
open
2025-03-02T10:07:09Z
2025-03-04T18:05:19Z
https://github.com/pandas-dev/pandas/issues/61030
[ "Bug", "Error Reporting" ]
Noratrieb
9
deepfakes/faceswap
machine-learning
1,243
cannot load cudnn's DLL
### Hi, I met a problem showed "Could not load library cudnn_cnn_infer64_8.dll". I guess I've installed CUDA and CUDNN successfully, and verified in python: ``` Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" f...
closed
2022-06-29T01:16:34Z
2022-06-30T09:45:22Z
https://github.com/deepfakes/faceswap/issues/1243
[]
Guanci
1
pydantic/logfire
fastapi
527
`if-token-present` doesn't respect `.logfire` directory
### Description I have run `logfire projects use ...` so there's a `.logfire` directory. I would expect when running ```py import logfire logfire.configure(send_to_logfire='if-token-present') logfire.info('test') ``` That data is sent to logfire, it is not. ### Python, Logfire & OS Versions, related pack...
closed
2024-10-22T02:32:52Z
2024-11-04T20:37:37Z
https://github.com/pydantic/logfire/issues/527
[ "bug", "P1" ]
samuelcolvin
0
torchbox/wagtail-grapple
graphql
219
Filter pages with page model field
How can one use a page model field besides ID to filter pages? Decorating a page model with @register_query_field allows custom query parameters to be used with the singular query but not with the plural query.
open
2022-03-01T17:32:00Z
2023-05-12T19:50:37Z
https://github.com/torchbox/wagtail-grapple/issues/219
[ "bug" ]
dilonne
10
roboflow/supervision
tensorflow
1,449
PolygonZone: estimate how much of the zone is occupied
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Next to the count of the objects in the zone, it would be useful to know how much of the zone area is occupied by the objects. ### ...
open
2024-08-14T14:58:04Z
2025-01-08T14:35:07Z
https://github.com/roboflow/supervision/issues/1449
[ "enhancement" ]
stevensagaert
20
OpenInterpreter/open-interpreter
python
702
Enhancing Project Documentation: Inclusion of Library Dependencies in README
### Is your feature request related to a problem? Please describe. Currently, project documentation often lacks a structured representation of the libraries and dependencies used, causing ambiguity for newcomers and even experienced developers. This opacity can result in extended onboarding periods, inefficiencies in ...
closed
2023-10-26T14:54:59Z
2024-03-18T19:55:52Z
https://github.com/OpenInterpreter/open-interpreter/issues/702
[ "Documentation", "Help Required", "Good First issue" ]
tommymaher15
9
hack4impact/flask-base
sqlalchemy
220
User authentication not working in mobile view
This is tested in the default flask-base instance. https://user-images.githubusercontent.com/3872230/141717672-9ae6089f-0225-4855-8d97-76d3380c4009.mov
closed
2021-11-15T03:27:36Z
2021-11-18T01:13:57Z
https://github.com/hack4impact/flask-base/issues/220
[]
danchann
6
ranaroussi/yfinance
pandas
1,445
End point data not included in output
start = dt.datetime(2019,12,1) end = dt.datetime(2019,12,31) aapl = yf.download('AAPL',start,end)['Adj Close'] aapl.tail(1) The output DataFrame's last observation is 12/30, although the market was open on 12/31 and there is an Adjusted Close for that day. - yfinance 0.2.12 - MacOS Catalina
closed
2023-03-06T02:43:18Z
2023-03-16T00:43:39Z
https://github.com/ranaroussi/yfinance/issues/1445
[]
mpopescu1
6
serengil/deepface
machine-learning
862
[Feature Request]: Allow users to provide images of different formats other than "jpeg" and "png"
A long time ago I created a PR that would have refactored allowed image candidates (by format) within `db_path` directory. Specifically these lines would have been subject to change: https://github.com/serengil/deepface/blob/fb8924e9849a943943ebac992eb5d3e175504981/deepface/DeepFace.py#L477C1-L484C49 I don't s...
closed
2023-10-17T12:08:23Z
2023-10-18T17:06:50Z
https://github.com/serengil/deepface/issues/862
[ "question" ]
ekkolon
6
RobertCraigie/prisma-client-py
asyncio
218
Provide performance benchmarks
Currently our performance will not stack up well with other Python ORMs, however we can't work on improving performance without having a baseline to work from. We should also provide context for these benchmarks by also benchmarking other ORMs. We should include: - SQLAlchemy - Django - Pewee - Pony ORM - SQLObject -...
open
2022-01-12T00:31:31Z
2022-03-10T17:22:53Z
https://github.com/RobertCraigie/prisma-client-py/issues/218
[ "kind/improvement", "topic: perf", "level/advanced", "priority/medium" ]
RobertCraigie
3
feature-engine/feature_engine
scikit-learn
567
Don't error when DropFeatures get's empty list
**Is your feature request related to a problem? Please describe.** To be able to more easily gridsearch over which features to drop using `DropFeatures` it would be helpful if `DropFeatures` wouldn't generate a `ValueError` when `len(features_to_drop) == 0`, so that you can also choose to not drop any features in the ...
closed
2022-11-23T11:22:21Z
2022-12-08T09:16:09Z
https://github.com/feature-engine/feature_engine/issues/567
[]
sTomerG
7
cvat-ai/cvat
computer-vision
8,620
Can't download 50Gb+ dataset
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce The dataset was exported, and I clicked download. After about 30% of the download, the speed drops to 0. ![image](https:/...
closed
2024-10-31T08:22:10Z
2024-10-31T08:31:29Z
https://github.com/cvat-ai/cvat/issues/8620
[ "bug" ]
leppsey
2
explosion/spaCy
nlp
12,355
Dependency Matcher freezes when large files are loaded in memory
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> I have a spacy pipeline with many components. Many of those components use data...
closed
2023-03-02T13:10:57Z
2023-03-03T08:09:40Z
https://github.com/explosion/spaCy/issues/12355
[ "perf / memory" ]
probavee
1
Anjok07/ultimatevocalremovergui
pytorch
575
AI can't handle double vocals
Which process method and it's model should I use to get rid of the double vocals?
open
2023-05-26T09:24:28Z
2023-05-26T09:24:28Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/575
[]
orcungok
0
sherlock-project/sherlock
python
1,854
m_e4
<!-- ###################################################################### 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
2023-07-19T10:54:22Z
2023-08-29T12:09:22Z
https://github.com/sherlock-project/sherlock/issues/1854
[ "question" ]
lh1b
2
TencentARC/GFPGAN
pytorch
571
Fix a picture
![IMG_٢٠٢٤٠٨٢٤_١٦٠٢٤٨](https://github.com/user-attachments/assets/e361997d-c04f-4909-b21a-444e62298580)
closed
2024-08-24T13:08:57Z
2024-08-24T13:10:00Z
https://github.com/TencentARC/GFPGAN/issues/571
[]
mn3m28
1
huggingface/transformers
tensorflow
36,413
Qwen2VLForConditionalGeneration doesn't work with MPS devices
### System Info - `transformers` version: 4.49.0 - Platform: macOS-15.2-arm64-arm-64bit - Python version: 3.11.6 - Huggingface_hub version: 0.29.1 - Safetensors version: 0.5.2 - Accelerate version: 1.4.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (GPU?): 2.6.0 (False) - Tens...
open
2025-02-26T09:23:46Z
2025-03-21T17:54:19Z
https://github.com/huggingface/transformers/issues/36413
[ "bug" ]
tonywu71
5
yinkaisheng/Python-UIAutomation-for-Windows
automation
171
uiautomation 有 哪一个方法可以支持拖拽,要怎么操作实现?
例如想要把控件A拖拽到文件夹B中 是否有方法可以支持该拖拽动作
open
2021-07-20T01:53:48Z
2021-09-26T03:31:04Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/171
[ "question" ]
youzifei
1
exaloop/codon
numpy
125
Using codon to call functions from dynamic library
hi, 👋. some background: i am the developer of [raypyc](https://github.com/sDos280/raylib-python-ctypes) (the python binding for the [raylib](https://www.raylib.com/) graphics library), some days ago someone told be about the codon project, so i ask my self "why not making a codon binding for raylib"? i am currently ...
closed
2022-12-20T20:04:58Z
2022-12-20T20:26:17Z
https://github.com/exaloop/codon/issues/125
[]
sDos280
2
miguelgrinberg/flasky
flask
151
deprecated flask.ext.xxx imports need to be changed to flask_xxx
closed
2016-06-01T16:07:40Z
2016-08-05T07:32:32Z
https://github.com/miguelgrinberg/flasky/issues/151
[ "bug" ]
miguelgrinberg
1
littlecodersh/ItChat
api
89
初始化的时候群有的时候取不到
@littlecodersh 根据个人分析。 https://web.wechat.com/cgi-bin/mmwebwx-bin/webwxinit 返回了群的id 但是被忽略了。 而且这个群的id在https://web.wechat.com/cgi-bin/mmwebwx-bin/webwxgetcontact 的时候并不会返回。 导致在接收到这个群的信息之前 用代码都无法检索到这个群
closed
2016-10-02T10:32:18Z
2017-04-11T09:36:16Z
https://github.com/littlecodersh/ItChat/issues/89
[ "bug" ]
wenzhoou
8
ultralytics/yolov5
deep-learning
12,973
How to use tensor rt in yolov5 detection
### 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 I'm using local machine with gpu rtx3050. I would like to utilize my gpu during the detec...
closed
2024-04-28T22:02:30Z
2024-06-09T00:25:17Z
https://github.com/ultralytics/yolov5/issues/12973
[ "question", "Stale" ]
tasyoooo
2
home-assistant/core
python
140,881
La Marzocco v5.0.9 gateway update causes exceptions for multiple machine models
### The problem I just updated to the new gateway firmware v5.0.9 on my GS/3 AV and I'm getting the following exception over and over in my HA log: ``` 2025-03-18 09:18:07.236 ERROR (MainThread) [homeassistant.components.lamarzocco.coordinator] Unexpected error fetching lamarzocco data Traceback (most recent call las...
closed
2025-03-18T16:25:50Z
2025-03-24T16:50:33Z
https://github.com/home-assistant/core/issues/140881
[ "integration: lamarzocco" ]
rccoleman
28
oegedijk/explainerdashboard
plotly
112
Is it possible to load model on-the-fly ? What is the best way to do this without too much core code modifications ?
I have a lot of models, and at first glance I need to load them all in an ExplainerHub during the initialization. What would be the least-recoding-way to do the loading only when the corresponding URL is queried ? I am looking for a solution by myself, and will share it here, but am not really familiar with flask, ...
closed
2021-04-28T20:40:07Z
2024-10-14T13:07:41Z
https://github.com/oegedijk/explainerdashboard/issues/112
[]
Simon-Free
13
facebookresearch/fairseq
pytorch
5,511
"ERROR: Cannot install fairseq and fairseq==0.12.2 because these package versions have conflicting dependencies."
## 🐛 Bug ``` ERROR: Cannot install fairseq and fairseq==0.12.2 because these package versions have conflicting dependencies. ``` ### Environment - fairseq Version (e.g., 1.0 or main): 0.12.2 - PyTorch Version (e.g., 1.0): torch-2.3.1 - OS (e.g., Linux): Window 11 - How you installed fairseq (`pip`, s...
closed
2024-06-24T08:30:56Z
2025-01-01T14:13:10Z
https://github.com/facebookresearch/fairseq/issues/5511
[ "bug", "needs triage" ]
Beterng
25
huggingface/datasets
pytorch
7,008
Support ruff 0.5.0 in CI
Support ruff 0.5.0 in CI. Also revert: - #7007
closed
2024-06-28T05:11:26Z
2024-06-28T07:11:18Z
https://github.com/huggingface/datasets/issues/7008
[ "maintenance" ]
albertvillanova
0
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,054
New windows installation tutorial please?
All tutorials I've followed are really vague, awful, or don't work any more. Can we get a new, easy to follow tutorial for windows?
open
2022-04-21T06:52:13Z
2022-04-28T01:38:14Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1054
[]
JacobWasTaken
2
wger-project/wger
django
1,123
No way to change or edit an body weight record after creating it
## Steps to Reproduce <!-- Please include as many steps to reproduce so that we can replicate the problem. --> 1. ... Current version 2.1a3.dev0 Docker **Expected results:** If I make an error (ie in the units, which aren't displayed, when I enter a weight record, I expect to be able to eit the entry (or at ...
closed
2022-09-20T03:35:32Z
2022-09-21T14:37:30Z
https://github.com/wger-project/wger/issues/1123
[]
deddc23efb
1
nerfstudio-project/nerfstudio
computer-vision
3,151
Many floaters are being created, despite that sparse dataset does not have those points.
**Describe the bug** I am comparing the dataset of the gaussian splat as well as the COLMAP dataset and I see some differences. I am trying to clean the COLMAP sparse dataset from outliers (such as floating pointers). However, when I perform the gaussian splatting process, I see that there exists so many more floaters...
closed
2024-05-20T10:49:36Z
2024-05-21T14:16:56Z
https://github.com/nerfstudio-project/nerfstudio/issues/3151
[]
abrahamezzeddine
1
ARM-DOE/pyart
data-visualization
1,559
Composite Z bugs (issue and fix)
In my original composite reflectivity code, I neglected that different sweeps can have different PRFs, which change the sensitivity and range. This created some odd artifacts like here: ![image](https://github.com/ARM-DOE/pyart/assets/22037322/c1b2d872-c1a0-4202-867a-9a4ad3b6906a) To get around this, I have adju...
open
2024-04-12T20:02:30Z
2024-04-16T21:26:28Z
https://github.com/ARM-DOE/pyart/issues/1559
[]
dopplerchase
8
huggingface/datasets
pandas
6,771
Datasets FileNotFoundError when trying to generate examples.
### Discussed in https://github.com/huggingface/datasets/discussions/6768 <div type='discussions-op-text'> <sup>Originally posted by **RitchieP** April 1, 2024</sup> Currently, I have a dataset hosted on Huggingface with a custom script [here](https://huggingface.co/datasets/RitchieP/VerbaLex_voice). I'm loa...
closed
2024-04-02T10:24:57Z
2024-04-04T14:22:03Z
https://github.com/huggingface/datasets/issues/6771
[]
RitchieP
2
jowilf/starlette-admin
sqlalchemy
390
Enhancement: View Actions
**Is your feature request related to a problem? Please describe.** Having batch actions and row actions is awesome for the record based actions but what if I want to add custom create function with less required fields. Other scenario could be a batch action for the "entire table", which is lacking us because of th...
closed
2023-11-08T09:14:56Z
2023-12-04T00:53:52Z
https://github.com/jowilf/starlette-admin/issues/390
[ "enhancement" ]
hasansezertasan
0
ludwig-ai/ludwig
data-science
3,093
AutoML fails with GBM unless you specify a learning rate
**Describe the bug** When running auto_train on a small tabular dataset with default settings, I get this error: "ValidationError: {'learning_rate': ['Not a valid number.']}" from marshmallow/schema.py:909 I believe it's because the default config using a learning rate of "auto" **To Reproduce** Steps to reprodu...
closed
2023-02-14T02:30:47Z
2023-02-15T17:46:06Z
https://github.com/ludwig-ai/ludwig/issues/3093
[]
skunkwerk
4
huggingface/transformers
deep-learning
36,802
BERT is broken on `v4.49.0-Gemma-3`
### System Info I'm using pytorch 2.6.0 on Linux. ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) ###...
open
2025-03-18T20:54:14Z
2025-03-21T01:45:43Z
https://github.com/huggingface/transformers/issues/36802
[ "bug" ]
koute
2
HIT-SCIR/ltp
nlp
643
为什么在LTP的模型引用介绍参数中会有两个base1?
Parameters: pretrained_model_name_or_path (`str` or `os.PathLike`): Can be either: - A string, the `model id` of a pretrained model hosted inside a model repo on huggingface.co. Valid model ids ar...
closed
2023-04-18T15:41:49Z
2023-07-04T07:53:46Z
https://github.com/HIT-SCIR/ltp/issues/643
[]
RyanBin0126
1
SYSTRAN/faster-whisper
deep-learning
1,017
Could not load library libcublasLt.so.11.
code ``` from faster_whisper import WhisperModel model_size = "large-v3" model = WhisperModel(model_size, device="cuda", device_index=0, compute_type="float16") segments, info = model.transcribe("rock_vocals.wav", beam_size=5, language="en", condition_on_previous_text=False) print("hehe") for segment i...
closed
2024-09-20T04:20:47Z
2025-02-24T20:56:43Z
https://github.com/SYSTRAN/faster-whisper/issues/1017
[]
anhnh2002
1
lundberg/respx
pytest
204
Confusion around assert_all_mocked behavior
```python3 @respx.mock(assert_all_mocked=True) async def test_httpx_all_mocked_true(): async with httpx.AsyncClient() as client: request = respx.get("http://test.com/id").mock( return_value=httpx.Response(200, content="test") ) resp = await client.get("http://test.com/id...
closed
2022-05-08T07:23:46Z
2022-05-24T11:20:27Z
https://github.com/lundberg/respx/issues/204
[]
sihrc
2
lorien/grab
web-scraping
102
Python 3.4 import error
<pre> File "/home/sergey/projects/virso/virso/grabber/mts/ih.py", line 3, in <module> import grab File "/home/sergey/.ve/virsot/lib/python3.4/site-packages/grab-0.6.0-py3.4.egg/grab/__init__.py", line 2, in <module> from grab.error import (GrabError, DataNotFound, GrabNetworkError, # noqa File "/home/ser...
closed
2015-04-07T09:11:02Z
2015-04-11T05:55:25Z
https://github.com/lorien/grab/issues/102
[]
khomyakov42
6
Nemo2011/bilibili-api
api
724
[漏洞] parser好像只对async方法管用
**Python 版本:** 3.11.5 <!--请务必使用 pip3 show bilibili-api-python 查询模块版本。--> **运行环境:** MacOS **模块路径:** `bilibili_api.tools.parser` **报错信息:** <!-- 务必提供模块版本并确保为最新版 --> ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/uvicorn/pro...
closed
2024-03-22T10:56:27Z
2024-03-29T09:39:14Z
https://github.com/Nemo2011/bilibili-api/issues/724
[ "bug" ]
nooblong
4
deepfakes/faceswap
deep-learning
578
I can't touch the trained model and dataset. can I train this model without images
**Note: Please only report bugs in this repository. Just because you are getting an error message does not automatically mean you have discovered a bug. If you don't have a lot of experience with this type of project, or if you need for setup help and other issues in using the faceswap tool, please refer to the [facesw...
closed
2019-01-07T05:59:59Z
2019-01-07T10:31:03Z
https://github.com/deepfakes/faceswap/issues/578
[]
wenzhifang
2
graphql-python/graphene-mongo
graphql
137
list of self-references
Hello, it might not be a real issue, but more of a question, but here, https://github.com/graphql-python/graphene-mongo/blob/cfd6b0d692ef35fb542e2f653ba33090efb4f617/graphene_mongo/types.py#L15, it is it takes care of list of self-references, but I am not understanding why it is not working for me. I have refere...
closed
2020-03-04T13:19:13Z
2020-03-06T00:24:10Z
https://github.com/graphql-python/graphene-mongo/issues/137
[ "wait for response" ]
kjstaring
3
matplotlib/cheatsheets
matplotlib
31
Simplifying code
Most, if not all, `np.`, `plt.`, `ax.`, `fig.`, and `mpl.` can be safely removed if importing `*` directly in the main name namespace. Currently there are so many useless repetitions, IMHO. ```python from matplotpib.pylab import * ``` would make things much cleaner and simple.
closed
2020-07-07T21:38:24Z
2020-07-10T20:55:00Z
https://github.com/matplotlib/cheatsheets/issues/31
[]
Atcold
6
AirtestProject/Airtest
automation
533
测试代码中途touch不生效,把代码拆成两个脚本,两个脚本都能正常执行
(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。) **(重要!问题分类)** **描述问题bug** 遇到了一个奇怪的问题,写了一个测试用例,用的是图像识别,脚本前半段的touch都是生效的,到了后面一段就不生效了。 touch之前先判断了exists,看log图片是找到了的,touch也是touch的同一张图。 把脚本拆成两个脚本,分别运行,都能顺利运行,touch都是生效的。 ``` (在这里粘贴traceback或其他报错信息) ``` **相关截图** **复现步骤** 测试的内容是游戏的登陆页面 1. 脚本执行,顺利启动app,进入登陆页面 ...
closed
2019-09-20T02:40:34Z
2019-09-20T09:29:28Z
https://github.com/AirtestProject/Airtest/issues/533
[]
violet4783
0
apachecn/ailearning
scikit-learn
646
cartpoleenv.step
cartpole中的env.step是空函数,执行的是什么动作?
open
2023-12-10T15:38:15Z
2024-01-03T01:55:41Z
https://github.com/apachecn/ailearning/issues/646
[]
Ryan-Lily
1
zappa/Zappa
django
1,312
Provide better error message for the user's failure to run `pip freeze
<!--- Provide a general summary of the issue in the Title above --> ## Context Currently, adding packages to the Python virtual environment but failing to run `pip freeze` results in inscrutable errors when the zappa package is deployed to lambda. <!--- Provide a more detailed introduction to the issue itself, and...
closed
2024-03-28T12:46:03Z
2024-07-06T13:35:56Z
https://github.com/zappa/Zappa/issues/1312
[ "no-activity", "auto-closed" ]
simsong
2
robotframework/robotframework
automation
5,061
Robot variables given with variablefile are no longer resolved since version 6.0
**Description** I have a different behavior with RF 5.0.1 and RF >= 6.0. With previous RobotFramework versions, I was able to overwrite some variables by defining them in a YAML file and some of these variables had references to other defined RobotFramework variables (`VAR_B: foo ${VAR_A}`). With RF 5.0.1, all va...
open
2024-02-21T18:51:12Z
2024-02-24T16:34:27Z
https://github.com/robotframework/robotframework/issues/5061
[]
crtvmn
1
axnsan12/drf-yasg
django
189
Default value - swagger
Hello, I use a serializer to generate custom examples. Into swagger, examples default values are not shown. Get "string". ![json](https://user-images.githubusercontent.com/6205275/44256619-fdb98780-a209-11e8-9e46-c26f19cf698f.png) Works well into xml example : ![xml](https://user-images.githubusercontent.com/...
closed
2018-08-17T08:48:59Z
2018-09-09T21:44:59Z
https://github.com/axnsan12/drf-yasg/issues/189
[]
tboulogne
1
albumentations-team/albumentations
deep-learning
2,444
[Feature request] Add apply_to_images to Affine
open
2025-03-11T01:20:44Z
2025-03-11T01:20:50Z
https://github.com/albumentations-team/albumentations/issues/2444
[ "enhancement", "good first issue" ]
ternaus
0
MycroftAI/mycroft-core
nlp
2,497
selenium installation error
I installed sudo apt-get install python-pip, then i tried to install selenium with sudo pip install selenium command,but it is showing below error,i am using UBUNTU OS. can anyone help me. Traceback (most recent call last): File "/usr/local/bin/pip", line 7, in <module> from pip._internal import main Fi...
closed
2020-03-10T07:23:23Z
2020-03-10T11:16:25Z
https://github.com/MycroftAI/mycroft-core/issues/2497
[]
srikanth654
1
autokey/autokey
automation
681
Update README.rst
### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? Documentation ### Which Linux distribution did you use? N/A ### Which AutoKey GUI did you use? _No response_ #...
closed
2022-03-22T06:28:05Z
2023-04-06T14:24:50Z
https://github.com/autokey/autokey/issues/681
[ "help-wanted", "documentation", "development", "0.96.1" ]
josephj11
14
dynaconf/dynaconf
fastapi
834
[bug] Validator only casts default value
**Describe the bug** The Validator `cast` function only casts the default value, if provided. If the default value is erased, and then the validator is called to be validated, the cast doesn't happen as it should be. **To Reproduce** Steps to reproduce the behavior: 3. Having the following app code: <details>...
closed
2022-11-22T18:46:40Z
2023-03-02T13:29:41Z
https://github.com/dynaconf/dynaconf/issues/834
[ "bug", "HIGH" ]
Wenzel
2
seleniumbase/SeleniumBase
pytest
3,225
A question about using seleniumbase with pytest
closed
2024-10-26T21:49:39Z
2024-11-10T14:30:24Z
https://github.com/seleniumbase/SeleniumBase/issues/3225
[ "question", "UC Mode / CDP Mode" ]
tejendrapsingh
1
ageitgey/face_recognition
python
1,097
Unexpected type img for face_locations() if model='cnn' and bacth_size less than 128
* face_recognition version: 1.3.0 * Python version: python 3.6.8 * Operating System: Ubuntu 18.04.4 ### Description When I run `face_locations()` it appears 'cnn' and 'hog' detector wait for different type of the image. If batch size is 64 than 'cnn' expects `img` to be a list of numpy arrays, when `'hog' want...
open
2020-03-29T12:13:19Z
2020-05-10T21:37:50Z
https://github.com/ageitgey/face_recognition/issues/1097
[]
VicGrygorchyk
2
microsoft/qlib
machine-learning
1,600
fit time and train time, why should we have both?
Hello, in yaml config file, e.g., workflow_config_lightgbm_Alpha158.yaml, We have: data_handler_config: &data_handler_config start_time: 2000-01-05 end_time: 2023-06-01 fit_start_time: 2000-01-05 fit_end_time: 2018-12-31 segments: train: [2000-01-05, 2018-12-31] ...
closed
2023-07-16T23:56:42Z
2023-10-24T03:02:02Z
https://github.com/microsoft/qlib/issues/1600
[ "question", "stale" ]
quant2008
2
streamlit/streamlit
deep-learning
10,356
st.login() when using Google - state parsing appears to be incorrect
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary When attempting to configure st.login() with ...
closed
2025-02-07T05:29:02Z
2025-02-07T18:29:23Z
https://github.com/streamlit/streamlit/issues/10356
[ "type:bug", "status:confirmed", "priority:P3", "feature:authentication" ]
daileykluck
3
Johnserf-Seed/TikTokDownload
api
391
关于接口返回空值的问题
接口经常会返回空值,有的要循环十好几次才会有数据,有没有什么好的办法解决?
closed
2023-04-08T16:54:06Z
2023-04-19T12:31:56Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/391
[ "额外求助(help wanted)", "无效(invalid)" ]
Dongdong0112
1
LAION-AI/Open-Assistant
python
2,666
not sure why the chat window wont load
chat not loading like its stuck in sync
closed
2023-04-17T12:37:41Z
2023-04-17T13:00:09Z
https://github.com/LAION-AI/Open-Assistant/issues/2666
[]
bklyny2021
4
keras-team/keras
machine-learning
20,700
ValueError: creating distributed tf.Variable with aggregation=MEAN and a non-floating dtype is not supported, please use a different aggregation or dtype
It happens while using [keras-models](https://keras.io/api/applications/) in kaggle tpu.
closed
2024-12-28T18:31:33Z
2024-12-31T04:22:19Z
https://github.com/keras-team/keras/issues/20700
[]
innat
2
jazzband/django-oauth-toolkit
django
674
source refresh token is always null
Every access token is created with the source_refresh_token as null. If we have specified this field as one to one, it should be stored in the access token object.
closed
2018-12-12T15:02:19Z
2018-12-13T18:31:04Z
https://github.com/jazzband/django-oauth-toolkit/issues/674
[]
singhravi1
9
saulpw/visidata
pandas
1,864
Vdsql was unable to open a `.db` file
``` vdsql --sqlite foo.db Traceback (most recent call last): File "/usr/local/bin/vdsql", line 8, in <module> sys.exit(main()) File "/usr/local/lib/python3.9/site-packages/vdsql/__main__.py", line 19, in main main.vd_cli() File "/usr/local/lib/python3.9/site-packages/visidata/main.py", line 354, in...
closed
2022-11-01T01:17:22Z
2023-04-22T04:34:55Z
https://github.com/saulpw/visidata/issues/1864
[ "fixed", "vdsql" ]
anjakefala
3
google/trax
numpy
1,758
The colab button on Knowledge_Tracing_Transformer.ipynb is not open
### Description Small issue here: The Open in Colab button in the notebook Knowledge_Tracing_Transformer.ipynb in the directory "trax/trax/examples" leads to a private file on Google Drive.
open
2022-09-08T10:43:09Z
2022-09-08T10:43:09Z
https://github.com/google/trax/issues/1758
[]
haytamdon
0
Asabeneh/30-Days-Of-Python
numpy
412
Functions
Write a function which checks if all the items of the list are of the same data type. ~~~python def chek_type(num): first_type = type(num[0]) for i in num: if type(i) != first_type: return False #چرا جواب نمیده **نمیفهمم else: return True #اگه الس رو دربی...
closed
2023-07-03T17:20:35Z
2023-07-03T17:38:45Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/412
[]
Bidmajnoon
0
ymcui/Chinese-LLaMA-Alpaca
nlp
854
回答出现了大量的百度百科
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-10-18T01:38:14Z
2023-10-30T02:26:25Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/854
[ "stale" ]
acekingke
3
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,541
[Bug]: CONSTANT crash to black screen. RX 6800
### 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-04-16T23:24:53Z
2024-07-30T00:02:56Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15541
[ "bug-report" ]
abire2
2
aio-libs/aiopg
sqlalchemy
35
Add method for closing sa engine
closed
2014-09-30T09:46:16Z
2014-10-13T03:21:29Z
https://github.com/aio-libs/aiopg/issues/35
[]
asvetlov
1
yt-dlp/yt-dlp
python
12,081
I'm getting this error on some videos
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2025-01-14T17:28:44Z
2025-01-14T18:46:38Z
https://github.com/yt-dlp/yt-dlp/issues/12081
[ "invalid", "incomplete" ]
ahmetyasinakturk
7
pydantic/pydantic-core
pydantic
843
Allocations overhead ?
First of all, thanks for the fantastic library. While benchmarking pydantic v2 on some complex models with a lot of fields/nesting (unfortunately I can't share the models) I noticed abnormal performance due to allocations/deallocations: ![flamegraph-before](https://github.com/pydantic/pydantic-core/assets/3057546...
closed
2023-07-30T11:57:57Z
2023-09-28T08:45:35Z
https://github.com/pydantic/pydantic-core/issues/843
[ "unconfirmed" ]
mselee
4
miguelgrinberg/flasky
flask
12
3b errors?
Hi, I think there's an issue with 3b - browsing to the user page doesn't work for me.
closed
2014-05-17T04:05:23Z
2014-05-17T04:19:54Z
https://github.com/miguelgrinberg/flasky/issues/12
[]
indistinctTalk
2
Lightning-AI/pytorch-lightning
machine-learning
19,685
Address FSDP + manual optimization
### Bug description In manual optimization, the user can call `self.backward()` anywhere in `training_step()`. There are no limitations for this in single-device execution, but for distributed strategies there are challenges associated with that. In DDP, we solve that problem by disabling a backward hook before ca...
open
2024-03-22T03:43:51Z
2024-04-01T20:39:24Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19685
[ "bug", "strategy: fsdp", "ver: 2.2.x" ]
awaelchli
1
dantaki/vapeplot
seaborn
11
Update docs
Hey, thanks for the great palettes! I just want to say, this didn't work for me: ```python import vapeplot %matplotlib inline vapeplot.available() ``` but this did: ```python from vapeplot import vapeplot %matplotlib inline vapeplot.available() ``` Perhaps its an error on my part, but maybe the ...
closed
2018-08-22T18:48:58Z
2018-10-29T18:24:30Z
https://github.com/dantaki/vapeplot/issues/11
[]
ewengillies
4
ClimbsRocks/auto_ml
scikit-learn
303
TODO: adjust test bounds for classifiers after passing in new categorical variable for titanic
open
2017-07-20T20:23:41Z
2017-07-20T20:23:41Z
https://github.com/ClimbsRocks/auto_ml/issues/303
[]
ClimbsRocks
0
bregman-arie/devops-exercises
python
23
Add advanced Go questions
At least 50 :)
open
2019-10-22T14:32:40Z
2023-07-24T04:15:36Z
https://github.com/bregman-arie/devops-exercises/issues/23
[]
bregman-arie
0
cchen156/Learning-to-See-in-the-Dark
tensorflow
89
Why not learn the amplification ratio?
Why not set the ratio to 1 and let the network learn a ratio when training the model? I noticed that the author set the ratio to "gt exposure time / short exposure time" when training the model, and we need to set a ratio externally when testing the model. However, after trying different ratios, I found that the ...
open
2019-08-18T07:51:26Z
2022-06-30T13:55:13Z
https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/89
[]
manfred-git
2