ERROR IN NETSUM , DON'T KNOW WHAT TO DO ABOUT IT
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
every time i input
info = netsum('code')%or name type
the result will be as follow
Error in net_input_fcn (line 6)
info = nnModuleInfo(fcn);
Error using nnet7.net_input_fcn
Output atgument "out1"(and maybe others) not assigned during call to "D:\Program Files\MATLAB\R2014a\toolbox\nnet\nnobsolete\+nnet7\net_input_fcn.m>net_input_fcn"
Error in netsum (line 28)
n = nnet7.net_input_fcn(mfilename,varargin{:});
0 Kommentare
Antworten (1)
Geoff Hayes
am 9 Aug. 2014
info = netsum('code') returns information about this function. The following codes are supported:
netsum('name') returns the name of this function.
netsum('type') returns the type of this function.
Etc.
6 Kommentare
Geoff Hayes
am 15 Aug. 2014
It is interesting that the error message seems to be raised from some code that is considered obsolete (see nnobsolete). The documentation isn't very clear on the usage of this function with respect to the input codes. Perhaps it is only meant to be called after the creation of a certain network? From the documentation at netsum
Use feedforwardnet or cascadeforwardnet to create a standard network that uses netsum.
What happens if you create the (say) feedforwardnet and then run netsum('name')?
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!