Skip to content
Discussion options

You must be logged in to vote

Yeah, max_pool_x pools both x and batch and returns a tuple, so it does not incorporate batch into the aggregation. You can easily achieve something like what you want via

cluster = ...
batch = ...
cluster = num_cluster * batch + cluster
global_max_pool(x, cluster)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Herijuana
Comment options

@rusty1s
Comment options

Answer selected by Herijuana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants