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?

 採用された回答

Don Mathis
Don Mathis 2019 年 1 月 10 日
Try
a = importONNXNetwork('resnet18.onnx', 'OutputLayerType', 'classification')

3 件のコメント

Jack Xiao
Jack Xiao 2019 年 1 月 12 日
I tried but it still failed:
捕获qewe.PNG
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.
Jack Xiao
Jack Xiao 2019 年 1 月 13 日
Ok, cool.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep 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