How do you access weights generated from trainNetwork in each convolution layer in a CNN
Show older comments
How do you access weights generated from trainNetwork in each convolution layer in a Convolution Neural Network?
1 Comment
deepika s
on 12 Aug 2021
w1 = net.Layers(2,1).Weights; // for layer 1 conv_1 weights
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!