I have a problem when I try to implement with convolutional neural network for CIFAR. Between the last convolutional layer and first fully connected layer is max pooling layer. And the problem occurs when i run this code, the shape of output of conv layer is node same as the shape of input of FC layer
How can i fix this?

I have a problem when I try to implement with convolutional neural network for CIFAR. Between the last convolutional layer and first fully connected layer is max pooling layer. And the problem occurs when i run this code, the shape of output of conv layer is node same as the shape of input of FC layer

How can i fix this?