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
since I have updated keras from 2.0.4 to 2.2.0, I am getting
line 76, in build
weight = self.layer.kernel
AttributeError: 'LSTM' object has no attribute 'kernel'
when trying to use the ConcreteDropout class (copied from your notebook) with LSTM/SimpleRNN which wasn't the case before; Normal Dense() layers are working fine. I am trying to fix it myself, but maybe you already got a solution for this.
Thanks a lot,
Sarem
The text was updated successfully, but these errors were encountered:
Hi,
since I have updated keras from 2.0.4 to 2.2.0, I am getting
line 76, in build
weight = self.layer.kernel
AttributeError: 'LSTM' object has no attribute 'kernel'
when trying to use the ConcreteDropout class (copied from your notebook) with LSTM/SimpleRNN which wasn't the case before; Normal Dense() layers are working fine. I am trying to fix it myself, but maybe you already got a solution for this.
Thanks a lot,
Sarem
The text was updated successfully, but these errors were encountered: