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

how could tf.nn.max_pool work with dynamic kernel size? #1967

Closed
ahmed-touati opened this issue Apr 15, 2016 · 3 comments
Closed

how could tf.nn.max_pool work with dynamic kernel size? #1967

ahmed-touati opened this issue Apr 15, 2016 · 3 comments
Assignees

Comments

@ahmed-touati
Copy link

No description provided.

@zheng-xq
Copy link
Contributor

Not with the current op interface. You would have to write a new op that takes the kernel size as an input tensor. The kernel implementation can be refactored to use most of the current max_pool implementation.

@vincentvanhoucke
Copy link
Contributor

Closing. Feel free to reopen if this is a feature request worth tracking.

@apple2373
Copy link

+1
I would like to request that feature.

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

4 participants