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 reporting samples instead of iterations #7

Open
orsharir opened this issue Jun 15, 2019 · 1 comment
Open

Tensorboard reporting samples instead of iterations #7

orsharir opened this issue Jun 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@orsharir
Copy link
Member

I've noticed that in tensorboard instead of having measurements (loss, energy, time, variance, etc.) correspond to number of iterations, it's currently correspond to number of samples, which is confusing and makes it difficult comparing the affect of different batch sizes.

As a workaround I can use relative time, but that makes sense only when I use the exact same machine.

@orsharir orsharir added the enhancement New feature or request label Jun 15, 2019
@orsharir
Copy link
Member Author

I now see that it's an option in the Tensorboard callback (update_freq). I suggest changing this attribute to 'batch' instead of update_freq=1 as it's currently set in the examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants