-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
@TeslaH2O : It seems something you'd have to debug. But can you clarify whether the problem is in Caffe or in the EA? |
I tried to use another image and caffe/lenet gives the outcome changes... 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? |
@TeslaH2O : I don't see anything strange from the attached code. |
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. |
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?
The text was updated successfully, but these errors were encountered: