Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Plot histograms of parameters to tensorboard #432

Closed

Conversation

mannatsingh
Copy link
Contributor

Summary:

  • Plot the histogram of weights for every parameter in the model at the end of every train phase.
  • Updated the various scalars plotted to Tensorboard to have their own tags, just like "Speed" to organize things better

Adding the activations and gradients is non-trivial since they depend on the input, so skipping that for now.

Differential Revision: D20427992

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 12, 2020
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20427992

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 13, 2020
Summary:
Pull Request resolved: facebookresearch#432

- Plot the histogram of weights for every parameter in the model at the end of every train phase.
- Updated the various scalars plotted to Tensorboard to have their own tags, just like "Speed" to organize things better

Adding the activations and gradients is non-trivial since they depend on the input, so skipping that for now.

Reviewed By: vreis

Differential Revision: D20427992

fbshipit-source-id: d157f73eac3e910733f41cdccd40087431805b25
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20427992

mannatsingh added a commit to mannatsingh/ClassyVision that referenced this pull request Mar 16, 2020
Summary:
Pull Request resolved: facebookresearch#432

- Plot the histogram of weights for every parameter in the model at the end of every train phase.
- Updated the various scalars plotted to Tensorboard to have their own tags, just like "Speed" to organize things better

Adding the activations and gradients is non-trivial since they depend on the input, so skipping that for now.

Reviewed By: vreis

Differential Revision: D20427992

fbshipit-source-id: 148b5e52cb72377c38a6c0a379c669476f9033b2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20427992

Summary:
Pull Request resolved: facebookresearch#432

- Plot the histogram of weights for every parameter in the model at the end of every train phase.
- Updated the various scalars plotted to Tensorboard to have their own tags, just like "Speed" to organize things better

Adding the activations and gradients is non-trivial since they depend on the input, so skipping that for now.

Reviewed By: vreis

Differential Revision: D20427992

fbshipit-source-id: 49a552cb2099782c4fa219f2a402aa89478bccea
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20427992

facebook-github-bot pushed a commit that referenced this pull request Mar 16, 2020
Summary:
Pull Request resolved: #432

- Plot the histogram of weights for every parameter in the model at the end of every train phase.
- Updated the various scalars plotted to Tensorboard to have their own tags, just like "Speed" to organize things better

Adding the activations and gradients is non-trivial since they depend on the input, so skipping that for now.

Reviewed By: vreis

Differential Revision: D20427992

fbshipit-source-id: b46b12f3dbf6ac4d49f318b0b2d77548fc2d98a9
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants