Delete useless comments

This commit is contained in:
WenmuZhou 2021-01-19 17:42:06 +08:00
parent 3027983375
commit f2ebeae59a
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class GridGenerator(nn.Layer):
paddle.arange(
-I_r_width, I_r_width, 2, dtype='float64') + 1.0,
paddle.to_tensor(
I_r_width, dtype='float64')) # / 2.2128224363981985e-08
I_r_width, dtype='float64'))
I_r_grid_y = paddle.divide(
paddle.arange(
-I_r_height, I_r_height, 2, dtype='float64') + 1.0,