-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Description
I was training a few models, and for debugging something I wanted to use Tensorboard. For me, the use-case was to look for the histograms of the weights for each layer in the network. When I added the callback to the training loop, this is what I get:
Expected behavior: The histogram plot should display the distribution of weights, and biases(if any) separately for each layer in the model.
cc: @sampathweb
newresu