Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[onnx] Update DefaultDomainGtoP.cpp gridsampler (#3228)
Gridsampler In onnx the interpolation mode is called 'linear' whereas in pytorch it is called 'bilinear'. This led to the problem that everything other than 'bilinear' was rejected. It needed to be changed to linear.
- Loading branch information