なぜ、SeriesNetworkオブジェクトを含むMatファイルをロードすると警告メッセージが表示され正常に読み込まれないのですか?
Show older comments
MATLAB R2017b上でCNNを作成、学習を行いました。学習後、ワークスペース上にある SerieseNetwork オブジェクト変数をMatファイルとして保存し、別マシン上でload を試みたところ、下記警告メッセージが出力され、正常に変数がロードできません。
警告:クラス’nnet.cnn.layer.Convolution2DLayer’のオブジェクトを読み込み中:
存在しないフィールド’Padding’を参照しています
警告:クラス’nnet.cnn.layer. MaxPooling2DLayer’のオブジェクトを読み込み中:
存在しないフィールド’Padding’を参照しています
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox 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!