MCPcopy Index your code
hub / github.com/VisionXLab/OF-Diff / GroupNorm32

Class GroupNorm32

ldm/modules/diffusionmodules/util.py:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217class GroupNorm32(nn.GroupNorm):
218 def forward(self, x):
219 return super().forward(x.float()).type(x.dtype)
220
221def conv_nd(dims, *args, **kwargs):
222 """

Callers 1

normalizationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected