"src/vscode:/vscode.git/clone" did not exist on "e6110f68569c7b620306e678c3a3d9eee1a293e2"
Transforms without dispatcher (#5421)
* add prototype transforms that don't need dispatchers
* cleanup
* remove legacy_transform decorator
* remove legacy classes
* remove explicit param passing
* streamline extra_repr
* remove obsolete ._supports() method
* cleanup
* remove Query
* cleanup
* fix tests
* kernels -> functional
* move image size and num channels extraction to functional
* extend legacy function to extract image size and num channels
* implement dispatching for auto augment
* fix auto augment dispatch
* revert some naming changes
* remove ability to pass params to autoaugment
* fix legacy image size extraction
* align prototype.transforms.functional with transforms.functional
* cleanup
* fix image size and channels extraction
* fix affine and rotate
* revert image size to (width, height)
* Minor corrections
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
Showing
Please register or sign in to comment