Commit f2ebeae5 authored by WenmuZhou's avatar WenmuZhou
Browse files

Delete useless comments

parent 30279833
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment