Reducing Array of Rank 4 to Array of Rank 3 in tensorflow produces unexpected value using tf.squeeze()

前端 未结 0 1270
星月不相逢
星月不相逢 2021-01-31 06:51

I have an array of shape [1,4,4,3] and I am trying to keep the same values while changing the shape to [4,4,3]. I am fairly new to tensorflow (tensorfl

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