MCPcopy Create free account
hub / github.com/computational-imaging/bacon / forward

Method forward

modules.py:91–92  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

89 super().__init__()
90
91 def forward(self, input):
92 return input*torch.sigmoid(input)
93
94
95def mfn_weights_init(m):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected