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

miss "NUM_OUTS" in NECK config #1

Open
zimenglan-sysu-512 opened this issue May 30, 2019 · 5 comments
Open

miss "NUM_OUTS" in NECK config #1

zimenglan-sysu-512 opened this issue May 30, 2019 · 5 comments

Comments

@zimenglan-sysu-512
Copy link

No description provided.

@zimenglan-sysu-512
Copy link
Author

btw, the training speed of configs/hrnet/mask_rcnn_hrnet_w18_1x.yaml is too slow, compared with /configs/e2e_mask_rcnn_R_50_FPN_1x.yaml using single gpu with 2 images per iteration (time: 0.5182 (0.4975) v.s. time: 0.3253 (0.3393)).

@haochange
Copy link

same problem!

@wondervictor
Copy link
Member

NUM_OUTS has been fixed

@wondervictor
Copy link
Member

@zimenglan-sysu-512 @haochange HRNets have more convolutions than ResNets, which cause more time consumption.

@welleast
Copy link
Contributor

@zimenglan-sysu-512 @haochange HRNets: The runtime computation cost in Pytorch is higher because multi-branch convolutions are run sequentially. Instead, in tensorflow, the runtime cost is much lower.

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

4 participants