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 show Training accuracy #17

Open
tiny-dentist opened this issue Jun 15, 2021 · 1 comment
Open

How to show Training accuracy #17

tiny-dentist opened this issue Jun 15, 2021 · 1 comment

Comments

@tiny-dentist
Copy link

Hi, is there any way where we can print the training accuracy percentage ?

@tiny-dentist tiny-dentist changed the title Training accuracy How to show Training accuracy Jun 15, 2021
@mquad
Copy link
Owner

mquad commented Jul 8, 2021

Hi, the code currently logs the training and validation losses only at this line.
You can probably extend it to compute any additional metric of your interest by calling the evaluate_session_batch function on the training data for every epoch.

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