add the missing star in comment
authornihui <shuizhuyuanluo@126.com>
Tue, 1 Nov 2016 06:02:52 +0000 (14:02 +0800)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2016 06:02:52 +0000 (14:02 +0800)
a trival commit which adds the missing star ;)

src/caffe/layers/rnn_layer.cpp

index f62ae8c..8c2fa22 100644 (file)
@@ -215,7 +215,7 @@ void RNNLayer<Dtype>::FillUnrolledNet(NetParameter* net_param) const {
     }
 
     // Add layers to compute
-    //     o_t := \tanh( W_ho h_t + b_o)
+    //     o_t := \tanh( W_ho h_t + b_o)
     //          = \tanh( W_ho_h_t )
     {
       LayerParameter* o_neuron_param = net_param->add_layer();