Open GiuseppeDiGuglielmo opened 5 years ago
No, you are not doing anything wrong. This is a bug in the code - the brute force code was broken by making the number of neurons variable for each layer, rather than using the same number of neurons per layer. The main code (main.py
) runs correctly, but brute.py
will need to be fixed. @gndowns or
@SaumyaTiwari01 may be able to help with this, and if not, I'll try to get to this within the next few days.
If you need working code right now, then you can use the known-good code: https://github.com/jliphard/DeepEvolve/tree/3ffc6d0b9d153206f9dda7278f3ac31217b2e406
I am getting the following error. Am I doing anything wrong?