Saved Bookmarks
| 1. |
How many filters were used in the convolutional layer if the input was 32x32x3 and output was 32x32x9. |
|
Answer» ONG>ANSWER: input=3072 output=9216 Explanation: input=32×32×3=3072 output=32×32×9=9216 |
|