MCPcopy Create free account
hub / github.com/VisionXLab/OF-Diff / get_last_layer

Method get_last_layer

ldm/modules/diffusionmodules/model.py:455–456  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453 return h
454
455 def get_last_layer(self):
456 return self.conv_out.weight
457
458
459class Encoder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected