Skip to content
Anh Nguyen edited this page May 26, 2015 · 14 revisions

The original Installation guide is the pdf version (which will be posted here).

#Troubleshooting

  1. If Sferes (Waf) can't find your CUDA and Caffe dynamic libraries

Add obj.libpath to the wscript for exp/images to find libcudart and libcaffe or you can use LD_LIBRARY_PATH (for Linux).

  1. Is there a way to monitor the progress of the experiments?

There is a flag for printing out results (fitness + images) every N generations. You can adjust the dump_period setting here.

  1. Where do I get the pre-trained Caffe models?

For AlexNet, please download on Caffe's Model Zoo. For LeNet, you can grab it here.

Please feel free to create Github issues if you run into problems.

Clone this wiki locally