SizeMixin#

class torch_ecg.utils.SizeMixin[source]#

Bases: object

Mixin class for size related methods

property module_size: int#

Size of trainable parameters in the model in terms of number of parameters.

property module_size_: str#

Size of trainable parameters in the model in terms of memory capacity.

property sizeof: int#

Size of the model in terms of number of parameters, including non-trainable parameters and buffers.

property sizeof_: str#

Size of the model in terms of memory capacity, including non-trainable parameters and buffers.