masahi commented on issue #4584: [TOPI] add 3D upsampling Op. URL: https://github.com/apache/incubator-tvm/pull/4584#issuecomment-569029721 @optima2005 I have a PR at #4536 which replaces align_corner option in Resize with a more general option. Can you update the definition of resize3d to add the same option as in my PR? Upsampling3D doesn't need to be modified, just translate align_corners option to the corresponding one in resize. * align_corners=True to coordinate_transformation_mode="align_corners" * align_corners=False to coordinate_transformation_mode="half_pixel".
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
