I want to check the parameters of the CNN network.
3 次查看(过去 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!