anomalib.models.components.base.dynamic_module¶
Dynamic Buffer Module.
Module Contents¶
Classes¶
Torch module that allows loading variables from the state dict even in the case of shape mismatch. |
- class anomalib.models.components.base.dynamic_module.DynamicBufferModule[source]¶
Bases:
abc.ABC,torch.nn.ModuleTorch module that allows loading variables from the state dict even in the case of shape mismatch.