Downloading TF2 ResNet-50

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 ResNet-50, you need to have a basic understanding of the script logic and execution parameters.