I\'ve been trying to train a CNN on a dataset.
So i built the following CNN :
model = Sequential() num_filters = 8 filter_size = 3 pool_size = 2 mode