From d790f21c9a56cc2eadb4f3ee5d3aed7f7b677178 Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Mon, 6 Jun 2016 13:37:30 -0700 Subject: [PATCH] damnit alex --- scripts/gen_tactic.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gen_tactic.sh b/scripts/gen_tactic.sh index 7341f141..ffa30d27 100755 --- a/scripts/gen_tactic.sh +++ b/scripts/gen_tactic.sh @@ -1,5 +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 +# scripts/gen_tactic.sh < data/goal.txt +./darknet rnn generatetactic cfg/gru.cfg peek.weights 2>/dev/null