Skip to content
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

fix cat for tuple of augmented tensor #307

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

jsalotti
Copy link
Contributor

Fix the merging of tensor to allow torch.cat to accept a tuple of AugmentedTensor.
Close #306

  • Fix bug 1 : accept tuples of AugmentedTensor in torch.cat

This pull request includes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@jsalotti jsalotti added the bug Something isn't working label Nov 21, 2022
@jsalotti jsalotti requested a review from Data-Iab November 21, 2022 12:17
@jsalotti jsalotti self-assigned this Nov 21, 2022
@Data-Iab Data-Iab merged commit 3787391 into alobugdays Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contatenating AugmentedTensor does not work when giving a tuple to torch.cat
2 participants