Created
October 11, 2019 16:28
-
-
Save vaibkumr/61e4a86bd8932879927bad603be93caa to your computer and use it in GitHub Desktop.
null
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
| import torch | |
| batch = torch.zeros(64, 3, 100, 100, names=('N', 'C', 'H', 'W')) | |
| print(batch.names) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment