I am doing small project using Convolution Neural Network. I code is base on dennybritz. Here my Convect code and here is two function load data and CNN architect. I stuck in the evaluation process, my evaluation is always around 0.42 (The red star lines).
The result should be above 0.6. I tried change parameter of the Network or change the size of data but nothing change. Could anyone suggest what is wrong with my code and how optimize to get a better results.