Skip to content

Data reshape issue in _process_signal #54

@azajala

Description

@azajala

At the beginning of this process the data is transpose to have T at the end of the tensor. Not sure how it works for 1D and spectrograms. But for videos, the input shape is (T,H,W) while the output becomes (W,H,T) which leads to error in training.
As a bandaid fix I transpose the output around lines 712 and 744 of data loader. But we needs a more permanent fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions