unrecognized function or variable when working with pre-trained network?
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 6 Mai 2020
We need to see your code.
shivan artosh
am 6 Mai 2020
shivan artosh
am 6 Mai 2020
Bearbeitet: shivan artosh
am 6 Mai 2020
Walter Roberson
am 7 Mai 2020
I recommend getting rid of the line
clear all; close all; clc;
Walter Roberson
am 7 Mai 2020
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"
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
