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
Is blocking the first conv2d in the model. (At least vit-224).
In short, the sharding scheme is determined by the output shape, but since in this case the output shape is much smaller than the input (because of stride 16) there isn't enough memory allocated for operations on the input.
Add vit onnx test and add to op-by-op when infra is ready.
The text was updated successfully, but these errors were encountered: