Skip to content

Commit

Permalink
FIX: recipes/recipes/custom_dataset_transforms_loader 데이터 이슈 해결 (#653,
Browse files Browse the repository at this point in the history
  • Loading branch information
9bow committed May 6, 2023
1 parent 92b69bc commit ab49eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ download:
mkdir -p beginner_source/data
mkdir -p intermediate_source/data
mkdir -p prototype_source/data
mkdir -p recipes_source/recipe/data
mkdir -p recipes_source/recipes/data

# transfer learning tutorial data
wget -nv -N https://download.pytorch.org/tutorial/hymenoptera_data.zip -P $(DATADIR)
Expand All @@ -57,7 +57,7 @@ download:
# data loader tutorial
wget -nv -N https://download.pytorch.org/tutorial/faces.zip -P $(DATADIR)
unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d beginner_source/data/
unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d recipes_source/recipe/data/
unzip $(ZIPOPTS) $(DATADIR)/faces.zip -d recipes_source/recipes/data/

wget -nv -N https://download.pytorch.org/models/tutorials/4000_checkpoint.tar -P $(DATADIR)
cp $(DATADIR)/4000_checkpoint.tar beginner_source/data/
Expand Down

0 comments on commit ab49eab

Please sign in to comment.