Tensorflow: how could tf.nn.max_pool work with dynamic kernel size?

Created on 15 Apr 2016  ·  3Comments  ·  Source: tensorflow/tensorflow

Most helpful comment

+1
I would like to request that feature.

All 3 comments

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.

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

+1
I would like to request that feature.

Was this page helpful?
0 / 5 - 0 ratings