ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

Fully convolutional? #17

Open bjuncek opened 7 years ago

bjuncek commented 7 years ago

How exactly is ResNet fully convolutional? In the original implementation, there is fc layer at the end...

It'd be cool to make it fully convolutional though :)

ppwwyyxx commented 7 years ago

That fc layer is equivalent to a 1x1 convolution layer.