-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert RandomZoom to backend-agnostic and improve
affine_transform
(…
…#574) * Convert RandomZoom * Fix docstring * Update docstring * Update docstring * Address comments * Update `affine_transform` * Update * Fix fill_mode in torch * Update `affine_transform` * Revert RandomTranslation tests * Fix typo * Remove docstring * Redirect `fill_mode=reflect` to `fill_mode=mirror` using torch * Update docstring * Update tests because using torch `fill_mode=reflect` is actually `fill_mode=mirror`
- Loading branch information
1 parent
28c29e7
commit b6b4376
Showing
7 changed files
with
483 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.