pred_features = tf.parse_example(example_batch,feature_column_lib.make_parse_example_spec(self.pred_column))
make_parse_example_spec的作用只是返回一个字段作为tf.parse_example需要的入参
最新推荐文章于 2025-01-19 17:45:00 发布
pred_features = tf.parse_example(example_batch,feature_column_lib.make_parse_example_spec(self.pred_column))