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

Method forward

lib/Modules.py:834–839  ·  view source on GitHub ↗
(self, f1, f2, f3, f4)

Source from the content-addressed store, hash-verified

832
833
834 def forward(self, f1, f2, f3, f4):
835 f1 = self.T1(f1)
836 f2 = self.T2(f2)
837 f3 = self.T3(f3)
838 f4 = self.T4(f4)
839 return f1,f2,f3,f4
840
841class Decoder4_noEdge(nn.Module):
842 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected