Skip to content
Snippets Groups Projects
  • Guy Jacob's avatar
    394e3bc6
    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
    Post-Train Quant LAPQ Refactoring (#473)
    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