Skip to content

Conversation

@longjon
Copy link
Contributor

@longjon longjon commented Sep 30, 2014

#1172 broke cuDNN pooling tests in dev. Actually, cuDNN pooling tests were largely testing Caffe's PoolingLayer due to the padding fallback before #1172. These commits comment the cuDNN pooling tests that rely on padding, and modify the ones that used it but didn't need it.

I've checked that this passes build, lint, warn, and runtest with USE_CUDNN. For now, let's remember to make everything or equivalent when merging changes to cuDNN.

After BVLC#1172, some cuDNN pooling layer tests were failing due to use of
padding. (Before BVLC#1172, these tests were actually testing PoolingLayer
instead of CuDNNPoolingLayer via the fallback.) This commit disables
many tests via commenting, so that they can be easily readded when cuDNN
gains pooling padding support.
@longjon
Copy link
Contributor Author

longjon commented Sep 30, 2014

As this is now passing Travis and restores cuDNN dev to passing, I'll take the liberty of merging it immediately.

longjon added a commit that referenced this pull request Sep 30, 2014
@longjon longjon merged commit f27e17b into BVLC:dev Sep 30, 2014
mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 2014
@longjon longjon mentioned this pull request Sep 30, 2014
RazvanRanca pushed a commit to RazvanRanca/caffe that referenced this pull request Nov 4, 2014
@longjon longjon deleted the fix-cudnn-pooling-tests branch December 30, 2014 04:59
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.

1 participant