From 8a3f0c225b623de97dffdf1f722b134464c03cfa Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Thu, 13 Mar 2014 18:27:46 -0700 Subject: [PATCH] remove accidentally added empty line --- include/caffe/layer.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/caffe/layer.hpp b/include/caffe/layer.hpp index ad36c82..c3a88d5 100644 --- a/include/caffe/layer.hpp +++ b/include/caffe/layer.hpp @@ -34,7 +34,6 @@ class Layer { virtual void SetUp(const vector*>& bottom, vector*>* top) = 0; - // Forward and backward wrappers. You should implement the cpu and // gpu specific implementations instead, and should not change these // functions. -- 2.7.4