Hereby is my code: # definiton of code def make_model(): model = Sequential() model.add(Conv2D(16, (3,3),input_shape = (32,32,3), padding = "same", kernel_initiali