I want to check the parameters of the CNN network.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
JaeHyeon Lee
il 19 Gen 2021
Risposto: Anshika Chaurasia
il 22 Gen 2021
Is there any way to check how parameters are initialized for each layer?
0 Commenti
Risposta accettata
Anshika Chaurasia
il 22 Gen 2021
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Data Workflows 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!