You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: