Model Layers
Learn about the initial and final layers for ResNet.
We'll cover the following...
Chapter Goals:
- Understand how the ResNet architecture is structured
A. Initial layers
Prior to the block layers, the ResNet model uses a convolution layer and max pooling layer on the input data. The convolution layer uses 7x7 kernels, which is larger ...