Error in keras - name 'Dense' is not defined
You need from keras.layers import Activation, Dense
.
I had a similar problem in tensorflow 2.0 and solved it by using
from tensorflow.keras.layers import Dense
You need from keras.layers import Activation, Dense
.
I had a similar problem in tensorflow 2.0 and solved it by using
from tensorflow.keras.layers import Dense