Remove legacy tools
authorNoiredd <snowball91b@gmail.com>
Fri, 23 Feb 2018 13:45:59 +0000 (14:45 +0100)
committerNoiredd <snowball91b@gmail.com>
Fri, 23 Feb 2018 13:45:59 +0000 (14:45 +0100)
tools/device_query.cpp [deleted file]
tools/finetune_net.cpp [deleted file]
tools/net_speed_benchmark.cpp [deleted file]
tools/test_net.cpp [deleted file]
tools/train_net.cpp [deleted file]

diff --git a/tools/device_query.cpp b/tools/device_query.cpp
deleted file mode 100644 (file)
index 03799e5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "caffe/common.hpp"
-
-int main(int argc, char** argv) {
-  LOG(FATAL) << "Deprecated. Use caffe device_query "
-                "[--device_id=0] instead.";
-  return 0;
-}
diff --git a/tools/finetune_net.cpp b/tools/finetune_net.cpp
deleted file mode 100644 (file)
index 81c0c35..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "caffe/caffe.hpp"
-
-int main(int argc, char** argv) {
-  LOG(FATAL) << "Deprecated. Use caffe train --solver=... "
-                "[--weights=...] instead.";
-  return 0;
-}
diff --git a/tools/net_speed_benchmark.cpp b/tools/net_speed_benchmark.cpp
deleted file mode 100644 (file)
index cd16e8d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "caffe/caffe.hpp"
-
-int main(int argc, char** argv) {
-  LOG(FATAL) << "Deprecated. Use caffe time --model=... "
-             "[--iterations=50] [--gpu] [--device_id=0]";
-  return 0;
-}
diff --git a/tools/test_net.cpp b/tools/test_net.cpp
deleted file mode 100644 (file)
index 92e14ee..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "caffe/caffe.hpp"
-
-int main(int argc, char** argv) {
-  LOG(FATAL) << "Deprecated. Use caffe test --model=... "
-      "--weights=... instead.";
-  return 0;
-}
diff --git a/tools/train_net.cpp b/tools/train_net.cpp
deleted file mode 100644 (file)
index 622bca3..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "caffe/caffe.hpp"
-
-int main(int argc, char** argv) {
-  LOG(FATAL) << "Deprecated. Use caffe train --solver=... "
-                "[--snapshot=...] instead.";
-  return 0;
-}