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

[Trainer] memory tracker metrics #10225

Merged
merged 15 commits into from
Feb 18, 2021
Merged

Commits on Feb 17, 2021

  1. memory tracker metrics

    stas00 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    b47cfa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e034c66 View commit details
    Browse the repository at this point in the history
  3. handle no-gpu case

    stas00 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    865e7fd View commit details
    Browse the repository at this point in the history
  4. deal with stackable eval calls

    stas00 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    850efd1 View commit details
    Browse the repository at this point in the history
  5. restore callback order

    stas00 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    56d97a8 View commit details
    Browse the repository at this point in the history
  6. style

    stas00 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    67458f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    2896487 View commit details
    Browse the repository at this point in the history
  2. simplify the API

    stas00 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    794270a View commit details
    Browse the repository at this point in the history
  3. add test

    stas00 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    94d05e9 View commit details
    Browse the repository at this point in the history
  4. docs

    stas00 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    2dfba56 View commit details
    Browse the repository at this point in the history
  5. consistently use eval_ prefix

    stas00 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6fddf84 View commit details
    Browse the repository at this point in the history
  6. improve docs

    stas00 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    9487e83 View commit details
    Browse the repository at this point in the history
  7. Update src/transformers/trainer_utils.py

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    stas00 and sgugger committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    c853fc1 View commit details
    Browse the repository at this point in the history
  8. rename method

    stas00 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    72c651a View commit details
    Browse the repository at this point in the history
  9. style

    stas00 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    938918c View commit details
    Browse the repository at this point in the history