Skip to content

Instantly share code, notes, and snippets.

@soumith
Created July 14, 2014 15:49
Show Gist options
  • Save soumith/7b5b56f40ead70e1598b to your computer and use it in GitHub Desktop.
Save soumith/7b5b56f40ead70e1598b to your computer and use it in GitHub Desktop.
require 'torch'
require 'nn'
require 'image'
require 'gfx.js'
mod = nn.SpatialConvolution(5,10, 16, 16)
filters = mod.weight
gfx.image(filters:view(5*10, 16, 16), {zoom=5.0})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment