torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
556 stars 484 forks source link

PyramidPacker and Unpacker #215

Open nikhilsharma93 opened 7 years ago

nikhilsharma93 commented 7 years ago

I'm using Lua 5.2, and nn.PyramidPacker and nn.PyramidUnPacker do not seem to work. For instance, when I pass a model to nn.PyramidUnPacker, the error is "attempt to call field 'PyramidUnPacker' (a nil value)" PS- I did require 'nnx' too, and changed my classifier layer to SpatialClassifier