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

Support pytorch1.13 #264

Merged
merged 3 commits into from
Nov 18, 2022
Merged

Support pytorch1.13 #264

merged 3 commits into from
Nov 18, 2022

Conversation

thibo73800
Copy link
Contributor

General description of your pull request with the list of new features and/or bugs.

  • New feature 1 : Support for pytorch 1.13

__torch_function__ was about to not be supported anymore. Switching to classmethod was required. The current implementation seem to still be compatible with pytorch 1.10. Note that this change is touching to the most important/breakable part of the aug tensor pipeline.

Open discussion: Should be update the doc to make pytorch 1.13 the default ? I think not before to check for pytorch lightning support.

By the way: c8ed7f6b1cdfeeec369447517af7321349df1e25


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

@thibo73800 thibo73800 changed the title Support pytorch1 13 Support pytorch1.13 Nov 17, 2022
@thibo73800 thibo73800 marked this pull request as draft November 17, 2022 13:22
@thibo73800
Copy link
Contributor Author

Going back to DRAFT, some issue with some training pipeline

@Data-Iab Data-Iab self-requested a review November 17, 2022 13:55
@thibo73800 thibo73800 linked an issue Nov 17, 2022 that may be closed by this pull request
@thibo73800 thibo73800 marked this pull request as ready for review November 17, 2022 16:15
@thibo73800
Copy link
Contributor Author

@Data-Iab We can try to merge it.

@Data-Iab Data-Iab merged commit e92dcc2 into alobugdays Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AugTensor support for pytorch 1.13
2 participants