Unrecognized function or variable 'importONNXFunction'.
Mostrar comentarios más antiguos
I am using version r2021a and testing import onnx model, and came across the error: Unrecognized function or variable 'importONNXFunction'.
but I find that 'importONNXFunction' function has been introduced in version 2020.
why it is not found in r2021?
Respuestas (1)
Chunru
el 4 de Sept. de 2021
0 votos
try "which importONNXFunction" to see if it is installed. (It could be a supported package you have not installed).
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!