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

Tensorboard does not show accuracy #6

Open
NinjaWendy opened this issue Dec 21, 2018 · 0 comments
Open

Tensorboard does not show accuracy #6

NinjaWendy opened this issue Dec 21, 2018 · 0 comments

Comments

@NinjaWendy
Copy link

Thank you for these guiding steps. I have finally made the model learning and have generated the inference graph. When I open Tensorboard I can only see the learning rate and loss. I would like to know the accuracy. I have delved into the script and found that the trainer.py (called from train.py) contains functions such as loss and sums it up for Tensorboard. Do you know how I can include the accuracy here?
The loss is defined specifically for the model and comes back multiple times in the trainer.py script. Copy/paste accuracy from other script does not work so far.

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

1 participant