Dose matlab really support interoperability with the open source deep learning framework.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Jack Xiao
am 8 Jan. 2019
Kommentiert: Jack Xiao
am 13 Jan. 2019
i try import onnx model which is exported from pytorch as it is stated that in the link,
however, error occurred,
![onnx.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/200365/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?
0 Kommentare
Akzeptierte Antwort
Don Mathis
am 10 Jan. 2019
Try
a = importONNXNetwork('resnet18.onnx', 'OutputLayerType', 'classification')
3 Kommentare
Don Mathis
am 12 Jan. 2019
The Constant operator and others should be supported in the next update of the onnx support package, scheduled for later this month.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!