What does FCN mean?
What does mean Fully Convolutional Network? What makes it fully convolutional?
What does mean Fully Convolutional Network? What makes it fully convolutional?
It means the network only contains convolutional layers (like conv1d, conv2d, activation, bn, etc.). There is not any dense layer on the network.