Fixed some errors in layer_factory and cudnn_pooling#1186
Conversation
|
Thanks, just came here to do this. These errors were introduced by #1172... we should probably have Travis check |
|
As this is now passing Travis and unbreaks the cuDNN dev build, I'm merging it. However note that dev is currently failing the CuDNNPoolingLayerTest. |
Fixed some errors in layer_factory and cudnn_pooling
|
@longjon the CuDNNPoolingLayerTest will keep failing until it's dropped. The real fix would be to write the tests to use the layer factory and On Monday, September 29, 2014, longjon notifications@github.com wrote:
Evan Shelhamer |
|
@shelhamer Yeah, layer factory tests make sense. I tried to convert the existing pooling layer test into a death test, but our testing setup doesn't seem to work with death tests. I'm in the process of removing the failing test and checking everything else now... |
Fixed some errors in layer_factory and cudnn_pooling
Fixed some errors in layer_factory and cudnn_pooling
I guess Travis doesn't check builds with CUDNN active. You shouldn't be able to build the current dev if you have CUDNN active, and this patch fixes the errors.