Skip to content

Commit 04686e5

Browse files
authored
FIX: recipes/recipes/custom_dataset_transforms_loader 데이터 이슈 해결 (#653, #658, #663) (#664)
1 parent f1edca6 commit 04686e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

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

0 commit comments

Comments
 (0)