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
Added shape validation for Conv weight tensor (#2590)
* Added shape validation for Conv weight tensor
* Moved weight shape validation logic into for reusability and added a test to verify shape validation
* sizecheck function moved after _conv_size_check definition
* Inline DimensionMismatch error to simplify weight shape check
Co-authored-by: Michael Abbott <[email protected]>
* Remove unnecessary newline
Co-authored-by: Michael Abbott <[email protected]>
---------
Co-authored-by: Michael Abbott <[email protected]>
0 commit comments