Update src/mlpack/methods/ann/layer/layer_norm.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
co-authored by
Ryan Curtin
parent
99348fcea7
commit
490b55fbce
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user