Cannot allocate memory symbolic tensor shape

Hi @Evans, the error seems to say the relay.reshape op returns a tensor with a dynamic shape, and Relay does not support symbolic shape memory planning.

The community is developing Relax (Relay Next), which has first-class symbolic shape support. Feel free to check out our pre-RFC and repo.