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

Method forward

modules.py:770–772  ·  view source on GitHub ↗
(self, coords)

Source from the content-addressed store, hash-verified

768 self.net[-1][0].bias.data = set_bias * torch.ones_like(self.net[-1][0].bias.data)
769
770 def forward(self, coords):
771 output = self.net(coords)
772 return output
773
774
775class RadianceNet(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected