From 2a0e2b6df34610d5fba016537c94fced62ffcd04 Mon Sep 17 00:00:00 2001 From: Guy Jacob <guy.jacob@intel.com> Date: Mon, 9 Dec 2019 17:03:45 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbac868..4f1b835 100755 --- a/README.md +++ b/README.md @@ -183,8 +183,8 @@ If you do not use CUDA 10.1 in your environment, please refer to [PyTorch websit Distiller comes with sample applications and tutorials covering a range of model types: -| Model Type | Sparsity | Post-train quant | Quant-aware training | Auto Compression (AMC) | -|------------|:--------:|:----------------:|:--------------------:|:----------------------:| +| Model Type | Sparsity | Post-training quantization | Quantization-aware training | Auto Compression (AMC) | +|------------|:--------:|:--------------------------:|:---------------------------:|:----------------------:| | [Image classification](https://github.com/NervanaSystems/distiller/tree/master/examples/classifier_compression) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | [Word-level language model](https://github.com/NervanaSystems/distiller/tree/master/examples/word_language_model)| :white_check_mark: | :white_check_mark: | | | | [Translation (GNMT)](https://github.com/NervanaSystems/distiller/tree/master/examples/GNMT) | | :white_check_mark: | | | -- GitLab