optax.clip_by_global_norm#
- optax.clip_by_global_norm(
- max_norm: jax.typing.ArrayLike,
Clips updates using their global norm.
- Parameters:
max_norm โ The maximum global norm for an update.
- Returns:
A
optax.GradientTransformationobject.
References
Pascanu et al., On the difficulty of training Recurrent Neural Networks, 2012