Merge pull request #14456 from tink2123/fix_weightaverage

fix the wrong format
ce_debug
Xin Pan 6 years ago committed by GitHub
commit 45fb357b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,7 @@ class WeightedAverage(object):
Examples:
.. code-block:: python
avg = fluid.average.WeightedAverage()
avg.add(value=2.0, weight=1)
avg.add(value=4.0, weight=2)

Loading…
Cancel
Save