MCPcopy 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
243class GroupNorm32(nn.GroupNorm):
244 def forward(self, x):
245 return super().forward(x).type(x.dtype)
246
247
248def conv_nd(dims, *args, **kwargs):

Callers 1

normalizationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected