def forward(self, x): return LF.spoc(x)
def forward(self, x): nn.Conv2d(x.size()[1], 2048, 3) return LF.spoc(x)