EvadeML-Zoo
EvadeML-Zoo copied to clipboard
Benchmarking and Visualization Tool for Adversarial Machine Learning
/EvadeML/EvadeML-Zoo-master/models/cleverhans_models.py", line 5, in from cleverhans.utils import conv_2d ModuleNotFoundError: No module named 'cleverhans'
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...
Hello, I would like to ask if the datasets in the main program refer to the datasets library of Hugging Face. But the problem I'm having now is not being...
Hi, Sorry to disturb you. I tried to run the code on python 3.5. But the numpy version 1.13.3 requires python 3.7 and the tensorflow-gpu 1.1.0 requires python 3.5 3.6...
Hi, I want to generate adversarial MNIST dataset. Is that right run the 'main.py' file like this? > python main.py --dataset_name MNIST --attacks "FGSM?eps=0.1;" If this is right, what file...
I read a really good paper. After following 5.example of README, importerror occurred and asked what to do. > ImportError: No module named models.carlini_models
To cite your paper(Feature Squeezing), I would like to do separate training and detection tests on the CIFAR10 and MNIST datasets using different models, without pre-trained models. For the model...
Dear Mzweilin, First of all, thank you for your incredible work. Anyway, I got some trouble to reproduce the paper results. More precisely, I tried to reproduce the ImageNet results...
Python 2.7 support was dropped for newer opencv versions hence fixing old opencv version
holle sir, i have seen in your models/densenet_models.py you used the package "densenet", but i just could find the "densenet" package which is written in 2020. The link of the...