Effacer les filtres
Effacer les filtres

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 vue (au cours des 30 derniers jours)
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 commentaire
Sarah Mohamed
Sarah Mohamed le 3 Mar 2020
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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics Object Identification dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by