From 3ff88375a5a8dcae05fb7b92f31fff804e38c078 Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Mon, 6 Jun 2016 13:28:18 -0700 Subject: [PATCH] tactic script --- scripts/gen_tactic.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/gen_tactic.sh diff --git a/scripts/gen_tactic.sh b/scripts/gen_tactic.sh new file mode 100755 index 00000000..add131ce --- /dev/null +++ b/scripts/gen_tactic.sh @@ -0,0 +1,2 @@ +#!/bin/bash +./darknet rnn generatetactic cfg/gru.cfg peek.weights < $1 2>/dev/null