mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-12-23 06:41:49 +01:00
Fix typo on line 21 comment
Configruation -> Configuration
This commit is contained in:
parent
78c3235eee
commit
f92573c9b7
@ -18,7 +18,7 @@ class DropoutConfig(base_config.BaseConfig):
|
|||||||
|
|
||||||
|
|
||||||
class LayerNormConfig(base_config.BaseConfig):
|
class LayerNormConfig(base_config.BaseConfig):
|
||||||
"""Configruation for the layer normalization."""
|
"""Configuration for the layer normalization."""
|
||||||
|
|
||||||
epsilon: float = pydantic.Field(
|
epsilon: float = pydantic.Field(
|
||||||
1e-3, description="Small float added to variance to avoid dividing by zero."
|
1e-3, description="Small float added to variance to avoid dividing by zero."
|
||||||
|
Loading…
Reference in New Issue
Block a user