Unrecognized function or variable 'importNet​workFromTe​nsorFlow'.

3 次查看(过去 30 天)
if ~exist('model2a','dir')
unzip('model2a.zip')
end
modelFolder = './model2a';
net = importNetworkFromTensorFlow(modelFolder)
I ran the following above and got the error output mentioned above. Is there a way to resolve this? I checked that i have the add on installed and i even move to the main path where this add on is installed

采纳的回答

Steven Lord
Steven Lord 2024-1-19
The documentation page for importNetworkFromTensorFlow states that this function was "Introduced in R2023b". The release you're using predates its introduction. You will need to update to release R2023b or later to use it.

更多回答(1 个)

Matt J
Matt J 2024-1-18
You haven't filled in the form with your Matlab release, but I'm guessing you have a version that predates that command.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by