Closed martinmeinke closed 6 months ago
This seems unintended to me.
grid_sample expects values to be in the [-1 1] range, but it seems that values between 0 and 1 are passed right now, wasting 3/4 of the parameter grid.
grid_sample
Thank you for your PR!
This seems unintended to me.
grid_sample
expects values to be in the [-1 1] range, but it seems that values between 0 and 1 are passed right now, wasting 3/4 of the parameter grid.