openvinotoolkit / openvino

OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
https://docs.openvino.ai
Apache License 2.0
7.23k stars 2.25k forks source link

[Good First Issue]: Support aten::reflection_pad1d, aten::reflection_pad3d for pytorch models #23321

Open mvafin opened 8 months ago

mvafin commented 8 months ago

Context

OpenVINO component responsible for support of PyTorch models is called as PyTorch Frontend (PT FE). PT FE converts a model represented as TorchScript model to a model in OpenVINO opset. aten::reflection_pad2d is already supported, what needs to be done is to also support other sizes.

What needs to be done?

Example Pull Requests

18998

Resources

Contact points

@openvinotoolkit/openvino-pytorch-frontend-maintainers

Ticket

TBD

thinhngo-x commented 7 months ago

.take

github-actions[bot] commented 7 months ago

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

thinhngo-x commented 7 months ago

Hello @mvafin, can you please show me where the aten::reflection_pad2dhas been implemented? Thanks.

mvafin commented 7 months ago

@thinhngo-x It is supported here: https://github.com/openvinotoolkit/openvino/blob/a78d9148cae10749d0c0e2d005012e366b73307d/src/frontends/pytorch/src/transforms/prim_list_construct_pad.cpp#L87

p-wysocki commented 7 months ago

Hello @thinhngo-x, are you still working on this?

duydl commented 5 months ago

.take

github-actions[bot] commented 5 months ago

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

duydl commented 5 months ago

Hi, I have some question.

Thank you.

jagadeeshmadinni commented 5 days ago

.take

github-actions[bot] commented 5 days ago

Thank you for looking into this issue! Please let us know if you have any questions or require any help.