Page 1 of 1

This question is about CNN. Given an input feature map with the size of 64×64×128 (W xH xC), by applying a 3 x 3 convolu

Posted: Thu May 26, 2022 10:03 am
by answerhappygod
This Question Is About Cnn Given An Input Feature Map With The Size Of 64 64 128 W Xh Xc By Applying A 3 X 3 Convolu 1
This Question Is About Cnn Given An Input Feature Map With The Size Of 64 64 128 W Xh Xc By Applying A 3 X 3 Convolu 1 (41.42 KiB) Viewed 11 times
This question is about CNN. Given an input feature map with the size of 64×64×128 (W xH xC), by applying a 3 x 3 convolutional layer to it, we obtain an output feature map with the size of 64 × 64 x 256. Which of the following statement is correct? This convolutional layer has 128 3 × 3 × 256 kernels. This convolutional layer has 256 3 × 3 × 128 kernels. This convolutional layer has 256 3 x 3 kernels. This convolutional layer has 128 3 x 3 kernels.