I push my code to git just preventing loss of my code. This is not the final version, I will update it later.
(1) mkdir CNN_CUDA (2) cd CNN_CUDA (3) git init (4) git status (5) git add Surfing_V1 (6) git commit -m "Add CNN_CUDA" (7) git remote add origin https://github.com/KANGRuipeng/CNN_CUDA.git (8) git push -u origin master
(1)Install win10; (2)Update to newest Version;; (3)Install VS2013; (4)Install CUDA8.0; (5)Add CUDNN to Path;