Unrecognized function or variable 'importONNXFunction'.

3 次查看(过去 30 天)
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?

回答(1 个)

Chunru
Chunru 2021-9-4
try "which importONNXFunction" to see if it is installed. (It could be a supported package you have not installed).
  2 个评论
Jack Xiao
Jack Xiao 2021-9-4
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).
Chunru
Chunru 2021-9-4
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by