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

---
 scripts/gen_tactic.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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