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

Deprecated warnings fix in MO #6016

Merged
merged 10 commits into from
Jun 4, 2021

Conversation

evolosen
Copy link
Contributor

@evolosen evolosen commented Jun 3, 2021

Solution: Fix DeprecationWarnings

Ticket: 55830
Warning example: model_optimizer/mo/front/tf/partial_infer/tf.py:111: DeprecationWarning: invalid escape sequence \d
if not match('.*:\d+', out_tensor_name):

Code:

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

Validation:

  • Unit tests - N/A
  • Framework operation tests - N/A
  • Transformation tests - N/A
  • Model Optimizer IR Reader check - N/A

Documentation:

  • Supported frameworks operations list - N/A
  • Guide on how to convert the public model - N/A
  • User guide update - N/A

@evolosen evolosen marked this pull request as ready for review June 4, 2021 10:06
@evolosen evolosen requested review from a team, pavel-esir, achetver and yekruglov and removed request for a team June 4, 2021 10:06
@evolosen evolosen changed the title Deprecated warning fix in MO Deprecated warnings fix in MO Jun 4, 2021
@evolosen evolosen requested a review from lazarevevgeny June 4, 2021 10:33
@evolosen evolosen requested a review from lazarevevgeny June 4, 2021 11:21
@lazarevevgeny lazarevevgeny enabled auto-merge (squash) June 4, 2021 12:12
@lazarevevgeny lazarevevgeny added the category: MO Model Optimizer label Jun 4, 2021
@lazarevevgeny lazarevevgeny added this to the 2021.4 milestone Jun 4, 2021
@lazarevevgeny lazarevevgeny merged commit 859a3b8 into openvinotoolkit:master Jun 4, 2021
yekruglov pushed a commit to yekruglov/openvino that referenced this pull request Jun 7, 2021
* Add code style fixes

* Revert "Add code style fixes"

This reverts commit 490934f.

* Fix Invalid escape sequence

* Fix Invalid escape sequence
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
* Add code style fixes

* Revert "Add code style fixes"

This reverts commit 490934f.

* Fix Invalid escape sequence

* Fix Invalid escape sequence
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.

5 participants