MCPcopy Create free account
hub / github.com/DPS2022/diffusion-posterior-sampling / forward

Method forward

guided_diffusion/unet.py:1010–1011  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

1008 self.model = nn.Sequential(*sequence)
1009
1010 def forward(self, input):
1011 return self.model(input)
1012
1013
1014class GANLoss(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected