Visualizing_Understanding_CNN_Implementation icon indicating copy to clipboard operation
Visualizing_Understanding_CNN_Implementation copied to clipboard

Transposed filters

Open zechenghe opened this issue 6 years ago • 1 comments

I was wondering if the deconv filters are trainable, or they are just transpose of the (pretrained) conv filters? If the latter, are we assuming the filters are unitary?

zechenghe avatar Feb 14 '19 21:02 zechenghe

I have the same question with you ,in image segmetation ,the deconv is trainable, but here,the code shows that it directly uses the transpose of the conv filters

miss1997yuan avatar Aug 11 '19 12:08 miss1997yuan