Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DiagonalAffineMap does not name a type #5694
Comments
sirius64
commented
Jul 10, 2017
|
you should make sure that there is file named coords.hpp at route: include/caffe/util/, and then add the following lines to the file :include/caffe/layer.hpp #include "caffe/util/coords.hpp" virtual DiagonalAffineMap coord_map() { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
abraveboy commentedJun 14, 2017
When I crop normalize_layer to caffe of faster rcnn, it thows 'DiagonalAffineMap does not name a type'. What should I do to fix this error.