OverLordGoldDragon / see-rnn

RNN and general weights, gradients, & activations visualization in Keras & TensorFlow
MIT License
178 stars 21 forks source link

TF2.2-Graph `sample_weight` bugfix #34

Closed OverLordGoldDragon closed 4 years ago

OverLordGoldDragon commented 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.