Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dek924/PerX2CT
/ DummyDecoder
Class
DummyDecoder
x2ct_nerf/modules/diffusionmodules/model.py:524–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
522
523
524
class
DummyDecoder(nn.Module):
525
def
__init__(self):
526
super().__init__()
527
528
def
forward(self, z):
529
return
z
530
531
532
class
Decoder(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected