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::replication_pad{1,2,3}d for pytorch models #23322

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.

What needs to be done?

Example Pull Requests

18998

Resources

Contact points

@openvinotoolkit/openvino-pytorch-frontend-maintainers

Ticket

TBD

AKFORTY7 commented 8 months ago

.take

github-actions[bot] commented 8 months ago

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

p-wysocki commented 7 months ago

I reopened the issue due to current assignee's inactivity.

Collins-Webdev commented 7 months ago

Hello @p-wysocki , I made a pull-request about it here .

Please review the changes and let me know if there are any further adjustments needed. Thank you for considering my contribution.