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?

 채택된 답변

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

댓글 수: 3

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.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2018b

질문:

2019년 1월 8일

댓글:

2019년 1월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by