1 Assume the input is a colored image [32,32,3] ([height, width, depth/channels]) and the only one convolutional layer h
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1 Assume the input is a colored image [32,32,3] ([height, width, depth/channels]) and the only one convolutional layer h
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]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!