Hi,
after the recent re-organization of Caffe's headers, our code using Caffe does not compile anymore. I updated some of our modules accordingly to the new policy and now they compile (for instance, I modified those modules including the file caffe/vision_layers.hpp to include specific files for each layer).
The problem is that we cannot ensure that all the users of our code in different labs are linking to the same Caffe version/commit: is there any way to detect whether the Caffe version is the new one or not, and include files accordingly?
Thanks,
Giulia