Skip to content

Commit f59dc97

Browse files
authored
add the missing star in comment
a trival commit which adds the missing star ;)
1 parent 6491504 commit f59dc97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/caffe/layers/rnn_layer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ void RNNLayer<Dtype>::FillUnrolledNet(NetParameter* net_param) const {
215215
}
216216

217217
// Add layers to compute
218-
// o_t := \tanh( W_ho h_t + b_o)
218+
// o_t := \tanh( W_ho * h_t + b_o)
219219
// = \tanh( W_ho_h_t )
220220
{
221221
LayerParameter* o_neuron_param = net_param->add_layer();

0 commit comments

Comments
 (0)