Skip to content
Snippets Groups Projects
Unverified Commit 2b653fdc authored by Guy Jacob's avatar Guy Jacob Committed by GitHub
Browse files

Update README.md

parent 5bb9e138
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,10 @@ Highlighted features: ...@@ -64,7 +64,10 @@ Highlighted features:
- One-shot and iterative pruning (and fine-tuning) are supported. - One-shot and iterative pruning (and fine-tuning) are supported.
- Automatic gradual pruning schedule is supported for element-wise pruning, and can be extended to support structures. - Automatic gradual pruning schedule is supported for element-wise pruning, and can be extended to support structures.
- The compression schedule is expressed in a YAML file so that a single file captures the details of experiments. This [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) design decouples the Distiller scheduler and library from future extensions of algorithms. - The compression schedule is expressed in a YAML file so that a single file captures the details of experiments. This [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) design decouples the Distiller scheduler and library from future extensions of algorithms.
* 8-bit quantization is implemented and lower-precision quantization methods will be added soon. * Quantization:
- Automatic mechanism to transform existing models to quantized versions, with customizable bit-width configuration for different layers. No need to re-write the model for different quantization methods.
- Support for training with quantization in the loop
- One-shot 8-bit quantization of trained full-precision models
* Export statistics summaries using Pandas dataframes, which makes it easy to slice, query, display and graph the data. * Export statistics summaries using Pandas dataframes, which makes it easy to slice, query, display and graph the data.
* A set of [Jupyter notebooks](https://nervanasystems.github.io/distiller/jupyter/index.html) to plan experiments and analyze compression results. The graphs and visualizations you see on this page originate from the included Jupyter notebooks. * A set of [Jupyter notebooks](https://nervanasystems.github.io/distiller/jupyter/index.html) to plan experiments and analyze compression results. The graphs and visualizations you see on this page originate from the included Jupyter notebooks.
+ Take a look at [this notebook](https://github.com/NervanaSystems/distiller/blob/master/jupyter/alexnet_insights.ipynb), which compares visual aspects of dense and sparse Alexnet models. + Take a look at [this notebook](https://github.com/NervanaSystems/distiller/blob/master/jupyter/alexnet_insights.ipynb), which compares visual aspects of dense and sparse Alexnet models.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment