carpentries-incubator / intro-image-classification-cnn

new lesson on image classification with convolutional neural networks
https://carpentries-incubator.github.io/intro-image-classification-cnn/
Other
2 stars 3 forks source link

Line of code needs to be removed from the Introduction section #26

Closed jasonbell13 closed 6 months ago

jasonbell13 commented 6 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

jasonbell13 commented 6 months ago

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

jasonbell13 commented 6 months ago

Closing Issue - Jason Bell