MCPcopy Create free account
hub / github.com/ChunmingHe/WS-SAM / forward

Method forward

lib/Modules.py:679–682  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

677 )
678
679 def forward(self, x):
680 y = self.avg_pool(x)
681 y = self.conv_du(y)
682 return x * y
683
684
685class RCAB(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected