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
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