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

Method __init__

x2ct_nerf/modules/diffusionmodules/model.py:525–526  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

523
524class DummyDecoder(nn.Module):
525 def __init__(self):
526 super().__init__()
527
528 def forward(self, z):
529 return z

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected