From e4a2e02443f2af6bea96738728185ba653ae1716 Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Mon, 6 Jun 2016 13:33:08 -0700 Subject: [PATCH] example --- data/goal.txt | 3 +++ scripts/gen_tactic.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 data/goal.txt diff --git a/data/goal.txt b/data/goal.txt new file mode 100644 index 00000000..c63d1573 --- /dev/null +++ b/data/goal.txt @@ -0,0 +1,3 @@ ++++++ +val_eq (Val.add (Val.add (r3 PC) Vone) Vone) (Val.add (x2 PC) Vone) +***** diff --git a/scripts/gen_tactic.sh b/scripts/gen_tactic.sh index add131ce..7341f141 100755 --- a/scripts/gen_tactic.sh +++ b/scripts/gen_tactic.sh @@ -1,2 +1,5 @@ #!/bin/bash +# Usage: +# wget http://pjreddie.com/media/files/peek.weights +# scripts/gen_tactic.sh data/goal.txt ./darknet rnn generatetactic cfg/gru.cfg peek.weights < $1 2>/dev/null