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

train faster rcnn #27

Closed
zhyj3038 opened this issue Sep 7, 2016 · 1 comment
Closed

train faster rcnn #27

zhyj3038 opened this issue Sep 7, 2016 · 1 comment

Comments

@zhyj3038
Copy link

zhyj3038 commented Sep 7, 2016

hello, when I run "python -m tools.train_alternate", error occurs as follow:

NFO:root:########## train rpn with imagenet init
voc_2007_trainval gt roidb loaded from
.........
File "/home/mxnet_0724/example/rcnn/tools/train_alternate.py", line 52, in train_rpn
args['rpn_conv_3x3_weight'] = mx.random.normal(mean=0, stdvar=0.01, shape=arg_shape_dict['rpn_conv_3x3_weight'])
TypeError: normal() got an unexpected keyword argument 'mean'

I find mxnet.random.normal is defined in python/mexnt/random.py file , but the input argument is "loc", not "mean", I just wondor how can you run it withnot change name of this argument???

@zhyj3038
Copy link
Author

zhyj3038 commented Sep 7, 2016

sorry,find the latest version have fix it :)

@zhyj3038 zhyj3038 closed this as completed Sep 7, 2016
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