Classify images with CNN got this error ValueError: Shapes (None, 9) and (None, 1) are incompatible
I am beginner with Deep learning CNN models, I am trying to classify the image boats categories below, which is a folder that contain these file names:
AttributeError: module ‘keras’ has no attribute ‘__version__’ but when just trying to use ResNet50 (TensorFlow 2.16.1)
A simple code using Jupyter Notebook: