faustomilletari / VNet

GNU General Public License v3.0
284 stars 123 forks source link

Hi, why didn't you use pooling layer in your prototxt? #26

Closed extendedcaffe closed 7 years ago

extendedcaffe commented 7 years ago

Hi dear, thanks for sharing, your 3D Caffe and VNet is very useful and educational. I'm wondering why you use convolution layer in your prototxt to do pooling? are there any accuracy issue/special consideration? thanks.

sagarhukkire commented 7 years ago

@extendedcaffe

Strided covolution turned better approach than pooling .

Read the paper in citation "striving for simplicity the all convolutional net"

you will get your answer