File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ download:
44
44
mkdir -p beginner_source/data
45
45
mkdir -p intermediate_source/data
46
46
mkdir -p prototype_source/data
47
+ mkdir -p recipes_source/recipe/data
47
48
48
49
# transfer learning tutorial data
49
50
wget -nv -N https://download.pytorch.org/tutorial/hymenoptera_data.zip -P $(DATADIR)
@@ -56,6 +57,7 @@ download:
56
57
# data loader tutorial
57
58
wget -nv -N https://download.pytorch.org/tutorial/faces.zip -P $(DATADIR)
58
59
unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d beginner_source/data/
60
+ unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d recipes_source/recipe/data/
59
61
60
62
wget -nv -N https://download.pytorch.org/models/tutorials/4000_checkpoint.tar -P $(DATADIR)
61
63
cp $(DATADIR)/4000_checkpoint.tar beginner_source/data/
You can’t perform that action at this time.
0 commit comments