Python-Deep-Learning
Python-Deep-Learning copied to clipboard
Importing packages error in lesson2
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"