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

조회 수: 3 (최근 30일)
Bryce
Bryce 2024년 1월 18일
댓글: Bryce 2024년 1월 29일
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.
  댓글 수: 2
Bryce
Bryce 2024년 1월 18일
I have R2022b installed
Matt J
Matt J 2024년 1월 19일
As Steve mentions, that's not available in R2022b, but maybe you can use the earlier version importTensorFlowNetwork instead.

댓글을 달려면 로그인하십시오.

카테고리

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