myoverse.datasets.base.WindowedDataset.get_sample_shape#

WindowedDataset.get_sample_shape(modality)[source]#

Get the shape of a sample for a given modality (without time dimension).

Parameters:

modality (str) – Modality name.

Returns:

Shape without time dimension.

Return type:

tuple[int, …]