Sep 8, 2018 · 1 min read
Hi NullBurn,
In feature_columns, we just pass the incoming shape of one datapoint. for ex — for a feedforward type NN which takes an input of 25 features, i would pass 25 — tf.feature_column.numeric_column(key = “feat”,shape = (25,). We never specific Batch_size here.
