Skip to content

Commit

Permalink
fix download directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy R Chai committed Jul 20, 2022
1 parent dd37874 commit dcc6c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_resources.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base_url=http://latent-composition.csail.mit.edu/other_projects/anyres_gan/pretrained
target_dir=pretrained2
target_dir=pretrained
mkdir -p $target_dir
wget $base_url/bird_pretrained_final.pkl -P $target_dir
wget $base_url/church_pretrained_final.pkl -P $target_dir
Expand Down

0 comments on commit dcc6c5a

Please sign in to comment.