How to use tensorflow feature_columns as input to a keras model

后端 未结 4 1939
陌清茗
陌清茗 2021-02-13 04:16

Tensorflow\'s feature_columns API is quite useful for non-numerical feature processing. However, the current API doc is more about using feature_columns with tensorflow Estimato

4条回答
  •  太阳男子
    2021-02-13 04:41

    tf.feature_column.input_layer user this function, and this api doc has a sample . you can transform featur_columns into Tensor, and then use it into Mode()

提交回复
热议问题