This question evaluates understanding of convolutional neural network parameterization, specifically how kernel dimensions, input/output channels and an optional bias term determine the number of learnable parameters.
You are given a standard 2D convolution layer with:
Task:
Assume a standard convolution (groups = 1).
Login required