shreshtashetty / ResNet50Tasks

Custom coding a ResNet50 network and performing transfer learning on the pre-existing ResNet50 architecture for my learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Custom coding a ResNet50 network and performing transfer learning on the pre-existing ResNet50 architecture for my learning.


Languages

Language:Jupyter Notebook 100.0%