Skip to content

Conversation

szagoruyko
Copy link
Member

This version is

  • Deterministic (according to @mys007)
  • Faster (close to cudnn)
  • Supports floor and ceil modes
  • Supports padW and padH
  • Uses 2 times less memory (stores only indexes, not x and y as before) as CPU version

(kernels borrowed from caffe)
CPU version is here torch/nn#309, both PRs are cross-reviewed by me and @fmassa

@fmassa
Copy link
Contributor

fmassa commented Jul 10, 2015

BTW, this PR also fixes #53 (for SpatialMaxPooling)

soumith added a commit that referenced this pull request Jul 21, 2015
@soumith soumith merged commit 0ae8ed8 into torch:master Jul 21, 2015
@soumith
Copy link
Member

soumith commented Jul 21, 2015

thanks a lot!

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

Successfully merging this pull request may close these issues.

3 participants