pytorch
267fd4a0 - Fix for batch norm 2D with affine=False (#29458)

Commit
5 years ago
Fix for batch norm 2D with affine=False (#29458) Summary: This is a fix for batch norm 2D with affine=False. Repro: https://github.com/pytorch/pytorch/issues/29271 Error is because the output of the unsqueeze op does not have scalar type information. So I moved the references to scalar type after the unsqueeze line. Pull Request resolved: https://github.com/pytorch/pytorch/pull/29458 Reviewed By: hl475 Differential Revision: D18400975 Pulled By: houseroad fbshipit-source-id: f5c5633857c584edcef3b9e9946861dcfccccd75
Author
Parents
Loading