MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / forward

Method forward

k_diffusion/layers.py:259–260  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

257 self.skip = skip if skip else nn.Identity()
258
259 def forward(self, input):
260 return self.main(input) + self.skip(input)
261
262
263# Noise level (and other) conditioning

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected