Unable to Creat Network - Not enough input arguments

조회 수: 1 (최근 30일)
Tristan Fabre
Tristan Fabre 2017년 1월 5일
답변: Mudambi Srivatsa 2017년 1월 10일
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
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
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
If you have issues with the toolbox license, I suggest you to contact MathWorks Technical Support .

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by