tensorflow 基础: static shape VS Dynamic shape, get_shape VS tf.shape() , reshape VS set_shape
#########################################################################################1) 概念:static shape 与 dynamic shape 在tensorflow中构建的图中的每个节点的tensor有两个shape: static shape 和 dynamic shape....