vandanavk commented on issue #12182: [MXNET-698] Remove Epoch training metric log URL: https://github.com/apache/incubator-mxnet/pull/12182#issuecomment-416388618 Thanks for the input @nswamy Editing the log in the following way will ensure minimum impact on scripts that parse this log. ``` INFO:root:Epoch[0] Batch [900] Speed: 48105.51 samples/sec accuracy=0.946875 INFO:root:Epoch[0] After batch [938], Train-accuracy=0.951436 INFO:root:Epoch[0] Time cost=2.271 INFO:root:Epoch[0] Validation-accuracy=0.952130 ``` The intention of the PR was to avoid giving the impression that the metric printed in this log is for the entire epoch. Does this look like a better idea @nswamy @indhub ?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
