MCPcopy Create free account
hub / github.com/dek924/PerX2CT / __init__

Method __init__

taming/modules/diffusionmodules/model.py:438–439  ·  view source on GitHub ↗
(self, **ignorekwargs)

Source from the content-addressed store, hash-verified

436
437class DummyDecoder(nn.Module):
438 def __init__(self, **ignorekwargs):
439 super().__init__()
440 def forward(self, z):
441 return z
442

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected