From 1441cfd833bcecf8d6c832028b465e5b98029b19 Mon Sep 17 00:00:00 2001 From: J Yegerlehner Date: Thu, 20 Aug 2015 23:58:17 -0500 Subject: [PATCH] Lint. --- include/caffe/solver.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/caffe/solver.hpp b/include/caffe/solver.hpp index 2dc6c3e4e6a..aba3e036004 100644 --- a/include/caffe/solver.hpp +++ b/include/caffe/solver.hpp @@ -18,10 +18,10 @@ namespace caffe { */ namespace SolverAction { enum Enum { - NONE = 0, // Take no special action. - STOP = 1, // Stop training. snapshot_after_train controls whether a - // snapshot is created. - SNAPSHOT = 2 // Take a snapshot, and keep training. + NONE = 0, // Take no special action. + STOP = 1, // Stop training. snapshot_after_train controls whether a + // snapshot is created. + SNAPSHOT = 2 // Take a snapshot, and keep training. }; }