Lazy warnings about unsupported han #769
Open
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.
Now onnx-tf generate warnings "Unknown op {} in domain {}" and "Fail to get since_version of {} in domain {}" during loading handlers for all handlers that cause these warning regardless off are these handlers required to process the ONNX file at hands. It always produces problems with ConstantFill and ImageScaler handlers resulting in issues like #736, #720, #711, #701, #692, #691, #557. Actually all these warnings are useless it these handlers are not actually used. But they confuses user as if his model can't be converted correctly. Now warnings are changet to INFO, but still does not tell if they are importent or useless.
I propose to display these warnings only in case if specific handler is used in ONNX file being converted.