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

Why does training with 8 cards report an error? #40

Open
beizhengren opened this issue Jun 17, 2024 · 0 comments
Open

Why does training with 8 cards report an error? #40

beizhengren opened this issue Jun 17, 2024 · 0 comments

Comments

@beizhengren
Copy link

The detail of the error is:

mmdet3d/datasets/samplers/infinite_group_each_sample_in_batch_sampler.py", line 174, 
assert self.groups_num >= self.global_batch_size

The error message is located on line 174, which belongs to the initialization function of the InfiniteGroupEachSampleInBatchSamplerEval.

and the print info of relative variable is:

batch_size :  1,
world_size: 1,
global_batch_size: 1,
groups_num: 2

How can I slove the problem,
Thanks!

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