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

a question about rcnn exmaple, why set aux to zero when testing? #2975

Closed
zhangjiangqige opened this issue Aug 9, 2016 · 1 comment
Closed

Comments

@zhangjiangqige
Copy link
Contributor

zhangjiangqige commented Aug 9, 2016

https://github.com/dmlc/mxnet/blob/master/example/rcnn/rcnn/rpn/generate.py#L30

For BN layers, this will erase the moving_mean and moving_var in aux, which will lead to wrong results; I don't know if there are any special reasons to do this? @precedenceguo

@zhangjiangqige zhangjiangqige changed the title a question about rcnn exmaple, why setting aux to zero when testing rpn? a question about rcnn exmaple, why setting aux to zero when testing? Aug 9, 2016
@ijkguo
Copy link
Contributor

ijkguo commented Aug 9, 2016

There is not. Please ignore this line and supply aux_params as saved in training.

@zhangjiangqige zhangjiangqige changed the title a question about rcnn exmaple, why setting aux to zero when testing? a question about rcnn exmaple, why set aux to zero when testing? Aug 9, 2016
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

2 participants