Execution of script vgg16 as a function is not supported:

조회 수: 4 (최근 30일)
Rallapalli Sethumadhavi
Rallapalli Sethumadhavi 2021년 4월 28일
답변: Kojiro Saito 2021년 5월 6일
When I am trying to execute the vgg16 in matlab in IOS, I am getting this error.
Execution of script vgg16 as a function is not supported:
Error in vgg16own (line 16)
net = vgg16;

답변 (1개)

Kojiro Saito
Kojiro Saito 2021년 5월 6일
I was able to reproduce this issue if vgg.m exists on somewhere in MATLAB search path.
Could you check you have custom vgg16.m?
which vgg16 -all
If it returns only the following,
MATLAB_INSTALL\toolbox\nnet\cnn\spkgs\vgg16.m % Shadowed
it will work well.
But if there is another vgg16.m and it is a script not a function, it will occur "Execution of script vgg16 as a function is not supported:" error.
Try renaming you custom vgg16.m to vgg16_custom.m and then, compiling your code again.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by