-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
category: PyTorch FEOpenVINO PyTorch FrontendOpenVINO PyTorch Frontendgood first issueGood for newcomersGood for newcomersno_staleDo not mark as staleDo not mark as stale
Description
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?
- Implement conversion rule and/or transformation to support the new operation.
- Implement operation tests in tests/layer_tests/pytorch_tests. Please consider different data types, but keep reasonable number of test cases
Example Pull Requests
Resources
- torch.nn.ReflectionPad1d description
- Contribution guide - start here!
- What is OpenVINO?
- OpenVINO PyTorch Frontend
- Blog post on contributing to OpenVINO
- User documentation
Contact points
@openvinotoolkit/openvino-pytorch-frontend-maintainers
Ticket
TBD
Metadata
Metadata
Assignees
Labels
category: PyTorch FEOpenVINO PyTorch FrontendOpenVINO PyTorch Frontendgood first issueGood for newcomersGood for newcomersno_staleDo not mark as staleDo not mark as stale
Type
Projects
Status
Contributors Needed