Unrecognized function or variable 'importONNXFunction'.

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?

Antworten (1)

Chunru
Chunru am 4 Sep. 2021

0 Stimmen

try "which importONNXFunction" to see if it is installed. (It could be a supported package you have not installed).

2 Kommentare

thanks, the hint is 'importONNXFunction' not found.' i have installed the package for importONNXNetwork but not find the package for importONNXFunction (it looks like be built-in the deep learning toolbox).
The supported packages can be installed in a different place, depending on the individual setting. I am able to find the file by:
which importONNXFunction

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021a

Gefragt:

am 4 Sep. 2021

Kommentiert:

am 4 Sep. 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by