mzweilin / EvadeML-Zoo

Benchmarking and Visualization Tool for Adversarial Machine Learning
https://evadeML.org/zoo
MIT License
183 stars 63 forks source link

FileNotFoundError #17

Open zhanghqq opened 1 year ago

zhanghqq commented 1 year ago

Hi,I tried to run ### python main.py --dataset_name ImageNet --model_name MobileNet --attacks "fgsm?eps=0.0078;" --detection "FeatureSqueezing?squeezers=bit_depth_5,median_filter_2_2&distance_measure=l1&fpr=0.05;"### .But,error:FileNotFoundError: [Errno 2] No such file or directory: '/Users/mac/Downloads/EvadeML-Zoo-master/externals/universal/python/init.py'.I really didn't find the file by path, how should I get it?

Looking forward to your reply

amindadgar commented 1 year ago

Hi, you should clone this repository and all its other submodules. To fix your problem simply run the following command for cloning this repository. git clone --recurse-submodules -j8 https://github.com/mzweilin/EvadeML-Zoo.git