MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / Normalize3D

Function Normalize3D

sat/sgm/modules/autoencoding/vqvae/movq_dec_3d_dev.py:95–105  ·  view source on GitHub ↗
(in_channels, zq_ch, add_conv)

Source from the content-addressed store, hash-verified

93
94
95def Normalize3D(in_channels, zq_ch, add_conv):
96 return SpatialNorm3D(
97 in_channels,
98 zq_ch,
99 norm_layer=nn.GroupNorm,
100 freeze_norm_layer=False,
101 add_conv=add_conv,
102 num_groups=32,
103 eps=1e-6,
104 affine=True,
105 )
106
107
108class ResnetBlock3D(nn.Module):

Callers 4

__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70

Calls 1

SpatialNorm3DClass · 0.70

Tested by

no test coverage detected