@szha > If you could share exactly how you depend on the shape, others and I might be > able to help more.
I depend on the shape as : I have a `y` : `(batch , c, h*w)`, and `x`: `(batch, c, h, w)` `h` and `w` is not determined. Before I use `net.hybridize()`, I can use `y.reshape(0, 0, *x.shape[2:])`, however, after the `hybridize`, the `symbol` don't have the `shape` attribute, so how to achieve the same purpose? how could I do? thank you very much. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/9288 ] This message was relayed via gitbox.apache.org for [email protected]
