Created
August 31, 2019 13:47
-
-
Save omarsar/ec8b390af49097b4b947ae9b4a3ec278 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
## dummy transform | |
dummy2_transform = transforms.Compose( | |
[transforms.RandomRotation(45), transforms.RandomVerticalFlip()]) | |
dummy2_result = dummy2_transform(image) | |
plt.imshow(dummy2_result) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment