-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[tensorboard] Cleanup API and remove 'experimental' warning #23000
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
Conversation
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orionr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Landing one more time. This cleans up the `torch.utils.tensorboard` API to remove all kwargs usage (which isn't clear to the user) and removes the "experimental" warning in prep for our 1.2 release. We also don't need the additional PyTorch version checks now that we are in the codebase itself. cc ezyang lanpa natalialunova
a38c1bf to
a232d3b
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orionr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@pytorchbot retest this please |
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orionr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
Test failures look to be unrelated. ASAN checks passed. |
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orionr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This fixes ASAN test issues with #21786 seen at https://circleci.com/api/v1.1/project/github/pytorch/pytorch/2212325/output/105/0?file=true and lands it again.
This cleans up the
torch.utils.tensorboardAPI to remove all kwargs usage (which isn't clear to the user) and removes the "experimental" warning in prep for our 1.2 release.We also don't need the additional PyTorch version checks now that we are in the codebase itself.
cc @yf225, @lanpa, @natalialunova