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_r351074958
##########
File path: python/mxnet/gluon/contrib/estimator/event_handler.py
##########
@@ -235,14 +240,17 @@ class LoggingHandler(TrainBegin, TrainEnd, EpochBegin,
EpochEnd, BatchBegin, Bat
Training metrics to be logged, logged at batch end, epoch end, train
end.
val_metrics : list of EvalMetrics
Validation metrics to be logged, logged at epoch end, train end.
+ priority : scalar, default np.Inf
+ Priority level of the LoggingHandler
Review comment:
Explanation of the priority level would be helpful for users.
----------------------------------------------------------------
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