From 61c1bfa459961b8198294b55fcddeb2a41876b8d Mon Sep 17 00:00:00 2001 From: huangbangqing12 <1205448418@qq.com> Date: Tue, 11 Oct 2016 21:45:16 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E7=94=A8=E4=BA=8E=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-MNIST/test-MNIST.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test-MNIST/test-MNIST.cpp b/test-MNIST/test-MNIST.cpp index 238295e..882687e 100644 --- a/test-MNIST/test-MNIST.cpp +++ b/test-MNIST/test-MNIST.cpp @@ -4,6 +4,7 @@ * * Load trained Caffe model and run single image test with OpenCV */ +//添加注释用于测试 #include "caffe/caffe.hpp" #include "caffe/util/io.hpp" From 50928598775730ee9d47d8caaa830cd9b0a819ff Mon Sep 17 00:00:00 2001 From: huangbangqing12 <1205448418@qq.com> Date: Tue, 11 Oct 2016 22:48:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E7=94=A8=E4=BA=8E=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train-MNIST/train-MNIST.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/train-MNIST/train-MNIST.cpp b/train-MNIST/train-MNIST.cpp index aad20c2..59470f7 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"