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

Fix MSE foward, use decomposition for MSE backward #860

Merged
merged 5 commits into from
Jun 9, 2022
Merged

Commits on Jun 9, 2022

  1. use decomposition for mse backward

    Sam Andow committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1ac8d8e View commit details
    Browse the repository at this point in the history
  2. only reshape if there was no reduction

    Sam Andow committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    845d792 View commit details
    Browse the repository at this point in the history
  3. add tests, fix shape of mse loss forward

    samdow committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    716f9f5 View commit details
    Browse the repository at this point in the history
  4. remove mse xfail

    samdow committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    60e2943 View commit details
    Browse the repository at this point in the history
  5. simplify backwards rule

    samdow committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1a260d0 View commit details
    Browse the repository at this point in the history