fix really stupid bug in flatten layer (and add test that shows the
authorJeff Donahue <jeff.donahue@gmail.com>
Thu, 5 Dec 2013 04:16:25 +0000 (20:16 -0800)
committerJeff Donahue <jeff.donahue@gmail.com>
Thu, 5 Dec 2013 04:16:25 +0000 (20:16 -0800)
commitb9063277e3ae65e5a302cc3e36c938ab77d36c02
tree09b55d99ad88b49828fbcfdbbd1cc5470ab7dd15
parent8c96ac2e87ba1c370ee376152dce99236aac5bfd
fix really stupid bug in flatten layer (and add test that shows the
failure case; not sure why CheckGradientExhaustive didn't catch it)
include/caffe/vision_layers.hpp
src/caffe/layers/flatten_layer.cpp
src/caffe/test/test_flatten_layer.cpp