From e5ee5769cea96c9070cb0defca9af08f4647abff Mon Sep 17 00:00:00 2001 From: HuofZigBee <624355025@qq.com> Date: Sat, 28 Oct 2017 20:30:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8AgitTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-MNIST/test-MNIST.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-MNIST/test-MNIST.cpp b/test-MNIST/test-MNIST.cpp index 238295e..055b3a5 100644 --- a/test-MNIST/test-MNIST.cpp +++ b/test-MNIST/test-MNIST.cpp @@ -5,6 +5,8 @@ * Load trained Caffe model and run single image test with OpenCV */ +//添加注释,用于github测试 胡2017年10月28日20:29:45 + #include "caffe/caffe.hpp" #include "caffe/util/io.hpp" #include "caffe/blob.hpp"