-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[tensorboard] Cleanup API and remove 'experimental' warning #21786
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.
|
Looks good! |
|
@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.
252b317 to
7b8253c
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.
7b8253c to
9d75eb9
Compare
86e3694 to
b957e96
Compare
|
@pytorchbot retest this please |
1 similar comment
|
@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.
|
Tests passed even though not updated in GitHub UI. |
|
FYI this PR might have broken asan test. |
|
Unfortunately looks like it. We can revert (and re-land) or wait to see if #23000 fixes it. |
|
Actually, looks like there are other issues, so reverting. |
Summary: This fixes ASAN test issues with pytorch#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.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 yf225, lanpa, natalialunova Pull Request resolved: pytorch#23000 Reviewed By: sanekmelnikov Differential Revision: D16349734 Pulled By: orionr fbshipit-source-id: 604a9cad56868a55e08b509a0c6f42b84f68de95
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 @ezyang @lanpa @natalialunova