From 88e2fce754c551a5adbb470514a12a7a9ae95a07 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Fri, 15 Sep 2017 11:48:09 +0000
Subject: [PATCH] Added classifier_darknet_448.cmd

---
 build/darknet/x64/cfg/darknet19_448.cfg      |    6 ++++--
 build/darknet/x64/classifier_darknet_448.cmd |    4 ++++
 cfg/darknet19_448.cfg                        |    6 ++++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/build/darknet/x64/cfg/darknet19_448.cfg b/build/darknet/x64/cfg/darknet19_448.cfg
index 133c688..1918a8b 100644
--- a/build/darknet/x64/cfg/darknet19_448.cfg
+++ b/build/darknet/x64/cfg/darknet19_448.cfg
@@ -1,6 +1,8 @@
 [net]
-batch=128
-subdivisions=4
+#batch=128
+#subdivisions=4
+batch=1
+subdivisions=1
 height=448
 width=448
 max_crop=512
diff --git a/build/darknet/x64/classifier_darknet_448.cmd b/build/darknet/x64/classifier_darknet_448.cmd
new file mode 100644
index 0000000..66eb59a
--- /dev/null
+++ b/build/darknet/x64/classifier_darknet_448.cmd
@@ -0,0 +1,4 @@
+darknet.exe classifier predict cfg/imagenet1k.data cfg/darknet19_448.cfg darknet19_448.weights
+
+
+pause
\ No newline at end of file
diff --git a/cfg/darknet19_448.cfg b/cfg/darknet19_448.cfg
index 133c688..1918a8b 100644
--- a/cfg/darknet19_448.cfg
+++ b/cfg/darknet19_448.cfg
@@ -1,6 +1,8 @@
 [net]
-batch=128
-subdivisions=4
+#batch=128
+#subdivisions=4
+batch=1
+subdivisions=1
 height=448
 width=448
 max_crop=512

--
Gitblit v1.10.0