tiny fix in Layer::Backward documentation
authorYoussef Kashef <youssef.kashef@gmail.com>
Tue, 14 Jul 2015 09:26:03 +0000 (11:26 +0200)
committerYoussef Kashef <youssef.kashef@gmail.com>
Tue, 14 Jul 2015 09:26:03 +0000 (11:26 +0200)
include/caffe/layer.hpp

index 8f924a7..e2eba19 100644 (file)
@@ -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<Blob<Dtype>*>& top,
       const vector<bool>& propagate_down,