-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Tenorboard, logs either don't appear or have prepended 'epoch_' names #3758
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
Comments
if you enable While in EvalResult, default is It's mentioned in the docs. |
@ydcjeff, great, thank you. Doc doesn't say that clearly enough, at least to me. The line:
is the only indicator but it's missable. It might be a good idea to indicate it more clearly with NOTE container. |
Good point! Mind send a PR? |
Sorry, @ydcjeff, I'm not familiar with pull requests nor I know what I should do now. |
@chrismaliszewski Yes, I agree some parts of the docs are just normal comments and they cannot be found quickly sometimes. Maybe we can use sphinx admonition (like warning, tip, note) for that. For the docs fixes, you can try to express your understanding of the API usages or try to fix the docs the way you might clear enough. We will help you validate and finish the PR. |
metrics logged on both step and epochs now have postfixes. |
I have two kinds of problems with Tensorboard.
Code:
Screen from Tensorflow:

2. Or... 'epoch_' text is prepended to the logs name for an unknown reason although the same code is done for validation.
Code:
Screen from Tensorflow:

Why is that happening? Why validation logs do not have epoch_ beginning? The only difference is in using TrainReport vs EvalReport.
The text was updated successfully, but these errors were encountered: