【发布时间】:2019-10-30 10:43:27
【问题描述】:
我正在使用 Kubeflow fairing 在 Kubernetes 上训练 TensorFlow 模型。训练成功但现在我想serve a prediction endpoint。
如何从训练步骤中检索保存的 TensorFlow 会话(权重、偏差等),以便执行此操作?目前,训练步骤的结果保存在 Kubernetes 集群上运行的 Docker 容器中。
【问题讨论】:
-
嗨,我不熟悉如何使用“Kubeflow Fairing 训练模型”,但根据研究和文档:请按照本教程的示例将模型保存到 local PVC or with google cloud storage gcs。还有一个example请分享你的发现
标签: python-3.x tensorflow kubernetes tensorflow-serving kubeflow