Skip to content

Commit af1d3f5

Browse files
committed
remove print
1 parent a994327 commit af1d3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/paddle/fluid/tests/unittests/test_sgd_op.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def check_with_place(self, place):
131131
w_tensor.set(w_array, place)
132132

133133
w_before_optimize = np.array(w_tensor)
134-
print(w_before_optimize)
135134

136135
# create and initialize LeraningRate Variable
137136
lr_value = 0.1

0 commit comments

Comments
 (0)