I'm trying to increase the speed of my CNN model, the method I used is removing some convolution layers in the architecture, and the accuracy of the model stays almost the same with my dataset.
I'm wondering is there some method to analyze how many convolution layers is enough for the dataset before train the model? And is there other methods to analyze how many filters is sufficient for the model?
