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

Method forward

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

Source from the content-addressed store, hash-verified

25 nn.Conv2d(self.output_channel[3], self.output_channel[3], 2, 1, 0), nn.ReLU(True)) # 512x1x24
26
27 def forward(self, input):
28 return self.ConvNet(input)
29
30
31class RCNN_FeatureExtractor(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected