googlenet利用時のエラー:Undefined function or variable 'freezeWeights'.
1 view (last 30 days)
Show older comments
プログラミング初心者です。
https://jp.mathworks.com/help/deeplearning/examples/transfer-learning-using-googlenet.html
上のリンクをもとにgooglenetを使っているのですが、
layers(1:110) = freezeWeights(layers(1:110));
Undefined function or variable 'freezeWeights'. というエラーが出てしまうのでご存知の方、ご教示頂けますと幸いです。
0 Comments
Accepted Answer
Kenta
on 16 Feb 2019
edit(fullfile(matlabroot,'examples','nnet','main','freezeWeights.m'))
コマンドウィンドウでこれを入力すると、重みを凍結する関数が出てきます。それを同じディレクトリに保存した上で、
上のコードを打つと、正しく実行できると思うのですが、いかがでしょうか。
More Answers (0)
See Also
Categories
Find more on イメージを使用した深層学習 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!