From a4ead8bcef5744cc23be86f3d0fe586ebf199ff2 Mon Sep 17 00:00:00 2001 From: Adam Kropp <30504149+akropp@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:06:22 -0500 Subject: [PATCH] author --- src/mlpack/methods/ann/layer/layer_norm.hpp | 3 ++- src/mlpack/methods/ann/layer/layer_norm_impl.hpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mlpack/methods/ann/layer/layer_norm.hpp b/src/mlpack/methods/ann/layer/layer_norm.hpp index cd94e6d0dc..030287bf87 100644 --- a/src/mlpack/methods/ann/layer/layer_norm.hpp +++ b/src/mlpack/methods/ann/layer/layer_norm.hpp @@ -1,7 +1,8 @@ /** * @file methods/ann/layer/layer_norm.hpp * @author Shikhar Jaiswal - * + * * @author Adam Kropp + * Definition of the Layer Normalization class. * * mlpack is free software; you may redistribute it and/or modify it under the diff --git a/src/mlpack/methods/ann/layer/layer_norm_impl.hpp b/src/mlpack/methods/ann/layer/layer_norm_impl.hpp index 8d273061a7..03479bfc89 100644 --- a/src/mlpack/methods/ann/layer/layer_norm_impl.hpp +++ b/src/mlpack/methods/ann/layer/layer_norm_impl.hpp @@ -1,6 +1,7 @@ /** * @file methods/ann/layer/layer_norm_impl.hpp * @author Shikhar Jaiswal + * @author Adam Kropp * * Implementation of the Layer Normalization class. *