Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

multi-gpu support of joint training of rcnn example is broken #3639

Closed
zhangjiangqige opened this issue Oct 27, 2016 · 2 comments
Closed

multi-gpu support of joint training of rcnn example is broken #3639

zhangjiangqige opened this issue Oct 27, 2016 · 2 comments

Comments

@zhangjiangqige
Copy link
Contributor

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))]

@winstywang
Copy link
Contributor

@precedenceguo

@yajiedesign
Copy link
Contributor

This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants