-
- Downloads
[Breaking] PTQ: Removed special handling of clipping overrides
* In PostTrainLinearQuantizer - moved 'clip_acts' and 'clip_n_stds' to overrides, removed 'no_clip_layers' parameter from __init__ * The 'no_clip_layers' command line argument REMAINS, handled in PostTrainLinearQuantizer.from_args() * Removed old code from comments, fixed warnings in test_post_train_quant.py * Updated tests * Update post-train quant sample YAML
Showing
- distiller/quantization/range_linear.py 15 additions, 14 deletionsdistiller/quantization/range_linear.py
- examples/quantization/post_train_quant/resnet18_imagenet_post_train.yaml 1 addition, 1 deletion...zation/post_train_quant/resnet18_imagenet_post_train.yaml
- tests/full_flow_tests.py 3 additions, 3 deletionstests/full_flow_tests.py
- tests/test_post_train_quant.py 56 additions, 1 deletiontests/test_post_train_quant.py
Loading
Please register or sign in to comment