How to use tensorflow feature_columns as input to a keras model

后端 未结 4 1921
陌清茗
陌清茗 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:59

    I have been recently reading this document in TensorFlow 2.0 alpha version. It has examples using Keras together with the feature column API. Not sure if TF 2.0 is what you are going to use

提交回复
热议问题