titu1994 / keras_novograd

Keras implementation of NovoGrad
MIT License
20 stars 2 forks source link

lr issue #1

Open jongli747 opened 4 years ago

jongli747 commented 4 years ago
self.lr = K.variable(lr, name='lr')

AttributeError: can't set attribute

keras version - 2.3.1 How to solve this issue?

LimJianWei commented 3 years ago

I have the same issues too. Not offering a solution but if you are in a pinch, use tf_novograd.py instead. It works on my end.