Downloading TF2 ResNet50
Clone TensorFlow's models repository and check out to the release tagged v2.6.0.
git clone https://github.com/tensorflow/models.git
cd models
git checkout v2.6.0
Before using ResNet50, you need to have a basic understanding of the script logic and execution parameters.
Parent topic: Manual Porting and Training