We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dded4f commit 751d853Copy full SHA for 751d853
python/paddle/v2/framework/tests/gradient_checker.py
@@ -268,7 +268,7 @@ def check_grad(self,
268
:param input_vars: numpy value of input variable. The following
269
computation will use these variables.
270
:param inputs_to_check: inputs var names that should check gradient.
271
- :param output_name: the final output variable name.
+ :param output_name: the output variable name of forward network.
272
:param max_relative_error: The relative tolerance parameter.
273
:param no_grad_set: used when create backward ops
274
:param only_cpu: only compute and check gradient on cpu kernel.
0 commit comments