Issue with Neural Network and GoogLeNet
    9 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hi, I am trying to use the googlenet function for some basic neural network exercises. When I type this code in the command window:
net = googlenet;
I get an error saying that googlenet is an undefined function, even though I have the Neural Network toolbox installed. Why is this happening?
0 件のコメント
回答 (1 件)
  Astarag Chattopadhyay
    
 2018 年 5 月 30 日
        Hi Pranav,
You need to install "Neural Network Toolbox Model for GoogLeNet Network" support package from the Add-ons browser before you can use it. It is true for any research network you are trying to import like AlexNet, ResNet-50, VGG-16 etc.
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!