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

CustomTensorboard and ValidationEvaluator callbacks #57

Open
jhaggle opened this issue Apr 26, 2020 · 1 comment
Open

CustomTensorboard and ValidationEvaluator callbacks #57

jhaggle opened this issue Apr 26, 2020 · 1 comment

Comments

@jhaggle
Copy link

jhaggle commented Apr 26, 2020

In the CustomTensorboard class you set log_dir=FLAGS.checkpoint_path + '/train'

In the ValidationEvaluator class you set validation_log_dir=FLAGS.checkpoint_path + '/val'

Can you explain how those tensorboard objects are supposed to differ? Because when I run
tensorboard --logdir='path/val' and tensorboard --logdir='path/val' I get graphs with the same names, i.e. loss, pred_geo_map_loss and pred_score_map_loss. Also, the graphs don’t have the same content, se the images here: graphs. The first graph comes from the path + '/train' -directory and to second graph from the path + '/val' -directory.

(Not so important in this connection, but tensorflow board from the path + '/train' -directory also contains learning rate and small text weight graphs).

Also, how do you interpret the numbers on the axes, i.e. e.g. 0.0230 on the y-axis and 7000 on on the x-axis?

Furthermore, you are normally able to see not only training loss and validation loss, but also training ACCURACY and valuation ACCURACY. Is there now way to see this in your implementation??

@germanebr
Copy link

Hi, I know that this question is not related to your problem, but I've been having problems running the training script, and I see that you were able to run it. I was wondering if you could help me running the script, since every time that I solve an error, another one pops out immediately.

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