Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 320 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 320 Bytes

ResNet50CustomCode

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.

ResNetTransferLearn

Performs transfer learning on ResNet50 by using it to perform a cats-vs-dogs classification.