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

To ensure verification result consistency, you must switch to the release tagged v2.6.0. Next, we will start porting by analyzing the porting points one by one. The following content assumes that you have a basic understanding of the script logic and execution parameters.