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

what's the difference between Attention-56 and Attention-92(MX) #96

Closed
wuyuuu opened this issue Sep 28, 2021 · 2 comments
Closed

what's the difference between Attention-56 and Attention-92(MX) #96

wuyuuu opened this issue Sep 28, 2021 · 2 comments

Comments

@wuyuuu
Copy link

wuyuuu commented Sep 28, 2021

Hi,

I found the trained models in https://github.com/JDAI-CV/FaceX-Zoo/tree/main/training_mode, where you offer Attention-56 and Attention-92(MX).

However, when I looked at backbone codes backbone and backboneconf, I only saw a single model and configuration.

As I am gonna use your models as feature extraction backbones, I am wondering how to initialize those two backbones (Attention-56 and Attention-92(MX)) properly.

Looking forward to your reply.
Thanks!

@wang21jun
Copy link
Collaborator

They share the same backbone, but the configuration is different.
AttentionNet56:
AttentionNet:
stage1_modules: 1
stage2_modules: 1
stage3_modules: 1
feat_dim: 512
out_h: 7
out_w: 7

AttentionNet92:
AttentionNet:
stage1_modules: 1
stage2_modules: 2
stage3_modules: 3
feat_dim: 512
out_h: 7
out_w: 7

@wuyuuu
Copy link
Author

wuyuuu commented Oct 31, 2021

They share the same backbone, but the configuration is different. AttentionNet56: AttentionNet: stage1_modules: 1 stage2_modules: 1 stage3_modules: 1 feat_dim: 512 out_h: 7 out_w: 7

AttentionNet92: AttentionNet: stage1_modules: 1 stage2_modules: 2 stage3_modules: 3 feat_dim: 512 out_h: 7 out_w: 7

Get it, thanks for your answer!

@wuyuuu wuyuuu closed this as completed Oct 31, 2021
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

2 participants