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

Replacing BatchNorm with LayerNorm #276

Open
mariosconsta opened this issue Jun 14, 2023 · 0 comments
Open

Replacing BatchNorm with LayerNorm #276

mariosconsta opened this issue Jun 14, 2023 · 0 comments

Comments

@mariosconsta
Copy link

I was wondering if the authors experimented with LayerNorm instead of BatchNorm and if they noticed any differences? From what I've read is that BatchNorm is heavily dependent on batch size. My max batch size while using this architecture is 32 while using 2 A100 GPUs and this is why I had the idea of replacing BatchNorm with LayerNorm.

Did anyone else try it?

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

1 participant