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 zero_grad place resulting in zero logs #2555

Merged
merged 48 commits into from
May 1, 2022

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    3484a59 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    2c8eed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf2364 View commit details
    Browse the repository at this point in the history
  3. Fix indentation issue

    sadra-barikbin committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    7f7dae6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    896e482 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbc8d04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47b0622 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91d058e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fd7d61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7dc921 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0644e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Remove ReduceLROnPlateau's specific params and add link to it

    Also fix bug in min_lr check
    sadra-barikbin committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c95a2be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96554d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    145dabc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Update docs

    sadra-barikbin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    0aee28a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    307803c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0129572 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Fix gradients flushed at the end for 'supervised_train_step' (pytorch…

    …#2459)
    
    I  have not changed the behavior of AMP, APEX, TPU as I don't have the means to test it.
    egaznep committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7dbf8f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

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

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    b3ea962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e6831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b88c9e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d0ae3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    408b271 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

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

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    102ba25 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    b715475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310ba5a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    25065d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

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

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    8ad4113 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    52dbb5c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    93ce080 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    68bada5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

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

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    0f0fca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8715c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Fix zero_grad place in trainer step

    Closes pytorch#2459 with help of PR pytorch#2470
    sadra-barikbin committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    530e69a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ea731 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    0902534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    091f5ac View commit details
    Browse the repository at this point in the history
  3. Refactor tests

    sadra-barikbin committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3cde27f View commit details
    Browse the repository at this point in the history
  4. autopep8 fix

    sadra-barikbin authored and github-actions[bot] committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    d331109 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Improvement

    sadra-barikbin committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    fcbb154 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    sadra-barikbin committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    1d00d09 View commit details
    Browse the repository at this point in the history