We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bc755 commit 5bd299eCopy full SHA for 5bd299e
python/paddle/fluid/optimizer.py
@@ -75,7 +75,7 @@ def __init__(self,
75
"""
76
Args:
77
flatten_param_grads (bool, optional): Whether to flatten all the parameters and grads.
78
- If true, the parameters and gradients will be coalesce to continue mempry,
+ If true, the parameters and gradients will be coalesce to contiguous mempry,
79
and the grad_clip ops / optimizer ops will be fuse to one operator.
80
81
# Because of the loop import, so place it in the function body
0 commit comments