Skip to content

Histograms in Tensorboard #18433

@AakashKumarNain

Description

@AakashKumarNain

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:

Screenshot 2023-07-21 at 10 42 49 PM

Expected behavior: The histogram plot should display the distribution of weights, and biases(if any) separately for each layer in the model.

cc: @sampathweb

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions