Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Exponential_running_standardize bug #56

@konspatl

Description

@konspatl

Greetings,

I think there's a bug on the "exponential_running_standardize" method in datautil. In the case where there's an init_block_size, the axis of computing the 'init_mean' and 'init_std' is wrong (other_axis gives value 1, although it should be axis=0), as we want to compute the mean and std with respect to time samples, not channels. Although the dimensionality is wrong, the matrix subtraction and division is still possible, which gives wrong results for the init_block_size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions