Hi!
I’ve been trying to finish the programming assignment for the first week, although I can’t find if there’s an error after reading the code multiple times and read the forum the output remains the same:
Use ImageDataGenerator(rescale=1/255). The 1st parameter of ImageDataGenerator is featurewise_center. Without the named parameter i.e. by using positional parameter, you’re setting the wrong parameter. Once you confirm that things work, I’ll delete your code.