Visual-Behavior / aloception-oss

Aloception is a set of package for computer vision: aloscene, alodataset, alonet.
Other
93 stars 7 forks source link

Support pytorch1.13 #264

Closed thibo73800 closed 1 year ago

thibo73800 commented 1 year ago

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

__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

thibo73800 commented 1 year ago

Going back to DRAFT, some issue with some training pipeline

thibo73800 commented 1 year ago

@Data-Iab We can try to merge it.