You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: