How is the map function in tensorflow working over batched data?

前端 未结 0 742
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 21:00

This is an example from the tensorflow overfit tutorial:

def pack_row(*row):
  label = row[0]
  features = tf.stack(row[1:],1)
  return features, label

packed_ds         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题