pytorch
d03c9aaa - Fix upsampling test case on ppc (#32786)

Commit
4 years ago
Fix upsampling test case on ppc (#32786) Summary: Power and x86 are giving slightly different results when scaling images up using `torch.nn.functional.interpolate` and when using OpenCV's `resize`. This is causing `test_upsampling_not_recompute_scale_factor` to fail on Power, but not x86. This changes the expected value to what OpenCV on Power produces if the test case is running on Power as well. See https://github.com/pytorch/pytorch/issues/31915 ezyang Pull Request resolved: https://github.com/pytorch/pytorch/pull/32786 Differential Revision: D19672053 Pulled By: ezyang fbshipit-source-id: 3497f852bdc6d782646773792f9107c857c7b806
Author
Charles Hofer
Parents
Loading