I am trying to write a simple character recolonization code using convolutional neural network in python on windows. I am following this tutorial. But somehow I am having fo
Check import tensorflow.keras... or import keras...
import tensorflow.keras...
import keras...
Keras switched to tensorflow.keras, which is a part of tensorflow>=1.10.0.
tensorflow.keras
Maybe it will help.