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

feat: support group_norm, batch_norm, and layer_norm #2330

Merged
merged 7 commits into from
Oct 10, 2023

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    c9703a7 View commit details
    Browse the repository at this point in the history
  2. fix bugs

    zewenli98 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c977b21 View commit details
    Browse the repository at this point in the history
  3. fix type bug

    support group norm, and improve batch and layer norms
    zewenli98 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0b430f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    928d172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8a7c2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cc353d View commit details
    Browse the repository at this point in the history
  7. add decorators

    zewenli98 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    84b58dd View commit details
    Browse the repository at this point in the history