Hi All,

The log self.logger.info('Epoch[%d] Train-%s=%f', epoch, name, val) in 
python/mxnet/module/base_module.py gives the user the impression that the 
metric printed is for the entire epoch, which is misleading (Ref 
https://github.com/apache/incubator-mxnet/pull/10437). This log was maintained 
so that scripts that look for this text, are not broken. But this is continuing 
to cause confusion for users.

https://github.com/apache/incubator-mxnet/pull/12182 removes this particular 
log. The scripts that parse this output within incubator-mxnet have been fixed, 
but there is a risk that external scripts may break due to this change.

Are there any known scripts that look for this log? Any other thoughts about 
this PR?

Thanks,
Vandana

Reply via email to