下载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脚本逻辑及执行参数有基本的了解。
父主题: 手工迁移与训练
首先,我们下载TensorFlow的官方models仓并check out到v2.6.0的tag版本:
git clone https://github.com/tensorflow/models.git
cd models
git checkout v2.6.0
ResNet50脚本逻辑及执行参数有基本的了解。