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,
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 个评论
采纳的回答
Don Mathis
2019-1-10
Try
a = importONNXNetwork('resnet18.onnx', 'OutputLayerType', 'classification')
3 个评论
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 Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!