Created
May 7, 2022 07:49
-
-
Save sachadee/ba7cb7339e7958763d8e53e66757c81b to your computer and use it in GitHub Desktop.
Easy solution
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
tensor_to_pil = transforms.ToPILImage()(tensor) | |
tensor_to_pil.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment