You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/03/15 00:51:23 UTC

[incubator-mxnet] branch master updated: fix format issue (#20022)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 6834f63  fix format issue (#20022)
6834f63 is described below

commit 6834f636ad349f1df9b245223ea8c22bd0e71d16
Author: 杜映潇 <33...@users.noreply.github.com>
AuthorDate: Mon Mar 15 08:49:11 2021 +0800

    fix format issue (#20022)
---
 CONTRIBUTORS.md                                       | 1 +
 python/mxnet/gluon/contrib/estimator/event_handler.py | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index ab304f7..702daff 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -289,6 +289,7 @@ List of Contributors
 * [Nikolay Ulmasov](https://github.com/r3stl355)
 * [Paweł Głomski](https://github.com/PawelGlomski-Intel)
 * [Andrzej Kotlowski](https://github.com/anko-intel)
+* [Yingxiao Du](https://github.com/Duconnor)
 
 Label Bot
 ---------
diff --git a/python/mxnet/gluon/contrib/estimator/event_handler.py b/python/mxnet/gluon/contrib/estimator/event_handler.py
index 0206492..4062055 100644
--- a/python/mxnet/gluon/contrib/estimator/event_handler.py
+++ b/python/mxnet/gluon/contrib/estimator/event_handler.py
@@ -730,7 +730,6 @@ class GradientUpdateHandler(BatchEnd):
     priority : scalar, default -2000
         priority level of the gradient update handler. Priority level is sorted in ascending
         order. The lower the number is, the higher priority level the handler is.
-    ----------
     """
     def __init__(self, priority=-2000):
         self.priority = priority