File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,17 +97,11 @@ download:
9797 wget -N https://download.pytorch.org/models/mobilenet_v2-b0353104.pth -P $(DATADIR)
9898 cp $(DATADIR)/mobilenet_v2-b0353104.pth advanced_source/data/mobilenet_pretrained_float.pth
9999
100- # Download dataset for advanced_source/static_quantization_tutorial.py
101- wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/imagenet_1k.zip -P $(DATADIR)
102- unzip $(ZIPOPTS) $(DATADIR)/imagenet_1k.zip -d advanced_source/data/
103100
104101 # Download model for prototype_source/graph_mode_static_quantization_tutorial.py
105102 wget -N https://download.pytorch.org/models/resnet18-5c106cde.pth -P $(DATADIR)
106103 cp $(DATADIR)/resnet18-5c106cde.pth prototype_source/data/resnet18_pretrained_float.pth
107104
108- # Download dataset for prototype_source/graph_mode_static_quantization_tutorial.py
109- wget -N https://s3.amazonaws.com/pytorch-tutorial-assets/imagenet_1k.zip -P $(DATADIR)
110- unzip $(ZIPOPTS) $(DATADIR)/imagenet_1k.zip -d prototype_source/data/
111105
112106docs :
113107 make download
You can’t perform that action at this time.
0 commit comments