nswamy commented on a change in pull request #14587: [MXNET-1344, 1346][FIT
API] Retrieve Batch size and Logging verbose support for Gluon fit() API
URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271940829
##########
File path: python/mxnet/gluon/estimator/event_handler.py
##########
@@ -76,14 +76,20 @@ class LoggingHandler(EventHandler):
file name to save the logs
file_location: str
file location to save the logs
+ verbose: int, default 1
+ Limit the display level of training progress
+ verbose=0: display nothing(silent)
Review comment:
then why have this eventHandler?
----------------------------------------------------------------
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