MCPcopy Create free account
hub / github.com/bbaaii/DreamDiffusion / forward

Method forward

code/dc_ldm/modules/diffusionmodules/model.py:741–744  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

739 ch_mult=[ch_mult for _ in range(num_blocks)])
740
741 def forward(self, x):
742 x = self.rescaler(x)
743 x = self.decoder(x)
744 return x
745
746
747class Resize(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected