Just ran into one problem which is that the from keras.models, keras.layers and keras.optimizers it says import could not be resolved, do you know how I can fix this? Thanks
import numpy as np
from keras.models import Sequential
from keras.layers import Dense, Activation, Dropout
Tried to make a chatbot using flask and keras but keras not working and the rest is perfectly working. I tried all tensorflow.keras, tf.keras, uninstalled and installed both keras and tensorflow but still nothing. Does anyone know thanks?
Ali C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.