diff --git a/models/download_style_transfer_models.sh b/models/download_style_transfer_models.sh index 60f9a21..3427e93 100644 --- a/models/download_style_transfer_models.sh +++ b/models/download_style_transfer_models.sh @@ -1,4 +1,4 @@ -BASE_URL="http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/" +BASE_URL="https://cs.stanford.edu/people/jcjohns/fast-neural-style/models/" mkdir -p models/instance_norm cd models/instance_norm diff --git a/models/download_vgg16.sh b/models/download_vgg16.sh index a26e2ed..97ab4c6 100644 --- a/models/download_vgg16.sh +++ b/models/download_vgg16.sh @@ -1,3 +1,3 @@ cd models -curl -O "http://cs.stanford.edu/people/jcjohns/fast-neural-style/models/vgg16.t7" +curl -O "https://cs.stanford.edu/people/jcjohns/fast-neural-style/models/vgg16.t7" cd ../