Open jikechao opened 11 months ago
Yes, I agree. We plan to fix that. We have a publicly available issue for that task: #20927
@mvafin Thanks for your confirmation.
BTW, the operator AvgPool2d
can cause the same bug as the MaxPool2d
.
@p-wysocki for you attention
OpenVINO Version
openvino-nightly 2023.2.0.dev20231101
Operating System
Ubuntu 18.04 (LTS)
Device used for inference
CPU
Framework
PyTorch
Model used
Given in the following script
Issue description
A similar bug with https://github.com/openvinotoolkit/openvino/issues/20907
According to the PyTorch doc, a 2D input (C, L_in) is valid, but it will crash when converted to OVIR. In my personal view, OpenVINO should keep aligned with PyTorch.
Step-by-step reproduction
Relevant log output
Issue submission checklist