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

Add --samples_per_plugin to specify explicit sampling counts #1138

Merged
merged 1 commit into from Apr 18, 2018
Merged

Add --samples_per_plugin to specify explicit sampling counts #1138

merged 1 commit into from Apr 18, 2018

Commits on Apr 17, 2018

  1. Add TensorBoard flag samples_per_plugin that allows for custom spec…

    …ification of samples to keep per summary type.
    
    Previously, TensorBoard always downsampled summaries for OOM reasons but some users wanted the ability to keep all their summaries of some types.
    
    With this flag, --samples_per_plugin='histogram=2,images=0'
     keeps TensorBoard defaults for other summaries, restricts the number of histograms to 2, and keeps all image summaries.
    Cassandra Xia committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    652c5e4 View commit details
    Browse the repository at this point in the history