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

Method extra_repr

k_diffusion/models/modules.py:381–382  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

379 self.out_proj = apply_wd(zero_init(Linear(d_model, d_model, bias=False)))
380
381 def extra_repr(self):
382 return f"d_head={self.d_head},"
383
384 def forward(self, x, pos, cond):
385 skip = x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected