when run net=googlenet get error
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Tan
am 14 Mai 2023
Kommentiert: Walter Roberson
am 14 Mai 2023
>> net = googlenet;
Execution of script googlenet as a function is not supported:
D:\recycle101\googlenet.m
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 14 Mai 2023
Folder D:\recycle101 is on your MATLAB path, and it contains a script D:\recycle101\googlenet.m -- a .m file that is not a function or classdef. However you are trying to invoke googlenet as a function, probably intending to access https://www.mathworks.com/help/deeplearning/ref/googlenet.html
You should rename D:\recycle101\googlenet.m to something else.
2 Kommentare
Walter Roberson
am 14 Mai 2023
It works for me in R2023a.
I notice you are using R2020b. You might need to update to a later version.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!