Page 1 of 1

1 Assume the input is a colored image [32,32,3] ([height, width, depth/channels]) and the only one convolutional layer h

Posted: Mon May 02, 2022 11:43 am
by answerhappygod
1 Assume The Input Is A Colored Image 32 32 3 Height Width Depth Channels And The Only One Convolutional Layer H 1
1 Assume The Input Is A Colored Image 32 32 3 Height Width Depth Channels And The Only One Convolutional Layer H 1 (44.68 KiB) Viewed 66 times
1 Assume the input is a colored image [32,32,3] ([height, width, depth/channels]) and the only one convolutional layer has 10 filters, each filter is (size: 9*9, stride=3, padding=2), what is the size of the output data from this convolutional layer [32,32,10] O [9,9,10] [7,7,3] [27,27,10]