Dose matlab really support interoperability with the open source deep learning framework.

2 vues (au cours des 30 derniers jours)
i try import onnx model which is exported from pytorch as it is stated that in the link,
however, error occurred,
onnx.PNG
the model is from the pytorch model zoo.
so Dose matlab really support interoperability with the open source deep learning framework?
Is there any demo or examples demonstrating importing the onnx model which is exported by other platforms?

Réponse acceptée

Don Mathis
Don Mathis le 10 Jan 2019
Try
a = importONNXNetwork('resnet18.onnx', 'OutputLayerType', 'classification')
  3 commentaires
Don Mathis
Don Mathis le 12 Jan 2019
The Constant operator and others should be supported in the next update of the onnx support package, scheduled for later this month.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by