-
- Downloads
compress_classifier.py refactoring (#126)
* 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
Showing
- examples/classifier_compression/compress_classifier.py 66 additions, 178 deletionsexamples/classifier_compression/compress_classifier.py
- examples/classifier_compression/parser.py 140 additions, 0 deletionsexamples/classifier_compression/parser.py
- models/__init__.py 1 addition, 1 deletionmodels/__init__.py
examples/classifier_compression/parser.py
0 → 100644
Please register or sign in to comment