How do you access weights generated from trainNetwork in each convolution layer in a CNN
显示 更早的评论
How do you access weights generated from trainNetwork in each convolution layer in a Convolution Neural Network?
1 个评论
deepika s
2021-8-12
w1 = net.Layers(2,1).Weights; // for layer 1 conv_1 weights
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!