Custom coded the ResNet50 Architecture for my learning in tensorflow using model subclassing. Also created custom training loop, looked at the concepts of @tf.function and tape.watch.
Performs transfer learning on ResNet50 by using it to perform a cats-vs-dogs classification.