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
[1,4,4,3]
[4,4,3]