在 AWS 上训练 Tensorflow 对象检测模型

Training Tensorflow object detection model on AWS

github 页面上关于 Tensorflow 对象检测的教程 API 也有关于 运行 在 Google Cloud Platform 上训练的信息。

但我需要 运行 在 AWS 实例上进行培训。我有 TFRecords 文件。是否有任何可用的教程等?谷歌搜索没有帮助 much.I 我是 AWS 的新手。

您需要启动一个已经安装了 Tensorflow 的实例。 AWS 已经为此准备了 AMI。

看这里:https://aws.amazon.com/tensorflow/

然后您只需将任何内容上传到实例和 运行 脚本。