Unable to Creat Network - Not enough input arguments
1 次查看(过去 30 天)
显示 更早的评论
I recently encountered a problem when trying to train any kind of network with nptool.
After setting the number of hidden neurons, the following error message appears:
"Unable to Creat Network - Not enough input arguments".
The problem should not be linked to my data as it appears even when using loaded exemple data sets..
Might this be a problem due to conflicting functions, matlab version or toolbox licence update?
1 个评论
José-Luis
2017-1-5
The crystal ball must be malfunctioning today...
Please provide a minimum working example illustrating your problem.
Other than that: you are not passing enough arguments to some function, but you already knew that...
回答(1 个)
Mudambi Srivatsa
2017-1-10
You can check for the conflicting functions using "which" command.
which -all functionName
The above command lists all the available files for the given function name in your system. You can check your MATLAB license information as follows:
ver
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!