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

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?

 Respuesta aceptada

Try
a = importONNXNetwork('resnet18.onnx', 'OutputLayerType', 'classification')

3 comentarios

I tried but it still failed:
捕获qewe.PNG
The Constant operator and others should be supported in the next update of the onnx support package, scheduled for later this month.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2018b

Preguntada:

el 8 de En. de 2019

Comentada:

el 13 de En. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by