Borrar filtros
Borrar filtros

attempt to execute script as a function

3 visualizaciones (últimos 30 días)
kamarthi vanitha
kamarthi vanitha el 19 de Mzo. de 2019
Respondida: Jan el 19 de Mzo. de 2019
Attempt to execute SCRIPT vl_nnconv as a function:
Error in vl_simplenn (line 300)
res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, ...
Error in fusion_method_multi_layers (line 41)
res_a = vl_simplenn(net, saliency_a);

Respuestas (1)

Jan
Jan el 19 de Mzo. de 2019
Either vl_nnconv is really a script. Test this:
which vl_nnconv -all
Or the current folder is the parent folder of the help text of vl_nnconv. Do not use the folders of Matlab's toolboxes as working folder. Call e.g. cd(tempdir) to move to a neutral location.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by