Update download_sferes.sh

pull/451/head
Anh Nguyen 10 years ago
parent f74b8c9d72
commit 9ac3ea7805
  1. 6
      modules/dnns_easily_fooled/download_sferes.sh

@ -6,8 +6,8 @@ if [ -d "${path}" ]; then
exit 1
fi
# Download the version of Caffe that can be used for generating fooling images via EAs.
echo "Downloading Caffe ..."
# Download the version of Sferes that can be used for generating fooling images via EAs.
echo "Downloading Sferes ..."
wget https://github.com/Evolving-AI-Lab/fooling/archive/master.zip
echo "Extracting into ${path}"
@ -17,4 +17,4 @@ mv ./fooling-master/sferes ./
# Clean up
rm -rf fooling-master master.zip
echo "Done."
echo "Done."

Loading…
Cancel
Save