Commit 9ac3ea78 authored by Anh Nguyen's avatar Anh Nguyen

Update download_sferes.sh

parent f74b8c9d
......@@ -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."
\ No newline at end of file
echo "Done."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment