Shortcuts

mmengine.utils.dl_utils.is_norm

mmengine.utils.dl_utils.is_norm(layer, exclude=None)[source]

Check if a layer is a normalization layer.

Parameters
  • layer (nn.Module) – The layer to be checked.

  • exclude (type, tuple[type], optional) – Types to be excluded.

Returns

Whether the layer is a norm layer.

Return type

bool

Read the Docs v: v0.7.0
Versions
latest
stable
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.