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

Training for a single machine with multiple GPUs #125

Open
chenjiahao0124 opened this issue Dec 9, 2024 · 0 comments
Open

Training for a single machine with multiple GPUs #125

chenjiahao0124 opened this issue Dec 9, 2024 · 0 comments

Comments

@chenjiahao0124
Copy link

Hello, you have done a great job. May I ask how to set up training for a single machine with multiple GPUs? I encountered the following error while conducting multi GPU training and hope you can answer it. Thank you.

File "\models\graspnet.py", line 107, in forward
grasp_top_views_rot, _, _, , end_points = match_grasp_view_and_label(end_points)
File "\utils\label_generation.py", line 142, in match_grasp_view_and_label
top_template_views_rot = torch.gather(template_views_rot, 2, top_view_inds).squeeze(2)
RuntimeError: Size does not match at dimension 3 expected index [1, 1024, 1, 3, 3] to be smaller than src [1, 1024, 300, 1, 3] apart from dimension 2

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