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!