How to create a placeholder of the list of placeholders in TensorFlow?

后端 未结 0 797
Happy的楠姐
Happy的楠姐 2021-01-14 09:24

I can create a normal placeholder by tf.placeholder(shape=[], dtype=tf.float32) and a sparse placeholder by tf.sparse_placeholder(shape=[], dtype=tf.float

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