I've been trying to reshape to NCHW format using tf.keras.layers.Reshape function but the final xml file outputs this :
There's a Transpose layer after reshaping to (1,6,26,26) and final shape is (1,26,6,26) I'm not sure why there's a Transpose layer , I want the shapes to be (1,6,26,26)
What's the reason ?