Skip to content
Snippets Groups Projects
  1. Jul 12, 2021
  2. Jul 08, 2021
  3. Oct 27, 2020
  4. May 11, 2020
  5. Apr 30, 2020
  6. Apr 28, 2020
  7. Apr 27, 2020
  8. Apr 22, 2020
  9. Apr 21, 2020
  10. 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).
      68514d17
  11. Apr 16, 2020
  12. Apr 13, 2020
  13. Apr 12, 2020
  14. Mar 31, 2020
  15. Feb 26, 2020
  16. Feb 23, 2020
  17. Feb 17, 2020
    • Guy Jacob's avatar
    • Guy Jacob's avatar
      PyTorch PTQ convert updates/fixes + Raw activations collector · ccd11ddb
      Guy Jacob authored
      * BUGFIX: Fixed wrong attribute name for zero-point in conversion
        of eltwise add/mult and concat
      * Add PyTorch PTQ convert for embedding (converted to FP32
        embedding + quant op)
      * Fix conversion function to work with tuple/list model inputs
      ccd11ddb
    • Guy Jacob's avatar
      Post-Train Quant LAPQ Refactoring (#473) · 394e3bc6
      Guy Jacob authored
      * Move image classification specific setup code to separate script at
        examples/classifier_compression/ptq_lapq.py
      * Make ptq_coordinate_search function completely independent of
        command line arguments
      * Change LAPQ command line args function to update existing
        pre-existing parser (changed CLAs perfix to 'lapq' for more clarity)
      * Enable LAPQ from compress_classifier.py (trigger with --qe-lapq)
      * Add pointers in documentation
      394e3bc6
  18. Feb 13, 2020
Loading