Skip to content

Commit 751d853

Browse files
committed
follow wuyi's comments.
1 parent 8dded4f commit 751d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/framework/tests/gradient_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def check_grad(self,
268268
:param input_vars: numpy value of input variable. The following
269269
computation will use these variables.
270270
:param inputs_to_check: inputs var names that should check gradient.
271-
:param output_name: the final output variable name.
271+
:param output_name: the output variable name of forward network.
272272
:param max_relative_error: The relative tolerance parameter.
273273
:param no_grad_set: used when create backward ops
274274
:param only_cpu: only compute and check gradient on cpu kernel.

0 commit comments

Comments
 (0)