Skip to content

Instantly share code, notes, and snippets.

@shangeth
Created December 27, 2018 05:56
Show Gist options
  • Save shangeth/fcaa6622e4fb95c330f3ad504d47d583 to your computer and use it in GitHub Desktop.
Save shangeth/fcaa6622e4fb95c330f3ad504d47d583 to your computer and use it in GitHub Desktop.
x = torch.randn(1, 3, 224, 224).uniform_(0, 1)
alexnet = AlexNet()
alexnet(x).size()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment