Add CTCGreedyDecoder mo support#4009
Merged
lazarevevgeny merged 85 commits intoopenvinotoolkit:masterfrom Feb 17, 2021
Merged
Conversation
GlebKazantaev
suggested changes
Jan 28, 2021
...ansformations/include/transformations/op_conversions/convert_ctc_greedy_decoder_v6_to_v1.hpp
Outdated
Show resolved
Hide resolved
...ansformations/include/transformations/op_conversions/convert_ctc_greedy_decoder_v6_to_v1.hpp
Outdated
Show resolved
Hide resolved
...ansformations/include/transformations/op_conversions/convert_ctc_greedy_decoder_v6_to_v1.hpp
Outdated
Show resolved
Hide resolved
...ansformations/include/transformations/op_conversions/convert_ctc_greedy_decoder_v6_to_v1.hpp
Outdated
Show resolved
Hide resolved
...c/transformations/src/transformations/op_conversions/convert_ctc_greedy_decoder_v6_to_v1.cpp
Outdated
Show resolved
Hide resolved
...c/transformations/src/transformations/op_conversions/convert_ctc_greedy_decoder_v6_to_v1.cpp
Outdated
Show resolved
Hide resolved
...sts/functional/inference_engine/transformations/convert_ctc_greedy_decoder_v6_to_v1_test.cpp
Outdated
Show resolved
Hide resolved
...sts/functional/inference_engine/transformations/convert_ctc_greedy_decoder_v6_to_v1_test.cpp
Outdated
Show resolved
Hide resolved
...sts/functional/inference_engine/transformations/convert_ctc_greedy_decoder_v6_to_v1_test.cpp
Outdated
Show resolved
Hide resolved
...sts/functional/inference_engine/transformations/convert_ctc_greedy_decoder_v6_to_v1_test.cpp
Outdated
Show resolved
Hide resolved
Contributor
|
Please add more detailed description. |
...ansformations/include/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.hpp
Outdated
Show resolved
Hide resolved
...c/transformations/src/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp
Outdated
Show resolved
Hide resolved
...c/transformations/src/transformations/op_conversions/simplify_ctc_greedy_decoder_seq_len.cpp
Outdated
Show resolved
Hide resolved
Contributor
|
@lazarevevgeny @andrei-kochin Discussed in offline with @iimironov that as this transformation needed only for private plugin we will move source code directly to this plugin and leave transformation library without changes. |
GlebKazantaev
approved these changes
Feb 15, 2021
ilyachur
approved these changes
Feb 16, 2021
lazarevevgeny
approved these changes
Feb 16, 2021
Contributor
|
@rkazants , your approval is needed. |
rkazants
reviewed
Feb 16, 2021
model-optimizer/extensions/front/tf/CTCGreedyDecoderReplacement.py
Outdated
Show resolved
Hide resolved
rkazants
reviewed
Feb 16, 2021
rkazants
requested changes
Feb 16, 2021
Collaborator
rkazants
left a comment
There was a problem hiding this comment.
Still have some fixes request
…into imironov/extend-mo-ctc-greedy-decoder
rkazants
approved these changes
Feb 16, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket 42642
Description: Extend CTCGreedyDecoderSeqLen for MO. Add transformation CTCGreedyDecoder from v6 to v1.
Code:
Validation:
Documentation: