-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Correct capitalization, TensorBoard not Tensorboard #4853
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
Open
wat3rBro
wants to merge
4
commits into
facebookresearch:main
Choose a base branch
from
wat3rBro:export-D43863403
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
This pull request was exported from Phabricator. Differential Revision: D43863403 |
wat3rBro
pushed a commit
to wat3rBro/d2go
that referenced
this pull request
Mar 11, 2023
Summary: X-link: facebookresearch/detectron2#4853 Pull Request resolved: facebookresearch#502 fbgs TensorboardXWriter -l -s | xargs sed -i "s/TensorboardXWriter/TensorBoardXWriter/g" Reviewed By: wat3rBro Differential Revision: D43863403 fbshipit-source-id: 931c723309cb273be19a90e7c247e9703162bbe7
wat3rBro
pushed a commit
to wat3rBro/detectron2-1
that referenced
this pull request
Mar 11, 2023
Summary: Pull Request resolved: facebookresearch#4853 X-link: facebookresearch/d2go#502 fbgs TensorboardXWriter -l -s | xargs sed -i "s/TensorboardXWriter/TensorBoardXWriter/g" Reviewed By: wat3rBro Differential Revision: D43863403 fbshipit-source-id: 3777ceac4c6ed010672a60459cd21cbdee6db32f
872f95f
to
c1652d0
Compare
This pull request was exported from Phabricator. Differential Revision: D43863403 |
Summary: Pull Request resolved: facebookresearch#4864 Differential Revision: https://internalfb.com/D44142016 fbshipit-source-id: 51276141b5e4ca4cef297d33cef344dcf8cd8868
Differential Revision: D44143463 fbshipit-source-id: 47ee59f4130c747c2bb376cd85b2210da43c3d76
Summary: Every time a summary writer object is created it'll end up creating a file in the passed in logdir with just metadata of 40 bytes. This will cause a lot of spam with every rank initializing the file aggressively (I've done this myself when adding support for Adhoc logging to PyPer to a lot of angry complaints). Report at https://fb.workplace.com/groups/723537759122220/posts/745046770304652/ Differential Revision: D43863071 fbshipit-source-id: ff36ab3b6bde185f41d71b5e4ddf97e671dff6ca
Summary: Pull Request resolved: facebookresearch#4853 X-link: facebookresearch/d2go#502 fbgs TensorboardXWriter -l -s | xargs sed -i "s/TensorboardXWriter/TensorBoardXWriter/g" Reviewed By: wat3rBro Differential Revision: D43863403 fbshipit-source-id: 0d071b6e5e81d9af2e6c2361a9aa503c0f9fd952
This pull request was exported from Phabricator. Differential Revision: D43863403 |
c1652d0
to
2e644e4
Compare
wat3rBro
pushed a commit
to wat3rBro/d2go
that referenced
this pull request
Mar 16, 2023
Summary: X-link: facebookresearch/detectron2#4853 Pull Request resolved: facebookresearch#502 fbgs TensorboardXWriter -l -s | xargs sed -i "s/TensorboardXWriter/TensorBoardXWriter/g" Reviewed By: wat3rBro Differential Revision: D43863403 fbshipit-source-id: fa6062d25f8deffe369f79940a11f43ea4489267
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
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:
X-link: facebookresearch/d2go#502
fbgs TensorboardXWriter -l -s | xargs sed -i "s/TensorboardXWriter/TensorBoardXWriter/g"
Reviewed By: wat3rBro
Differential Revision: D43863403