add extra plane in the layer

8 views
Skip to first unread message

Alex Ter-Sarkisov

unread,
Mar 21, 2017, 1:04:53 PM3/21/17
to Caffe Users
For fine-tuning: 

There exists a layer (e.g. Deconvolutional) with dimensions (21, 400, 800), and I want to add an extra plane in it, i.e. make it (22,400,800) and fine-tune only this new plane, do I have write a new caffe class for this? 


Przemek D

unread,
Mar 22, 2017, 5:51:48 AM3/22/17
to Caffe Users
Without knowing what exactly do you want to do, I would suggest creating another Deconvolution layer with (1, 400, 800) output and stacking it with the existing one using Concat layer, then setting lr_mult on the existing deconv to zero.
Reply all
Reply to author
Forward
0 new messages