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
I am training rcnn with the multi-gpu scripts but got the following error: RuntimeError: boxlists should have same image size, got BoxList(num_boxes=1, image_width=640, image_height=53 7, mode=xyxy), BoxList(num_boxes=9, image_width=537, image_height=640, mode=xyxy)
This error does not happen when training with single GPU model. Does anyone know how what the cause of this issue is and how to resolve it?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
I am training rcnn with the multi-gpu scripts but got the following error:
RuntimeError: boxlists should have same image size, got BoxList(num_boxes=1, image_width=640, image_height=53 7, mode=xyxy), BoxList(num_boxes=9, image_width=537, image_height=640, mode=xyxy)
This error does not happen when training with single GPU model. Does anyone know how what the cause of this issue is and how to resolve it?
Thank you in advance.
The text was updated successfully, but these errors were encountered: