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
Bug Fix for Operand Shape Mismatch in BatchNorm Fusion (PyTorch) (#1045)
* fixed operand dimension mismatch error in bn_fuse.py
* moved test file to test/
* added channels_last_conversion to config
* updating PR to match contribution guidelines. pre-commit has been run and test case has been moved from standalone file to existing pytests
* fix shape of bias tensor in pytorch if zero, add additional batchnorm tests
* consistent uses of '
* reverting changes in test_batchnorm_pytorch.py from merge
* reverting changes in test_batchnorm_pytorch.py from merge
---------
Co-authored-by: Jan-Frederik Schulte <jschulte@cern.ch>
0 commit comments