Dynamic Shapes to MAX GRAPH API
Giving dynamic shape to the graph is giving me error. My code:
Error:
But if I do It works fine. And the issue is only with concat function. I've tried giving dynamic shapes with matmul and it's working fine. Can anyone please guide what I'm doing wrong here?
1 Reply
Now getting same error issue with Layer norm i.e.,
gives error
Unhandled exception caught during execution: Unsupported dim type: symbolic expression
Previously it was working fine!!