Skip to content

Data reshape issue in _process_signal #54

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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