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

Unet's "Groups" is unused #11

Closed
torridgristle opened this issue Jan 14, 2022 · 2 comments
Closed

Unet's "Groups" is unused #11

torridgristle opened this issue Jan 14, 2022 · 2 comments

Comments

@torridgristle
Copy link

It seems that "groups" for the Unet aren't used. It's not passed to the ResNetBlock modules nor the Block in the final_conv.

@lucidrains
Copy link
Owner

@torridgristle ohh yea, that's for the groupnorms - but i think i will be replacing the resnet blocks with the new convnext ones and aim for all layernorms

@lucidrains
Copy link
Owner

ok done! no more groups and groupnorms!

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