Closed jasonbell13 closed 8 months ago
This line of code
val_labels = keras.utils.to_categorical(val_labels, len(class_names))
Needs to be removed from https://carpentries-incubator.github.io/intro-image-classification-cnn/01-introduction.html as it creates an error
This line has been removed as part of this change:
https://github.com/carpentries-incubator/intro-image-classification-cnn/commit/0d03c40ee37835d3637c172a4973d938cbd37782
Closing Issue - Jason Bell
This line of code
val_labels = keras.utils.to_categorical(val_labels, len(class_names))
Needs to be removed from https://carpentries-incubator.github.io/intro-image-classification-cnn/01-introduction.html as it creates an error