Block Layer
Stack multiple blocks together to create a block layer in ResNet.
We'll cover the following...
Chapter Goals:
- Learn how a layer of blocks is organized
- Understand the function for creating a layer of blocks
A. Block layers
A ResNet model is made up of four block layers. Each block layer ...