Python-Deep-Learning icon indicating copy to clipboard operation
Python-Deep-Learning copied to clipboard

Importing packages error in lesson2

Open leahhrlee opened this issue 11 months ago • 0 comments

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"

leahhrlee avatar Mar 14 '24 21:03 leahhrlee