Attempt to execute SCRIPT googlenet as a function: というエラーにつきまして
1 回表示 (過去 30 日間)
古いコメントを表示
プログラミング初心者です。
自身のデータセットで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 件のコメント
採用された回答
Tohru Kikawada
2019 年 2 月 15 日
編集済み: Tohru Kikawada
2019 年 2 月 15 日
MATLABプログラムのファイル名を googlenet.m 以外、たとえば test_googlenet.m にしてお試しください。
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!