Skip to content

Conversation

@putcn
Copy link
Contributor

@putcn putcn commented May 10, 2018

now aws master will save metrics data to a csv file to be able to easily integrate to other systems.
log message need to start with **metrics_data: and metrics need be in the format of comma separated KEY=VALUE form so that master will pick this line up and parse it as metric data.

example log message:
**metrics_data: Pass = 1, Training performance = 311, Training accuracy = 0.8, Test accuracy = 0.7

output csv file will look like:

Pass,  Training performance, Training accuracy, Test accuracy
1, 311, 0.8, 0.7
2, 305, 0.9, 0.8
...

@putcn putcn requested a review from typhoonzero May 10, 2018 00:21
Copy link
Contributor

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@putcn putcn merged commit 08c76ed into PaddlePaddle:develop May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants