Skip to content

See RNN v1.14.2

Choose a tag to compare

@OverLordGoldDragon OverLordGoldDragon released this 30 May 23:59
· 18 commits to master since this release
4b12ea7

TF2.2-Graph sample_weight bugfix

  • Passes None instead of np.ones(len(x)) in get_gradients(sample_weight=None). This is a TF2.2 bug, not See RNN bug.
  • Will still bug if sample_weight is not None - nothing to do here except wait for TF 2.3, or nightly when fixed