Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbaaii/DreamDiffusion
/ get_last_layer
Method
get_last_layer
code/dc_ldm/modules/diffusionmodules/model.py:364–365 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
362
return
h
363
364
def
get_last_layer(self):
365
return
self.conv_out.weight
366
367
368
class
Encoder(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected