leezu commented on a change in pull request #16900: introduce gradient update
handler to the base estimator
URL: https://github.com/apache/incubator-mxnet/pull/16900#discussion_r351074874
##########
File path: python/mxnet/gluon/contrib/estimator/event_handler.py
##########
@@ -176,14 +178,17 @@ class ValidationHandler(TrainBegin, BatchEnd, EpochEnd):
batch_period : int, default None
How often to run validation at batch end, by default
:py:class:`ValidationHandler` does not validate at batch end.
+ priority: scalar, default -1000
+ Priority level of the ValidataionHandler
Review comment:
Typo
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services