Update src/mlpack/methods/ann/layer/layer_norm.hpp

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
Adam Kropp
2023-11-01 18:12:07 -04:00
committed by GitHub
co-authored by Ryan Curtin
parent 99348fcea7
commit 490b55fbce
+1 -1
View File
@@ -153,7 +153,7 @@ class LayerNormType : public Layer<MatType>
//! Locally-stored epsilon value.
double eps;
// cached size for the normalization
// Cached size for the normalization.
size_t size;
//! Locally-stored scale parameter.