ENOT-AutoDL / onnx2torch

Convert ONNX models to PyTorch.
Apache License 2.0
608 stars 69 forks source link

Warning happened when converting DeepLabv3 #155

Open Sugar929 opened 1 year ago

Sugar929 commented 1 year ago

onnx2torch/node_converters/resize.py:149: UserWarning: For linear and cubic interpolation in "asymmetric" and "align_corners" coordinate_transformation_moderesults might differ significantly!

why does this warning occur and what kind of impact will it have?

senysenyseny16 commented 1 year ago

@irkjero