-
- Downloads
PACT quantizer (#30)
* Adding PACT quantization method * Move logic modifying the optimizer due to changes the quantizer makes into the Quantizer itself * Updated documentation and tests
Showing
- distiller/config.py 1 addition, 7 deletionsdistiller/config.py
- distiller/quantization/__init__.py 1 addition, 1 deletiondistiller/quantization/__init__.py
- distiller/quantization/clipped_linear.py 106 additions, 16 deletionsdistiller/quantization/clipped_linear.py
- distiller/quantization/quantizer.py 27 additions, 1 deletiondistiller/quantization/quantizer.py
- distiller/scheduler.py 0 additions, 3 deletionsdistiller/scheduler.py
- docs-src/docs/algo_quantization.md 8 additions, 0 deletionsdocs-src/docs/algo_quantization.md
- docs-src/docs/design.md 16 additions, 6 deletionsdocs-src/docs/design.md
- docs/algo_quantization/index.html 6 additions, 0 deletionsdocs/algo_quantization/index.html
- docs/design/index.html 17 additions, 3 deletionsdocs/design/index.html
- docs/index.html 1 addition, 1 deletiondocs/index.html
- docs/search/search_index.json 13 additions, 3 deletionsdocs/search/search_index.json
- docs/sitemap.xml 12 additions, 12 deletionsdocs/sitemap.xml
- examples/classifier_compression/compress_classifier.py 3 additions, 0 deletionsexamples/classifier_compression/compress_classifier.py
- examples/quantization/preact_resnet20_cifar_base_fp32.yaml 18 additions, 0 deletionsexamples/quantization/preact_resnet20_cifar_base_fp32.yaml
- examples/quantization/preact_resnet20_cifar_pact.yaml 57 additions, 0 deletionsexamples/quantization/preact_resnet20_cifar_pact.yaml
- tests/full_flow_tests.py 2 additions, 2 deletionstests/full_flow_tests.py
- tests/full_flow_tests/preact_resnet20_cifar_pact_test.yaml 10 additions, 9 deletionstests/full_flow_tests/preact_resnet20_cifar_pact_test.yaml
- tests/test_quantizer.py 12 additions, 6 deletionstests/test_quantizer.py
Loading
Please register or sign in to comment