Skip to content

Commit

Permalink
add the missing star in comment
Browse files Browse the repository at this point in the history
a trival commit which adds the missing star ;)
  • Loading branch information
nihui committed Nov 1, 2016
1 parent 6491504 commit f59dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/layers/rnn_layer.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit f59dc97

Please sign in to comment.