필터 지우기
필터 지우기

Why a great software such as Matlab does not support some ONNX operators and where and when can I find mfiles for replacing the placeholder layers?

조회 수: 1 (최근 30일)
Even Matlab R2019b does not support, some simple ONNX operators such as ‘Gather’, ‘shape’, ‘Resahpe’ and so on. As a results, the Matlab users have been encountered a serious problems for importing the new ONNX models. It is not good for Matlab as a great software. Does anyone can help me on this issue or is there any mfile for replacing unsupported ONNX operators?
  댓글 수: 1
Sarah Mohamed
Sarah Mohamed 2020년 3월 3일
Hi Hossein,
We don't currently support all ONNX operators, but we're working on supporting more models in the future. If you can share some more information about which models you are trying to import, and where they are exported from, that would be very helpful.
If you are using 'importONNXLayers', any unsupported operator will be replaced by a PlaceholderLayer in the imported layer graph. There are a few functions that can be used to remove/replace PlaceholderLayers, but you may need to know how the unsupported operators are being used in the ONNX file in order to do this.
If you'd like some more help, could you share your ONNX file(s)?
Thanks,
Sarah

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by