We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The detail of the error is:
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!
The text was updated successfully, but these errors were encountered: