Skip to content

v0.4.6 Add Gradient Clipping Options

Compare
Choose a tag to compare
@kmdalton kmdalton released this 13 Aug 11:39
· 18 commits to main since this release
e99fbd0

This release adds 3 new flags controlling gradient clipping during training.

  • --clipvalue
  • --clipnorm
  • --global-clipnorm
    These each take floating point values and are disabled by default. The meaning of each is documented in the Keras Adam docs.