googlenet利用時のエラー:Undefined function or variable 'freezeWeights'.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
プログラミング初心者です。
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 Commenti
Risposta accettata
Kenta
il 16 Feb 2019
edit(fullfile(matlabroot,'examples','nnet','main','freezeWeights.m'))
コマンドウィンドウでこれを入力すると、重みを凍結する関数が出てきます。それを同じディレクトリに保存した上で、
上のコードを打つと、正しく実行できると思うのですが、いかがでしょうか。
Più risposte (0)
Vedere anche
Categorie
Scopri di più su イメージを使用した深層学習 in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!