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

Implementation of powerpropagation as a modifier #1685

Merged
merged 48 commits into from
Nov 20, 2023
Merged

Implementation of powerpropagation as a modifier #1685

merged 48 commits into from
Nov 20, 2023

Commits on May 18, 2023

  1. update get_named_layers_and_params_by_regex in src/sparseml/pytorch/u…

    …tils/helpers.py to still match in the DDP training case, where module. is prepended to layer names
    ohaijen committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d7dc46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86703b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 12, 2023

  1. get top-kast pruner working

    ohaijen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e56774a View commit details
    Browse the repository at this point in the history
  2. make style and quality

    ohaijen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    36f4c77 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. small cleanup

    ohaijen committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ec4ff60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5959b07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d7453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b006d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. forgot recipe_templage

    ohaijen committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    719db6a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    4a6c863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc3eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    516a8f6 View commit details
    Browse the repository at this point in the history
  4. undo accidental add

    ohaijen committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c0051af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5075bde View commit details
    Browse the repository at this point in the history
  6. some fixes to the modifier

    ohaijen committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b999330 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. setup powerpropagation tests

    ohaijen committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8405384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955ce1e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    4aa3d22 View commit details
    Browse the repository at this point in the history
  2. update testing recipe

    ohaijen committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    56cc96f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f5ea36 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    4b6e7b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a7bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    102c266 View commit details
    Browse the repository at this point in the history
  4. make style/quality

    ohaijen committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    97bea93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbfafee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bfab60 View commit details
    Browse the repository at this point in the history
  7. undo accidental change?

    ohaijen committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d8671bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c70e63e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    24f3d89 View commit details
    Browse the repository at this point in the history
  2. revert changes to train.py

    ohaijen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e11d5aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b072f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    4ec08bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000de7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4065a87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24c9ea7 View commit details
    Browse the repository at this point in the history
  5. Revert "Merge branch 'topkast' into powerprop"

    This reverts commit 24c9ea7, reversing
    changes made to 4065a87.
    ohaijen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a934051 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 25, 2023

  1. fix quality errors

    ohaijen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b963683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dadd5b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 16, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    4e96424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8896e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b77f62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    547889f View commit details
    Browse the repository at this point in the history