Layers fc1 and fc2
Ratko92 opened this issue · 1 comments
Ratko92 commented
Are fc1 and fc2 convolutional or fully connected layers. If they are in a fact convolutional layers please tell the number of filters.
Thanks
richzhang commented
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)