From 1e87c20e2e7ca22f8848ea27f23959f6f6dc28a3 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 27 May 2014 10:59:36 -0700 Subject: [PATCH] Fixed typo in Threshold Layer definition --- include/caffe/neuron_layers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/caffe/neuron_layers.hpp b/include/caffe/neuron_layers.hpp index 180ce7a..5118e8a 100644 --- a/include/caffe/neuron_layers.hpp +++ b/include/caffe/neuron_layers.hpp @@ -215,7 +215,7 @@ class TanHLayer : public NeuronLayer { template class ThresholdLayer : public NeuronLayer { public: - explicit DropoutLayer(const LayerParameter& param) + explicit ThresholdLayer(const LayerParameter& param) : NeuronLayer(param) {} virtual void SetUp(const vector*>& bottom, vector*>* top); -- 2.7.4