【问题标题】:Does TensorFlow Serving officially support all the models from TF2.0TensorFlow Serving 是否正式支持从 TF2.0 开始的所有模型
【发布时间】:2019-10-17 07:49:14
【问题描述】:
来自tensorflow服务的release history,最新版本为1.14.0。它使用 TensorFlow 1.14.0。我没有找到使用 TensorFlow 2.0 的发布版本。
我想知道 1.14.0 版本的 TFServing 是否支持从 TensorFlow 2.0 训练的所有模型?
或者是否有发布 TFServing 2.0 的时间表?
【问题讨论】:
标签:
tensorflow-serving
tensorflow2.0
【解决方案1】:
欢迎来到 Stackoverflow!
根据this issue TF Serving 现在应该与 TF 2.0 兼容,因为它已被标记为“完成”。不过,它可能还没有出现在官方包中。
【讨论】:
-
非常感谢您的回答。如果模型使用 tf.feature_column.categorical_column_with_vocabulary_list,似乎存在兼容性 issue。