Skip to content

Commit 41e26c0

Browse files
author
Seth Weidman
committed
First draft of static quantization tutorial
1 parent 963b3ee commit 41e26c0

File tree

4 files changed

+642
-14
lines changed

4 files changed

+642
-14
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ download:
8181
wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/lenet_mnist_model.pth -P $(DATADIR)
8282
cp $(DATADIR)/lenet_mnist_model.pth ./beginner_source/data/lenet_mnist_model.pth
8383

84+
# Download dataset for advanced_source/static_quantization_tutorial.py
85+
wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/imagenet_1k.zip -P $(DATADIR)
86+
unzip -q -o $(DATADIR)/imagenet_1k.zip -d advanced_source/data/
87+
8488
docs:
8589
make download
8690
make html

_static/img/qat.png

170 KB
Loading

0 commit comments

Comments
 (0)