When calling session.run() to run the model, the output shapes of nodes is shown as below, some shapes are all 1-D for the /head/istft/Squeeze_1 node. But the dims' values are all one except the innermost dim, so the model could run correctly. When using NHWC ops and session.init...