8000 the issue of initializing SpatialPyramidPooling · Issue #28 · szagoruyko/imagine-nn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
the issue of initializing SpatialPyramidPooling #28
Open
@marvin521

Description

@marvin521

I met a problem when I call SpatialPyramidPooling.

/usr/local/share/lua/5.1/inn/SpatialPyramidPooling.lua:12: attempt to call field 'Contiguous' (a nil value).

part of my codes are:
`model:add(nn.SpatialConvolutionMM(nstates[1], nstates[2], filtsize, filtsize))
model:add(nn.ReLU())

model:add(inn.SpatialPyramidPooling({{6,6},{4,4},{2,2}}))`

How can I solve the problem? Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0