How to update the tensor values when the shape in None?

后端 未结 0 1186
刺人心
刺人心 2021-02-07 20:04

I need to update the tensor, whose shape is [None,45,7] at the time of building the graph.

A simple code snippet is here:

x = tf.placeholder(tf.float32, s         


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