OverLordGoldDragon / see-rnn

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

AttributeError: 'ResourceVariable' object has no attribute '_keras_history' #54

Open Piya0307 opened 2 years ago

Piya0307 commented 2 years ago

I have a GRU model (with return_sequence=False). I am trying to use: rnn_heatmap(model, 'gru', mode='grads', input_data=x, labels=y, cmap=None, absolute_value=True)

However, I am getting the below error:

image