From cc3aa2cbbd02dc3eb974bf3a8a3b74d9135b31ac Mon Sep 17 00:00:00 2001 From: dberga Date: Tue, 3 Sep 2019 16:42:15 +0200 Subject: [PATCH] upconv net not downloading Added "--no-check-certificate" on the wget command. --- nets/upconv/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nets/upconv/download.sh b/nets/upconv/download.sh index 613f4de..50557cd 100755 --- a/nets/upconv/download.sh +++ b/nets/upconv/download.sh @@ -16,7 +16,7 @@ f=release_deepsim_v0.zip if [ ! -f "${f}" ]; then - wget http://lmb.informatik.uni-freiburg.de/resources/binaries/arxiv2016_alexnet_inversion_with_gans/release_deepsim_v0.zip + wget --no-check-certificate http://lmb.informatik.uni-freiburg.de/resources/binaries/arxiv2016_alexnet_inversion_with_gans/release_deepsim_v0.zip fi echo "Extracting..."