From e4a2e02443f2af6bea96738728185ba653ae1716 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 06 Jun 2016 20:33:08 +0000
Subject: [PATCH] example

---
 data/goal.txt         |    3 +++
 scripts/gen_tactic.sh |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/data/goal.txt b/data/goal.txt
new file mode 100644
index 0000000..c63d157
--- /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 add131c..7341f14 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

--
Gitblit v1.10.0