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
I have tried to use this copy of code, however, I found the batch_size per GPU is limited 1. It is limited by the following codes in base_dataset.py:
elif key == 'roidb': assert len(batch) == 1 blob.update({'roidb': batch[0]['roidb']})
I'm asking how I can remove the limit.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have tried to use this copy of code, however, I found the batch_size per GPU is limited 1.
It is limited by the following codes in base_dataset.py:
I'm asking how I can remove the limit.
Thanks.
The text was updated successfully, but these errors were encountered: