Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ _make_attn
Method
_make_attn
sat/sgm/modules/diffusionmodules/model.py:638–639 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
636
self.conv_out = make_conv_cls(block_in, out_ch, kernel_size=3, stride=1, padding=1)
637
638
def
_make_attn(self) -> Callable:
639
return
make_attn
640
641
def
_make_resblock(self) -> Callable:
642
return
ResnetBlock
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected