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 dim_zero_cat reduction #2226

Merged
merged 11 commits into from
Nov 25, 2023
Merged

Fix dim_zero_cat reduction #2226

merged 11 commits into from
Nov 25, 2023

Commits on Nov 20, 2023

  1. Fix "dim_zero_cat" reduction Lightning-AI#2225

    Fixes Lightning-AI#2225 by changing "reduced = global_state + local_state" to "reduced = torch.cat([global_state, local_state]
    jankng authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    960c951 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    d57ec79 View commit details
    Browse the repository at this point in the history
  2. changelog

    SkafteNicki authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c9f3d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b41763e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5398f68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e69b842 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    f029348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3cfd15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47f7cab View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. fix

    SkafteNicki committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    0cfcb6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46c9fd5 View commit details
    Browse the repository at this point in the history