From 62dc30dfb3a06ec6e5b9e5ebeab528c9592cfade Mon Sep 17 00:00:00 2001 From: kartikdutt18 Date: Thu, 6 Feb 2020 22:14:23 +0530 Subject: [PATCH] Fix name typo --- src/mlpack/methods/ann/layer/base_layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/methods/ann/layer/base_layer.hpp b/src/mlpack/methods/ann/layer/base_layer.hpp index 2953670fdb..9729ce5fc8 100644 --- a/src/mlpack/methods/ann/layer/base_layer.hpp +++ b/src/mlpack/methods/ann/layer/base_layer.hpp @@ -210,7 +210,7 @@ using MishFunctionLayer = BaseLayer< ActivationFunction, InputDataType, OutputDataType>; /** - * Standard Mish-Layer using the Mish activation function. + * Standard Lisht-Layer using the Lisht activation function. */ template < class ActivationFunction = LishtFunction,