Unrecognized function or variable 'importNetworkFromTensorFlow'.
显示 更早的评论
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
采纳的回答
更多回答(1 个)
Matt J
2024-1-18
0 个投票
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
2024-1-18
Matt J
2024-1-19
As Steve mentions, that's not available in R2022b, but maybe you can use the earlier version importTensorFlowNetwork instead.
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!