diff --git a/README.md b/README.md index ff575fb043bbbdfcda1e13af0d6c4f1deaf2b01d..540056dfdc1130d855f91c89c4cb18e643bbfa96 100755 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ $ python3 compress_classifier.py -a resnet20_cifar ../../../data.cifar10 --resum The command-line above will save a checkpoint named `quantized_checkpoint.pth.tar` containing the quantized model parameters. See more examples [here](https://github.com/NervanaSystems/distiller/blob/master/examples/quantization/post_train_quant/command_line.md). ### Explore the sample Jupyter notebooks -The set of notebooks that come with Distiller is described [here](https://nervanasystems.github.io/distiller/jupyter/index.html#using-the-distiller-notebooks), which also explains the steps to install the Jupyter notebook server.<br> +The set of notebooks that come with Distiller is described [here](https://nervanasystems.github.io/distiller/jupyter.html#using-the-distiller-notebooks), which also explains the steps to install the Jupyter notebook server.<br> After installing and running the server, take a look at the [notebook](https://github.com/NervanaSystems/distiller/blob/master/jupyter/sensitivity_analysis.ipynb) covering pruning sensitivity analysis. Sensitivity analysis is a long process and this notebook loads CSV files that are the output of several sessions of sensitivity analysis.