Open ginobilinie opened 4 years ago
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.
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.