Skip to content

Commit 7e3950b

Browse files
authored
FIX: recipes/recipe/custom_dataset_transforms_loader 데이터 문제 해결 (#653) (#654)
1 parent 1810105 commit 7e3950b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)