Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MO] Improve support ONNX Resize-10 created by PyTorch #1350

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

mvafin
Copy link
Contributor

@mvafin mvafin commented Jul 16, 2020

Description: This will enable models containing Resize-10 from PyTorch

Issue: #35166

Code:

  • Comments
  • Code style (PEP8)
  • Transformation generates reshape-able IR
  • Transformation preserves original framework node names

Validation:

  • Unit tests
  • Framework operation tests: N/A - not a new operation
  • Transformation tests
  • e2e model test with an update of ./tests/e2e_oss/utils/reshape_utils.py: N/A - no e2e test modifyed
  • Model Optimizer IR Reader check

Documentation:

  • Supported frameworks operations list: N/A - no new operation supported
  • Supported public models list: N/A - no new public model supported
  • New operations specification: N/A - no new operation added
  • Guide on how to convert the public model: N/A - no new public model supported
  • User guide update: N/A - not needed

@mvafin mvafin requested review from vgavrilo and a team July 16, 2020 10:37
@mvafin
Copy link
Contributor Author

mvafin commented Jul 23, 2020

Wait until Interpolate-4 is implemented.

@lazarevevgeny lazarevevgeny dismissed vgavrilo’s stale review October 29, 2020 12:25

Comments have been resolved

@lazarevevgeny lazarevevgeny merged commit 3019a34 into openvinotoolkit:master Oct 29, 2020
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Dec 16, 2020
@mvafin mvafin deleted the fix/resize-10 branch February 9, 2023 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: MO Model Optimizer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants