attributeerror 3a module 27keras optimizers 27 has no attribute 27rmsprop 27

Solutions on MaxInterview for attributeerror 3a module 27keras optimizers 27 has no attribute 27rmsprop 27 by the best coders in the world

showing results for - "attributeerror 3a module 27keras optimizers 27 has no attribute 27rmsprop 27"
Antonio
29 Aug 2018
1# Instead of importing via from keras import optimizers, 
2# you should use from tensorflow.keras import optimizers.
3
4from tensorflow.keras import optimizers