Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. inputs = torch.rand(3,12,12)
  2. conv = nn.SpatialConvolution(3,4,5,5)
  3. output = conv:forward(inputs)
  4. print(unpack(output:size():totable()))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement