Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to draw the loss curve of the training process #337

Open
dongzhenguo2016 opened this issue Jun 17, 2020 · 2 comments
Open

how to draw the loss curve of the training process #337

dongzhenguo2016 opened this issue Jun 17, 2020 · 2 comments

Comments

@dongzhenguo2016
Copy link

Simpledet how to draw the loss curve of the training process?
I find log.txt, but how to draw?
Could you provide the code to draw the loss curve of the training process?
Thanks

@dongzhenguo2016
Copy link
Author

How to record the loss of the training process in the log so that I can draw the loss curve

@zehuichen123
Copy link
Contributor

You can write code to convert this log.txt with regex to json format so that one can directly plot loss(or other metrics) through json format files.

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

No branches or pull requests

2 participants