Skip to content
New issue

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

TypeError: zip argument #2 must support iteration #32

Open
AbeFei opened this issue May 15, 2019 · 0 comments
Open

TypeError: zip argument #2 must support iteration #32

AbeFei opened this issue May 15, 2019 · 0 comments

Comments

@AbeFei
Copy link

AbeFei commented May 15, 2019

/Projection/DOTA_python/Faster_RCNN_for_DOTA-master/faster_rcnn/../lib/utils/symbol.py:38: UserWarning: Cannot decide shape for the following arguments (0s in shape means unknown dimensions). Consider providing them as input:
gt_boxes: ()
arg_shape, out_shape, aux_shape = self.sym.infer_shape(**data_shape_dict)
Traceback (most recent call last):
File "/Projection/DOTA_python/Faster_RCNN_for_DOTA-master/experiments/faster_rcnn/rcnn_dota_quadrangle_e2e.py", line 25, in
train_quadrangle_end2end.main()
File "/Projection/DOTA_python/Faster_RCNN_for_DOTA-master/faster_rcnn/train_quadrangle_end2end.py", line 166, in main
config.TRAIN.begin_epoch, config.TRAIN.end_epoch, config.TRAIN.lr, config.TRAIN.lr_step)
File "/Projection/DOTA_python/Faster_RCNN_for_DOTA-master/faster_rcnn/train_quadrangle_end2end.py", line 93, in train_net
sym_instance.infer_shape(data_shape_dict)
File "/Projection/DOTA_python/Faster_RCNN_for_DOTA-master/faster_rcnn/../lib/utils/symbol.py", line 41, in infer_shape
self.arg_shape_dict = dict(zip(self.sym.list_arguments(), arg_shape))
TypeError: zip argument #2 must support iteration

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

No branches or pull requests

1 participant