Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatten dose not compatible with GlobalMaxPooling1D #1

Open
sun9700 opened this issue Sep 14, 2016 · 1 comment
Open

Flatten dose not compatible with GlobalMaxPooling1D #1

sun9700 opened this issue Sep 14, 2016 · 1 comment

Comments

@sun9700
Copy link

sun9700 commented Sep 14, 2016

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

@keunwoochoi
Copy link
Owner

I don't use GlobalMAxPooling1D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants