dlpython_course icon indicating copy to clipboard operation
dlpython_course copied to clipboard

https://github.com/sozykin/dlpython_course/blob/master/keras_callbacks/tensorboard.ipynb

Open olegkyka opened this issue 3 years ago • 0 comments


AttributeError Traceback (most recent call last) in ----> 1 Y_train = utils.to_categorical(y_train, 10) 2 Y_test = utils.to_categorical(y_test, 10)

AttributeError: module 'tensorflow.python.keras.utils' has no attribute 'to_categorical'

olegkyka avatar May 22 '21 11:05 olegkyka