Evolving-AI-Lab / fooling

Code base for "Deep Neural Networks are Easily Fooled" CVPR 2015 paper
171 stars 59 forks source link

Could not run ./waf --exp images #8

Open ashiqimran opened 8 years ago

ashiqimran commented 8 years ago

Hi, I have cloned /fooling in my machine. I have setup all necessary requirements. I jdon't have nVidia Graphics card so I didn't install CUDA. In ./wscript in commented out #obj.includes = '. ../../ /usr/local/cuda-6.0/include. I successfully do ./waf configure and ./waf build. I tried ./waf --exp images. I got following silly errors. Please help me out.

[39/94] cxx: exp/images/dl_map_elites_images_mnist.cpp -> build/debug/exp/images/dl_map_elites_images_mnist_1.o In file included from ../exp/images/dl_map_elites_images_mnist.cpp:1:0: ../exp/images/dl_images.hpp:5:38: fatal error: sferes/phen/parameters.hpp: No such file or directory

include <sferes/phen/parameters.hpp>

                                  ^

compilation terminated. In file included from ../exp/images/dl_map_elites_images_mnist.cpp:1:0: ../exp/images/dl_images.hpp:5:38: fatal error: sferes/phen/parameters.hpp: No such file or directory

include <sferes/phen/parameters.hpp>

                                  ^

compilation terminated. Waf: Leaving directory `/home/ashiq/Desktop/fooling/sferes/build' Build failed: -> task failed (err #1): {task: cxx dl_map_elites_images_mnist.cpp -> dl_map_elites_images_mnist_1.o} -> task failed (err #1): {task: cxx dl_map_elites_images_mnist.cpp -> dl_map_elites_images_mnist_1.o}

I will appreciate any help.