You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to set the num_layers value in main.y to support multi layers, but I got below error:
assert arg_shapes is not None, "shape inference failed"
AssertionError: shape inference failed
Do you have any suggestion about it
The text was updated successfully, but these errors were encountered:
Hi,
I try to set the num_layers value in main.y to support multi layers, but I got below error:
assert arg_shapes is not None, "shape inference failed"
AssertionError: shape inference failed
Do you have any suggestion about it
The text was updated successfully, but these errors were encountered: