remove print

fea/docker_cudnn7
qiaolongfei 7 years ago
parent a994327fb1
commit af1d3f5bc0

@ -131,7 +131,6 @@ class TestSGDOpOptimizeSelectedRows(unittest.TestCase):
w_tensor.set(w_array, place)
w_before_optimize = np.array(w_tensor)
print(w_before_optimize)
# create and initialize LeraningRate Variable
lr_value = 0.1

Loading…
Cancel
Save