我是 tensorflow 的初学者,现在在一个需要为 tensorflow 部署分布式生产平台的项目中。如果我能得到一些帮助来澄清我的想法,我将不胜感激。
阅读在线文档和youtube,我了解到分布式生产的主要组件如下。
使用 python 3.x 管道构建的 TFX(Tensorflow 扩展):Apache Beam
Orchestrator:Apache Airflow
或Kubeflow
但是对于编排器,我认为这两个组件各有利弊,但哪一个是事实上的标准TFX
?
该指南主要关注Airflow
所以我认为这可能是一个,但kubeflow
似乎是新的,所以它可能是新的挑战者。
Note: The current revision of this user guide primarily discusses deployment on a bare-metal system using Apache Airflow for orchestration.
谢谢,于