Mean# class myoverse.transforms.Mean(dim='time', keepdim=False, **kwargs)[source]# Compute mean along a dimension. Parameters: dim (str) – Dimension to reduce. keepdim (bool) – Whether to keep the reduced dimension. Methods __init__([dim, keepdim]) _apply(x) Apply the transform.