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

Method __init__

lib/Modules.py:1009–1014  ·  view source on GitHub ↗
(self, in_channels)

Source from the content-addressed store, hash-verified

1007
1008class REM_decoder_noRCAB(nn.Module):
1009 def __init__(self, in_channels):
1010 super(REM_decoder_noRCAB, self).__init__()
1011 self.decoder4 = Decoder4_noRCAB(in_channels)
1012 self.decoder3 = Decoder_noRCAB(in_channels)
1013 self.decoder2 = Decoder_noRCAB(in_channels)
1014 self.decoder1 = Decoder_noRCAB(in_channels)
1015
1016 def forward(self, x, prior_cam, pic):
1017 f1, f2, f3, f4 = x

Callers

nothing calls this directly

Calls 3

Decoder4_noRCABClass · 0.85
Decoder_noRCABClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected