Construct your own ResNet. Which layer architecture describes the ResNet model?
a) x (shortcut) CONV2D Batch ReLU Batch ReLU Norm CONV2D Norm
b) Batch ReLU CONV2D Batch ReLU CONV2D
c) CONV2D Norm Batch ReLU Batch ReLU CONV2D
d) CONV2D Norm Batch ReLU Batch ReLU Norm CONV2D