From b10e1ebd9b755381b1e1768299fcfbb08588801d Mon Sep 17 00:00:00 2001 From: Tomohiro Ubukata Date: Thu, 5 Mar 2020 10:05:26 +0000 Subject: [PATCH] Fix documentation typo --- include/caffe/layers/tanh_layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/caffe/layers/tanh_layer.hpp b/include/caffe/layers/tanh_layer.hpp index 8f95e9322d9..093bd1ea289 100644 --- a/include/caffe/layers/tanh_layer.hpp +++ b/include/caffe/layers/tanh_layer.hpp @@ -44,7 +44,7 @@ class TanHLayer : public NeuronLayer { const vector*>& top); /** - * @brief Computes the error gradient w.r.t. the sigmoid inputs. + * @brief Computes the error gradient w.r.t. the TanH inputs. * * @param top output Blob vector (length 1), providing the error gradient with * respect to the outputs