Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ GroupNorm32
Class
GroupNorm32
sat/sgm/modules/diffusionmodules/util.py:243–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
242
243
class
GroupNorm32(nn.GroupNorm):
244
def
forward(self, x):
245
return
super().forward(x).type(x.dtype)
246
247
248
def
conv_nd(dims, *args, **kwargs):
Callers
1
normalization
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected