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

README - fix type in quantization command line (#2)

parent 2d7f6f13
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ $ python3 compress_classifier.py --resume=../ssl/checkpoints/checkpoint_trained_ ...@@ -193,7 +193,7 @@ $ python3 compress_classifier.py --resume=../ssl/checkpoints/checkpoint_trained_
This example performs 8-bit quantization of ResNet20 for CIFAR10. We've included in the git repository the checkpoint of a ResNet20 model that we've trained with 32-bit floats, so we'll take this model and quantize it: This example performs 8-bit quantization of ResNet20 for CIFAR10. We've included in the git repository the checkpoint of a ResNet20 model that we've trained with 32-bit floats, so we'll take this model and quantize it:
``` ```
$ python3 compress_classifier.py -a resnet20-cifar ../../../data.cifar10 --resume ../examples/ssl/checkpoints/checkpoint_trained_dense.pth.tar --quantize --evaluate $ python3 compress_classifier.py -a resnet20_cifar ../../../data.cifar10 --resume ../examples/ssl/checkpoints/checkpoint_trained_dense.pth.tar --quantize --evaluate
``` ```
### Explore the sample Jupyter notebooks ### Explore the sample Jupyter notebooks
......
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