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 activation/weight histograms for CIFAR-10 #53

Closed
dustinvtran opened this issue Aug 16, 2020 · 2 comments
Closed

Add activation/weight histograms for CIFAR-10 #53

dustinvtran opened this issue Aug 16, 2020 · 2 comments

Comments

@dustinvtran
Copy link
Member

@dustinvtran
For some reason, naively turning it on didn't work for me in variational_inference.py.

  tensorboard_cb = tf.keras.callbacks.TensorBoard(log_dir=FLAGS.output_dir,
                                                  # TODO(trandustin): This
                                                  # doesn't work(?).
                                                  # histogram_freq=5,
                                                  write_graph=False)

google/edward2#73

@dustinvtran
Copy link
Member Author

Looking at this issue, I'm not sure we do want histograms by default. They're fairly intensive to compute (I think?).

@dustinvtran
Copy link
Member Author

Marking resolved. It's too expensive as a default.

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