You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
not sure if this is due to the modifications to executor_group.py in 23bf60c
the error message is
AssertionError: all data must have the same batch size: batch_size = 2, but label has shape (1, 72900)
raised from decide_slices in executor_group.py
the maximum shape is [('data', (2, 3, 1440, 1440))] [('label', (1, 72900)), ('bbox_target', (1, 36, 90, 90)), ('bbox_inside_weight', (1, 36, 90, 90)), ('bbox_outside_weight', (1, 36, 90, 90)), ('gt_boxes', (2, 500))]
The text was updated successfully, but these errors were encountered:
not sure if this is due to the modifications to executor_group.py in 23bf60c
the error message is
AssertionError: all data must have the same batch size: batch_size = 2, but label has shape (1, 72900)
raised from decide_slices in executor_group.py
the maximum shape is [('data', (2, 3, 1440, 1440))] [('label', (1, 72900)), ('bbox_target', (1, 36, 90, 90)), ('bbox_inside_weight', (1, 36, 90, 90)), ('bbox_outside_weight', (1, 36, 90, 90)), ('gt_boxes', (2, 500))]
The text was updated successfully, but these errors were encountered: