필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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?

채택된 답변

Don Mathis
Don Mathis 2019년 1월 10일
Try
a = importONNXNetwork('resnet18.onnx', 'OutputLayerType', 'classification')
  댓글 수: 3
Don Mathis
Don Mathis 2019년 1월 12일
The Constant operator and others should be supported in the next update of the onnx support package, scheduled for later this month.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by