I want to check the parameters of the CNN network.
1 回表示 (過去 30 日間)
古いコメントを表示
Is there any way to check how parameters are initialized for each layer?
0 件のコメント
採用された回答
Anshika Chaurasia
2021 年 1 月 22 日
Hi JayHyeon Lee,
It is my understanding that you want to know which initializer is used to initialize the parameters such as weight and bias for a layer.
Let's say you want to check initializer for convolution2DLayer then you can check the Parameters and Initialization section in the documentation of this layer.
Similarly, you can apply above steps for other layers.
Hope it helps you!
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!