Attempt to execute SCRIPT googlenet as a function: というエラーにつきまして
1 view (last 30 days)
Show older comments
プログラミング初心者です。
自身のデータセットでgooglenetを試してみたところ、以下のエラーが出ました。
net = googlenet
Attempt to execute SCRIPT googlenet as a function
Alexnetを試してみたところ、同様のエラーが出てしまいます。
Attempt to execute SCRIPT alexnet as a function:
C:\Users\a\Documents\MATLAB\a\googlenet.m
どうぞよろしくお願いいたします。
0 Comments
Accepted Answer
Tohru Kikawada
on 15 Feb 2019
Edited: Tohru Kikawada
on 15 Feb 2019
MATLABプログラムのファイル名を googlenet.m 以外、たとえば test_googlenet.m にしてお試しください。
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!