Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pytorch exports linear interpolation with align_corners=True with coordinate_transformation_mode = "align_corners" and not "asymmetric". See https://github.com/pytorch/pytorch/blob/master/torch/onnx/symbolic_opset11.py line 214-215: coordinate_transformation_mode = "asymmetric" if interpolate_mode == "nearest" \ else "align_corners" if align_corners else "pytorch_half_pixel" Signed-off-by: QMassoz <[email protected]>
- Loading branch information