Skip to content
Snippets Groups Projects
  • Bar's avatar
    cfbc3798
    compress_classifier.py refactoring (#126) · cfbc3798
    Bar authored
    * Support for multi-phase activations logging
    
    Enable logging activation both durning training and validation at
    the same session.
    
    * Refactoring: Move parser to its own file
    
    * Parser is moved from compress_classifier into its own file.
    * Torch version check is moved to precede main() call.
    * Move main definition to the top of the file.
    * Modify parser choices to case-insensitive
    cfbc3798
    History
    compress_classifier.py refactoring (#126)
    Bar authored
    * Support for multi-phase activations logging
    
    Enable logging activation both durning training and validation at
    the same session.
    
    * Refactoring: Move parser to its own file
    
    * Parser is moved from compress_classifier into its own file.
    * Torch version check is moved to precede main() call.
    * Move main definition to the top of the file.
    * Modify parser choices to case-insensitive