Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ _make_conv
Method
_make_conv
sat/sgm/modules/diffusionmodules/model.py:644–645 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
642
return
ResnetBlock
643
644
def
_make_conv(self) -> Callable:
645
return
torch.nn.Conv2d
646
647
def
get_last_layer(self, **kwargs):
648
return
self.conv_out.weight
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected