Hi,
and it worked fine for me on keras 2.0.4. However, after updating to 2.2.0, I am now getting the above error when I am using
any sort of recurrent layer (LSTM in this case, but RNNs as well, haven't tried GRU yet, but it is working fine with Dense() layers):
Changing the code to use the 2.2.0 equivalent to the 2.0.4 LSTM/Recurrent kernel should probably fix it, but I have trouble finding it -
would really appreciate if someone tells me how to adjust the ConcreteDropout part to work with all layers again.
Thanks a lot and kind regards,
Sarem