From 4702f85a1f31d5541cba0bf5500b2daea222da91 Mon Sep 17 00:00:00 2001 From: Youssef Kashef Date: Tue, 14 Jul 2015 11:26:03 +0200 Subject: [PATCH] tiny fix in Layer::Backward documentation --- include/caffe/layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/caffe/layer.hpp b/include/caffe/layer.hpp index 8f924a7..e2eba19 100644 --- a/include/caffe/layer.hpp +++ b/include/caffe/layer.hpp @@ -139,7 +139,7 @@ class Layer { * (Backward_cpu or Backward_gpu) to compute the bottom blob diffs given the * top blob diffs. * - * Your layer should implement Forward_cpu and (optionally) Forward_gpu. + * Your layer should implement Backward_cpu and (optionally) Backward_gpu. */ inline void Backward(const vector*>& top, const vector& propagate_down, -- 2.7.4