How to add new properties (layer name) in DlconvOp.m in deep network training
Show older comments
Hi,
Thanks for the new feature of custom layer backward function which allow me to add my new functions during the training of deep convolutional neural network. In the DlconvOp.m file, there are for properties {paddingSize,stride,dilation,numGroups}; How to add a new property such as current layer index or layer name in the function so I can update my weights according?
Accepted Answer
More Answers (0)
Categories
Find more on Custom Layers 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!