Update README.md
[platform/upstream/caffeonacl.git] / tools / test_net.cpp
1 #include "caffe/caffe.hpp"
2
3 int main(int argc, char** argv) {
4   LOG(FATAL) << "Deprecated. Use caffe test --model=... "
5       "--weights=... instead.";
6   return 0;
7 }