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?

 Accepted Answer

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

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2018b

Asked:

on 8 Jan 2019

Commented:

on 13 Jan 2019

Community Treasure Hunt

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

Start Hunting!