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

WIP: Fix non-tensor scalar result aggregation #3540

Closed
wants to merge 6 commits into from
Closed

WIP: Fix non-tensor scalar result aggregation #3540

wants to merge 6 commits into from

Commits on Sep 25, 2020

  1. add value tensor conversion

    s-rog authored and Borda committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    34e4aaf View commit details
    Browse the repository at this point in the history
  2. cast tensor asap, exclude numbers.Number

    s-rog authored and Borda committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    a400b5a View commit details
    Browse the repository at this point in the history
  3. don't detach on number

    s-rog authored and Borda committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    f839864 View commit details
    Browse the repository at this point in the history
  4. move detach before conversion

    s-rog authored and Borda committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    671dc16 View commit details
    Browse the repository at this point in the history
  5. add test to training_step_result_obj

    s-rog authored and Borda committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    d5eb03d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7835479 View commit details
    Browse the repository at this point in the history