Ubuntu – TensorFlow Error loading model AttributeError: Exception encountered when calling Flatten.call(). 'list' object has no attribute 'shape'
I want to train a VGG19 with my own data for binary classification. My data consists of .jpg images and 2 columns in a pandas dataframe (id for the filename of the image and T1 for its label 0f 0…