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
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]