File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +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
47+ mkdir -p recipes_source/recipes /data
4848
4949 # transfer learning tutorial data
5050 wget -nv -N https://download.pytorch.org/tutorial/hymenoptera_data.zip -P $(DATADIR)
@@ -57,7 +57,7 @@ download:
5757 # data loader tutorial
5858 wget -nv -N https://download.pytorch.org/tutorial/faces.zip -P $(DATADIR)
5959 unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d beginner_source/data/
60- unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d recipes_source/recipe /data/
60+ unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d recipes_source/recipes /data/
6161
6262 wget -nv -N https://download.pytorch.org/models/tutorials/4000_checkpoint.tar -P $(DATADIR)
6363 cp $(DATADIR)/4000_checkpoint.tar beginner_source/data/
You can’t perform that action at this time.
0 commit comments