MCPcopy Create free account
hub / github.com/buaacxf/VIPTR / forward

Method forward

modules/feature_extraction.py:50–51  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

48 nn.BatchNorm2d(self.output_channel[3]), nn.ReLU(True)) # 512 x 1 x 26
49
50 def forward(self, input):
51 return self.ConvNet(input)
52
53
54class ResNet_FeatureExtractor(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected