Closed OverLordGoldDragon closed 4 years ago
Passes None instead of np.ones(len(x)) in get_gradients(sample_weight=None). This is a TF2.2 bug, not See RNN bug.
None
np.ones(len(x))
get_gradients(sample_weight=None)
Passes
None
instead ofnp.ones(len(x))
inget_gradients(sample_weight=None)
. This is a TF2.2 bug, not See RNN bug.