我总是在这里说 TensorFlow 很好,因为它用于部署和生产。这是否意味着人们不使用 Keras 来部署模型?如果现在将 keras 集成到 TensorFlow 中,是否意味着它也可以用于部署和生产?
制作:TensorFlow 和 Keras
数据挖掘
喀拉斯
张量流
2022-02-27 01:54:26
1个回答
使用 Keras 训练模型后
- 它可以导出到 TensorFlow 模型或
- 使用 tf.keras 可以作为 http 服务
例子 :
https://medium.com/tensorflow/training-and-serving-ml-models-with-tf-keras-fd975cc0fa27