Skip to content
Snippets Groups Projects
  1. Jul 08, 2021
  2. Oct 27, 2020
  3. May 11, 2020
  4. Apr 30, 2020
  5. Apr 28, 2020
  6. Apr 27, 2020
  7. Apr 22, 2020
  8. Apr 21, 2020
  9. Apr 20, 2020
    • Neta Zmora's avatar
      Add example code showing schedule specification using code. · 5b01a40c
      Neta Zmora authored
      This script shows how to specify a compression-schedule directly
      using Distiller's API, instead of using a YAML specification
      
      examples/scheduling_api/direct_api_pruning.py
      5b01a40c
    • Neta Zmora's avatar
      small tensor masking API refactoring (#499) · 68514d17
      Neta Zmora authored
      Added masking primitives:
       -mask_tensor
       -create_mask_threshold_criterion
       -create_mask_level_criterion
       -create_mask_sensitivity_criterion
      
       These APIs have a clearer name and communicate their
       responsibility better: create a tensor mask, based on
       some criterion.  Previously,
       distiller.pruning.create_mask_threshold_criterion was
       named distiller.threshold_mask which did not communicate
       well what this function did.
       Masking functionality is no longer hidden
       inside the Pruner instances, so they can be used directly
       by an application, or to compose new Pruner classes.
      
      Removed file distiller.pruning.pruner:
       -The base-class _ParameterPruner is useless and adds
       needless details to the implementation.
      
      AGP: Separated the pruning-rate schedule from the
       rest of the logic.  This allows us to mix-and-match different
       pruning-rate schedules (just like LR schedulers).
      Unverified
      68514d17
  10. Apr 16, 2020
  11. Apr 13, 2020
  12. Apr 12, 2020
  13. Mar 31, 2020
  14. Feb 26, 2020
  15. Feb 23, 2020
  16. Feb 17, 2020
  17. Feb 13, 2020
  18. Feb 09, 2020
Loading