Fix name typo

This commit is contained in:
kartikdutt18
2020-02-06 22:14:23 +05:30
parent 6fc9ce0e19
commit 62dc30dfb3
+1 -1
View File
@@ -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,