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
Tensor with shape [batch_size,samples, feathers ] pass GlobalMaxPooling1D became [batch_size,feathers ]
Then the Flatten complains:
Exception: Input 0 is incompatible with layer flatten_1: expected ndim >= 3, found ndim=2
please add a parameter to keep the second dim=1
The text was updated successfully, but these errors were encountered:
Tensor with shape [batch_size,samples, feathers ] pass GlobalMaxPooling1D became [batch_size,feathers ]
Then the Flatten complains:
Exception: Input 0 is incompatible with layer flatten_1: expected ndim >= 3, found ndim=2
please add a parameter to keep the second dim=1
The text was updated successfully, but these errors were encountered: