TensorComprehensions icon indicating copy to clipboard operation
TensorComprehensions copied to clipboard

Fix the SpatialBatchNorm C++ test to work with latest ATen

Open prigoyal opened this issue 7 years ago • 1 comments

PR https://github.com/facebookresearch/TensorComprehensions/pull/183 disables SpatialBatchNorm test. It has various issues:

  1. dimension mismatching for weight
  2. output doesn't match in the specific reference check

this is related to changes in ATen API.

prigoyal avatar Apr 17 '18 14:04 prigoyal

The test seems to pass for me on master...

ftynse avatar May 04 '18 15:05 ftynse