---
title: 下载TF2官方ResNet50
description: "首先，我们下载TensorFlow的官方models仓并check out到v2.6.0的tag版本："
url: https://www.hiascend.com/document/detail/zh/TensorFlowCommercial/latest/migration/tfmigr2/tfmigr2_000090.html
sourcePath: /source/zh/TensorFlowCommercial/900/migration/tfmigr2/tfmigr2_000090.html
indexId: a3cf6b48d4cf4a3de688406d3b00607e47bcf3c2b671fd23a26f8cd99527d25f73
---
# 下载TF2官方ResNet50

首先，我们下载TensorFlow的官方models仓并check out到v2.6.0的tag版本：

git clone https://github.com/tensorflow/models.git

cd models

git checkout v2.6.0

在使用ResNet50之前，开发者需要对其脚本逻辑及执行参数有基本的了解。
