使用 TensorFlow 的 SageMaker Ground Truth

SageMaker Ground Truth with TensorFlow

我见过使用 SageMaker Ground Truth 标记数据然后使用该数据训练现成 SageMaker 模型的示例。但是,我能否在 TensorFlow 脚本模式中使用相同的注释格式?

更具体地说,我有一个正在使用 TF 脚本模式训练的 tensorflow.keras 模型,我想获取标有 Ground Truth 的数据并将我的脚本从文件模式转换为管道模式。

我来自 Amazon SageMaker Ground Truth 团队,很乐意协助您进行实验。只是为了澄清我们的理解,您是否在 SageMaker 中使用 TF 估计器在您自己的容器中 运行 TF 模型 (https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/tensorflow/README.rst)?