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_r351074857
##########
File path: python/mxnet/gluon/contrib/estimator/event_handler.py
##########
@@ -130,13 +130,15 @@ class MetricHandler(EpochBegin, BatchEnd):
----------
train_metrics : List of EvalMetrics
Training metrics to be updated at batch end.
+ priority : scalar
+ Priority level of the MetricHandler
Review comment:
Can you explain that the priority is used for ascending sorting of the
handlers?
----------------------------------------------------------------
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