Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/caffe/layers/tanh_layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TanHLayer : public NeuronLayer<Dtype> {
const vector<Blob<Dtype>*>& 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
Expand Down