MCPcopy Create free account
hub / github.com/TPCD/DCCL / __init__

Method __init__

project_utils/cluster_utils.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135
136class Identity(nn.Module):
137 def __init__(self):
138 super(Identity, self).__init__()
139 def forward(self, x):
140 return x
141

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected