MCPcopy Create free account
hub / github.com/RolandGao/RegSeg / forward

Method forward

competitor_blocks.py:95–99  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

93 )
94
95 def forward(self, x):
96 x = self.conv(x)
97 atten=self.scale(x)
98 x=x*atten
99 return x
100class FeatureSelectionModule(nn.Module):
101 # FaPN paper
102 def __init__(self, in_chan, out_chan):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected