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:
4444 mkdir -p beginner_source/data
4545 mkdir -p intermediate_source/data
4646 mkdir -p prototype_source/data
47+ mkdir -p recipes_source/recipe/data
4748
4849 # transfer learning tutorial data
4950 wget -nv -N https://download.pytorch.org/tutorial/hymenoptera_data.zip -P $(DATADIR)
@@ -56,6 +57,7 @@ download:
5657 # data loader tutorial
5758 wget -nv -N https://download.pytorch.org/tutorial/faces.zip -P $(DATADIR)
5859 unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d beginner_source/data/
60+ unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d recipes_source/recipe/data/
5961
6062 wget -nv -N https://download.pytorch.org/models/tutorials/4000_checkpoint.tar -P $(DATADIR)
6163 cp $(DATADIR)/4000_checkpoint.tar beginner_source/data/
You can’t perform that action at this time.
0 commit comments