Skip to content

Configuration for colored dataset #1

Description

@mnbrshd

I have a dataset that has both trainA and trainB images as RGB i.e. 3 channels but I get this error whenever I try to train.

return torch.cat([x, self.model(x)], 1)

RuntimeError: Sizes of tensors must match except in dimension 2. Got 2 and 3 (The offending index is 0)

Please guide me on how to configure the train options for training for such a dataset. Thank you.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions