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

Change defaults for Layers to match Pytorch #808

Closed
avik-pal opened this issue Jul 30, 2024 · 1 comment · Fixed by #744
Closed

Change defaults for Layers to match Pytorch #808

avik-pal opened this issue Jul 30, 2024 · 1 comment · Fixed by #744
Labels
Milestone

Comments

@avik-pal
Copy link
Member

avik-pal commented Jul 30, 2024

Currently this is a WIP list.

Normalization

  • InstanceNorm: affine is false
  • LayerNorm: doesn't accept dims. We should use that as the default and use optimized kernels in LuxLib

Default epsilon values should fallback to the ones in LuxLib

@avik-pal avik-pal added this to the v1.0 milestone Jul 30, 2024
@avik-pal
Copy link
Member Author

avik-pal commented Aug 2, 2024

Other changes that we carried over from Flux also differ from Pytorch -- see FluxML/Flux.jl#2410

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant