-
Notifications
You must be signed in to change notification settings - Fork 25k
Enabled torch.unique for bool tensors #28374
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
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.
@izdeby has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Still multiple flake8 issues |
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.
@izdeby has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
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.
@izdeby has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@VitalyFedyunin, all green |
Summary: Enabled torch.unique for bool tensors. Tested via unit tests [issue](pytorch/pytorch#27691) Pull Request resolved: pytorch/pytorch#28374 Differential Revision: D18043413 Pulled By: izdeby fbshipit-source-id: 295ff03b9b61d33bbd2e05e6211c4f35a0ee23ea
Summary: Enabled torch.unique for bool tensors. Tested via unit tests [issue](pytorch#27691) Pull Request resolved: pytorch#28374 Differential Revision: D18043413 Pulled By: izdeby fbshipit-source-id: 295ff03b9b61d33bbd2e05e6211c4f35a0ee23ea
Enabled torch.unique for bool tensors.
Tested via unit tests
issue