Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mnist experiment: generated images and prediction probabilities don't change over generations #13

Open
TeslaH2O opened this issue Feb 14, 2017 · 4 comments

Comments

@TeslaH2O
Copy link

I tried to run both the direct and indirect encoding mnist example using the default parameters for the evolutionary algorithm. The problem is that the prediction probabilities for each class do not change over generations and consequently the generated images are the same from generatio 0 until the last.
any idea of what I am doing wrong?

@anguyen8
Copy link
Contributor

@TeslaH2O : It seems something you'd have to debug. But can you clarify whether the problem is in Caffe or in the EA?
Does Caffe/LeNet give you the same probabilities for even different images? or EA doesn't change the population every new generation?

@TeslaH2O
Copy link
Author

I tried to use another image and caffe/lenet gives the outcome changes...
So I guess is related to sferes... Here I will attach my mmm folder with the results through generations
and the .cpp files
mmm.tar.gz
source_exp.tar.gz

Can you please give it a look to see what I am doing wrong or give me at least an hint on the possible cause?

@anguyen8
Copy link
Contributor

anguyen8 commented Feb 15, 2017

@TeslaH2O : I don't see anything strange from the attached code.
Did you have to modify the source code somehow to make the Caffe / Sferes integration work? Or did you run the code in this repo out of the box?

@TeslaH2O
Copy link
Author

TeslaH2O commented Feb 15, 2017

I downloaded from the innovation-engine github repo to have the latest version of caffe working. I can safely say that I did not change anything of the caffe/sferes code to make the integration work. In spite of the tutorial, I used cmake to build caffe.
The generated images should differ from one generation to another, right? I don't see it happening though. I have the same problem in 2 different machine I have been able to set the toolbox to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants