summaryrefslogtreecommitdiff
path: root/tools/train_net.cpp
blob: 622bca311c874ecec49c2b3f5b053b515c96f4cb (plain)
1
2
3
4
5
6
7
#include "caffe/caffe.hpp"

int main(int argc, char** argv) {
  LOG(FATAL) << "Deprecated. Use caffe train --solver=... "
                "[--snapshot=...] instead.";
  return 0;
}