richzhang/splitbrainauto

Layers fc1 and fc2

Ratko92 opened this issue · 1 comments

Are fc1 and fc2 convolutional or fully connected layers. If they are in a fact convolutional layers please tell the number of filters.

Thanks

They are implemented as convolutional layers, with 4096 filters (https://github.com/richzhang/splitbrainauto/blob/master/models/deploy.prototxt). They are equivalent to fully connected layers, but expressed fully convolutionally (https://people.eecs.berkeley.edu/~jonlong/long_shelhamer_fcn.pdf)