You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some lines of importing packages,
tensorflow needs to be added before keras
change "from keras.utils import to_categorical" to -> "from tensorflow.keras.utils import to_categorical"