I was coding in google colab. I first imported optimizers from keras and then to use adam optimizer, I wrote -> adam = optimizers.adam(lr=1e-4) . However this is showing error. Please tell why am I facing error as sir also coded in this way.
I was coding in google colab. I first imported optimizers from keras and then to use adam optimizer, I wrote -> adam = optimizers.adam(lr=1e-4) . However this is showing error. Please tell why am I facing error as sir also coded in this way.