Skip to content

Instantly share code, notes, and snippets.

@vaibkumr
Created October 11, 2019 16:28
Show Gist options
  • Select an option

  • Save vaibkumr/61e4a86bd8932879927bad603be93caa to your computer and use it in GitHub Desktop.

Select an option

Save vaibkumr/61e4a86bd8932879927bad603be93caa to your computer and use it in GitHub Desktop.
null
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