Dose matlab really support interoperability with the open source deep learning framework.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jack Xiao
el 8 de En. de 2019
Comentada: Jack Xiao
el 13 de En. de 2019
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 comentarios
Respuesta aceptada
Don Mathis
el 10 de En. de 2019
Try
a = importONNXNetwork('resnet18.onnx', 'OutputLayerType', 'classification')
3 comentarios
Don Mathis
el 12 de En. de 2019
The Constant operator and others should be supported in the next update of the onnx support package, scheduled for later this month.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!