unrecognized function or variable when working with pre-trained network?
显示 更早的评论
what is the reason of that error and how can i fix it.
i loaded network (alexnet) , and exported layer to workspace in matlab but after runing the project, the layers_1 will disappear in workspace!!
thanks for your help.
here is the layers_1 i exported from DeepNetworkDesigner:

after i Run the project, the layers_1 will disappear:

5 个评论
Walter Roberson
2020-5-6
We need to see your code.
shivan artosh
2020-5-6
shivan artosh
2020-5-6
编辑:shivan artosh
2020-5-6
Walter Roberson
2020-5-7
I recommend getting rid of the line
clear all; close all; clc;
Walter Roberson
2020-5-7
Your code does not define layers_1 and does not load() it from anywhere. If you had it in your workspace before you ran the script, then it would have been destroyed by the "clear all"
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
