diff --git a/modules/dnns_easily_fooled/download_sferes.sh b/modules/dnns_easily_fooled/download_sferes.sh index 467e50784..cfaff2a43 100755 --- a/modules/dnns_easily_fooled/download_sferes.sh +++ b/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." \ No newline at end of file +echo "Done."