Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dimension unmatch problem in model #289

Open
lelucermaireme opened this issue Jul 2, 2024 · 0 comments
Open

dimension unmatch problem in model #289

lelucermaireme opened this issue Jul 2, 2024 · 0 comments

Comments

@lelucermaireme
Copy link

There is an error at
concat4 = torch.cat((out_conv4,out_deconv4,flow5_up),1)
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 15 but got size 16 for tensor number 1 in the list.

The conv and deconv cause dimension unmatch. The out_deconv4 and flow5_up should be checked and cropped to the same size as out_conv4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant