diff --git a/.project b/.project new file mode 100644 index 0000000..fa6e93f --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + caffe-vs2013 + + + + + + + + diff --git a/train-MNIST/jerry.html b/train-MNIST/jerry.html new file mode 100644 index 0000000..a17dbfe --- /dev/null +++ b/train-MNIST/jerry.html @@ -0,0 +1,10 @@ + + + + + + + + lalala + + diff --git a/train-MNIST/train-MNIST.cpp b/train-MNIST/train-MNIST.cpp index aad20c2..b826e01 100644 --- a/train-MNIST/train-MNIST.cpp +++ b/train-MNIST/train-MNIST.cpp @@ -4,6 +4,7 @@ * * Start caffe training from Visual Studio */ +//添加注释用于测试一下 #include "caffe/caffe.hpp" #include "caffe/util/io.hpp"