This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 278
Plot histograms of parameters to tensorboard #432
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
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
mannatsingh
force-pushed
the
export-D20427992
branch
from
March 13, 2020 18:02
d210252
to
c50b48d
Compare
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
mannatsingh
force-pushed
the
export-D20427992
branch
from
March 16, 2020 15:31
c50b48d
to
685c91b
Compare
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
mannatsingh
force-pushed
the
export-D20427992
branch
from
March 16, 2020 15:47
685c91b
to
e29b388
Compare
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Adding the activations and gradients is non-trivial since they depend on the input, so skipping that for now.
Differential Revision: D20427992