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

RuntimeError: Mismatch in shape: grad_output[0] has a shape of torch.Size([1, 2404, 4]) and output[0] has a shape of torch.Size([1, 1963, 4]). #228

Open
OswaldoBornemann opened this issue Apr 16, 2023 · 0 comments

Comments

@OswaldoBornemann
Copy link

I have a 3D point cloud, which the number of each sample is vary. And i met the mismatch in shape problem during the back propagation, while i set the batch size to 2.

RuntimeError: Mismatch in shape: grad_output[0] has a shape of torch.Size([1, 2404, 4]) and output[0] has a shape of torch.Size([1, 1963, 4]).

I guess the problem came from torchdiffeq.

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