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 is the group_norm_num_group for resnet26_gn ? #19

Closed
Lily-Le opened this issue Mar 7, 2024 · 1 comment
Closed

What is the group_norm_num_group for resnet26_gn ? #19

Lily-Le opened this issue Mar 7, 2024 · 1 comment
Assignees

Comments

@Lily-Le
Copy link

Lily-Le commented Mar 7, 2024

What is the group_norm_num_group for resnet26_gn ? Can you provide the pretrain command line for gn model in readme? Thanks for the marvelous job!

@MarcellusZhao MarcellusZhao self-assigned this Mar 8, 2024
MarcellusZhao added a commit that referenced this issue Mar 9, 2024
@MarcellusZhao
Copy link
Collaborator

Hi,

group_norm_num_group refers the number of groups to separate the channels into, and the default value we used is 8. It is equivalent to the variable group_norm in pretrain/ssl_pretrain.py. I've updated the README.

Thanks for your interests in our work!

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