what happened to 'dividenull" in the neural network toolbox?
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I have codes running under matlab2010a that won't run under 2011b. I didn't want any validation in training and had set
net.divideFcn = 'dividenull';  % setting to null uses no validation or test set during training
now I get
Error using network/subsasgn>network_subsasgn (line 536)
"divideFcn" cannot be set to non-existing function "dividenull".
I did a search on "dividenull" in MATLAB Central and come up empty. How do I force no validation?
0 件のコメント
回答 (1 件)
  Greg Heath
      
      
 2012 年 2 月 14 日
        net.divideFcn = 'dividetrain';
help dividetrain
doc dividetrain
Hope this helps
Greg
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!